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

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

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

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

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

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

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

html,
:host {
  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: Poppins, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[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, input:where(:not([type])):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;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-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='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%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],[size]:where(select:not([size="1"])) {
  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='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.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'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

.container {
  width: 100%;
}

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

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

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

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

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

.pointer-events-none {
  pointer-events: none;
}

.invisible {
  visibility: hidden;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

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

.\!-top-1 {
  top: -0.25rem !important;
}

.\!-top-1\.5 {
  top: -0.375rem !important;
}

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

.\!-top-1\/3 {
  top: -33.333333% !important;
}

.\!-top-1\/4 {
  top: -25% !important;
}

.\!-top-10 {
  top: -2.5rem !important;
}

.\!-top-11 {
  top: -2.75rem !important;
}

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

.\!-top-14 {
  top: -3.5rem !important;
}

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

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

.\!-top-2\.5 {
  top: -0.625rem !important;
}

.\!-top-2\/3 {
  top: -66.666667% !important;
}

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

.\!-top-20 {
  top: -5rem !important;
}

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

.\!-top-28 {
  top: -7rem !important;
}

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

.\!-top-3\.5 {
  top: -0.875rem !important;
}

.\!-top-3\/4 {
  top: -75% !important;
}

.\!-top-32 {
  top: -8rem !important;
}

.\!-top-36 {
  top: -9rem !important;
}

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

.\!-top-40 {
  top: -10rem !important;
}

.\!-top-44 {
  top: -11rem !important;
}

.\!-top-48 {
  top: -12rem !important;
}

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

.\!-top-52 {
  top: -13rem !important;
}

.\!-top-56 {
  top: -14rem !important;
}

.\!-top-6 {
  top: -1.5rem !important;
}

.\!-top-60 {
  top: -15rem !important;
}

.\!-top-64 {
  top: -16rem !important;
}

.\!-top-7 {
  top: -1.75rem !important;
}

.\!-top-72 {
  top: -18rem !important;
}

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

.\!-top-80 {
  top: -20rem !important;
}

.\!-top-9 {
  top: -2.25rem !important;
}

.\!-top-96 {
  top: -24rem !important;
}

.\!-top-full {
  top: -100% !important;
}

.\!-top-px {
  top: -1px !important;
}

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

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

.\!top-1 {
  top: 0.25rem !important;
}

.\!top-1\.5 {
  top: 0.375rem !important;
}

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

.\!top-1\/3 {
  top: 33.333333% !important;
}

.\!top-1\/4 {
  top: 25% !important;
}

.\!top-10 {
  top: 2.5rem !important;
}

.\!top-11 {
  top: 2.75rem !important;
}

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

.\!top-14 {
  top: 3.5rem !important;
}

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

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

.\!top-2\.5 {
  top: 0.625rem !important;
}

.\!top-2\/3 {
  top: 66.666667% !important;
}

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

.\!top-20 {
  top: 5rem !important;
}

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

.\!top-28 {
  top: 7rem !important;
}

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

.\!top-3\.5 {
  top: 0.875rem !important;
}

.\!top-3\/4 {
  top: 75% !important;
}

.\!top-32 {
  top: 8rem !important;
}

.\!top-36 {
  top: 9rem !important;
}

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

.\!top-40 {
  top: 10rem !important;
}

.\!top-44 {
  top: 11rem !important;
}

.\!top-48 {
  top: 12rem !important;
}

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

.\!top-52 {
  top: 13rem !important;
}

.\!top-56 {
  top: 14rem !important;
}

.\!top-6 {
  top: 1.5rem !important;
}

.\!top-60 {
  top: 15rem !important;
}

.\!top-64 {
  top: 16rem !important;
}

.\!top-7 {
  top: 1.75rem !important;
}

.\!top-72 {
  top: 18rem !important;
}

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

.\!top-80 {
  top: 20rem !important;
}

.\!top-9 {
  top: 2.25rem !important;
}

.\!top-96 {
  top: 24rem !important;
}

.\!top-auto {
  top: auto !important;
}

.\!top-full {
  top: 100% !important;
}

.\!top-px {
  top: 1px !important;
}

.-top-0 {
  top: -0px;
}

.-top-0\.5 {
  top: -0.125rem;
}

.-top-1 {
  top: -0.25rem;
}

.-top-1\.5 {
  top: -0.375rem;
}

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

.-top-1\/3 {
  top: -33.333333%;
}

.-top-1\/4 {
  top: -25%;
}

.-top-10 {
  top: -2.5rem;
}

.-top-11 {
  top: -2.75rem;
}

.-top-12 {
  top: -3rem;
}

.-top-14 {
  top: -3.5rem;
}

.-top-16 {
  top: -4rem;
}

.-top-2 {
  top: -0.5rem;
}

.-top-2\.5 {
  top: -0.625rem;
}

.-top-2\/3 {
  top: -66.666667%;
}

.-top-2\/4 {
  top: -50%;
}

.-top-20 {
  top: -5rem;
}

.-top-24 {
  top: -6rem;
}

.-top-28 {
  top: -7rem;
}

.-top-3 {
  top: -0.75rem;
}

.-top-3\.5 {
  top: -0.875rem;
}

.-top-3\/4 {
  top: -75%;
}

.-top-32 {
  top: -8rem;
}

.-top-36 {
  top: -9rem;
}

.-top-4 {
  top: -1rem;
}

.-top-40 {
  top: -10rem;
}

.-top-44 {
  top: -11rem;
}

.-top-48 {
  top: -12rem;
}

.-top-5 {
  top: -1.25rem;
}

.-top-52 {
  top: -13rem;
}

.-top-56 {
  top: -14rem;
}

.-top-6 {
  top: -1.5rem;
}

.-top-60 {
  top: -15rem;
}

.-top-64 {
  top: -16rem;
}

.-top-7 {
  top: -1.75rem;
}

.-top-72 {
  top: -18rem;
}

.-top-8 {
  top: -2rem;
}

.-top-80 {
  top: -20rem;
}

.-top-9 {
  top: -2.25rem;
}

.-top-96 {
  top: -24rem;
}

.-top-full {
  top: -100%;
}

.-top-px {
  top: -1px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.top-0 {
  top: 0px;
}

.top-0\.5 {
  top: 0.125rem;
}

.top-1 {
  top: 0.25rem;
}

.top-1\.5 {
  top: 0.375rem;
}

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

.top-1\/3 {
  top: 33.333333%;
}

.top-1\/4 {
  top: 25%;
}

.top-10 {
  top: 2.5rem;
}

.top-11 {
  top: 2.75rem;
}

.top-12 {
  top: 3rem;
}

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.top-2 {
  top: 0.5rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-2\/3 {
  top: 66.666667%;
}

.top-2\/4 {
  top: 50%;
}

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-28 {
  top: 7rem;
}

.top-3 {
  top: 0.75rem;
}

.top-3\.5 {
  top: 0.875rem;
}

.top-3\/4 {
  top: 75%;
}

.top-32 {
  top: 8rem;
}

.top-36 {
  top: 9rem;
}

.top-4 {
  top: 1rem;
}

.top-40 {
  top: 10rem;
}

.top-44 {
  top: 11rem;
}

.top-48 {
  top: 12rem;
}

.top-5 {
  top: 1.25rem;
}

.top-52 {
  top: 13rem;
}

.top-56 {
  top: 14rem;
}

.top-6 {
  top: 1.5rem;
}

.top-60 {
  top: 15rem;
}

.top-64 {
  top: 16rem;
}

.top-7 {
  top: 1.75rem;
}

.top-72 {
  top: 18rem;
}

.top-8 {
  top: 2rem;
}

.top-80 {
  top: 20rem;
}

.top-9 {
  top: 2.25rem;
}

.top-96 {
  top: 24rem;
}

.top-auto {
  top: auto;
}

.top-full {
  top: 100%;
}

.top-px {
  top: 1px;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

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

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

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

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

.-order-first {
  order: 9999;
}

.-order-last {
  order: -9999;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

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

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.m-0 {
  margin: 0px;
}

.m-4 {
  margin: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.mb-\[1px\] {
  margin-bottom: 1px;
}

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

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

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

.mr-1 {
  margin-right: 0.25rem;
}

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

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

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

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

.mt-3 {
  margin-top: 0.75rem;
}

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

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

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

.grid {
  display: grid;
}

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

.hidden {
  display: none;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

.w-1\/5 {
  width: 20%;
}

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

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

.w-24 {
  width: 6rem;
}

.w-3\/4 {
  width: 75%;
}

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

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

.\!flex-auto {
  flex: 1 1 auto !important;
}

.\!flex-initial {
  flex: 0 1 auto !important;
}

.\!flex-none {
  flex: none !important;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.\!flex-shrink {
  flex-shrink: 1 !important;
}

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

.flex-shrink {
  flex-shrink: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.\!flex-grow {
  flex-grow: 1 !important;
}

.\!flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.grow {
  flex-grow: 1;
}

.caption-top {
  caption-side: top;
}

.\!origin-top {
  transform-origin: top !important;
}

.\!origin-top-left {
  transform-origin: top left !important;
}

.\!origin-top-right {
  transform-origin: top right !important;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.origin-top {
  transform-origin: top;
}

.origin-top-left {
  transform-origin: top left;
}

.origin-top-right {
  transform-origin: top right;
}

.-translate-y-0\.5 {
  --tw-translate-y: -0.125rem;
  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));
}

.\!-rotate-45 {
  --tw-rotate: -45deg !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;
}

.\!rotate-45 {
  --tw-rotate: 45deg !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;
}

.-rotate-45 {
  --tw-rotate: -45deg;
  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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  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));
}

.cursor-move {
  cursor: move;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

.scroll-px-0 {
  scroll-padding-left: 0px;
  scroll-padding-right: 0px;
}

.scroll-px-0\.5 {
  scroll-padding-left: 0.125rem;
  scroll-padding-right: 0.125rem;
}

.scroll-px-4 {
  scroll-padding-left: 1rem;
  scroll-padding-right: 1rem;
}

.scroll-px-40 {
  scroll-padding-left: 10rem;
  scroll-padding-right: 10rem;
}

.scroll-px-44 {
  scroll-padding-left: 11rem;
  scroll-padding-right: 11rem;
}

.scroll-px-48 {
  scroll-padding-left: 12rem;
  scroll-padding-right: 12rem;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-dense {
  grid-auto-flow: dense;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

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

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

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

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

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

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

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

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

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

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

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

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

.\!grid-cols-none {
  grid-template-columns: none !important;
}

.\!grid-cols-subgrid {
  grid-template-columns: subgrid !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-none {
  grid-template-columns: none;
}

.grid-cols-subgrid {
  grid-template-columns: subgrid;
}

.\!grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.\!grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
}

.\!grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr)) !important;
}

.\!grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr)) !important;
}

.\!grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.\!grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.\!grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.\!grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.\!grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.\!grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
}

.\!grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
}

.\!grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
}

.\!grid-rows-none {
  grid-template-rows: none !important;
}

.\!grid-rows-subgrid {
  grid-template-rows: subgrid !important;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

.grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

.grid-rows-subgrid {
  grid-template-rows: subgrid;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.\!gap-0 {
  gap: 0px !important;
}

.\!gap-0\.5 {
  gap: 0.125rem !important;
}

.\!gap-1 {
  gap: 0.25rem !important;
}

.\!gap-1\.5 {
  gap: 0.375rem !important;
}

.\!gap-10 {
  gap: 2.5rem !important;
}

.\!gap-11 {
  gap: 2.75rem !important;
}

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

.\!gap-14 {
  gap: 3.5rem !important;
}

.\!gap-16 {
  gap: 4rem !important;
}

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

.\!gap-2\.5 {
  gap: 0.625rem !important;
}

.\!gap-20 {
  gap: 5rem !important;
}

.\!gap-24 {
  gap: 6rem !important;
}

.\!gap-28 {
  gap: 7rem !important;
}

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

.\!gap-3\.5 {
  gap: 0.875rem !important;
}

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

.\!gap-36 {
  gap: 9rem !important;
}

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

.\!gap-40 {
  gap: 10rem !important;
}

.\!gap-44 {
  gap: 11rem !important;
}

.\!gap-48 {
  gap: 12rem !important;
}

.\!gap-5 {
  gap: 1.25rem !important;
}

.\!gap-52 {
  gap: 13rem !important;
}

.\!gap-56 {
  gap: 14rem !important;
}

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

.\!gap-60 {
  gap: 15rem !important;
}

.\!gap-64 {
  gap: 16rem !important;
}

.\!gap-7 {
  gap: 1.75rem !important;
}

.\!gap-72 {
  gap: 18rem !important;
}

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

.\!gap-80 {
  gap: 20rem !important;
}

.\!gap-9 {
  gap: 2.25rem !important;
}

.\!gap-96 {
  gap: 24rem !important;
}

.\!gap-px {
  gap: 1px !important;
}

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-44 {
  gap: 11rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-52 {
  gap: 13rem;
}

.gap-56 {
  gap: 14rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-60 {
  gap: 15rem;
}

.gap-64 {
  gap: 16rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-72 {
  gap: 18rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-80 {
  gap: 20rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-96 {
  gap: 24rem;
}

.gap-px {
  gap: 1px;
}

.\!gap-x-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.\!gap-x-0\.5 {
  -moz-column-gap: 0.125rem !important;
       column-gap: 0.125rem !important;
}

.\!gap-x-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.\!gap-x-1\.5 {
  -moz-column-gap: 0.375rem !important;
       column-gap: 0.375rem !important;
}

.\!gap-x-10 {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.\!gap-x-11 {
  -moz-column-gap: 2.75rem !important;
       column-gap: 2.75rem !important;
}

.\!gap-x-12 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.\!gap-x-14 {
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important;
}

.\!gap-x-16 {
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.\!gap-x-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.\!gap-x-2\.5 {
  -moz-column-gap: 0.625rem !important;
       column-gap: 0.625rem !important;
}

.\!gap-x-20 {
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.\!gap-x-24 {
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.\!gap-x-28 {
  -moz-column-gap: 7rem !important;
       column-gap: 7rem !important;
}

.\!gap-x-3 {
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.\!gap-x-3\.5 {
  -moz-column-gap: 0.875rem !important;
       column-gap: 0.875rem !important;
}

.\!gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.\!gap-x-36 {
  -moz-column-gap: 9rem !important;
       column-gap: 9rem !important;
}

.\!gap-x-4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.\!gap-x-40 {
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.\!gap-x-44 {
  -moz-column-gap: 11rem !important;
       column-gap: 11rem !important;
}

.\!gap-x-48 {
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.\!gap-x-5 {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.\!gap-x-52 {
  -moz-column-gap: 13rem !important;
       column-gap: 13rem !important;
}

.\!gap-x-56 {
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.\!gap-x-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.\!gap-x-60 {
  -moz-column-gap: 15rem !important;
       column-gap: 15rem !important;
}

.\!gap-x-64 {
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.\!gap-x-7 {
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important;
}

.\!gap-x-72 {
  -moz-column-gap: 18rem !important;
       column-gap: 18rem !important;
}

.\!gap-x-8 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.\!gap-x-80 {
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important;
}

.\!gap-x-9 {
  -moz-column-gap: 2.25rem !important;
       column-gap: 2.25rem !important;
}

.\!gap-x-96 {
  -moz-column-gap: 24rem !important;
       column-gap: 24rem !important;
}

.\!gap-x-px {
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.\!gap-y-0 {
  row-gap: 0px !important;
}

.\!gap-y-0\.5 {
  row-gap: 0.125rem !important;
}

.\!gap-y-1 {
  row-gap: 0.25rem !important;
}

.\!gap-y-1\.5 {
  row-gap: 0.375rem !important;
}

.\!gap-y-10 {
  row-gap: 2.5rem !important;
}

.\!gap-y-11 {
  row-gap: 2.75rem !important;
}

.\!gap-y-12 {
  row-gap: 3rem !important;
}

.\!gap-y-14 {
  row-gap: 3.5rem !important;
}

.\!gap-y-16 {
  row-gap: 4rem !important;
}

.\!gap-y-2 {
  row-gap: 0.5rem !important;
}

.\!gap-y-2\.5 {
  row-gap: 0.625rem !important;
}

.\!gap-y-20 {
  row-gap: 5rem !important;
}

.\!gap-y-24 {
  row-gap: 6rem !important;
}

.\!gap-y-28 {
  row-gap: 7rem !important;
}

.\!gap-y-3 {
  row-gap: 0.75rem !important;
}

.\!gap-y-3\.5 {
  row-gap: 0.875rem !important;
}

.\!gap-y-32 {
  row-gap: 8rem !important;
}

.\!gap-y-36 {
  row-gap: 9rem !important;
}

.\!gap-y-4 {
  row-gap: 1rem !important;
}

.\!gap-y-40 {
  row-gap: 10rem !important;
}

.\!gap-y-44 {
  row-gap: 11rem !important;
}

.\!gap-y-48 {
  row-gap: 12rem !important;
}

.\!gap-y-5 {
  row-gap: 1.25rem !important;
}

.\!gap-y-52 {
  row-gap: 13rem !important;
}

.\!gap-y-56 {
  row-gap: 14rem !important;
}

.\!gap-y-6 {
  row-gap: 1.5rem !important;
}

.\!gap-y-60 {
  row-gap: 15rem !important;
}

.\!gap-y-64 {
  row-gap: 16rem !important;
}

.\!gap-y-7 {
  row-gap: 1.75rem !important;
}

.\!gap-y-72 {
  row-gap: 18rem !important;
}

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

.\!gap-y-80 {
  row-gap: 20rem !important;
}

.\!gap-y-9 {
  row-gap: 2.25rem !important;
}

.\!gap-y-96 {
  row-gap: 24rem !important;
}

.\!gap-y-px {
  row-gap: 1px !important;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-x-36 {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.gap-x-44 {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.gap-x-48 {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-52 {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.gap-x-56 {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-60 {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.gap-x-64 {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-72 {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-80 {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-96 {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.gap-x-px {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-0\.5 {
  row-gap: 0.125rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-1\.5 {
  row-gap: 0.375rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-11 {
  row-gap: 2.75rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-24 {
  row-gap: 6rem;
}

.gap-y-28 {
  row-gap: 7rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-3\.5 {
  row-gap: 0.875rem;
}

.gap-y-32 {
  row-gap: 8rem;
}

.gap-y-36 {
  row-gap: 9rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-40 {
  row-gap: 10rem;
}

.gap-y-44 {
  row-gap: 11rem;
}

.gap-y-48 {
  row-gap: 12rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-52 {
  row-gap: 13rem;
}

.gap-y-56 {
  row-gap: 14rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-60 {
  row-gap: 15rem;
}

.gap-y-64 {
  row-gap: 16rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-y-72 {
  row-gap: 18rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-80 {
  row-gap: 20rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

.gap-y-96 {
  row-gap: 24rem;
}

.gap-y-px {
  row-gap: 1px;
}

.overflow-hidden {
  overflow: hidden;
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-sky-500 {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

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

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-regal-slate {
  --tw-bg-opacity: 1;
  background-color: rgb(50 62 73 / var(--tw-bg-opacity, 1));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

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

.pl-\[2px\] {
  padding-left: 2px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

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

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-top {
  vertical-align: top;
}

.align-text-top {
  vertical-align: text-top;
}

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

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

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

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

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

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

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

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

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

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.\!text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}

.\!text-gray-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1)) !important;
}

.\!text-grey {
  --tw-text-opacity: 1 !important;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1)) !important;
}

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

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

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

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

.text-grey {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}

.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

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

.underline {
  text-decoration-line: underline;
}

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

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.duration-300 {
  transition-duration: 300ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.website-shared a,
.website-shared a:active {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.website-shared .btn,
.website-shared .website-btn {
  display: inline-block;
  cursor: pointer;
}

.website-shared .btn {
  padding: 5px 10px;
}

.website-body ol,
.website-body ul {
  list-style: revert;
}

.website-body ul {
  list-style: unset;
}

.website-element--footer {
  background-color: #fafafa;
}

.website-element--footer.website-inverted {
  background-color: #333;
  color: #fff;
}

.website-element--footer.website-inverted a,
.website-element--footer.website-inverted a:visited {
  color: #fff;
}

.website-element--footer .website-inverted,
.website-element--footer.website-inverted .website-light {
  display: none;
}

.website-element--footer.website-inverted .website-inverted {
  display: block;
}

.website-visible-parent .hidden {
  display: block;
}

.website-visible-parent .website-caret {
  transform: rotate(180deg);
}

.website-body h1 p,
.website-body h2 p,
.website-body .website-btn p {
  padding: 0;
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

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

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

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

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

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

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

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

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

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

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

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

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }
}

.even\:bg-slate-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

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

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

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (min-width: 640px) {
  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:z-10 {
    z-index: 10;
  }

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

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

  .sm\:-order-first {
    order: 9999;
  }

  .sm\:order-first {
    order: -9999;
  }

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

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

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

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:inline-grid {
    display: inline-grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:max-w-56 {
    max-width: 14rem;
  }

  .sm\:origin-top-right {
    transform-origin: top right;
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }

  .sm\:grid-flow-dense {
    grid-auto-flow: dense;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:\!grid-cols-none {
    grid-template-columns: none !important;
  }

  .sm\:\!grid-cols-subgrid {
    grid-template-columns: subgrid !important;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:grid-cols-none {
    grid-template-columns: none;
  }

  .sm\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }

  .sm\:\!grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:\!grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
  }

  .sm\:\!grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr)) !important;
  }

  .sm\:\!grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr)) !important;
  }

  .sm\:\!grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:\!grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:\!grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:\!grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:\!grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:\!grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
  }

  .sm\:\!grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
  }

  .sm\:\!grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
  }

  .sm\:\!grid-rows-none {
    grid-template-rows: none !important;
  }

  .sm\:\!grid-rows-subgrid {
    grid-template-rows: subgrid !important;
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }

  .sm\:grid-rows-none {
    grid-template-rows: none;
  }

  .sm\:grid-rows-subgrid {
    grid-template-rows: subgrid;
  }

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

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:\!gap-0 {
    gap: 0px !important;
  }

  .sm\:\!gap-0\.5 {
    gap: 0.125rem !important;
  }

  .sm\:\!gap-1 {
    gap: 0.25rem !important;
  }

  .sm\:\!gap-1\.5 {
    gap: 0.375rem !important;
  }

  .sm\:\!gap-10 {
    gap: 2.5rem !important;
  }

  .sm\:\!gap-11 {
    gap: 2.75rem !important;
  }

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

  .sm\:\!gap-14 {
    gap: 3.5rem !important;
  }

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

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

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

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

  .sm\:\!gap-24 {
    gap: 6rem !important;
  }

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

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

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

  .sm\:\!gap-32 {
    gap: 8rem !important;
  }

  .sm\:\!gap-36 {
    gap: 9rem !important;
  }

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

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

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

  .sm\:\!gap-48 {
    gap: 12rem !important;
  }

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

  .sm\:\!gap-52 {
    gap: 13rem !important;
  }

  .sm\:\!gap-56 {
    gap: 14rem !important;
  }

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

  .sm\:\!gap-60 {
    gap: 15rem !important;
  }

  .sm\:\!gap-64 {
    gap: 16rem !important;
  }

  .sm\:\!gap-7 {
    gap: 1.75rem !important;
  }

  .sm\:\!gap-72 {
    gap: 18rem !important;
  }

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

  .sm\:\!gap-80 {
    gap: 20rem !important;
  }

  .sm\:\!gap-9 {
    gap: 2.25rem !important;
  }

  .sm\:\!gap-96 {
    gap: 24rem !important;
  }

  .sm\:\!gap-px {
    gap: 1px !important;
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-0\.5 {
    gap: 0.125rem;
  }

  .sm\:gap-1 {
    gap: 0.25rem;
  }

  .sm\:gap-1\.5 {
    gap: 0.375rem;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-11 {
    gap: 2.75rem;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-14 {
    gap: 3.5rem;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-2\.5 {
    gap: 0.625rem;
  }

  .sm\:gap-20 {
    gap: 5rem;
  }

  .sm\:gap-24 {
    gap: 6rem;
  }

  .sm\:gap-28 {
    gap: 7rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-3\.5 {
    gap: 0.875rem;
  }

  .sm\:gap-32 {
    gap: 8rem;
  }

  .sm\:gap-36 {
    gap: 9rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-40 {
    gap: 10rem;
  }

  .sm\:gap-44 {
    gap: 11rem;
  }

  .sm\:gap-48 {
    gap: 12rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-52 {
    gap: 13rem;
  }

  .sm\:gap-56 {
    gap: 14rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-60 {
    gap: 15rem;
  }

  .sm\:gap-64 {
    gap: 16rem;
  }

  .sm\:gap-7 {
    gap: 1.75rem;
  }

  .sm\:gap-72 {
    gap: 18rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-80 {
    gap: 20rem;
  }

  .sm\:gap-9 {
    gap: 2.25rem;
  }

  .sm\:gap-96 {
    gap: 24rem;
  }

  .sm\:gap-px {
    gap: 1px;
  }

  .sm\:\!gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .sm\:\!gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .sm\:\!gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:\!gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .sm\:\!gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:\!gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .sm\:\!gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:\!gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .sm\:\!gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:\!gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:\!gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .sm\:\!gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:\!gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:\!gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .sm\:\!gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:\!gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .sm\:\!gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:\!gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .sm\:\!gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:\!gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:\!gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .sm\:\!gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:\!gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:\!gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .sm\:\!gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:\!gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:\!gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .sm\:\!gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:\!gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .sm\:\!gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .sm\:\!gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:\!gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .sm\:\!gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .sm\:\!gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .sm\:\!gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:\!gap-y-0 {
    row-gap: 0px !important;
  }

  .sm\:\!gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .sm\:\!gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .sm\:\!gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .sm\:\!gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .sm\:\!gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .sm\:\!gap-y-12 {
    row-gap: 3rem !important;
  }

  .sm\:\!gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .sm\:\!gap-y-16 {
    row-gap: 4rem !important;
  }

  .sm\:\!gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .sm\:\!gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .sm\:\!gap-y-20 {
    row-gap: 5rem !important;
  }

  .sm\:\!gap-y-24 {
    row-gap: 6rem !important;
  }

  .sm\:\!gap-y-28 {
    row-gap: 7rem !important;
  }

  .sm\:\!gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .sm\:\!gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .sm\:\!gap-y-32 {
    row-gap: 8rem !important;
  }

  .sm\:\!gap-y-36 {
    row-gap: 9rem !important;
  }

  .sm\:\!gap-y-4 {
    row-gap: 1rem !important;
  }

  .sm\:\!gap-y-40 {
    row-gap: 10rem !important;
  }

  .sm\:\!gap-y-44 {
    row-gap: 11rem !important;
  }

  .sm\:\!gap-y-48 {
    row-gap: 12rem !important;
  }

  .sm\:\!gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .sm\:\!gap-y-52 {
    row-gap: 13rem !important;
  }

  .sm\:\!gap-y-56 {
    row-gap: 14rem !important;
  }

  .sm\:\!gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .sm\:\!gap-y-60 {
    row-gap: 15rem !important;
  }

  .sm\:\!gap-y-64 {
    row-gap: 16rem !important;
  }

  .sm\:\!gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .sm\:\!gap-y-72 {
    row-gap: 18rem !important;
  }

  .sm\:\!gap-y-8 {
    row-gap: 2rem !important;
  }

  .sm\:\!gap-y-80 {
    row-gap: 20rem !important;
  }

  .sm\:\!gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .sm\:\!gap-y-96 {
    row-gap: 24rem !important;
  }

  .sm\:\!gap-y-px {
    row-gap: 1px !important;
  }

  .sm\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .sm\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .sm\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .sm\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:gap-y-0 {
    row-gap: 0px;
  }

  .sm\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .sm\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .sm\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .sm\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .sm\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .sm\:gap-y-12 {
    row-gap: 3rem;
  }

  .sm\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .sm\:gap-y-16 {
    row-gap: 4rem;
  }

  .sm\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .sm\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .sm\:gap-y-20 {
    row-gap: 5rem;
  }

  .sm\:gap-y-24 {
    row-gap: 6rem;
  }

  .sm\:gap-y-28 {
    row-gap: 7rem;
  }

  .sm\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .sm\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .sm\:gap-y-32 {
    row-gap: 8rem;
  }

  .sm\:gap-y-36 {
    row-gap: 9rem;
  }

  .sm\:gap-y-4 {
    row-gap: 1rem;
  }

  .sm\:gap-y-40 {
    row-gap: 10rem;
  }

  .sm\:gap-y-44 {
    row-gap: 11rem;
  }

  .sm\:gap-y-48 {
    row-gap: 12rem;
  }

  .sm\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .sm\:gap-y-52 {
    row-gap: 13rem;
  }

  .sm\:gap-y-56 {
    row-gap: 14rem;
  }

  .sm\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .sm\:gap-y-60 {
    row-gap: 15rem;
  }

  .sm\:gap-y-64 {
    row-gap: 16rem;
  }

  .sm\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .sm\:gap-y-72 {
    row-gap: 18rem;
  }

  .sm\:gap-y-8 {
    row-gap: 2rem;
  }

  .sm\:gap-y-80 {
    row-gap: 20rem;
  }

  .sm\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .sm\:gap-y-96 {
    row-gap: 24rem;
  }

  .sm\:gap-y-px {
    row-gap: 1px;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:whitespace-nowrap {
    white-space: nowrap;
  }

  .sm\:border-x {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:text-right {
    text-align: right;
  }

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

  .sm\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

@media (min-width: 768px) {
  .md\:\!-order-first {
    order: 9999 !important;
  }

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

  .md\:-order-first {
    order: 9999;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:grid {
    display: grid;
  }

  .md\:inline-grid {
    display: inline-grid;
  }

  .md\:basis-1\/4 {
    flex-basis: 25%;
  }

  .md\:basis-3\/4 {
    flex-basis: 75%;
  }

  .md\:grid-flow-row {
    grid-auto-flow: row;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-flow-dense {
    grid-auto-flow: dense;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:\!grid-cols-none {
    grid-template-columns: none !important;
  }

  .md\:\!grid-cols-subgrid {
    grid-template-columns: subgrid !important;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-cols-none {
    grid-template-columns: none;
  }

  .md\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }

  .md\:\!grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-rows-none {
    grid-template-rows: none !important;
  }

  .md\:\!grid-rows-subgrid {
    grid-template-rows: subgrid !important;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-rows-none {
    grid-template-rows: none;
  }

  .md\:grid-rows-subgrid {
    grid-template-rows: subgrid;
  }

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

  .md\:\!gap-0\.5 {
    gap: 0.125rem !important;
  }

  .md\:\!gap-1 {
    gap: 0.25rem !important;
  }

  .md\:\!gap-1\.5 {
    gap: 0.375rem !important;
  }

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

  .md\:\!gap-11 {
    gap: 2.75rem !important;
  }

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

  .md\:\!gap-14 {
    gap: 3.5rem !important;
  }

  .md\:\!gap-16 {
    gap: 4rem !important;
  }

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

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

  .md\:\!gap-20 {
    gap: 5rem !important;
  }

  .md\:\!gap-24 {
    gap: 6rem !important;
  }

  .md\:\!gap-28 {
    gap: 7rem !important;
  }

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

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

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

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

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

  .md\:\!gap-40 {
    gap: 10rem !important;
  }

  .md\:\!gap-44 {
    gap: 11rem !important;
  }

  .md\:\!gap-48 {
    gap: 12rem !important;
  }

  .md\:\!gap-5 {
    gap: 1.25rem !important;
  }

  .md\:\!gap-52 {
    gap: 13rem !important;
  }

  .md\:\!gap-56 {
    gap: 14rem !important;
  }

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

  .md\:\!gap-60 {
    gap: 15rem !important;
  }

  .md\:\!gap-64 {
    gap: 16rem !important;
  }

  .md\:\!gap-7 {
    gap: 1.75rem !important;
  }

  .md\:\!gap-72 {
    gap: 18rem !important;
  }

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

  .md\:\!gap-80 {
    gap: 20rem !important;
  }

  .md\:\!gap-9 {
    gap: 2.25rem !important;
  }

  .md\:\!gap-96 {
    gap: 24rem !important;
  }

  .md\:\!gap-px {
    gap: 1px !important;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-0\.5 {
    gap: 0.125rem;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-1\.5 {
    gap: 0.375rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-11 {
    gap: 2.75rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-14 {
    gap: 3.5rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-2\.5 {
    gap: 0.625rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-24 {
    gap: 6rem;
  }

  .md\:gap-28 {
    gap: 7rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-3\.5 {
    gap: 0.875rem;
  }

  .md\:gap-32 {
    gap: 8rem;
  }

  .md\:gap-36 {
    gap: 9rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-40 {
    gap: 10rem;
  }

  .md\:gap-44 {
    gap: 11rem;
  }

  .md\:gap-48 {
    gap: 12rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-52 {
    gap: 13rem;
  }

  .md\:gap-56 {
    gap: 14rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-60 {
    gap: 15rem;
  }

  .md\:gap-64 {
    gap: 16rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-72 {
    gap: 18rem;
  }

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

  .md\:gap-80 {
    gap: 20rem;
  }

  .md\:gap-9 {
    gap: 2.25rem;
  }

  .md\:gap-96 {
    gap: 24rem;
  }

  .md\:gap-px {
    gap: 1px;
  }

  .md\:\!gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .md\:\!gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .md\:\!gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:\!gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .md\:\!gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:\!gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .md\:\!gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:\!gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .md\:\!gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:\!gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:\!gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .md\:\!gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:\!gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:\!gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .md\:\!gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:\!gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .md\:\!gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:\!gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .md\:\!gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:\!gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:\!gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .md\:\!gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:\!gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:\!gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .md\:\!gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:\!gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:\!gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .md\:\!gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:\!gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .md\:\!gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

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

  .md\:\!gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .md\:\!gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .md\:\!gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .md\:\!gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:\!gap-y-0 {
    row-gap: 0px !important;
  }

  .md\:\!gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .md\:\!gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .md\:\!gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .md\:\!gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .md\:\!gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .md\:\!gap-y-12 {
    row-gap: 3rem !important;
  }

  .md\:\!gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .md\:\!gap-y-16 {
    row-gap: 4rem !important;
  }

  .md\:\!gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .md\:\!gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .md\:\!gap-y-20 {
    row-gap: 5rem !important;
  }

  .md\:\!gap-y-24 {
    row-gap: 6rem !important;
  }

  .md\:\!gap-y-28 {
    row-gap: 7rem !important;
  }

  .md\:\!gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .md\:\!gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .md\:\!gap-y-32 {
    row-gap: 8rem !important;
  }

  .md\:\!gap-y-36 {
    row-gap: 9rem !important;
  }

  .md\:\!gap-y-4 {
    row-gap: 1rem !important;
  }

  .md\:\!gap-y-40 {
    row-gap: 10rem !important;
  }

  .md\:\!gap-y-44 {
    row-gap: 11rem !important;
  }

  .md\:\!gap-y-48 {
    row-gap: 12rem !important;
  }

  .md\:\!gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .md\:\!gap-y-52 {
    row-gap: 13rem !important;
  }

  .md\:\!gap-y-56 {
    row-gap: 14rem !important;
  }

  .md\:\!gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .md\:\!gap-y-60 {
    row-gap: 15rem !important;
  }

  .md\:\!gap-y-64 {
    row-gap: 16rem !important;
  }

  .md\:\!gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .md\:\!gap-y-72 {
    row-gap: 18rem !important;
  }

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

  .md\:\!gap-y-80 {
    row-gap: 20rem !important;
  }

  .md\:\!gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .md\:\!gap-y-96 {
    row-gap: 24rem !important;
  }

  .md\:\!gap-y-px {
    row-gap: 1px !important;
  }

  .md\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .md\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .md\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .md\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .md\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .md\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .md\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .md\:gap-y-12 {
    row-gap: 3rem;
  }

  .md\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .md\:gap-y-16 {
    row-gap: 4rem;
  }

  .md\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .md\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .md\:gap-y-20 {
    row-gap: 5rem;
  }

  .md\:gap-y-24 {
    row-gap: 6rem;
  }

  .md\:gap-y-28 {
    row-gap: 7rem;
  }

  .md\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .md\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .md\:gap-y-32 {
    row-gap: 8rem;
  }

  .md\:gap-y-36 {
    row-gap: 9rem;
  }

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

  .md\:gap-y-40 {
    row-gap: 10rem;
  }

  .md\:gap-y-44 {
    row-gap: 11rem;
  }

  .md\:gap-y-48 {
    row-gap: 12rem;
  }

  .md\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .md\:gap-y-52 {
    row-gap: 13rem;
  }

  .md\:gap-y-56 {
    row-gap: 14rem;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .md\:gap-y-60 {
    row-gap: 15rem;
  }

  .md\:gap-y-64 {
    row-gap: 16rem;
  }

  .md\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .md\:gap-y-72 {
    row-gap: 18rem;
  }

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

  .md\:gap-y-80 {
    row-gap: 20rem;
  }

  .md\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .md\:gap-y-96 {
    row-gap: 24rem;
  }

  .md\:gap-y-px {
    row-gap: 1px;
  }
}

@media (min-width: 1024px) {
  .lg\:\!-order-first {
    order: 9999 !important;
  }

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

  .lg\:-order-first {
    order: 9999;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:inline-grid {
    display: inline-grid;
  }

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

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

  .lg\:scroll-px-0 {
    scroll-padding-left: 0px;
    scroll-padding-right: 0px;
  }

  .lg\:scroll-px-0\.5 {
    scroll-padding-left: 0.125rem;
    scroll-padding-right: 0.125rem;
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:grid-flow-dense {
    grid-auto-flow: dense;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:\!grid-cols-none {
    grid-template-columns: none !important;
  }

  .lg\:\!grid-cols-subgrid {
    grid-template-columns: subgrid !important;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }

  .lg\:\!grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-rows-none {
    grid-template-rows: none !important;
  }

  .lg\:\!grid-rows-subgrid {
    grid-template-rows: subgrid !important;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-rows-none {
    grid-template-rows: none;
  }

  .lg\:grid-rows-subgrid {
    grid-template-rows: subgrid;
  }

  .lg\:\!gap-0 {
    gap: 0px !important;
  }

  .lg\:\!gap-0\.5 {
    gap: 0.125rem !important;
  }

  .lg\:\!gap-1 {
    gap: 0.25rem !important;
  }

  .lg\:\!gap-1\.5 {
    gap: 0.375rem !important;
  }

  .lg\:\!gap-10 {
    gap: 2.5rem !important;
  }

  .lg\:\!gap-11 {
    gap: 2.75rem !important;
  }

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

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

  .lg\:\!gap-16 {
    gap: 4rem !important;
  }

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

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

  .lg\:\!gap-20 {
    gap: 5rem !important;
  }

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

  .lg\:\!gap-28 {
    gap: 7rem !important;
  }

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

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

  .lg\:\!gap-32 {
    gap: 8rem !important;
  }

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

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

  .lg\:\!gap-40 {
    gap: 10rem !important;
  }

  .lg\:\!gap-44 {
    gap: 11rem !important;
  }

  .lg\:\!gap-48 {
    gap: 12rem !important;
  }

  .lg\:\!gap-5 {
    gap: 1.25rem !important;
  }

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

  .lg\:\!gap-56 {
    gap: 14rem !important;
  }

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

  .lg\:\!gap-60 {
    gap: 15rem !important;
  }

  .lg\:\!gap-64 {
    gap: 16rem !important;
  }

  .lg\:\!gap-7 {
    gap: 1.75rem !important;
  }

  .lg\:\!gap-72 {
    gap: 18rem !important;
  }

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

  .lg\:\!gap-80 {
    gap: 20rem !important;
  }

  .lg\:\!gap-9 {
    gap: 2.25rem !important;
  }

  .lg\:\!gap-96 {
    gap: 24rem !important;
  }

  .lg\:\!gap-px {
    gap: 1px !important;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-0\.5 {
    gap: 0.125rem;
  }

  .lg\:gap-1 {
    gap: 0.25rem;
  }

  .lg\:gap-1\.5 {
    gap: 0.375rem;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-11 {
    gap: 2.75rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-2\.5 {
    gap: 0.625rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-28 {
    gap: 7rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-3\.5 {
    gap: 0.875rem;
  }

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:gap-36 {
    gap: 9rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-40 {
    gap: 10rem;
  }

  .lg\:gap-44 {
    gap: 11rem;
  }

  .lg\:gap-48 {
    gap: 12rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-52 {
    gap: 13rem;
  }

  .lg\:gap-56 {
    gap: 14rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-60 {
    gap: 15rem;
  }

  .lg\:gap-64 {
    gap: 16rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-72 {
    gap: 18rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-80 {
    gap: 20rem;
  }

  .lg\:gap-9 {
    gap: 2.25rem;
  }

  .lg\:gap-96 {
    gap: 24rem;
  }

  .lg\:gap-px {
    gap: 1px;
  }

  .lg\:\!gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .lg\:\!gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .lg\:\!gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:\!gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .lg\:\!gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:\!gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .lg\:\!gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:\!gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lg\:\!gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:\!gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:\!gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .lg\:\!gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:\!gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:\!gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .lg\:\!gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:\!gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .lg\:\!gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:\!gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .lg\:\!gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:\!gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:\!gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .lg\:\!gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:\!gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:\!gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .lg\:\!gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:\!gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:\!gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .lg\:\!gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:\!gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .lg\:\!gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .lg\:\!gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:\!gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lg\:\!gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .lg\:\!gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .lg\:\!gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:\!gap-y-0 {
    row-gap: 0px !important;
  }

  .lg\:\!gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .lg\:\!gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .lg\:\!gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .lg\:\!gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .lg\:\!gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .lg\:\!gap-y-12 {
    row-gap: 3rem !important;
  }

  .lg\:\!gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .lg\:\!gap-y-16 {
    row-gap: 4rem !important;
  }

  .lg\:\!gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .lg\:\!gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .lg\:\!gap-y-20 {
    row-gap: 5rem !important;
  }

  .lg\:\!gap-y-24 {
    row-gap: 6rem !important;
  }

  .lg\:\!gap-y-28 {
    row-gap: 7rem !important;
  }

  .lg\:\!gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .lg\:\!gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .lg\:\!gap-y-32 {
    row-gap: 8rem !important;
  }

  .lg\:\!gap-y-36 {
    row-gap: 9rem !important;
  }

  .lg\:\!gap-y-4 {
    row-gap: 1rem !important;
  }

  .lg\:\!gap-y-40 {
    row-gap: 10rem !important;
  }

  .lg\:\!gap-y-44 {
    row-gap: 11rem !important;
  }

  .lg\:\!gap-y-48 {
    row-gap: 12rem !important;
  }

  .lg\:\!gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .lg\:\!gap-y-52 {
    row-gap: 13rem !important;
  }

  .lg\:\!gap-y-56 {
    row-gap: 14rem !important;
  }

  .lg\:\!gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .lg\:\!gap-y-60 {
    row-gap: 15rem !important;
  }

  .lg\:\!gap-y-64 {
    row-gap: 16rem !important;
  }

  .lg\:\!gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .lg\:\!gap-y-72 {
    row-gap: 18rem !important;
  }

  .lg\:\!gap-y-8 {
    row-gap: 2rem !important;
  }

  .lg\:\!gap-y-80 {
    row-gap: 20rem !important;
  }

  .lg\:\!gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .lg\:\!gap-y-96 {
    row-gap: 24rem !important;
  }

  .lg\:\!gap-y-px {
    row-gap: 1px !important;
  }

  .lg\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lg\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lg\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .lg\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .lg\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .lg\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .lg\:gap-y-12 {
    row-gap: 3rem;
  }

  .lg\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .lg\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .lg\:gap-y-20 {
    row-gap: 5rem;
  }

  .lg\:gap-y-24 {
    row-gap: 6rem;
  }

  .lg\:gap-y-28 {
    row-gap: 7rem;
  }

  .lg\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .lg\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .lg\:gap-y-32 {
    row-gap: 8rem;
  }

  .lg\:gap-y-36 {
    row-gap: 9rem;
  }

  .lg\:gap-y-4 {
    row-gap: 1rem;
  }

  .lg\:gap-y-40 {
    row-gap: 10rem;
  }

  .lg\:gap-y-44 {
    row-gap: 11rem;
  }

  .lg\:gap-y-48 {
    row-gap: 12rem;
  }

  .lg\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .lg\:gap-y-52 {
    row-gap: 13rem;
  }

  .lg\:gap-y-56 {
    row-gap: 14rem;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .lg\:gap-y-60 {
    row-gap: 15rem;
  }

  .lg\:gap-y-64 {
    row-gap: 16rem;
  }

  .lg\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .lg\:gap-y-72 {
    row-gap: 18rem;
  }

  .lg\:gap-y-8 {
    row-gap: 2rem;
  }

  .lg\:gap-y-80 {
    row-gap: 20rem;
  }

  .lg\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .lg\:gap-y-96 {
    row-gap: 24rem;
  }

  .lg\:gap-y-px {
    row-gap: 1px;
  }

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

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

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
}

@media (min-width: 1280px) {
  .xl\:basis-1\/6 {
    flex-basis: 16.666667%;
  }

  .xl\:basis-5\/6 {
    flex-basis: 83.333333%;
  }
}
