/* Tailwind normalize and base
====================================================================== */

/* ! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: inherit; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #c9cedb;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #c9cedb;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(228, 230, 236, var(--tw-border-opacity));
}

/* Custom base overrides
====================================================================== */

b,
strong {
  font-weight: bold;
}

ul {
  list-style: disc;
}

/* Tailwind components and utilities
====================================================================== */

.container {
  width: 100%;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.not-sr-only {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.focus-within\:sr-only:focus-within {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.focus-within\:not-sr-only:focus-within {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.focus\:sr-only:focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.focus\:not-sr-only:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

.inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.inset-1 {
  top: 1px !important;
  right: 1px !important;
  bottom: 1px !important;
  left: 1px !important;
}

.inset-2 {
  top: 2px !important;
  right: 2px !important;
  bottom: 2px !important;
  left: 2px !important;
}

.inset-4 {
  top: 4px !important;
  right: 4px !important;
  bottom: 4px !important;
  left: 4px !important;
}

.inset-5 {
  top: 5px !important;
  right: 5px !important;
  bottom: 5px !important;
  left: 5px !important;
}

.inset-6 {
  top: 6px !important;
  right: 6px !important;
  bottom: 6px !important;
  left: 6px !important;
}

.inset-8 {
  top: 8px !important;
  right: 8px !important;
  bottom: 8px !important;
  left: 8px !important;
}

.inset-10 {
  top: 10px !important;
  right: 10px !important;
  bottom: 10px !important;
  left: 10px !important;
}

.inset-12 {
  top: 12px !important;
  right: 12px !important;
  bottom: 12px !important;
  left: 12px !important;
}

.inset-15 {
  top: 15px !important;
  right: 15px !important;
  bottom: 15px !important;
  left: 15px !important;
}

.inset-16 {
  top: 16px !important;
  right: 16px !important;
  bottom: 16px !important;
  left: 16px !important;
}

.inset-20 {
  top: 20px !important;
  right: 20px !important;
  bottom: 20px !important;
  left: 20px !important;
}

.inset-24 {
  top: 24px !important;
  right: 24px !important;
  bottom: 24px !important;
  left: 24px !important;
}

.inset-25 {
  top: 25px !important;
  right: 25px !important;
  bottom: 25px !important;
  left: 25px !important;
}

.inset-30 {
  top: 30px !important;
  right: 30px !important;
  bottom: 30px !important;
  left: 30px !important;
}

.inset-32 {
  top: 32px !important;
  right: 32px !important;
  bottom: 32px !important;
  left: 32px !important;
}

.inset-35 {
  top: 35px !important;
  right: 35px !important;
  bottom: 35px !important;
  left: 35px !important;
}

.inset-40 {
  top: 40px !important;
  right: 40px !important;
  bottom: 40px !important;
  left: 40px !important;
}

.inset-48 {
  top: 48px !important;
  right: 48px !important;
  bottom: 48px !important;
  left: 48px !important;
}

.inset-50 {
  top: 50px !important;
  right: 50px !important;
  bottom: 50px !important;
  left: 50px !important;
}

.inset-64 {
  top: 64px !important;
  right: 64px !important;
  bottom: 64px !important;
  left: 64px !important;
}

.inset-70 {
  top: 70px !important;
  right: 70px !important;
  bottom: 70px !important;
  left: 70px !important;
}

.inset-80 {
  top: 80px !important;
  right: 80px !important;
  bottom: 80px !important;
  left: 80px !important;
}

.inset-100 {
  top: 100px !important;
  right: 100px !important;
  bottom: 100px !important;
  left: 100px !important;
}

.inset-130 {
  top: 130px !important;
  right: 130px !important;
  bottom: 130px !important;
  left: 130px !important;
}

.inset-auto {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.-inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.-inset-1 {
  top: -1px !important;
  right: -1px !important;
  bottom: -1px !important;
  left: -1px !important;
}

.-inset-2 {
  top: -2px !important;
  right: -2px !important;
  bottom: -2px !important;
  left: -2px !important;
}

.-inset-4 {
  top: -4px !important;
  right: -4px !important;
  bottom: -4px !important;
  left: -4px !important;
}

.-inset-5 {
  top: -5px !important;
  right: -5px !important;
  bottom: -5px !important;
  left: -5px !important;
}

.-inset-6 {
  top: -6px !important;
  right: -6px !important;
  bottom: -6px !important;
  left: -6px !important;
}

.-inset-8 {
  top: -8px !important;
  right: -8px !important;
  bottom: -8px !important;
  left: -8px !important;
}

.-inset-10 {
  top: -10px !important;
  right: -10px !important;
  bottom: -10px !important;
  left: -10px !important;
}

.-inset-12 {
  top: -12px !important;
  right: -12px !important;
  bottom: -12px !important;
  left: -12px !important;
}

.-inset-15 {
  top: -15px !important;
  right: -15px !important;
  bottom: -15px !important;
  left: -15px !important;
}

.-inset-16 {
  top: -16px !important;
  right: -16px !important;
  bottom: -16px !important;
  left: -16px !important;
}

.-inset-20 {
  top: -20px !important;
  right: -20px !important;
  bottom: -20px !important;
  left: -20px !important;
}

.-inset-24 {
  top: -24px !important;
  right: -24px !important;
  bottom: -24px !important;
  left: -24px !important;
}

.-inset-25 {
  top: -25px !important;
  right: -25px !important;
  bottom: -25px !important;
  left: -25px !important;
}

.-inset-30 {
  top: -30px !important;
  right: -30px !important;
  bottom: -30px !important;
  left: -30px !important;
}

.-inset-32 {
  top: -32px !important;
  right: -32px !important;
  bottom: -32px !important;
  left: -32px !important;
}

.-inset-35 {
  top: -35px !important;
  right: -35px !important;
  bottom: -35px !important;
  left: -35px !important;
}

.-inset-40 {
  top: -40px !important;
  right: -40px !important;
  bottom: -40px !important;
  left: -40px !important;
}

.-inset-48 {
  top: -48px !important;
  right: -48px !important;
  bottom: -48px !important;
  left: -48px !important;
}

.-inset-50 {
  top: -50px !important;
  right: -50px !important;
  bottom: -50px !important;
  left: -50px !important;
}

.-inset-64 {
  top: -64px !important;
  right: -64px !important;
  bottom: -64px !important;
  left: -64px !important;
}

.-inset-70 {
  top: -70px !important;
  right: -70px !important;
  bottom: -70px !important;
  left: -70px !important;
}

.-inset-80 {
  top: -80px !important;
  right: -80px !important;
  bottom: -80px !important;
  left: -80px !important;
}

.-inset-100 {
  top: -100px !important;
  right: -100px !important;
  bottom: -100px !important;
  left: -100px !important;
}

.-inset-130 {
  top: -130px !important;
  right: -130px !important;
  bottom: -130px !important;
  left: -130px !important;
}

.inset-1\/2 {
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.inset-1\/3 {
  top: 33.333333% !important;
  right: 33.333333% !important;
  bottom: 33.333333% !important;
  left: 33.333333% !important;
}

.inset-2\/3 {
  top: 66.666667% !important;
  right: 66.666667% !important;
  bottom: 66.666667% !important;
  left: 66.666667% !important;
}

.inset-1\/4 {
  top: 25% !important;
  right: 25% !important;
  bottom: 25% !important;
  left: 25% !important;
}

.inset-2\/4 {
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.inset-3\/4 {
  top: 75% !important;
  right: 75% !important;
  bottom: 75% !important;
  left: 75% !important;
}

.inset-full {
  top: 100% !important;
  right: 100% !important;
  bottom: 100% !important;
  left: 100% !important;
}

.-inset-1\/2 {
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important;
}

.-inset-1\/3 {
  top: -33.333333% !important;
  right: -33.333333% !important;
  bottom: -33.333333% !important;
  left: -33.333333% !important;
}

.-inset-2\/3 {
  top: -66.666667% !important;
  right: -66.666667% !important;
  bottom: -66.666667% !important;
  left: -66.666667% !important;
}

.-inset-1\/4 {
  top: -25% !important;
  right: -25% !important;
  bottom: -25% !important;
  left: -25% !important;
}

.-inset-2\/4 {
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important;
}

.-inset-3\/4 {
  top: -75% !important;
  right: -75% !important;
  bottom: -75% !important;
  left: -75% !important;
}

.-inset-full {
  top: -100% !important;
  right: -100% !important;
  bottom: -100% !important;
  left: -100% !important;
}

.inset-x-0 {
  left: 0px !important;
  right: 0px !important;
}

.inset-x-1 {
  left: 1px !important;
  right: 1px !important;
}

.inset-x-2 {
  left: 2px !important;
  right: 2px !important;
}

.inset-x-4 {
  left: 4px !important;
  right: 4px !important;
}

.inset-x-5 {
  left: 5px !important;
  right: 5px !important;
}

.inset-x-6 {
  left: 6px !important;
  right: 6px !important;
}

.inset-x-8 {
  left: 8px !important;
  right: 8px !important;
}

.inset-x-10 {
  left: 10px !important;
  right: 10px !important;
}

.inset-x-12 {
  left: 12px !important;
  right: 12px !important;
}

.inset-x-15 {
  left: 15px !important;
  right: 15px !important;
}

.inset-x-16 {
  left: 16px !important;
  right: 16px !important;
}

.inset-x-20 {
  left: 20px !important;
  right: 20px !important;
}

.inset-x-24 {
  left: 24px !important;
  right: 24px !important;
}

.inset-x-25 {
  left: 25px !important;
  right: 25px !important;
}

.inset-x-30 {
  left: 30px !important;
  right: 30px !important;
}

.inset-x-32 {
  left: 32px !important;
  right: 32px !important;
}

.inset-x-35 {
  left: 35px !important;
  right: 35px !important;
}

.inset-x-40 {
  left: 40px !important;
  right: 40px !important;
}

.inset-x-48 {
  left: 48px !important;
  right: 48px !important;
}

.inset-x-50 {
  left: 50px !important;
  right: 50px !important;
}

.inset-x-64 {
  left: 64px !important;
  right: 64px !important;
}

.inset-x-70 {
  left: 70px !important;
  right: 70px !important;
}

.inset-x-80 {
  left: 80px !important;
  right: 80px !important;
}

.inset-x-100 {
  left: 100px !important;
  right: 100px !important;
}

.inset-x-130 {
  left: 130px !important;
  right: 130px !important;
}

.inset-x-auto {
  left: auto !important;
  right: auto !important;
}

.-inset-x-0 {
  left: 0px !important;
  right: 0px !important;
}

.-inset-x-1 {
  left: -1px !important;
  right: -1px !important;
}

.-inset-x-2 {
  left: -2px !important;
  right: -2px !important;
}

.-inset-x-4 {
  left: -4px !important;
  right: -4px !important;
}

.-inset-x-5 {
  left: -5px !important;
  right: -5px !important;
}

.-inset-x-6 {
  left: -6px !important;
  right: -6px !important;
}

.-inset-x-8 {
  left: -8px !important;
  right: -8px !important;
}

.-inset-x-10 {
  left: -10px !important;
  right: -10px !important;
}

.-inset-x-12 {
  left: -12px !important;
  right: -12px !important;
}

.-inset-x-15 {
  left: -15px !important;
  right: -15px !important;
}

.-inset-x-16 {
  left: -16px !important;
  right: -16px !important;
}

.-inset-x-20 {
  left: -20px !important;
  right: -20px !important;
}

.-inset-x-24 {
  left: -24px !important;
  right: -24px !important;
}

.-inset-x-25 {
  left: -25px !important;
  right: -25px !important;
}

.-inset-x-30 {
  left: -30px !important;
  right: -30px !important;
}

.-inset-x-32 {
  left: -32px !important;
  right: -32px !important;
}

.-inset-x-35 {
  left: -35px !important;
  right: -35px !important;
}

.-inset-x-40 {
  left: -40px !important;
  right: -40px !important;
}

.-inset-x-48 {
  left: -48px !important;
  right: -48px !important;
}

.-inset-x-50 {
  left: -50px !important;
  right: -50px !important;
}

.-inset-x-64 {
  left: -64px !important;
  right: -64px !important;
}

.-inset-x-70 {
  left: -70px !important;
  right: -70px !important;
}

.-inset-x-80 {
  left: -80px !important;
  right: -80px !important;
}

.-inset-x-100 {
  left: -100px !important;
  right: -100px !important;
}

.-inset-x-130 {
  left: -130px !important;
  right: -130px !important;
}

.inset-x-1\/2 {
  left: 50% !important;
  right: 50% !important;
}

.inset-x-1\/3 {
  left: 33.333333% !important;
  right: 33.333333% !important;
}

.inset-x-2\/3 {
  left: 66.666667% !important;
  right: 66.666667% !important;
}

.inset-x-1\/4 {
  left: 25% !important;
  right: 25% !important;
}

.inset-x-2\/4 {
  left: 50% !important;
  right: 50% !important;
}

.inset-x-3\/4 {
  left: 75% !important;
  right: 75% !important;
}

.inset-x-full {
  left: 100% !important;
  right: 100% !important;
}

.-inset-x-1\/2 {
  left: -50% !important;
  right: -50% !important;
}

.-inset-x-1\/3 {
  left: -33.333333% !important;
  right: -33.333333% !important;
}

.-inset-x-2\/3 {
  left: -66.666667% !important;
  right: -66.666667% !important;
}

.-inset-x-1\/4 {
  left: -25% !important;
  right: -25% !important;
}

.-inset-x-2\/4 {
  left: -50% !important;
  right: -50% !important;
}

.-inset-x-3\/4 {
  left: -75% !important;
  right: -75% !important;
}

.-inset-x-full {
  left: -100% !important;
  right: -100% !important;
}

.inset-y-0 {
  top: 0px !important;
  bottom: 0px !important;
}

.inset-y-1 {
  top: 1px !important;
  bottom: 1px !important;
}

.inset-y-2 {
  top: 2px !important;
  bottom: 2px !important;
}

.inset-y-4 {
  top: 4px !important;
  bottom: 4px !important;
}

.inset-y-5 {
  top: 5px !important;
  bottom: 5px !important;
}

.inset-y-6 {
  top: 6px !important;
  bottom: 6px !important;
}

.inset-y-8 {
  top: 8px !important;
  bottom: 8px !important;
}

.inset-y-10 {
  top: 10px !important;
  bottom: 10px !important;
}

.inset-y-12 {
  top: 12px !important;
  bottom: 12px !important;
}

.inset-y-15 {
  top: 15px !important;
  bottom: 15px !important;
}

.inset-y-16 {
  top: 16px !important;
  bottom: 16px !important;
}

.inset-y-20 {
  top: 20px !important;
  bottom: 20px !important;
}

.inset-y-24 {
  top: 24px !important;
  bottom: 24px !important;
}

.inset-y-25 {
  top: 25px !important;
  bottom: 25px !important;
}

.inset-y-30 {
  top: 30px !important;
  bottom: 30px !important;
}

.inset-y-32 {
  top: 32px !important;
  bottom: 32px !important;
}

.inset-y-35 {
  top: 35px !important;
  bottom: 35px !important;
}

.inset-y-40 {
  top: 40px !important;
  bottom: 40px !important;
}

.inset-y-48 {
  top: 48px !important;
  bottom: 48px !important;
}

.inset-y-50 {
  top: 50px !important;
  bottom: 50px !important;
}

.inset-y-64 {
  top: 64px !important;
  bottom: 64px !important;
}

.inset-y-70 {
  top: 70px !important;
  bottom: 70px !important;
}

.inset-y-80 {
  top: 80px !important;
  bottom: 80px !important;
}

.inset-y-100 {
  top: 100px !important;
  bottom: 100px !important;
}

.inset-y-130 {
  top: 130px !important;
  bottom: 130px !important;
}

.inset-y-auto {
  top: auto !important;
  bottom: auto !important;
}

.-inset-y-0 {
  top: 0px !important;
  bottom: 0px !important;
}

.-inset-y-1 {
  top: -1px !important;
  bottom: -1px !important;
}

.-inset-y-2 {
  top: -2px !important;
  bottom: -2px !important;
}

.-inset-y-4 {
  top: -4px !important;
  bottom: -4px !important;
}

.-inset-y-5 {
  top: -5px !important;
  bottom: -5px !important;
}

.-inset-y-6 {
  top: -6px !important;
  bottom: -6px !important;
}

.-inset-y-8 {
  top: -8px !important;
  bottom: -8px !important;
}

.-inset-y-10 {
  top: -10px !important;
  bottom: -10px !important;
}

.-inset-y-12 {
  top: -12px !important;
  bottom: -12px !important;
}

.-inset-y-15 {
  top: -15px !important;
  bottom: -15px !important;
}

.-inset-y-16 {
  top: -16px !important;
  bottom: -16px !important;
}

.-inset-y-20 {
  top: -20px !important;
  bottom: -20px !important;
}

.-inset-y-24 {
  top: -24px !important;
  bottom: -24px !important;
}

.-inset-y-25 {
  top: -25px !important;
  bottom: -25px !important;
}

.-inset-y-30 {
  top: -30px !important;
  bottom: -30px !important;
}

.-inset-y-32 {
  top: -32px !important;
  bottom: -32px !important;
}

.-inset-y-35 {
  top: -35px !important;
  bottom: -35px !important;
}

.-inset-y-40 {
  top: -40px !important;
  bottom: -40px !important;
}

.-inset-y-48 {
  top: -48px !important;
  bottom: -48px !important;
}

.-inset-y-50 {
  top: -50px !important;
  bottom: -50px !important;
}

.-inset-y-64 {
  top: -64px !important;
  bottom: -64px !important;
}

.-inset-y-70 {
  top: -70px !important;
  bottom: -70px !important;
}

.-inset-y-80 {
  top: -80px !important;
  bottom: -80px !important;
}

.-inset-y-100 {
  top: -100px !important;
  bottom: -100px !important;
}

.-inset-y-130 {
  top: -130px !important;
  bottom: -130px !important;
}

.inset-y-1\/2 {
  top: 50% !important;
  bottom: 50% !important;
}

.inset-y-1\/3 {
  top: 33.333333% !important;
  bottom: 33.333333% !important;
}

.inset-y-2\/3 {
  top: 66.666667% !important;
  bottom: 66.666667% !important;
}

.inset-y-1\/4 {
  top: 25% !important;
  bottom: 25% !important;
}

.inset-y-2\/4 {
  top: 50% !important;
  bottom: 50% !important;
}

.inset-y-3\/4 {
  top: 75% !important;
  bottom: 75% !important;
}

.inset-y-full {
  top: 100% !important;
  bottom: 100% !important;
}

.-inset-y-1\/2 {
  top: -50% !important;
  bottom: -50% !important;
}

.-inset-y-1\/3 {
  top: -33.333333% !important;
  bottom: -33.333333% !important;
}

.-inset-y-2\/3 {
  top: -66.666667% !important;
  bottom: -66.666667% !important;
}

.-inset-y-1\/4 {
  top: -25% !important;
  bottom: -25% !important;
}

.-inset-y-2\/4 {
  top: -50% !important;
  bottom: -50% !important;
}

.-inset-y-3\/4 {
  top: -75% !important;
  bottom: -75% !important;
}

.-inset-y-full {
  top: -100% !important;
  bottom: -100% !important;
}

.top-0 {
  top: 0px !important;
}

.top-1 {
  top: 1px !important;
}

.top-2 {
  top: 2px !important;
}

.top-4 {
  top: 4px !important;
}

.top-5 {
  top: 5px !important;
}

.top-6 {
  top: 6px !important;
}

.top-8 {
  top: 8px !important;
}

.top-10 {
  top: 10px !important;
}

.top-12 {
  top: 12px !important;
}

.top-15 {
  top: 15px !important;
}

.top-16 {
  top: 16px !important;
}

.top-20 {
  top: 20px !important;
}

.top-24 {
  top: 24px !important;
}

.top-25 {
  top: 25px !important;
}

.top-30 {
  top: 30px !important;
}

.top-32 {
  top: 32px !important;
}

.top-35 {
  top: 35px !important;
}

.top-40 {
  top: 40px !important;
}

.top-48 {
  top: 48px !important;
}

.top-50 {
  top: 50px !important;
}

.top-64 {
  top: 64px !important;
}

.top-70 {
  top: 70px !important;
}

.top-80 {
  top: 80px !important;
}

.top-100 {
  top: 100px !important;
}

.top-130 {
  top: 130px !important;
}

.top-auto {
  top: auto !important;
}

.-top-0 {
  top: 0px !important;
}

.-top-1 {
  top: -1px !important;
}

.-top-2 {
  top: -2px !important;
}

.-top-4 {
  top: -4px !important;
}

.-top-5 {
  top: -5px !important;
}

.-top-6 {
  top: -6px !important;
}

.-top-8 {
  top: -8px !important;
}

.-top-10 {
  top: -10px !important;
}

.-top-12 {
  top: -12px !important;
}

.-top-15 {
  top: -15px !important;
}

.-top-16 {
  top: -16px !important;
}

.-top-20 {
  top: -20px !important;
}

.-top-24 {
  top: -24px !important;
}

.-top-25 {
  top: -25px !important;
}

.-top-30 {
  top: -30px !important;
}

.-top-32 {
  top: -32px !important;
}

.-top-35 {
  top: -35px !important;
}

.-top-40 {
  top: -40px !important;
}

.-top-48 {
  top: -48px !important;
}

.-top-50 {
  top: -50px !important;
}

.-top-64 {
  top: -64px !important;
}

.-top-70 {
  top: -70px !important;
}

.-top-80 {
  top: -80px !important;
}

.-top-100 {
  top: -100px !important;
}

.-top-130 {
  top: -130px !important;
}

.top-1\/2 {
  top: 50% !important;
}

.top-1\/3 {
  top: 33.333333% !important;
}

.top-2\/3 {
  top: 66.666667% !important;
}

.top-1\/4 {
  top: 25% !important;
}

.top-2\/4 {
  top: 50% !important;
}

.top-3\/4 {
  top: 75% !important;
}

.top-full {
  top: 100% !important;
}

.-top-1\/2 {
  top: -50% !important;
}

.-top-1\/3 {
  top: -33.333333% !important;
}

.-top-2\/3 {
  top: -66.666667% !important;
}

.-top-1\/4 {
  top: -25% !important;
}

.-top-2\/4 {
  top: -50% !important;
}

.-top-3\/4 {
  top: -75% !important;
}

.-top-full {
  top: -100% !important;
}

.right-0 {
  right: 0px !important;
}

.right-1 {
  right: 1px !important;
}

.right-2 {
  right: 2px !important;
}

.right-4 {
  right: 4px !important;
}

.right-5 {
  right: 5px !important;
}

.right-6 {
  right: 6px !important;
}

.right-8 {
  right: 8px !important;
}

.right-10 {
  right: 10px !important;
}

.right-12 {
  right: 12px !important;
}

.right-15 {
  right: 15px !important;
}

.right-16 {
  right: 16px !important;
}

.right-20 {
  right: 20px !important;
}

.right-24 {
  right: 24px !important;
}

.right-25 {
  right: 25px !important;
}

.right-30 {
  right: 30px !important;
}

.right-32 {
  right: 32px !important;
}

.right-35 {
  right: 35px !important;
}

.right-40 {
  right: 40px !important;
}

.right-48 {
  right: 48px !important;
}

.right-50 {
  right: 50px !important;
}

.right-64 {
  right: 64px !important;
}

.right-70 {
  right: 70px !important;
}

.right-80 {
  right: 80px !important;
}

.right-100 {
  right: 100px !important;
}

.right-130 {
  right: 130px !important;
}

.right-auto {
  right: auto !important;
}

.-right-0 {
  right: 0px !important;
}

.-right-1 {
  right: -1px !important;
}

.-right-2 {
  right: -2px !important;
}

.-right-4 {
  right: -4px !important;
}

.-right-5 {
  right: -5px !important;
}

.-right-6 {
  right: -6px !important;
}

.-right-8 {
  right: -8px !important;
}

.-right-10 {
  right: -10px !important;
}

.-right-12 {
  right: -12px !important;
}

.-right-15 {
  right: -15px !important;
}

.-right-16 {
  right: -16px !important;
}

.-right-20 {
  right: -20px !important;
}

.-right-24 {
  right: -24px !important;
}

.-right-25 {
  right: -25px !important;
}

.-right-30 {
  right: -30px !important;
}

.-right-32 {
  right: -32px !important;
}

.-right-35 {
  right: -35px !important;
}

.-right-40 {
  right: -40px !important;
}

.-right-48 {
  right: -48px !important;
}

.-right-50 {
  right: -50px !important;
}

.-right-64 {
  right: -64px !important;
}

.-right-70 {
  right: -70px !important;
}

.-right-80 {
  right: -80px !important;
}

.-right-100 {
  right: -100px !important;
}

.-right-130 {
  right: -130px !important;
}

.right-1\/2 {
  right: 50% !important;
}

.right-1\/3 {
  right: 33.333333% !important;
}

.right-2\/3 {
  right: 66.666667% !important;
}

.right-1\/4 {
  right: 25% !important;
}

.right-2\/4 {
  right: 50% !important;
}

.right-3\/4 {
  right: 75% !important;
}

.right-full {
  right: 100% !important;
}

.-right-1\/2 {
  right: -50% !important;
}

.-right-1\/3 {
  right: -33.333333% !important;
}

.-right-2\/3 {
  right: -66.666667% !important;
}

.-right-1\/4 {
  right: -25% !important;
}

.-right-2\/4 {
  right: -50% !important;
}

.-right-3\/4 {
  right: -75% !important;
}

.-right-full {
  right: -100% !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.bottom-1 {
  bottom: 1px !important;
}

.bottom-2 {
  bottom: 2px !important;
}

.bottom-4 {
  bottom: 4px !important;
}

.bottom-5 {
  bottom: 5px !important;
}

.bottom-6 {
  bottom: 6px !important;
}

.bottom-8 {
  bottom: 8px !important;
}

.bottom-10 {
  bottom: 10px !important;
}

.bottom-12 {
  bottom: 12px !important;
}

.bottom-15 {
  bottom: 15px !important;
}

.bottom-16 {
  bottom: 16px !important;
}

.bottom-20 {
  bottom: 20px !important;
}

.bottom-24 {
  bottom: 24px !important;
}

.bottom-25 {
  bottom: 25px !important;
}

.bottom-30 {
  bottom: 30px !important;
}

.bottom-32 {
  bottom: 32px !important;
}

.bottom-35 {
  bottom: 35px !important;
}

.bottom-40 {
  bottom: 40px !important;
}

.bottom-48 {
  bottom: 48px !important;
}

.bottom-50 {
  bottom: 50px !important;
}

.bottom-64 {
  bottom: 64px !important;
}

.bottom-70 {
  bottom: 70px !important;
}

.bottom-80 {
  bottom: 80px !important;
}

.bottom-100 {
  bottom: 100px !important;
}

.bottom-130 {
  bottom: 130px !important;
}

.bottom-auto {
  bottom: auto !important;
}

.-bottom-0 {
  bottom: 0px !important;
}

.-bottom-1 {
  bottom: -1px !important;
}

.-bottom-2 {
  bottom: -2px !important;
}

.-bottom-4 {
  bottom: -4px !important;
}

.-bottom-5 {
  bottom: -5px !important;
}

.-bottom-6 {
  bottom: -6px !important;
}

.-bottom-8 {
  bottom: -8px !important;
}

.-bottom-10 {
  bottom: -10px !important;
}

.-bottom-12 {
  bottom: -12px !important;
}

.-bottom-15 {
  bottom: -15px !important;
}

.-bottom-16 {
  bottom: -16px !important;
}

.-bottom-20 {
  bottom: -20px !important;
}

.-bottom-24 {
  bottom: -24px !important;
}

.-bottom-25 {
  bottom: -25px !important;
}

.-bottom-30 {
  bottom: -30px !important;
}

.-bottom-32 {
  bottom: -32px !important;
}

.-bottom-35 {
  bottom: -35px !important;
}

.-bottom-40 {
  bottom: -40px !important;
}

.-bottom-48 {
  bottom: -48px !important;
}

.-bottom-50 {
  bottom: -50px !important;
}

.-bottom-64 {
  bottom: -64px !important;
}

.-bottom-70 {
  bottom: -70px !important;
}

.-bottom-80 {
  bottom: -80px !important;
}

.-bottom-100 {
  bottom: -100px !important;
}

.-bottom-130 {
  bottom: -130px !important;
}

.bottom-1\/2 {
  bottom: 50% !important;
}

.bottom-1\/3 {
  bottom: 33.333333% !important;
}

.bottom-2\/3 {
  bottom: 66.666667% !important;
}

.bottom-1\/4 {
  bottom: 25% !important;
}

.bottom-2\/4 {
  bottom: 50% !important;
}

.bottom-3\/4 {
  bottom: 75% !important;
}

.bottom-full {
  bottom: 100% !important;
}

.-bottom-1\/2 {
  bottom: -50% !important;
}

.-bottom-1\/3 {
  bottom: -33.333333% !important;
}

.-bottom-2\/3 {
  bottom: -66.666667% !important;
}

.-bottom-1\/4 {
  bottom: -25% !important;
}

.-bottom-2\/4 {
  bottom: -50% !important;
}

.-bottom-3\/4 {
  bottom: -75% !important;
}

.-bottom-full {
  bottom: -100% !important;
}

.left-0 {
  left: 0px !important;
}

.left-1 {
  left: 1px !important;
}

.left-2 {
  left: 2px !important;
}

.left-4 {
  left: 4px !important;
}

.left-5 {
  left: 5px !important;
}

.left-6 {
  left: 6px !important;
}

.left-8 {
  left: 8px !important;
}

.left-10 {
  left: 10px !important;
}

.left-12 {
  left: 12px !important;
}

.left-15 {
  left: 15px !important;
}

.left-16 {
  left: 16px !important;
}

.left-20 {
  left: 20px !important;
}

.left-24 {
  left: 24px !important;
}

.left-25 {
  left: 25px !important;
}

.left-30 {
  left: 30px !important;
}

.left-32 {
  left: 32px !important;
}

.left-35 {
  left: 35px !important;
}

.left-40 {
  left: 40px !important;
}

.left-48 {
  left: 48px !important;
}

.left-50 {
  left: 50px !important;
}

.left-64 {
  left: 64px !important;
}

.left-70 {
  left: 70px !important;
}

.left-80 {
  left: 80px !important;
}

.left-100 {
  left: 100px !important;
}

.left-130 {
  left: 130px !important;
}

.left-auto {
  left: auto !important;
}

.-left-0 {
  left: 0px !important;
}

.-left-1 {
  left: -1px !important;
}

.-left-2 {
  left: -2px !important;
}

.-left-4 {
  left: -4px !important;
}

.-left-5 {
  left: -5px !important;
}

.-left-6 {
  left: -6px !important;
}

.-left-8 {
  left: -8px !important;
}

.-left-10 {
  left: -10px !important;
}

.-left-12 {
  left: -12px !important;
}

.-left-15 {
  left: -15px !important;
}

.-left-16 {
  left: -16px !important;
}

.-left-20 {
  left: -20px !important;
}

.-left-24 {
  left: -24px !important;
}

.-left-25 {
  left: -25px !important;
}

.-left-30 {
  left: -30px !important;
}

.-left-32 {
  left: -32px !important;
}

.-left-35 {
  left: -35px !important;
}

.-left-40 {
  left: -40px !important;
}

.-left-48 {
  left: -48px !important;
}

.-left-50 {
  left: -50px !important;
}

.-left-64 {
  left: -64px !important;
}

.-left-70 {
  left: -70px !important;
}

.-left-80 {
  left: -80px !important;
}

.-left-100 {
  left: -100px !important;
}

.-left-130 {
  left: -130px !important;
}

.left-1\/2 {
  left: 50% !important;
}

.left-1\/3 {
  left: 33.333333% !important;
}

.left-2\/3 {
  left: 66.666667% !important;
}

.left-1\/4 {
  left: 25% !important;
}

.left-2\/4 {
  left: 50% !important;
}

.left-3\/4 {
  left: 75% !important;
}

.left-full {
  left: 100% !important;
}

.-left-1\/2 {
  left: -50% !important;
}

.-left-1\/3 {
  left: -33.333333% !important;
}

.-left-2\/3 {
  left: -66.666667% !important;
}

.-left-1\/4 {
  left: -25% !important;
}

.-left-2\/4 {
  left: -50% !important;
}

.-left-3\/4 {
  left: -75% !important;
}

.-left-full {
  left: -100% !important;
}

.isolate {
  isolation: isolate !important;
}

.isolation-auto {
  isolation: auto !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-30 {
  z-index: 30 !important;
}

.z-40 {
  z-index: 40 !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-auto {
  z-index: auto !important;
}

.focus-within\:z-0:focus-within {
  z-index: 0 !important;
}

.focus-within\:z-10:focus-within {
  z-index: 10 !important;
}

.focus-within\:z-20:focus-within {
  z-index: 20 !important;
}

.focus-within\:z-30:focus-within {
  z-index: 30 !important;
}

.focus-within\:z-40:focus-within {
  z-index: 40 !important;
}

.focus-within\:z-50:focus-within {
  z-index: 50 !important;
}

.focus-within\:z-auto:focus-within {
  z-index: auto !important;
}

.focus\:z-0:focus {
  z-index: 0 !important;
}

.focus\:z-10:focus {
  z-index: 10 !important;
}

.focus\:z-20:focus {
  z-index: 20 !important;
}

.focus\:z-30:focus {
  z-index: 30 !important;
}

.focus\:z-40:focus {
  z-index: 40 !important;
}

.focus\:z-50:focus {
  z-index: 50 !important;
}

.focus\:z-auto:focus {
  z-index: auto !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-6 {
  order: 6 !important;
}

.order-7 {
  order: 7 !important;
}

.order-8 {
  order: 8 !important;
}

.order-9 {
  order: 9 !important;
}

.order-10 {
  order: 10 !important;
}

.order-11 {
  order: 11 !important;
}

.order-12 {
  order: 12 !important;
}

.order-first {
  order: -9999 !important;
}

.order-last {
  order: 9999 !important;
}

.order-none {
  order: 0 !important;
}

.col-auto {
  grid-column: auto !important;
}

.col-span-1 {
  grid-column: span 1 / span 1 !important;
}

.col-span-2 {
  grid-column: span 2 / span 2 !important;
}

.col-span-3 {
  grid-column: span 3 / span 3 !important;
}

.col-span-4 {
  grid-column: span 4 / span 4 !important;
}

.col-span-5 {
  grid-column: span 5 / span 5 !important;
}

.col-span-6 {
  grid-column: span 6 / span 6 !important;
}

.col-span-7 {
  grid-column: span 7 / span 7 !important;
}

.col-span-8 {
  grid-column: span 8 / span 8 !important;
}

.col-span-9 {
  grid-column: span 9 / span 9 !important;
}

.col-span-10 {
  grid-column: span 10 / span 10 !important;
}

.col-span-11 {
  grid-column: span 11 / span 11 !important;
}

.col-span-12 {
  grid-column: span 12 / span 12 !important;
}

.col-span-full {
  grid-column: 1 / -1 !important;
}

.col-start-1 {
  grid-column-start: 1 !important;
}

.col-start-2 {
  grid-column-start: 2 !important;
}

.col-start-3 {
  grid-column-start: 3 !important;
}

.col-start-4 {
  grid-column-start: 4 !important;
}

.col-start-5 {
  grid-column-start: 5 !important;
}

.col-start-6 {
  grid-column-start: 6 !important;
}

.col-start-7 {
  grid-column-start: 7 !important;
}

.col-start-8 {
  grid-column-start: 8 !important;
}

.col-start-9 {
  grid-column-start: 9 !important;
}

.col-start-10 {
  grid-column-start: 10 !important;
}

.col-start-11 {
  grid-column-start: 11 !important;
}

.col-start-12 {
  grid-column-start: 12 !important;
}

.col-start-13 {
  grid-column-start: 13 !important;
}

.col-start-auto {
  grid-column-start: auto !important;
}

.col-end-1 {
  grid-column-end: 1 !important;
}

.col-end-2 {
  grid-column-end: 2 !important;
}

.col-end-3 {
  grid-column-end: 3 !important;
}

.col-end-4 {
  grid-column-end: 4 !important;
}

.col-end-5 {
  grid-column-end: 5 !important;
}

.col-end-6 {
  grid-column-end: 6 !important;
}

.col-end-7 {
  grid-column-end: 7 !important;
}

.col-end-8 {
  grid-column-end: 8 !important;
}

.col-end-9 {
  grid-column-end: 9 !important;
}

.col-end-10 {
  grid-column-end: 10 !important;
}

.col-end-11 {
  grid-column-end: 11 !important;
}

.col-end-12 {
  grid-column-end: 12 !important;
}

.col-end-13 {
  grid-column-end: 13 !important;
}

.col-end-auto {
  grid-column-end: auto !important;
}

.row-auto {
  grid-row: auto !important;
}

.row-span-1 {
  grid-row: span 1 / span 1 !important;
}

.row-span-2 {
  grid-row: span 2 / span 2 !important;
}

.row-span-3 {
  grid-row: span 3 / span 3 !important;
}

.row-span-4 {
  grid-row: span 4 / span 4 !important;
}

.row-span-5 {
  grid-row: span 5 / span 5 !important;
}

.row-span-6 {
  grid-row: span 6 / span 6 !important;
}

.row-span-full {
  grid-row: 1 / -1 !important;
}

.row-start-1 {
  grid-row-start: 1 !important;
}

.row-start-2 {
  grid-row-start: 2 !important;
}

.row-start-3 {
  grid-row-start: 3 !important;
}

.row-start-4 {
  grid-row-start: 4 !important;
}

.row-start-5 {
  grid-row-start: 5 !important;
}

.row-start-6 {
  grid-row-start: 6 !important;
}

.row-start-7 {
  grid-row-start: 7 !important;
}

.row-start-auto {
  grid-row-start: auto !important;
}

.row-end-1 {
  grid-row-end: 1 !important;
}

.row-end-2 {
  grid-row-end: 2 !important;
}

.row-end-3 {
  grid-row-end: 3 !important;
}

.row-end-4 {
  grid-row-end: 4 !important;
}

.row-end-5 {
  grid-row-end: 5 !important;
}

.row-end-6 {
  grid-row-end: 6 !important;
}

.row-end-7 {
  grid-row-end: 7 !important;
}

.row-end-auto {
  grid-row-end: auto !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.float-none {
  float: none !important;
}

.clear-left {
  clear: left !important;
}

.clear-right {
  clear: right !important;
}

.clear-both {
  clear: both !important;
}

.clear-none {
  clear: none !important;
}

.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 1px !important;
}

.m-2 {
  margin: 2px !important;
}

.m-4 {
  margin: 4px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-6 {
  margin: 6px !important;
}

.m-8 {
  margin: 8px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-12 {
  margin: 12px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-16 {
  margin: 16px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-24 {
  margin: 24px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-32 {
  margin: 32px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-48 {
  margin: 48px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-64 {
  margin: 64px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-130 {
  margin: 130px !important;
}

.m-auto {
  margin: auto !important;
}

.-m-0 {
  margin: 0px !important;
}

.-m-1 {
  margin: -1px !important;
}

.-m-2 {
  margin: -2px !important;
}

.-m-4 {
  margin: -4px !important;
}

.-m-5 {
  margin: -5px !important;
}

.-m-6 {
  margin: -6px !important;
}

.-m-8 {
  margin: -8px !important;
}

.-m-10 {
  margin: -10px !important;
}

.-m-12 {
  margin: -12px !important;
}

.-m-15 {
  margin: -15px !important;
}

.-m-16 {
  margin: -16px !important;
}

.-m-20 {
  margin: -20px !important;
}

.-m-24 {
  margin: -24px !important;
}

.-m-25 {
  margin: -25px !important;
}

.-m-30 {
  margin: -30px !important;
}

.-m-32 {
  margin: -32px !important;
}

.-m-35 {
  margin: -35px !important;
}

.-m-40 {
  margin: -40px !important;
}

.-m-48 {
  margin: -48px !important;
}

.-m-50 {
  margin: -50px !important;
}

.-m-64 {
  margin: -64px !important;
}

.-m-70 {
  margin: -70px !important;
}

.-m-80 {
  margin: -80px !important;
}

.-m-100 {
  margin: -100px !important;
}

.-m-130 {
  margin: -130px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx-1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.mx-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mx-6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx-48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mx-64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.mx-130 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.-mx-1 {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.-mx-2 {
  margin-left: -2px !important;
  margin-right: -2px !important;
}

.-mx-4 {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.-mx-5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.-mx-6 {
  margin-left: -6px !important;
  margin-right: -6px !important;
}

.-mx-8 {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.-mx-10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.-mx-12 {
  margin-left: -12px !important;
  margin-right: -12px !important;
}

.-mx-15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.-mx-16 {
  margin-left: -16px !important;
  margin-right: -16px !important;
}

.-mx-20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.-mx-24 {
  margin-left: -24px !important;
  margin-right: -24px !important;
}

.-mx-25 {
  margin-left: -25px !important;
  margin-right: -25px !important;
}

.-mx-30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.-mx-32 {
  margin-left: -32px !important;
  margin-right: -32px !important;
}

.-mx-35 {
  margin-left: -35px !important;
  margin-right: -35px !important;
}

.-mx-40 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}

.-mx-48 {
  margin-left: -48px !important;
  margin-right: -48px !important;
}

.-mx-50 {
  margin-left: -50px !important;
  margin-right: -50px !important;
}

.-mx-64 {
  margin-left: -64px !important;
  margin-right: -64px !important;
}

.-mx-70 {
  margin-left: -70px !important;
  margin-right: -70px !important;
}

.-mx-80 {
  margin-left: -80px !important;
  margin-right: -80px !important;
}

.-mx-100 {
  margin-left: -100px !important;
  margin-right: -100px !important;
}

.-mx-130 {
  margin-left: -130px !important;
  margin-right: -130px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.my-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.-my-1 {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.-my-2 {
  margin-top: -2px !important;
  margin-bottom: -2px !important;
}

.-my-4 {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}

.-my-5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.-my-6 {
  margin-top: -6px !important;
  margin-bottom: -6px !important;
}

.-my-8 {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

.-my-10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.-my-12 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}

.-my-15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.-my-16 {
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}

.-my-20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.-my-24 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

.-my-25 {
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}

.-my-30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.-my-32 {
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}

.-my-35 {
  margin-top: -35px !important;
  margin-bottom: -35px !important;
}

.-my-40 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.-my-48 {
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}

.-my-50 {
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}

.-my-64 {
  margin-top: -64px !important;
  margin-bottom: -64px !important;
}

.-my-70 {
  margin-top: -70px !important;
  margin-bottom: -70px !important;
}

.-my-80 {
  margin-top: -80px !important;
  margin-bottom: -80px !important;
}

.-my-100 {
  margin-top: -100px !important;
  margin-bottom: -100px !important;
}

.-my-130 {
  margin-top: -130px !important;
  margin-bottom: -130px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 1px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.-mt-0 {
  margin-top: 0px !important;
}

.-mt-1 {
  margin-top: -1px !important;
}

.-mt-2 {
  margin-top: -2px !important;
}

.-mt-4 {
  margin-top: -4px !important;
}

.-mt-5 {
  margin-top: -5px !important;
}

.-mt-6 {
  margin-top: -6px !important;
}

.-mt-8 {
  margin-top: -8px !important;
}

.-mt-10 {
  margin-top: -10px !important;
}

.-mt-12 {
  margin-top: -12px !important;
}

.-mt-15 {
  margin-top: -15px !important;
}

.-mt-16 {
  margin-top: -16px !important;
}

.-mt-20 {
  margin-top: -20px !important;
}

.-mt-24 {
  margin-top: -24px !important;
}

.-mt-25 {
  margin-top: -25px !important;
}

.-mt-30 {
  margin-top: -30px !important;
}

.-mt-32 {
  margin-top: -32px !important;
}

.-mt-35 {
  margin-top: -35px !important;
}

.-mt-40 {
  margin-top: -40px !important;
}

.-mt-48 {
  margin-top: -48px !important;
}

.-mt-50 {
  margin-top: -50px !important;
}

.-mt-64 {
  margin-top: -64px !important;
}

.-mt-70 {
  margin-top: -70px !important;
}

.-mt-80 {
  margin-top: -80px !important;
}

.-mt-100 {
  margin-top: -100px !important;
}

.-mt-130 {
  margin-top: -130px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 1px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-auto {
  margin-right: auto !important;
}

.-mr-0 {
  margin-right: 0px !important;
}

.-mr-1 {
  margin-right: -1px !important;
}

.-mr-2 {
  margin-right: -2px !important;
}

.-mr-4 {
  margin-right: -4px !important;
}

.-mr-5 {
  margin-right: -5px !important;
}

.-mr-6 {
  margin-right: -6px !important;
}

.-mr-8 {
  margin-right: -8px !important;
}

.-mr-10 {
  margin-right: -10px !important;
}

.-mr-12 {
  margin-right: -12px !important;
}

.-mr-15 {
  margin-right: -15px !important;
}

.-mr-16 {
  margin-right: -16px !important;
}

.-mr-20 {
  margin-right: -20px !important;
}

.-mr-24 {
  margin-right: -24px !important;
}

.-mr-25 {
  margin-right: -25px !important;
}

.-mr-30 {
  margin-right: -30px !important;
}

.-mr-32 {
  margin-right: -32px !important;
}

.-mr-35 {
  margin-right: -35px !important;
}

.-mr-40 {
  margin-right: -40px !important;
}

.-mr-48 {
  margin-right: -48px !important;
}

.-mr-50 {
  margin-right: -50px !important;
}

.-mr-64 {
  margin-right: -64px !important;
}

.-mr-70 {
  margin-right: -70px !important;
}

.-mr-80 {
  margin-right: -80px !important;
}

.-mr-100 {
  margin-right: -100px !important;
}

.-mr-130 {
  margin-right: -130px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.-mb-0 {
  margin-bottom: 0px !important;
}

.-mb-1 {
  margin-bottom: -1px !important;
}

.-mb-2 {
  margin-bottom: -2px !important;
}

.-mb-4 {
  margin-bottom: -4px !important;
}

.-mb-5 {
  margin-bottom: -5px !important;
}

.-mb-6 {
  margin-bottom: -6px !important;
}

.-mb-8 {
  margin-bottom: -8px !important;
}

.-mb-10 {
  margin-bottom: -10px !important;
}

.-mb-12 {
  margin-bottom: -12px !important;
}

.-mb-15 {
  margin-bottom: -15px !important;
}

.-mb-16 {
  margin-bottom: -16px !important;
}

.-mb-20 {
  margin-bottom: -20px !important;
}

.-mb-24 {
  margin-bottom: -24px !important;
}

.-mb-25 {
  margin-bottom: -25px !important;
}

.-mb-30 {
  margin-bottom: -30px !important;
}

.-mb-32 {
  margin-bottom: -32px !important;
}

.-mb-35 {
  margin-bottom: -35px !important;
}

.-mb-40 {
  margin-bottom: -40px !important;
}

.-mb-48 {
  margin-bottom: -48px !important;
}

.-mb-50 {
  margin-bottom: -50px !important;
}

.-mb-64 {
  margin-bottom: -64px !important;
}

.-mb-70 {
  margin-bottom: -70px !important;
}

.-mb-80 {
  margin-bottom: -80px !important;
}

.-mb-100 {
  margin-bottom: -100px !important;
}

.-mb-130 {
  margin-bottom: -130px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 1px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.-ml-0 {
  margin-left: 0px !important;
}

.-ml-1 {
  margin-left: -1px !important;
}

.-ml-2 {
  margin-left: -2px !important;
}

.-ml-4 {
  margin-left: -4px !important;
}

.-ml-5 {
  margin-left: -5px !important;
}

.-ml-6 {
  margin-left: -6px !important;
}

.-ml-8 {
  margin-left: -8px !important;
}

.-ml-10 {
  margin-left: -10px !important;
}

.-ml-12 {
  margin-left: -12px !important;
}

.-ml-15 {
  margin-left: -15px !important;
}

.-ml-16 {
  margin-left: -16px !important;
}

.-ml-20 {
  margin-left: -20px !important;
}

.-ml-24 {
  margin-left: -24px !important;
}

.-ml-25 {
  margin-left: -25px !important;
}

.-ml-30 {
  margin-left: -30px !important;
}

.-ml-32 {
  margin-left: -32px !important;
}

.-ml-35 {
  margin-left: -35px !important;
}

.-ml-40 {
  margin-left: -40px !important;
}

.-ml-48 {
  margin-left: -48px !important;
}

.-ml-50 {
  margin-left: -50px !important;
}

.-ml-64 {
  margin-left: -64px !important;
}

.-ml-70 {
  margin-left: -70px !important;
}

.-ml-80 {
  margin-left: -80px !important;
}

.-ml-100 {
  margin-left: -100px !important;
}

.-ml-130 {
  margin-left: -130px !important;
}

.box-border {
  box-sizing: border-box !important;
}

.box-content {
  box-sizing: content-box !important;
}

.h-0 {
  height: 0px !important;
}

.h-1 {
  height: 1px !important;
}

.h-2 {
  height: 2px !important;
}

.h-4 {
  height: 4px !important;
}

.h-5 {
  height: 5px !important;
}

.h-6 {
  height: 6px !important;
}

.h-8 {
  height: 8px !important;
}

.h-10 {
  height: 10px !important;
}

.h-12 {
  height: 12px !important;
}

.h-15 {
  height: 15px !important;
}

.h-16 {
  height: 16px !important;
}

.h-18 {
  height: 18px !important;
}

.h-20 {
  height: 20px !important;
}

.h-24 {
  height: 24px !important;
}

.h-25 {
  height: 25px !important;
}

.h-30 {
  height: 30px !important;
}

.h-32 {
  height: 32px !important;
}

.h-35 {
  height: 35px !important;
}

.h-36 {
  height: 36px !important;
}

.h-40 {
  height: 40px !important;
}

.h-44 {
  height: 44px !important;
}

.h-48 {
  height: 48px !important;
}

.h-50 {
  height: 50px !important;
}

.h-60 {
  height: 60px !important;
}

.h-64 {
  height: 64px !important;
}

.h-70 {
  height: 70px !important;
}

.h-75 {
  height: 75px !important;
}

.h-80 {
  height: 80px !important;
}

.h-96 {
  height: 96px !important;
}

.h-100 {
  height: 100px !important;
}

.h-128 {
  height: 128px !important;
}

.h-130 {
  height: 130px !important;
}

.h-160 {
  height: 160px !important;
}

.h-192 {
  height: 192px !important;
}

.h-200 {
  height: 200px !important;
}

.h-224 {
  height: 224px !important;
}

.h-256 {
  height: 256px !important;
}

.h-300 {
  height: 300px !important;
}

.h-350 {
  height: 350px !important;
}

.h-400 {
  height: 400px !important;
}

.h-auto {
  height: auto !important;
}

.h-1\/2 {
  height: 50% !important;
}

.h-1\/3 {
  height: 33.333333% !important;
}

.h-2\/3 {
  height: 66.666667% !important;
}

.h-1\/4 {
  height: 25% !important;
}

.h-2\/4 {
  height: 50% !important;
}

.h-3\/4 {
  height: 75% !important;
}

.h-1\/5 {
  height: 20% !important;
}

.h-2\/5 {
  height: 40% !important;
}

.h-3\/5 {
  height: 60% !important;
}

.h-4\/5 {
  height: 80% !important;
}

.h-1\/6 {
  height: 16.666667% !important;
}

.h-2\/6 {
  height: 33.333333% !important;
}

.h-3\/6 {
  height: 50% !important;
}

.h-4\/6 {
  height: 66.666667% !important;
}

.h-5\/6 {
  height: 83.333333% !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.max-h-0 {
  max-height: 0px !important;
}

.max-h-1 {
  max-height: 1px !important;
}

.max-h-2 {
  max-height: 2px !important;
}

.max-h-4 {
  max-height: 4px !important;
}

.max-h-5 {
  max-height: 5px !important;
}

.max-h-6 {
  max-height: 6px !important;
}

.max-h-8 {
  max-height: 8px !important;
}

.max-h-10 {
  max-height: 10px !important;
}

.max-h-12 {
  max-height: 12px !important;
}

.max-h-15 {
  max-height: 15px !important;
}

.max-h-16 {
  max-height: 16px !important;
}

.max-h-20 {
  max-height: 20px !important;
}

.max-h-24 {
  max-height: 24px !important;
}

.max-h-25 {
  max-height: 25px !important;
}

.max-h-30 {
  max-height: 30px !important;
}

.max-h-32 {
  max-height: 32px !important;
}

.max-h-35 {
  max-height: 35px !important;
}

.max-h-40 {
  max-height: 40px !important;
}

.max-h-48 {
  max-height: 48px !important;
}

.max-h-50 {
  max-height: 50px !important;
}

.max-h-64 {
  max-height: 64px !important;
}

.max-h-70 {
  max-height: 70px !important;
}

.max-h-80 {
  max-height: 80px !important;
}

.max-h-100 {
  max-height: 100px !important;
}

.max-h-130 {
  max-height: 130px !important;
}

.max-h-full {
  max-height: 100% !important;
}

.max-h-screen {
  max-height: 100vh !important;
}

.min-h-0 {
  min-height: 0px !important;
}

.min-h-full {
  min-height: 100% !important;
}

.min-h-screen {
  min-height: 100vh !important;
}

.w-0 {
  width: 0px !important;
}

.w-1 {
  width: 1px !important;
}

.w-2 {
  width: 2px !important;
}

.w-4 {
  width: 4px !important;
}

.w-5 {
  width: 5px !important;
}

.w-6 {
  width: 6px !important;
}

.w-8 {
  width: 8px !important;
}

.w-10 {
  width: 10px !important;
}

.w-12 {
  width: 12px !important;
}

.w-15 {
  width: 15px !important;
}

.w-16 {
  width: 16px !important;
}

.w-18 {
  width: 18px !important;
}

.w-20 {
  width: 20px !important;
}

.w-24 {
  width: 24px !important;
}

.w-25 {
  width: 25px !important;
}

.w-30 {
  width: 30px !important;
}

.w-32 {
  width: 32px !important;
}

.w-35 {
  width: 35px !important;
}

.w-36 {
  width: 36px !important;
}

.w-40 {
  width: 40px !important;
}

.w-44 {
  width: 44px !important;
}

.w-48 {
  width: 48px !important;
}

.w-50 {
  width: 50px !important;
}

.w-60 {
  width: 60px !important;
}

.w-64 {
  width: 64px !important;
}

.w-70 {
  width: 70px !important;
}

.w-75 {
  width: 75px !important;
}

.w-80 {
  width: 80px !important;
}

.w-96 {
  width: 96px !important;
}

.w-100 {
  width: 100px !important;
}

.w-128 {
  width: 128px !important;
}

.w-130 {
  width: 130px !important;
}

.w-160 {
  width: 160px !important;
}

.w-192 {
  width: 192px !important;
}

.w-200 {
  width: 200px !important;
}

.w-224 {
  width: 224px !important;
}

.w-256 {
  width: 256px !important;
}

.w-300 {
  width: 300px !important;
}

.w-350 {
  width: 350px !important;
}

.w-400 {
  width: 400px !important;
}

.w-auto {
  width: auto !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-1\/3 {
  width: 33.333333% !important;
}

.w-2\/3 {
  width: 66.666667% !important;
}

.w-1\/4 {
  width: 25% !important;
}

.w-2\/4 {
  width: 50% !important;
}

.w-3\/4 {
  width: 75% !important;
}

.w-1\/5 {
  width: 20% !important;
}

.w-2\/5 {
  width: 40% !important;
}

.w-3\/5 {
  width: 60% !important;
}

.w-4\/5 {
  width: 80% !important;
}

.w-1\/6 {
  width: 16.666667% !important;
}

.w-2\/6 {
  width: 33.333333% !important;
}

.w-3\/6 {
  width: 50% !important;
}

.w-4\/6 {
  width: 66.666667% !important;
}

.w-5\/6 {
  width: 83.333333% !important;
}

.w-1\/12 {
  width: 8.333333% !important;
}

.w-2\/12 {
  width: 16.666667% !important;
}

.w-3\/12 {
  width: 25% !important;
}

.w-4\/12 {
  width: 33.333333% !important;
}

.w-5\/12 {
  width: 41.666667% !important;
}

.w-6\/12 {
  width: 50% !important;
}

.w-7\/12 {
  width: 58.333333% !important;
}

.w-8\/12 {
  width: 66.666667% !important;
}

.w-9\/12 {
  width: 75% !important;
}

.w-10\/12 {
  width: 83.333333% !important;
}

.w-11\/12 {
  width: 91.666667% !important;
}

.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

.w-min {
  width: -moz-min-content !important;
  width: min-content !important;
}

.w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

.min-w-0 {
  min-width: 0px !important;
}

.min-w-full {
  min-width: 100% !important;
}

.min-w-min {
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}

.min-w-max {
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

.max-w-0 {
  max-width: 0rem !important;
}

.max-w-none {
  max-width: none !important;
}

.max-w-xs {
  max-width: 20rem !important;
}

.max-w-sm {
  max-width: 24rem !important;
}

.max-w-md {
  max-width: 28rem !important;
}

.max-w-lg {
  max-width: 32rem !important;
}

.max-w-xl {
  max-width: 36rem !important;
}

.max-w-2xl {
  max-width: 42rem !important;
}

.max-w-3xl {
  max-width: 48rem !important;
}

.max-w-4xl {
  max-width: 56rem !important;
}

.max-w-5xl {
  max-width: 64rem !important;
}

.max-w-6xl {
  max-width: 72rem !important;
}

.max-w-7xl {
  max-width: 80rem !important;
}

.max-w-full {
  max-width: 100% !important;
}

.max-w-min {
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}

.max-w-max {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

.max-w-prose {
  max-width: 65ch !important;
}

.flex-1 {
  flex: 1 1 0% !important;
}

.flex-auto {
  flex: 1 1 auto !important;
}

.flex-initial {
  flex: 0 1 auto !important;
}

.flex-none {
  flex: none !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink {
  flex-shrink: 1 !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow {
  flex-grow: 1 !important;
}

.table-auto {
  table-layout: auto !important;
}

.table-fixed {
  table-layout: fixed !important;
}

.border-collapse {
  border-collapse: collapse !important;
}

.border-separate {
  border-collapse: separate !important;
}

.origin-center {
  transform-origin: center !important;
}

.origin-top {
  transform-origin: top !important;
}

.origin-top-right {
  transform-origin: top right !important;
}

.origin-right {
  transform-origin: right !important;
}

.origin-bottom-right {
  transform-origin: bottom right !important;
}

.origin-bottom {
  transform-origin: bottom !important;
}

.origin-bottom-left {
  transform-origin: bottom left !important;
}

.origin-left {
  transform-origin: left !important;
}

.origin-top-left {
  transform-origin: top left !important;
}

.transform {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform-gpu {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform-none {
  transform: none !important;
}

.translate-x-0 {
  --tw-translate-x: 0px !important;
}

.translate-x-1 {
  --tw-translate-x: 1px !important;
}

.translate-x-2 {
  --tw-translate-x: 2px !important;
}

.translate-x-4 {
  --tw-translate-x: 4px !important;
}

.translate-x-5 {
  --tw-translate-x: 5px !important;
}

.translate-x-6 {
  --tw-translate-x: 6px !important;
}

.translate-x-8 {
  --tw-translate-x: 8px !important;
}

.translate-x-10 {
  --tw-translate-x: 10px !important;
}

.translate-x-12 {
  --tw-translate-x: 12px !important;
}

.translate-x-15 {
  --tw-translate-x: 15px !important;
}

.translate-x-16 {
  --tw-translate-x: 16px !important;
}

.translate-x-20 {
  --tw-translate-x: 20px !important;
}

.translate-x-24 {
  --tw-translate-x: 24px !important;
}

.translate-x-25 {
  --tw-translate-x: 25px !important;
}

.translate-x-30 {
  --tw-translate-x: 30px !important;
}

.translate-x-32 {
  --tw-translate-x: 32px !important;
}

.translate-x-35 {
  --tw-translate-x: 35px !important;
}

.translate-x-40 {
  --tw-translate-x: 40px !important;
}

.translate-x-48 {
  --tw-translate-x: 48px !important;
}

.translate-x-50 {
  --tw-translate-x: 50px !important;
}

.translate-x-64 {
  --tw-translate-x: 64px !important;
}

.translate-x-70 {
  --tw-translate-x: 70px !important;
}

.translate-x-80 {
  --tw-translate-x: 80px !important;
}

.translate-x-100 {
  --tw-translate-x: 100px !important;
}

.translate-x-130 {
  --tw-translate-x: 130px !important;
}

.-translate-x-0 {
  --tw-translate-x: 0px !important;
}

.-translate-x-1 {
  --tw-translate-x: -1px !important;
}

.-translate-x-2 {
  --tw-translate-x: -2px !important;
}

.-translate-x-4 {
  --tw-translate-x: -4px !important;
}

.-translate-x-5 {
  --tw-translate-x: -5px !important;
}

.-translate-x-6 {
  --tw-translate-x: -6px !important;
}

.-translate-x-8 {
  --tw-translate-x: -8px !important;
}

.-translate-x-10 {
  --tw-translate-x: -10px !important;
}

.-translate-x-12 {
  --tw-translate-x: -12px !important;
}

.-translate-x-15 {
  --tw-translate-x: -15px !important;
}

.-translate-x-16 {
  --tw-translate-x: -16px !important;
}

.-translate-x-20 {
  --tw-translate-x: -20px !important;
}

.-translate-x-24 {
  --tw-translate-x: -24px !important;
}

.-translate-x-25 {
  --tw-translate-x: -25px !important;
}

.-translate-x-30 {
  --tw-translate-x: -30px !important;
}

.-translate-x-32 {
  --tw-translate-x: -32px !important;
}

.-translate-x-35 {
  --tw-translate-x: -35px !important;
}

.-translate-x-40 {
  --tw-translate-x: -40px !important;
}

.-translate-x-48 {
  --tw-translate-x: -48px !important;
}

.-translate-x-50 {
  --tw-translate-x: -50px !important;
}

.-translate-x-64 {
  --tw-translate-x: -64px !important;
}

.-translate-x-70 {
  --tw-translate-x: -70px !important;
}

.-translate-x-80 {
  --tw-translate-x: -80px !important;
}

.-translate-x-100 {
  --tw-translate-x: -100px !important;
}

.-translate-x-130 {
  --tw-translate-x: -130px !important;
}

.translate-x-1\/2 {
  --tw-translate-x: 50% !important;
}

.translate-x-1\/3 {
  --tw-translate-x: 33.333333% !important;
}

.translate-x-2\/3 {
  --tw-translate-x: 66.666667% !important;
}

.translate-x-1\/4 {
  --tw-translate-x: 25% !important;
}

.translate-x-2\/4 {
  --tw-translate-x: 50% !important;
}

.translate-x-3\/4 {
  --tw-translate-x: 75% !important;
}

.translate-x-full {
  --tw-translate-x: 100% !important;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
}

.-translate-x-1\/3 {
  --tw-translate-x: -33.333333% !important;
}

.-translate-x-2\/3 {
  --tw-translate-x: -66.666667% !important;
}

.-translate-x-1\/4 {
  --tw-translate-x: -25% !important;
}

.-translate-x-2\/4 {
  --tw-translate-x: -50% !important;
}

.-translate-x-3\/4 {
  --tw-translate-x: -75% !important;
}

.-translate-x-full {
  --tw-translate-x: -100% !important;
}

.translate-y-0 {
  --tw-translate-y: 0px !important;
}

.translate-y-1 {
  --tw-translate-y: 1px !important;
}

.translate-y-2 {
  --tw-translate-y: 2px !important;
}

.translate-y-4 {
  --tw-translate-y: 4px !important;
}

.translate-y-5 {
  --tw-translate-y: 5px !important;
}

.translate-y-6 {
  --tw-translate-y: 6px !important;
}

.translate-y-8 {
  --tw-translate-y: 8px !important;
}

.translate-y-10 {
  --tw-translate-y: 10px !important;
}

.translate-y-12 {
  --tw-translate-y: 12px !important;
}

.translate-y-15 {
  --tw-translate-y: 15px !important;
}

.translate-y-16 {
  --tw-translate-y: 16px !important;
}

.translate-y-20 {
  --tw-translate-y: 20px !important;
}

.translate-y-24 {
  --tw-translate-y: 24px !important;
}

.translate-y-25 {
  --tw-translate-y: 25px !important;
}

.translate-y-30 {
  --tw-translate-y: 30px !important;
}

.translate-y-32 {
  --tw-translate-y: 32px !important;
}

.translate-y-35 {
  --tw-translate-y: 35px !important;
}

.translate-y-40 {
  --tw-translate-y: 40px !important;
}

.translate-y-48 {
  --tw-translate-y: 48px !important;
}

.translate-y-50 {
  --tw-translate-y: 50px !important;
}

.translate-y-64 {
  --tw-translate-y: 64px !important;
}

.translate-y-70 {
  --tw-translate-y: 70px !important;
}

.translate-y-80 {
  --tw-translate-y: 80px !important;
}

.translate-y-100 {
  --tw-translate-y: 100px !important;
}

.translate-y-130 {
  --tw-translate-y: 130px !important;
}

.-translate-y-0 {
  --tw-translate-y: 0px !important;
}

.-translate-y-1 {
  --tw-translate-y: -1px !important;
}

.-translate-y-2 {
  --tw-translate-y: -2px !important;
}

.-translate-y-4 {
  --tw-translate-y: -4px !important;
}

.-translate-y-5 {
  --tw-translate-y: -5px !important;
}

.-translate-y-6 {
  --tw-translate-y: -6px !important;
}

.-translate-y-8 {
  --tw-translate-y: -8px !important;
}

.-translate-y-10 {
  --tw-translate-y: -10px !important;
}

.-translate-y-12 {
  --tw-translate-y: -12px !important;
}

.-translate-y-15 {
  --tw-translate-y: -15px !important;
}

.-translate-y-16 {
  --tw-translate-y: -16px !important;
}

.-translate-y-20 {
  --tw-translate-y: -20px !important;
}

.-translate-y-24 {
  --tw-translate-y: -24px !important;
}

.-translate-y-25 {
  --tw-translate-y: -25px !important;
}

.-translate-y-30 {
  --tw-translate-y: -30px !important;
}

.-translate-y-32 {
  --tw-translate-y: -32px !important;
}

.-translate-y-35 {
  --tw-translate-y: -35px !important;
}

.-translate-y-40 {
  --tw-translate-y: -40px !important;
}

.-translate-y-48 {
  --tw-translate-y: -48px !important;
}

.-translate-y-50 {
  --tw-translate-y: -50px !important;
}

.-translate-y-64 {
  --tw-translate-y: -64px !important;
}

.-translate-y-70 {
  --tw-translate-y: -70px !important;
}

.-translate-y-80 {
  --tw-translate-y: -80px !important;
}

.-translate-y-100 {
  --tw-translate-y: -100px !important;
}

.-translate-y-130 {
  --tw-translate-y: -130px !important;
}

.translate-y-1\/2 {
  --tw-translate-y: 50% !important;
}

.translate-y-1\/3 {
  --tw-translate-y: 33.333333% !important;
}

.translate-y-2\/3 {
  --tw-translate-y: 66.666667% !important;
}

.translate-y-1\/4 {
  --tw-translate-y: 25% !important;
}

.translate-y-2\/4 {
  --tw-translate-y: 50% !important;
}

.translate-y-3\/4 {
  --tw-translate-y: 75% !important;
}

.translate-y-full {
  --tw-translate-y: 100% !important;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
}

.-translate-y-1\/3 {
  --tw-translate-y: -33.333333% !important;
}

.-translate-y-2\/3 {
  --tw-translate-y: -66.666667% !important;
}

.-translate-y-1\/4 {
  --tw-translate-y: -25% !important;
}

.-translate-y-2\/4 {
  --tw-translate-y: -50% !important;
}

.-translate-y-3\/4 {
  --tw-translate-y: -75% !important;
}

.-translate-y-full {
  --tw-translate-y: -100% !important;
}

.hover\:translate-x-0:hover {
  --tw-translate-x: 0px !important;
}

.hover\:translate-x-1:hover {
  --tw-translate-x: 1px !important;
}

.hover\:translate-x-2:hover {
  --tw-translate-x: 2px !important;
}

.hover\:translate-x-4:hover {
  --tw-translate-x: 4px !important;
}

.hover\:translate-x-5:hover {
  --tw-translate-x: 5px !important;
}

.hover\:translate-x-6:hover {
  --tw-translate-x: 6px !important;
}

.hover\:translate-x-8:hover {
  --tw-translate-x: 8px !important;
}

.hover\:translate-x-10:hover {
  --tw-translate-x: 10px !important;
}

.hover\:translate-x-12:hover {
  --tw-translate-x: 12px !important;
}

.hover\:translate-x-15:hover {
  --tw-translate-x: 15px !important;
}

.hover\:translate-x-16:hover {
  --tw-translate-x: 16px !important;
}

.hover\:translate-x-20:hover {
  --tw-translate-x: 20px !important;
}

.hover\:translate-x-24:hover {
  --tw-translate-x: 24px !important;
}

.hover\:translate-x-25:hover {
  --tw-translate-x: 25px !important;
}

.hover\:translate-x-30:hover {
  --tw-translate-x: 30px !important;
}

.hover\:translate-x-32:hover {
  --tw-translate-x: 32px !important;
}

.hover\:translate-x-35:hover {
  --tw-translate-x: 35px !important;
}

.hover\:translate-x-40:hover {
  --tw-translate-x: 40px !important;
}

.hover\:translate-x-48:hover {
  --tw-translate-x: 48px !important;
}

.hover\:translate-x-50:hover {
  --tw-translate-x: 50px !important;
}

.hover\:translate-x-64:hover {
  --tw-translate-x: 64px !important;
}

.hover\:translate-x-70:hover {
  --tw-translate-x: 70px !important;
}

.hover\:translate-x-80:hover {
  --tw-translate-x: 80px !important;
}

.hover\:translate-x-100:hover {
  --tw-translate-x: 100px !important;
}

.hover\:translate-x-130:hover {
  --tw-translate-x: 130px !important;
}

.hover\:-translate-x-0:hover {
  --tw-translate-x: 0px !important;
}

.hover\:-translate-x-1:hover {
  --tw-translate-x: -1px !important;
}

.hover\:-translate-x-2:hover {
  --tw-translate-x: -2px !important;
}

.hover\:-translate-x-4:hover {
  --tw-translate-x: -4px !important;
}

.hover\:-translate-x-5:hover {
  --tw-translate-x: -5px !important;
}

.hover\:-translate-x-6:hover {
  --tw-translate-x: -6px !important;
}

.hover\:-translate-x-8:hover {
  --tw-translate-x: -8px !important;
}

.hover\:-translate-x-10:hover {
  --tw-translate-x: -10px !important;
}

.hover\:-translate-x-12:hover {
  --tw-translate-x: -12px !important;
}

.hover\:-translate-x-15:hover {
  --tw-translate-x: -15px !important;
}

.hover\:-translate-x-16:hover {
  --tw-translate-x: -16px !important;
}

.hover\:-translate-x-20:hover {
  --tw-translate-x: -20px !important;
}

.hover\:-translate-x-24:hover {
  --tw-translate-x: -24px !important;
}

.hover\:-translate-x-25:hover {
  --tw-translate-x: -25px !important;
}

.hover\:-translate-x-30:hover {
  --tw-translate-x: -30px !important;
}

.hover\:-translate-x-32:hover {
  --tw-translate-x: -32px !important;
}

.hover\:-translate-x-35:hover {
  --tw-translate-x: -35px !important;
}

.hover\:-translate-x-40:hover {
  --tw-translate-x: -40px !important;
}

.hover\:-translate-x-48:hover {
  --tw-translate-x: -48px !important;
}

.hover\:-translate-x-50:hover {
  --tw-translate-x: -50px !important;
}

.hover\:-translate-x-64:hover {
  --tw-translate-x: -64px !important;
}

.hover\:-translate-x-70:hover {
  --tw-translate-x: -70px !important;
}

.hover\:-translate-x-80:hover {
  --tw-translate-x: -80px !important;
}

.hover\:-translate-x-100:hover {
  --tw-translate-x: -100px !important;
}

.hover\:-translate-x-130:hover {
  --tw-translate-x: -130px !important;
}

.hover\:translate-x-1\/2:hover {
  --tw-translate-x: 50% !important;
}

.hover\:translate-x-1\/3:hover {
  --tw-translate-x: 33.333333% !important;
}

.hover\:translate-x-2\/3:hover {
  --tw-translate-x: 66.666667% !important;
}

.hover\:translate-x-1\/4:hover {
  --tw-translate-x: 25% !important;
}

.hover\:translate-x-2\/4:hover {
  --tw-translate-x: 50% !important;
}

.hover\:translate-x-3\/4:hover {
  --tw-translate-x: 75% !important;
}

.hover\:translate-x-full:hover {
  --tw-translate-x: 100% !important;
}

.hover\:-translate-x-1\/2:hover {
  --tw-translate-x: -50% !important;
}

.hover\:-translate-x-1\/3:hover {
  --tw-translate-x: -33.333333% !important;
}

.hover\:-translate-x-2\/3:hover {
  --tw-translate-x: -66.666667% !important;
}

.hover\:-translate-x-1\/4:hover {
  --tw-translate-x: -25% !important;
}

.hover\:-translate-x-2\/4:hover {
  --tw-translate-x: -50% !important;
}

.hover\:-translate-x-3\/4:hover {
  --tw-translate-x: -75% !important;
}

.hover\:-translate-x-full:hover {
  --tw-translate-x: -100% !important;
}

.hover\:translate-y-0:hover {
  --tw-translate-y: 0px !important;
}

.hover\:translate-y-1:hover {
  --tw-translate-y: 1px !important;
}

.hover\:translate-y-2:hover {
  --tw-translate-y: 2px !important;
}

.hover\:translate-y-4:hover {
  --tw-translate-y: 4px !important;
}

.hover\:translate-y-5:hover {
  --tw-translate-y: 5px !important;
}

.hover\:translate-y-6:hover {
  --tw-translate-y: 6px !important;
}

.hover\:translate-y-8:hover {
  --tw-translate-y: 8px !important;
}

.hover\:translate-y-10:hover {
  --tw-translate-y: 10px !important;
}

.hover\:translate-y-12:hover {
  --tw-translate-y: 12px !important;
}

.hover\:translate-y-15:hover {
  --tw-translate-y: 15px !important;
}

.hover\:translate-y-16:hover {
  --tw-translate-y: 16px !important;
}

.hover\:translate-y-20:hover {
  --tw-translate-y: 20px !important;
}

.hover\:translate-y-24:hover {
  --tw-translate-y: 24px !important;
}

.hover\:translate-y-25:hover {
  --tw-translate-y: 25px !important;
}

.hover\:translate-y-30:hover {
  --tw-translate-y: 30px !important;
}

.hover\:translate-y-32:hover {
  --tw-translate-y: 32px !important;
}

.hover\:translate-y-35:hover {
  --tw-translate-y: 35px !important;
}

.hover\:translate-y-40:hover {
  --tw-translate-y: 40px !important;
}

.hover\:translate-y-48:hover {
  --tw-translate-y: 48px !important;
}

.hover\:translate-y-50:hover {
  --tw-translate-y: 50px !important;
}

.hover\:translate-y-64:hover {
  --tw-translate-y: 64px !important;
}

.hover\:translate-y-70:hover {
  --tw-translate-y: 70px !important;
}

.hover\:translate-y-80:hover {
  --tw-translate-y: 80px !important;
}

.hover\:translate-y-100:hover {
  --tw-translate-y: 100px !important;
}

.hover\:translate-y-130:hover {
  --tw-translate-y: 130px !important;
}

.hover\:-translate-y-0:hover {
  --tw-translate-y: 0px !important;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -1px !important;
}

.hover\:-translate-y-2:hover {
  --tw-translate-y: -2px !important;
}

.hover\:-translate-y-4:hover {
  --tw-translate-y: -4px !important;
}

.hover\:-translate-y-5:hover {
  --tw-translate-y: -5px !important;
}

.hover\:-translate-y-6:hover {
  --tw-translate-y: -6px !important;
}

.hover\:-translate-y-8:hover {
  --tw-translate-y: -8px !important;
}

.hover\:-translate-y-10:hover {
  --tw-translate-y: -10px !important;
}

.hover\:-translate-y-12:hover {
  --tw-translate-y: -12px !important;
}

.hover\:-translate-y-15:hover {
  --tw-translate-y: -15px !important;
}

.hover\:-translate-y-16:hover {
  --tw-translate-y: -16px !important;
}

.hover\:-translate-y-20:hover {
  --tw-translate-y: -20px !important;
}

.hover\:-translate-y-24:hover {
  --tw-translate-y: -24px !important;
}

.hover\:-translate-y-25:hover {
  --tw-translate-y: -25px !important;
}

.hover\:-translate-y-30:hover {
  --tw-translate-y: -30px !important;
}

.hover\:-translate-y-32:hover {
  --tw-translate-y: -32px !important;
}

.hover\:-translate-y-35:hover {
  --tw-translate-y: -35px !important;
}

.hover\:-translate-y-40:hover {
  --tw-translate-y: -40px !important;
}

.hover\:-translate-y-48:hover {
  --tw-translate-y: -48px !important;
}

.hover\:-translate-y-50:hover {
  --tw-translate-y: -50px !important;
}

.hover\:-translate-y-64:hover {
  --tw-translate-y: -64px !important;
}

.hover\:-translate-y-70:hover {
  --tw-translate-y: -70px !important;
}

.hover\:-translate-y-80:hover {
  --tw-translate-y: -80px !important;
}

.hover\:-translate-y-100:hover {
  --tw-translate-y: -100px !important;
}

.hover\:-translate-y-130:hover {
  --tw-translate-y: -130px !important;
}

.hover\:translate-y-1\/2:hover {
  --tw-translate-y: 50% !important;
}

.hover\:translate-y-1\/3:hover {
  --tw-translate-y: 33.333333% !important;
}

.hover\:translate-y-2\/3:hover {
  --tw-translate-y: 66.666667% !important;
}

.hover\:translate-y-1\/4:hover {
  --tw-translate-y: 25% !important;
}

.hover\:translate-y-2\/4:hover {
  --tw-translate-y: 50% !important;
}

.hover\:translate-y-3\/4:hover {
  --tw-translate-y: 75% !important;
}

.hover\:translate-y-full:hover {
  --tw-translate-y: 100% !important;
}

.hover\:-translate-y-1\/2:hover {
  --tw-translate-y: -50% !important;
}

.hover\:-translate-y-1\/3:hover {
  --tw-translate-y: -33.333333% !important;
}

.hover\:-translate-y-2\/3:hover {
  --tw-translate-y: -66.666667% !important;
}

.hover\:-translate-y-1\/4:hover {
  --tw-translate-y: -25% !important;
}

.hover\:-translate-y-2\/4:hover {
  --tw-translate-y: -50% !important;
}

.hover\:-translate-y-3\/4:hover {
  --tw-translate-y: -75% !important;
}

.hover\:-translate-y-full:hover {
  --tw-translate-y: -100% !important;
}

.focus\:translate-x-0:focus {
  --tw-translate-x: 0px !important;
}

.focus\:translate-x-1:focus {
  --tw-translate-x: 1px !important;
}

.focus\:translate-x-2:focus {
  --tw-translate-x: 2px !important;
}

.focus\:translate-x-4:focus {
  --tw-translate-x: 4px !important;
}

.focus\:translate-x-5:focus {
  --tw-translate-x: 5px !important;
}

.focus\:translate-x-6:focus {
  --tw-translate-x: 6px !important;
}

.focus\:translate-x-8:focus {
  --tw-translate-x: 8px !important;
}

.focus\:translate-x-10:focus {
  --tw-translate-x: 10px !important;
}

.focus\:translate-x-12:focus {
  --tw-translate-x: 12px !important;
}

.focus\:translate-x-15:focus {
  --tw-translate-x: 15px !important;
}

.focus\:translate-x-16:focus {
  --tw-translate-x: 16px !important;
}

.focus\:translate-x-20:focus {
  --tw-translate-x: 20px !important;
}

.focus\:translate-x-24:focus {
  --tw-translate-x: 24px !important;
}

.focus\:translate-x-25:focus {
  --tw-translate-x: 25px !important;
}

.focus\:translate-x-30:focus {
  --tw-translate-x: 30px !important;
}

.focus\:translate-x-32:focus {
  --tw-translate-x: 32px !important;
}

.focus\:translate-x-35:focus {
  --tw-translate-x: 35px !important;
}

.focus\:translate-x-40:focus {
  --tw-translate-x: 40px !important;
}

.focus\:translate-x-48:focus {
  --tw-translate-x: 48px !important;
}

.focus\:translate-x-50:focus {
  --tw-translate-x: 50px !important;
}

.focus\:translate-x-64:focus {
  --tw-translate-x: 64px !important;
}

.focus\:translate-x-70:focus {
  --tw-translate-x: 70px !important;
}

.focus\:translate-x-80:focus {
  --tw-translate-x: 80px !important;
}

.focus\:translate-x-100:focus {
  --tw-translate-x: 100px !important;
}

.focus\:translate-x-130:focus {
  --tw-translate-x: 130px !important;
}

.focus\:-translate-x-0:focus {
  --tw-translate-x: 0px !important;
}

.focus\:-translate-x-1:focus {
  --tw-translate-x: -1px !important;
}

.focus\:-translate-x-2:focus {
  --tw-translate-x: -2px !important;
}

.focus\:-translate-x-4:focus {
  --tw-translate-x: -4px !important;
}

.focus\:-translate-x-5:focus {
  --tw-translate-x: -5px !important;
}

.focus\:-translate-x-6:focus {
  --tw-translate-x: -6px !important;
}

.focus\:-translate-x-8:focus {
  --tw-translate-x: -8px !important;
}

.focus\:-translate-x-10:focus {
  --tw-translate-x: -10px !important;
}

.focus\:-translate-x-12:focus {
  --tw-translate-x: -12px !important;
}

.focus\:-translate-x-15:focus {
  --tw-translate-x: -15px !important;
}

.focus\:-translate-x-16:focus {
  --tw-translate-x: -16px !important;
}

.focus\:-translate-x-20:focus {
  --tw-translate-x: -20px !important;
}

.focus\:-translate-x-24:focus {
  --tw-translate-x: -24px !important;
}

.focus\:-translate-x-25:focus {
  --tw-translate-x: -25px !important;
}

.focus\:-translate-x-30:focus {
  --tw-translate-x: -30px !important;
}

.focus\:-translate-x-32:focus {
  --tw-translate-x: -32px !important;
}

.focus\:-translate-x-35:focus {
  --tw-translate-x: -35px !important;
}

.focus\:-translate-x-40:focus {
  --tw-translate-x: -40px !important;
}

.focus\:-translate-x-48:focus {
  --tw-translate-x: -48px !important;
}

.focus\:-translate-x-50:focus {
  --tw-translate-x: -50px !important;
}

.focus\:-translate-x-64:focus {
  --tw-translate-x: -64px !important;
}

.focus\:-translate-x-70:focus {
  --tw-translate-x: -70px !important;
}

.focus\:-translate-x-80:focus {
  --tw-translate-x: -80px !important;
}

.focus\:-translate-x-100:focus {
  --tw-translate-x: -100px !important;
}

.focus\:-translate-x-130:focus {
  --tw-translate-x: -130px !important;
}

.focus\:translate-x-1\/2:focus {
  --tw-translate-x: 50% !important;
}

.focus\:translate-x-1\/3:focus {
  --tw-translate-x: 33.333333% !important;
}

.focus\:translate-x-2\/3:focus {
  --tw-translate-x: 66.666667% !important;
}

.focus\:translate-x-1\/4:focus {
  --tw-translate-x: 25% !important;
}

.focus\:translate-x-2\/4:focus {
  --tw-translate-x: 50% !important;
}

.focus\:translate-x-3\/4:focus {
  --tw-translate-x: 75% !important;
}

.focus\:translate-x-full:focus {
  --tw-translate-x: 100% !important;
}

.focus\:-translate-x-1\/2:focus {
  --tw-translate-x: -50% !important;
}

.focus\:-translate-x-1\/3:focus {
  --tw-translate-x: -33.333333% !important;
}

.focus\:-translate-x-2\/3:focus {
  --tw-translate-x: -66.666667% !important;
}

.focus\:-translate-x-1\/4:focus {
  --tw-translate-x: -25% !important;
}

.focus\:-translate-x-2\/4:focus {
  --tw-translate-x: -50% !important;
}

.focus\:-translate-x-3\/4:focus {
  --tw-translate-x: -75% !important;
}

.focus\:-translate-x-full:focus {
  --tw-translate-x: -100% !important;
}

.focus\:translate-y-0:focus {
  --tw-translate-y: 0px !important;
}

.focus\:translate-y-1:focus {
  --tw-translate-y: 1px !important;
}

.focus\:translate-y-2:focus {
  --tw-translate-y: 2px !important;
}

.focus\:translate-y-4:focus {
  --tw-translate-y: 4px !important;
}

.focus\:translate-y-5:focus {
  --tw-translate-y: 5px !important;
}

.focus\:translate-y-6:focus {
  --tw-translate-y: 6px !important;
}

.focus\:translate-y-8:focus {
  --tw-translate-y: 8px !important;
}

.focus\:translate-y-10:focus {
  --tw-translate-y: 10px !important;
}

.focus\:translate-y-12:focus {
  --tw-translate-y: 12px !important;
}

.focus\:translate-y-15:focus {
  --tw-translate-y: 15px !important;
}

.focus\:translate-y-16:focus {
  --tw-translate-y: 16px !important;
}

.focus\:translate-y-20:focus {
  --tw-translate-y: 20px !important;
}

.focus\:translate-y-24:focus {
  --tw-translate-y: 24px !important;
}

.focus\:translate-y-25:focus {
  --tw-translate-y: 25px !important;
}

.focus\:translate-y-30:focus {
  --tw-translate-y: 30px !important;
}

.focus\:translate-y-32:focus {
  --tw-translate-y: 32px !important;
}

.focus\:translate-y-35:focus {
  --tw-translate-y: 35px !important;
}

.focus\:translate-y-40:focus {
  --tw-translate-y: 40px !important;
}

.focus\:translate-y-48:focus {
  --tw-translate-y: 48px !important;
}

.focus\:translate-y-50:focus {
  --tw-translate-y: 50px !important;
}

.focus\:translate-y-64:focus {
  --tw-translate-y: 64px !important;
}

.focus\:translate-y-70:focus {
  --tw-translate-y: 70px !important;
}

.focus\:translate-y-80:focus {
  --tw-translate-y: 80px !important;
}

.focus\:translate-y-100:focus {
  --tw-translate-y: 100px !important;
}

.focus\:translate-y-130:focus {
  --tw-translate-y: 130px !important;
}

.focus\:-translate-y-0:focus {
  --tw-translate-y: 0px !important;
}

.focus\:-translate-y-1:focus {
  --tw-translate-y: -1px !important;
}

.focus\:-translate-y-2:focus {
  --tw-translate-y: -2px !important;
}

.focus\:-translate-y-4:focus {
  --tw-translate-y: -4px !important;
}

.focus\:-translate-y-5:focus {
  --tw-translate-y: -5px !important;
}

.focus\:-translate-y-6:focus {
  --tw-translate-y: -6px !important;
}

.focus\:-translate-y-8:focus {
  --tw-translate-y: -8px !important;
}

.focus\:-translate-y-10:focus {
  --tw-translate-y: -10px !important;
}

.focus\:-translate-y-12:focus {
  --tw-translate-y: -12px !important;
}

.focus\:-translate-y-15:focus {
  --tw-translate-y: -15px !important;
}

.focus\:-translate-y-16:focus {
  --tw-translate-y: -16px !important;
}

.focus\:-translate-y-20:focus {
  --tw-translate-y: -20px !important;
}

.focus\:-translate-y-24:focus {
  --tw-translate-y: -24px !important;
}

.focus\:-translate-y-25:focus {
  --tw-translate-y: -25px !important;
}

.focus\:-translate-y-30:focus {
  --tw-translate-y: -30px !important;
}

.focus\:-translate-y-32:focus {
  --tw-translate-y: -32px !important;
}

.focus\:-translate-y-35:focus {
  --tw-translate-y: -35px !important;
}

.focus\:-translate-y-40:focus {
  --tw-translate-y: -40px !important;
}

.focus\:-translate-y-48:focus {
  --tw-translate-y: -48px !important;
}

.focus\:-translate-y-50:focus {
  --tw-translate-y: -50px !important;
}

.focus\:-translate-y-64:focus {
  --tw-translate-y: -64px !important;
}

.focus\:-translate-y-70:focus {
  --tw-translate-y: -70px !important;
}

.focus\:-translate-y-80:focus {
  --tw-translate-y: -80px !important;
}

.focus\:-translate-y-100:focus {
  --tw-translate-y: -100px !important;
}

.focus\:-translate-y-130:focus {
  --tw-translate-y: -130px !important;
}

.focus\:translate-y-1\/2:focus {
  --tw-translate-y: 50% !important;
}

.focus\:translate-y-1\/3:focus {
  --tw-translate-y: 33.333333% !important;
}

.focus\:translate-y-2\/3:focus {
  --tw-translate-y: 66.666667% !important;
}

.focus\:translate-y-1\/4:focus {
  --tw-translate-y: 25% !important;
}

.focus\:translate-y-2\/4:focus {
  --tw-translate-y: 50% !important;
}

.focus\:translate-y-3\/4:focus {
  --tw-translate-y: 75% !important;
}

.focus\:translate-y-full:focus {
  --tw-translate-y: 100% !important;
}

.focus\:-translate-y-1\/2:focus {
  --tw-translate-y: -50% !important;
}

.focus\:-translate-y-1\/3:focus {
  --tw-translate-y: -33.333333% !important;
}

.focus\:-translate-y-2\/3:focus {
  --tw-translate-y: -66.666667% !important;
}

.focus\:-translate-y-1\/4:focus {
  --tw-translate-y: -25% !important;
}

.focus\:-translate-y-2\/4:focus {
  --tw-translate-y: -50% !important;
}

.focus\:-translate-y-3\/4:focus {
  --tw-translate-y: -75% !important;
}

.focus\:-translate-y-full:focus {
  --tw-translate-y: -100% !important;
}

.rotate-0 {
  --tw-rotate: 0deg !important;
}

.rotate-1 {
  --tw-rotate: 1deg !important;
}

.rotate-2 {
  --tw-rotate: 2deg !important;
}

.rotate-3 {
  --tw-rotate: 3deg !important;
}

.rotate-6 {
  --tw-rotate: 6deg !important;
}

.rotate-12 {
  --tw-rotate: 12deg !important;
}

.rotate-45 {
  --tw-rotate: 45deg !important;
}

.rotate-90 {
  --tw-rotate: 90deg !important;
}

.rotate-180 {
  --tw-rotate: 180deg !important;
}

.-rotate-180 {
  --tw-rotate: -180deg !important;
}

.-rotate-90 {
  --tw-rotate: -90deg !important;
}

.-rotate-45 {
  --tw-rotate: -45deg !important;
}

.-rotate-12 {
  --tw-rotate: -12deg !important;
}

.-rotate-6 {
  --tw-rotate: -6deg !important;
}

.-rotate-3 {
  --tw-rotate: -3deg !important;
}

.-rotate-2 {
  --tw-rotate: -2deg !important;
}

.-rotate-1 {
  --tw-rotate: -1deg !important;
}

.hover\:rotate-0:hover {
  --tw-rotate: 0deg !important;
}

.hover\:rotate-1:hover {
  --tw-rotate: 1deg !important;
}

.hover\:rotate-2:hover {
  --tw-rotate: 2deg !important;
}

.hover\:rotate-3:hover {
  --tw-rotate: 3deg !important;
}

.hover\:rotate-6:hover {
  --tw-rotate: 6deg !important;
}

.hover\:rotate-12:hover {
  --tw-rotate: 12deg !important;
}

.hover\:rotate-45:hover {
  --tw-rotate: 45deg !important;
}

.hover\:rotate-90:hover {
  --tw-rotate: 90deg !important;
}

.hover\:rotate-180:hover {
  --tw-rotate: 180deg !important;
}

.hover\:-rotate-180:hover {
  --tw-rotate: -180deg !important;
}

.hover\:-rotate-90:hover {
  --tw-rotate: -90deg !important;
}

.hover\:-rotate-45:hover {
  --tw-rotate: -45deg !important;
}

.hover\:-rotate-12:hover {
  --tw-rotate: -12deg !important;
}

.hover\:-rotate-6:hover {
  --tw-rotate: -6deg !important;
}

.hover\:-rotate-3:hover {
  --tw-rotate: -3deg !important;
}

.hover\:-rotate-2:hover {
  --tw-rotate: -2deg !important;
}

.hover\:-rotate-1:hover {
  --tw-rotate: -1deg !important;
}

.focus\:rotate-0:focus {
  --tw-rotate: 0deg !important;
}

.focus\:rotate-1:focus {
  --tw-rotate: 1deg !important;
}

.focus\:rotate-2:focus {
  --tw-rotate: 2deg !important;
}

.focus\:rotate-3:focus {
  --tw-rotate: 3deg !important;
}

.focus\:rotate-6:focus {
  --tw-rotate: 6deg !important;
}

.focus\:rotate-12:focus {
  --tw-rotate: 12deg !important;
}

.focus\:rotate-45:focus {
  --tw-rotate: 45deg !important;
}

.focus\:rotate-90:focus {
  --tw-rotate: 90deg !important;
}

.focus\:rotate-180:focus {
  --tw-rotate: 180deg !important;
}

.focus\:-rotate-180:focus {
  --tw-rotate: -180deg !important;
}

.focus\:-rotate-90:focus {
  --tw-rotate: -90deg !important;
}

.focus\:-rotate-45:focus {
  --tw-rotate: -45deg !important;
}

.focus\:-rotate-12:focus {
  --tw-rotate: -12deg !important;
}

.focus\:-rotate-6:focus {
  --tw-rotate: -6deg !important;
}

.focus\:-rotate-3:focus {
  --tw-rotate: -3deg !important;
}

.focus\:-rotate-2:focus {
  --tw-rotate: -2deg !important;
}

.focus\:-rotate-1:focus {
  --tw-rotate: -1deg !important;
}

.skew-x-0 {
  --tw-skew-x: 0deg !important;
}

.skew-x-1 {
  --tw-skew-x: 1deg !important;
}

.skew-x-2 {
  --tw-skew-x: 2deg !important;
}

.skew-x-3 {
  --tw-skew-x: 3deg !important;
}

.skew-x-6 {
  --tw-skew-x: 6deg !important;
}

.skew-x-12 {
  --tw-skew-x: 12deg !important;
}

.-skew-x-12 {
  --tw-skew-x: -12deg !important;
}

.-skew-x-6 {
  --tw-skew-x: -6deg !important;
}

.-skew-x-3 {
  --tw-skew-x: -3deg !important;
}

.-skew-x-2 {
  --tw-skew-x: -2deg !important;
}

.-skew-x-1 {
  --tw-skew-x: -1deg !important;
}

.skew-y-0 {
  --tw-skew-y: 0deg !important;
}

.skew-y-1 {
  --tw-skew-y: 1deg !important;
}

.skew-y-2 {
  --tw-skew-y: 2deg !important;
}

.skew-y-3 {
  --tw-skew-y: 3deg !important;
}

.skew-y-6 {
  --tw-skew-y: 6deg !important;
}

.skew-y-12 {
  --tw-skew-y: 12deg !important;
}

.-skew-y-12 {
  --tw-skew-y: -12deg !important;
}

.-skew-y-6 {
  --tw-skew-y: -6deg !important;
}

.-skew-y-3 {
  --tw-skew-y: -3deg !important;
}

.-skew-y-2 {
  --tw-skew-y: -2deg !important;
}

.-skew-y-1 {
  --tw-skew-y: -1deg !important;
}

.hover\:skew-x-0:hover {
  --tw-skew-x: 0deg !important;
}

.hover\:skew-x-1:hover {
  --tw-skew-x: 1deg !important;
}

.hover\:skew-x-2:hover {
  --tw-skew-x: 2deg !important;
}

.hover\:skew-x-3:hover {
  --tw-skew-x: 3deg !important;
}

.hover\:skew-x-6:hover {
  --tw-skew-x: 6deg !important;
}

.hover\:skew-x-12:hover {
  --tw-skew-x: 12deg !important;
}

.hover\:-skew-x-12:hover {
  --tw-skew-x: -12deg !important;
}

.hover\:-skew-x-6:hover {
  --tw-skew-x: -6deg !important;
}

.hover\:-skew-x-3:hover {
  --tw-skew-x: -3deg !important;
}

.hover\:-skew-x-2:hover {
  --tw-skew-x: -2deg !important;
}

.hover\:-skew-x-1:hover {
  --tw-skew-x: -1deg !important;
}

.hover\:skew-y-0:hover {
  --tw-skew-y: 0deg !important;
}

.hover\:skew-y-1:hover {
  --tw-skew-y: 1deg !important;
}

.hover\:skew-y-2:hover {
  --tw-skew-y: 2deg !important;
}

.hover\:skew-y-3:hover {
  --tw-skew-y: 3deg !important;
}

.hover\:skew-y-6:hover {
  --tw-skew-y: 6deg !important;
}

.hover\:skew-y-12:hover {
  --tw-skew-y: 12deg !important;
}

.hover\:-skew-y-12:hover {
  --tw-skew-y: -12deg !important;
}

.hover\:-skew-y-6:hover {
  --tw-skew-y: -6deg !important;
}

.hover\:-skew-y-3:hover {
  --tw-skew-y: -3deg !important;
}

.hover\:-skew-y-2:hover {
  --tw-skew-y: -2deg !important;
}

.hover\:-skew-y-1:hover {
  --tw-skew-y: -1deg !important;
}

.focus\:skew-x-0:focus {
  --tw-skew-x: 0deg !important;
}

.focus\:skew-x-1:focus {
  --tw-skew-x: 1deg !important;
}

.focus\:skew-x-2:focus {
  --tw-skew-x: 2deg !important;
}

.focus\:skew-x-3:focus {
  --tw-skew-x: 3deg !important;
}

.focus\:skew-x-6:focus {
  --tw-skew-x: 6deg !important;
}

.focus\:skew-x-12:focus {
  --tw-skew-x: 12deg !important;
}

.focus\:-skew-x-12:focus {
  --tw-skew-x: -12deg !important;
}

.focus\:-skew-x-6:focus {
  --tw-skew-x: -6deg !important;
}

.focus\:-skew-x-3:focus {
  --tw-skew-x: -3deg !important;
}

.focus\:-skew-x-2:focus {
  --tw-skew-x: -2deg !important;
}

.focus\:-skew-x-1:focus {
  --tw-skew-x: -1deg !important;
}

.focus\:skew-y-0:focus {
  --tw-skew-y: 0deg !important;
}

.focus\:skew-y-1:focus {
  --tw-skew-y: 1deg !important;
}

.focus\:skew-y-2:focus {
  --tw-skew-y: 2deg !important;
}

.focus\:skew-y-3:focus {
  --tw-skew-y: 3deg !important;
}

.focus\:skew-y-6:focus {
  --tw-skew-y: 6deg !important;
}

.focus\:skew-y-12:focus {
  --tw-skew-y: 12deg !important;
}

.focus\:-skew-y-12:focus {
  --tw-skew-y: -12deg !important;
}

.focus\:-skew-y-6:focus {
  --tw-skew-y: -6deg !important;
}

.focus\:-skew-y-3:focus {
  --tw-skew-y: -3deg !important;
}

.focus\:-skew-y-2:focus {
  --tw-skew-y: -2deg !important;
}

.focus\:-skew-y-1:focus {
  --tw-skew-y: -1deg !important;
}

.scale-0 {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.scale-50 {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.scale-75 {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.scale-90 {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.scale-95 {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.scale-105 {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.scale-110 {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.scale-125 {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.scale-150 {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.hover\:scale-0:hover {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.hover\:scale-50:hover {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.hover\:scale-75:hover {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.hover\:scale-90:hover {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.hover\:scale-95:hover {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.hover\:scale-100:hover {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.hover\:scale-150:hover {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.focus\:scale-0:focus {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.focus\:scale-50:focus {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.focus\:scale-75:focus {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.focus\:scale-90:focus {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.focus\:scale-95:focus {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.focus\:scale-100:focus {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.focus\:scale-105:focus {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.focus\:scale-110:focus {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.focus\:scale-125:focus {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.focus\:scale-150:focus {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.scale-x-0 {
  --tw-scale-x: 0 !important;
}

.scale-x-50 {
  --tw-scale-x: .5 !important;
}

.scale-x-75 {
  --tw-scale-x: .75 !important;
}

.scale-x-90 {
  --tw-scale-x: .9 !important;
}

.scale-x-95 {
  --tw-scale-x: .95 !important;
}

.scale-x-100 {
  --tw-scale-x: 1 !important;
}

.scale-x-105 {
  --tw-scale-x: 1.05 !important;
}

.scale-x-110 {
  --tw-scale-x: 1.1 !important;
}

.scale-x-125 {
  --tw-scale-x: 1.25 !important;
}

.scale-x-150 {
  --tw-scale-x: 1.5 !important;
}

.scale-y-0 {
  --tw-scale-y: 0 !important;
}

.scale-y-50 {
  --tw-scale-y: .5 !important;
}

.scale-y-75 {
  --tw-scale-y: .75 !important;
}

.scale-y-90 {
  --tw-scale-y: .9 !important;
}

.scale-y-95 {
  --tw-scale-y: .95 !important;
}

.scale-y-100 {
  --tw-scale-y: 1 !important;
}

.scale-y-105 {
  --tw-scale-y: 1.05 !important;
}

.scale-y-110 {
  --tw-scale-y: 1.1 !important;
}

.scale-y-125 {
  --tw-scale-y: 1.25 !important;
}

.scale-y-150 {
  --tw-scale-y: 1.5 !important;
}

.hover\:scale-x-0:hover {
  --tw-scale-x: 0 !important;
}

.hover\:scale-x-50:hover {
  --tw-scale-x: .5 !important;
}

.hover\:scale-x-75:hover {
  --tw-scale-x: .75 !important;
}

.hover\:scale-x-90:hover {
  --tw-scale-x: .9 !important;
}

.hover\:scale-x-95:hover {
  --tw-scale-x: .95 !important;
}

.hover\:scale-x-100:hover {
  --tw-scale-x: 1 !important;
}

.hover\:scale-x-105:hover {
  --tw-scale-x: 1.05 !important;
}

.hover\:scale-x-110:hover {
  --tw-scale-x: 1.1 !important;
}

.hover\:scale-x-125:hover {
  --tw-scale-x: 1.25 !important;
}

.hover\:scale-x-150:hover {
  --tw-scale-x: 1.5 !important;
}

.hover\:scale-y-0:hover {
  --tw-scale-y: 0 !important;
}

.hover\:scale-y-50:hover {
  --tw-scale-y: .5 !important;
}

.hover\:scale-y-75:hover {
  --tw-scale-y: .75 !important;
}

.hover\:scale-y-90:hover {
  --tw-scale-y: .9 !important;
}

.hover\:scale-y-95:hover {
  --tw-scale-y: .95 !important;
}

.hover\:scale-y-100:hover {
  --tw-scale-y: 1 !important;
}

.hover\:scale-y-105:hover {
  --tw-scale-y: 1.05 !important;
}

.hover\:scale-y-110:hover {
  --tw-scale-y: 1.1 !important;
}

.hover\:scale-y-125:hover {
  --tw-scale-y: 1.25 !important;
}

.hover\:scale-y-150:hover {
  --tw-scale-y: 1.5 !important;
}

.focus\:scale-x-0:focus {
  --tw-scale-x: 0 !important;
}

.focus\:scale-x-50:focus {
  --tw-scale-x: .5 !important;
}

.focus\:scale-x-75:focus {
  --tw-scale-x: .75 !important;
}

.focus\:scale-x-90:focus {
  --tw-scale-x: .9 !important;
}

.focus\:scale-x-95:focus {
  --tw-scale-x: .95 !important;
}

.focus\:scale-x-100:focus {
  --tw-scale-x: 1 !important;
}

.focus\:scale-x-105:focus {
  --tw-scale-x: 1.05 !important;
}

.focus\:scale-x-110:focus {
  --tw-scale-x: 1.1 !important;
}

.focus\:scale-x-125:focus {
  --tw-scale-x: 1.25 !important;
}

.focus\:scale-x-150:focus {
  --tw-scale-x: 1.5 !important;
}

.focus\:scale-y-0:focus {
  --tw-scale-y: 0 !important;
}

.focus\:scale-y-50:focus {
  --tw-scale-y: .5 !important;
}

.focus\:scale-y-75:focus {
  --tw-scale-y: .75 !important;
}

.focus\:scale-y-90:focus {
  --tw-scale-y: .9 !important;
}

.focus\:scale-y-95:focus {
  --tw-scale-y: .95 !important;
}

.focus\:scale-y-100:focus {
  --tw-scale-y: 1 !important;
}

.focus\:scale-y-105:focus {
  --tw-scale-y: 1.05 !important;
}

.focus\:scale-y-110:focus {
  --tw-scale-y: 1.1 !important;
}

.focus\:scale-y-125:focus {
  --tw-scale-y: 1.25 !important;
}

.focus\:scale-y-150:focus {
  --tw-scale-y: 1.5 !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-help {
  cursor: help !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
}

.select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.resize-none {
  resize: none !important;
}

.resize-y {
  resize: vertical !important;
}

.resize-x {
  resize: horizontal !important;
}

.resize {
  resize: both !important;
}

.list-inside {
  list-style-position: inside !important;
}

.list-outside {
  list-style-position: outside !important;
}

.list-none {
  list-style-type: none !important;
}

.list-disc {
  list-style-type: disc !important;
}

.list-decimal {
  list-style-type: decimal !important;
}

.appearance-none {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.auto-cols-auto {
  grid-auto-columns: auto !important;
}

.auto-cols-min {
  grid-auto-columns: min-content !important;
}

.auto-cols-max {
  grid-auto-columns: max-content !important;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr) !important;
}

.grid-flow-row {
  grid-auto-flow: row !important;
}

.grid-flow-col {
  grid-auto-flow: column !important;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense !important;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense !important;
}

.auto-rows-auto {
  grid-auto-rows: auto !important;
}

.auto-rows-min {
  grid-auto-rows: min-content !important;
}

.auto-rows-max {
  grid-auto-rows: max-content !important;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr) !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.grid-cols-none {
  grid-template-columns: none !important;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.grid-rows-none {
  grid-template-rows: none !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-col {
  flex-direction: column !important;
}

.flex-col-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.place-content-center {
  place-content: center !important;
}

.place-content-start {
  place-content: start !important;
}

.place-content-end {
  place-content: end !important;
}

.place-content-between {
  place-content: space-between !important;
}

.place-content-around {
  place-content: space-around !important;
}

.place-content-evenly {
  place-content: space-evenly !important;
}

.place-content-stretch {
  place-content: stretch !important;
}

.place-items-start {
  place-items: start !important;
}

.place-items-end {
  place-items: end !important;
}

.place-items-center {
  place-items: center !important;
}

.place-items-stretch {
  place-items: stretch !important;
}

.content-center {
  align-content: center !important;
}

.content-start {
  align-content: flex-start !important;
}

.content-end {
  align-content: flex-end !important;
}

.content-between {
  align-content: space-between !important;
}

.content-around {
  align-content: space-around !important;
}

.content-evenly {
  align-content: space-evenly !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.items-center {
  align-items: center !important;
}

.items-baseline {
  align-items: baseline !important;
}

.items-stretch {
  align-items: stretch !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

.justify-items-start {
  justify-items: start !important;
}

.justify-items-end {
  justify-items: end !important;
}

.justify-items-center {
  justify-items: center !important;
}

.justify-items-stretch {
  justify-items: stretch !important;
}

.gap-0 {
  gap: 0px !important;
}

.gap-1 {
  gap: 1px !important;
}

.gap-2 {
  gap: 2px !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-5 {
  gap: 5px !important;
}

.gap-6 {
  gap: 6px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-25 {
  gap: 25px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-35 {
  gap: 35px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-48 {
  gap: 48px !important;
}

.gap-50 {
  gap: 50px !important;
}

.gap-64 {
  gap: 64px !important;
}

.gap-70 {
  gap: 70px !important;
}

.gap-80 {
  gap: 80px !important;
}

.gap-100 {
  gap: 100px !important;
}

.gap-130 {
  gap: 130px !important;
}

.gap-x-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.gap-x-1 {
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.gap-x-2 {
  -moz-column-gap: 2px !important;
       column-gap: 2px !important;
}

.gap-x-4 {
  -moz-column-gap: 4px !important;
       column-gap: 4px !important;
}

.gap-x-5 {
  -moz-column-gap: 5px !important;
       column-gap: 5px !important;
}

.gap-x-6 {
  -moz-column-gap: 6px !important;
       column-gap: 6px !important;
}

.gap-x-8 {
  -moz-column-gap: 8px !important;
       column-gap: 8px !important;
}

.gap-x-10 {
  -moz-column-gap: 10px !important;
       column-gap: 10px !important;
}

.gap-x-12 {
  -moz-column-gap: 12px !important;
       column-gap: 12px !important;
}

.gap-x-15 {
  -moz-column-gap: 15px !important;
       column-gap: 15px !important;
}

.gap-x-16 {
  -moz-column-gap: 16px !important;
       column-gap: 16px !important;
}

.gap-x-20 {
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
}

.gap-x-24 {
  -moz-column-gap: 24px !important;
       column-gap: 24px !important;
}

.gap-x-25 {
  -moz-column-gap: 25px !important;
       column-gap: 25px !important;
}

.gap-x-30 {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
}

.gap-x-32 {
  -moz-column-gap: 32px !important;
       column-gap: 32px !important;
}

.gap-x-35 {
  -moz-column-gap: 35px !important;
       column-gap: 35px !important;
}

.gap-x-40 {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}

.gap-x-48 {
  -moz-column-gap: 48px !important;
       column-gap: 48px !important;
}

.gap-x-50 {
  -moz-column-gap: 50px !important;
       column-gap: 50px !important;
}

.gap-x-64 {
  -moz-column-gap: 64px !important;
       column-gap: 64px !important;
}

.gap-x-70 {
  -moz-column-gap: 70px !important;
       column-gap: 70px !important;
}

.gap-x-80 {
  -moz-column-gap: 80px !important;
       column-gap: 80px !important;
}

.gap-x-100 {
  -moz-column-gap: 100px !important;
       column-gap: 100px !important;
}

.gap-x-130 {
  -moz-column-gap: 130px !important;
       column-gap: 130px !important;
}

.gap-y-0 {
  row-gap: 0px !important;
}

.gap-y-1 {
  row-gap: 1px !important;
}

.gap-y-2 {
  row-gap: 2px !important;
}

.gap-y-4 {
  row-gap: 4px !important;
}

.gap-y-5 {
  row-gap: 5px !important;
}

.gap-y-6 {
  row-gap: 6px !important;
}

.gap-y-8 {
  row-gap: 8px !important;
}

.gap-y-10 {
  row-gap: 10px !important;
}

.gap-y-12 {
  row-gap: 12px !important;
}

.gap-y-15 {
  row-gap: 15px !important;
}

.gap-y-16 {
  row-gap: 16px !important;
}

.gap-y-20 {
  row-gap: 20px !important;
}

.gap-y-24 {
  row-gap: 24px !important;
}

.gap-y-25 {
  row-gap: 25px !important;
}

.gap-y-30 {
  row-gap: 30px !important;
}

.gap-y-32 {
  row-gap: 32px !important;
}

.gap-y-35 {
  row-gap: 35px !important;
}

.gap-y-40 {
  row-gap: 40px !important;
}

.gap-y-48 {
  row-gap: 48px !important;
}

.gap-y-50 {
  row-gap: 50px !important;
}

.gap-y-64 {
  row-gap: 64px !important;
}

.gap-y-70 {
  row-gap: 70px !important;
}

.gap-y-80 {
  row-gap: 80px !important;
}

.gap-y-100 {
  row-gap: 100px !important;
}

.gap-y-130 {
  row-gap: 130px !important;
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(4px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(5px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(6px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(6px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(10px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(12px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(15px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(16px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(24px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(25px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(30px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(32px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-35 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(35px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(40px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(48px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(50px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(64px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(70px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(80px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(100px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-130 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(130px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-4px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-5px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-6px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-6px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-10px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-12px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-15px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-16px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-20px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-24px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-25px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-30px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-32px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-35 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-35px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-40px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-48px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-50px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-64px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-70px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-80px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-100px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-130 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-130px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2px * var(--tw-space-y-reverse)) !important;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(4px * var(--tw-space-y-reverse)) !important;
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(5px * var(--tw-space-y-reverse)) !important;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(6px * var(--tw-space-y-reverse)) !important;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(10px * var(--tw-space-y-reverse)) !important;
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(12px * var(--tw-space-y-reverse)) !important;
}

.space-y-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(15px * var(--tw-space-y-reverse)) !important;
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(16px * var(--tw-space-y-reverse)) !important;
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
}

.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(24px * var(--tw-space-y-reverse)) !important;
}

.space-y-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(25px * var(--tw-space-y-reverse)) !important;
}

.space-y-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
}

.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(32px * var(--tw-space-y-reverse)) !important;
}

.space-y-35 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(35px * var(--tw-space-y-reverse)) !important;
}

.space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(40px * var(--tw-space-y-reverse)) !important;
}

.space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(48px * var(--tw-space-y-reverse)) !important;
}

.space-y-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(50px * var(--tw-space-y-reverse)) !important;
}

.space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(64px * var(--tw-space-y-reverse)) !important;
}

.space-y-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(70px * var(--tw-space-y-reverse)) !important;
}

.space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(80px * var(--tw-space-y-reverse)) !important;
}

.space-y-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(100px * var(--tw-space-y-reverse)) !important;
}

.space-y-130 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(130px * var(--tw-space-y-reverse)) !important;
}

.-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}

.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2px * var(--tw-space-y-reverse)) !important;
}

.-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-4px * var(--tw-space-y-reverse)) !important;
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-5px * var(--tw-space-y-reverse)) !important;
}

.-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-6px * var(--tw-space-y-reverse)) !important;
}

.-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-10px * var(--tw-space-y-reverse)) !important;
}

.-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-12px * var(--tw-space-y-reverse)) !important;
}

.-space-y-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-15px * var(--tw-space-y-reverse)) !important;
}

.-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-16px * var(--tw-space-y-reverse)) !important;
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-20px * var(--tw-space-y-reverse)) !important;
}

.-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-24px * var(--tw-space-y-reverse)) !important;
}

.-space-y-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-25px * var(--tw-space-y-reverse)) !important;
}

.-space-y-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
}

.-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-32px * var(--tw-space-y-reverse)) !important;
}

.-space-y-35 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-35px * var(--tw-space-y-reverse)) !important;
}

.-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-40px * var(--tw-space-y-reverse)) !important;
}

.-space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-48px * var(--tw-space-y-reverse)) !important;
}

.-space-y-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-50px * var(--tw-space-y-reverse)) !important;
}

.-space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-64px * var(--tw-space-y-reverse)) !important;
}

.-space-y-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-70px * var(--tw-space-y-reverse)) !important;
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-80px * var(--tw-space-y-reverse)) !important;
}

.-space-y-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-100px * var(--tw-space-y-reverse)) !important;
}

.-space-y-130 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-130px * var(--tw-space-y-reverse)) !important;
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1 !important;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1 !important;
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1 !important;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1 !important;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid !important;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed !important;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted !important;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double !important;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none !important;
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent !important;
}

.divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor !important;
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(31, 35, 47, var(--tw-divide-opacity)) !important;
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
}

.divide-gray-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
}

.divide-gray-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(68, 68, 68, var(--tw-divide-opacity)) !important;
}

.divide-gray-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(136, 136, 136, var(--tw-divide-opacity)) !important;
}

.divide-gray-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(153, 153, 153, var(--tw-divide-opacity)) !important;
}

.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(247, 248, 249, var(--tw-divide-opacity)) !important;
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(238, 240, 243, var(--tw-divide-opacity)) !important;
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(228, 230, 236, var(--tw-divide-opacity)) !important;
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(216, 220, 229, var(--tw-divide-opacity)) !important;
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(201, 206, 219, var(--tw-divide-opacity)) !important;
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(170, 177, 193, var(--tw-divide-opacity)) !important;
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(136, 143, 159, var(--tw-divide-opacity)) !important;
}

.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(103, 109, 126, var(--tw-divide-opacity)) !important;
}

.divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(76, 81, 99, var(--tw-divide-opacity)) !important;
}

.divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(52, 58, 77, var(--tw-divide-opacity)) !important;
}

.divide-gray-f1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(241, 241, 241, var(--tw-divide-opacity)) !important;
}

.divide-gray-e > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(238, 238, 238, var(--tw-divide-opacity)) !important;
}

.divide-gray-d1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(209, 209, 209, var(--tw-divide-opacity)) !important;
}

.divide-gray-d > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(221, 221, 221, var(--tw-divide-opacity)) !important;
}

.divide-gray-c > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(204, 204, 204, var(--tw-divide-opacity)) !important;
}

.divide-gray-b > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(187, 187, 187, var(--tw-divide-opacity)) !important;
}

.divide-gray-a > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(170, 170, 170, var(--tw-divide-opacity)) !important;
}

.divide-red-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(250, 189, 189, var(--tw-divide-opacity)) !important;
}

.divide-red-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(243, 148, 148, var(--tw-divide-opacity)) !important;
}

.divide-red-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(232, 111, 111, var(--tw-divide-opacity)) !important;
}

.divide-red-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(217, 81, 81, var(--tw-divide-opacity)) !important;
}

.divide-red-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(196, 56, 56, var(--tw-divide-opacity)) !important;
}

.divide-red-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(169, 38, 38, var(--tw-divide-opacity)) !important;
}

.divide-red-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(136, 24, 24, var(--tw-divide-opacity)) !important;
}

.divide-red-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(99, 14, 14, var(--tw-divide-opacity)) !important;
}

.divide-red-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(61, 7, 7, var(--tw-divide-opacity)) !important;
}

.divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(250, 199, 162, var(--tw-divide-opacity)) !important;
}

.divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(243, 167, 112, var(--tw-divide-opacity)) !important;
}

.divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(232, 137, 69, var(--tw-divide-opacity)) !important;
}

.divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(217, 110, 34, var(--tw-divide-opacity)) !important;
}

.divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(196, 88, 10, var(--tw-divide-opacity)) !important;
}

.divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(169, 71, 0, var(--tw-divide-opacity)) !important;
}

.divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(136, 57, 0, var(--tw-divide-opacity)) !important;
}

.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(252, 239, 160, var(--tw-divide-opacity)) !important;
}

.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(244, 215, 104, var(--tw-divide-opacity)) !important;
}

.divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(229, 184, 56, var(--tw-divide-opacity)) !important;
}

.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(209, 151, 19, var(--tw-divide-opacity)) !important;
}

.divide-green-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(162, 230, 185, var(--tw-divide-opacity)) !important;
}

.divide-green-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(99, 206, 153, var(--tw-divide-opacity)) !important;
}

.divide-green-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(50, 181, 136, var(--tw-divide-opacity)) !important;
}

.divide-green-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(18, 156, 125, var(--tw-divide-opacity)) !important;
}

.divide-green-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 131, 115, var(--tw-divide-opacity)) !important;
}

.divide-green-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 107, 101, var(--tw-divide-opacity)) !important;
}

.divide-green-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 82, 82, var(--tw-divide-opacity)) !important;
}

.divide-green-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 55, 57, var(--tw-divide-opacity)) !important;
}

.divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(54, 166, 183, var(--tw-divide-opacity)) !important;
}

.divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(192, 209, 232, var(--tw-divide-opacity)) !important;
}

.divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(142, 169, 208, var(--tw-divide-opacity)) !important;
}

.divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(103, 133, 185, var(--tw-divide-opacity)) !important;
}

.divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(72, 103, 161, var(--tw-divide-opacity)) !important;
}

.divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(50, 79, 138, var(--tw-divide-opacity)) !important;
}

.divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(34, 59, 114, var(--tw-divide-opacity)) !important;
}

.divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(23, 43, 91, var(--tw-divide-opacity)) !important;
}

.divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(15, 30, 67, var(--tw-divide-opacity)) !important;
}

.divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(200, 198, 232, var(--tw-divide-opacity)) !important;
}

.divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(164, 154, 208, var(--tw-divide-opacity)) !important;
}

.divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(119, 89, 161, var(--tw-divide-opacity)) !important;
}

.divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(85, 49, 114, var(--tw-divide-opacity)) !important;
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0 !important;
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05 !important;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1 !important;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2 !important;
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25 !important;
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3 !important;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4 !important;
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5 !important;
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6 !important;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7 !important;
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75 !important;
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8 !important;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9 !important;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95 !important;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
}

.place-self-auto {
  place-self: auto !important;
}

.place-self-start {
  place-self: start !important;
}

.place-self-end {
  place-self: end !important;
}

.place-self-center {
  place-self: center !important;
}

.place-self-stretch {
  place-self: stretch !important;
}

.self-auto {
  align-self: auto !important;
}

.self-start {
  align-self: flex-start !important;
}

.self-end {
  align-self: flex-end !important;
}

.self-center {
  align-self: center !important;
}

.self-stretch {
  align-self: stretch !important;
}

.self-baseline {
  align-self: baseline !important;
}

.justify-self-auto {
  justify-self: auto !important;
}

.justify-self-start {
  justify-self: start !important;
}

.justify-self-end {
  justify-self: end !important;
}

.justify-self-center {
  justify-self: center !important;
}

.justify-self-stretch {
  justify-self: stretch !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.overscroll-auto {
  overscroll-behavior: auto !important;
}

.overscroll-contain {
  overscroll-behavior: contain !important;
}

.overscroll-none {
  overscroll-behavior: none !important;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto !important;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain !important;
}

.overscroll-y-none {
  overscroll-behavior-y: none !important;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto !important;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain !important;
}

.overscroll-x-none {
  overscroll-behavior-x: none !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.overflow-ellipsis {
  text-overflow: ellipsis !important;
}

.overflow-clip {
  text-overflow: clip !important;
}

.whitespace-normal {
  white-space: normal !important;
}

.whitespace-nowrap {
  white-space: nowrap !important;
}

.whitespace-pre {
  white-space: pre !important;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.break-normal {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words {
  overflow-wrap: break-word !important;
}

.break-all {
  word-break: break-all !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-2 {
  border-radius: 2px !important;
}

.rounded-3 {
  border-radius: 3px !important;
}

.rounded-4 {
  border-radius: 4px !important;
}

.rounded-5 {
  border-radius: 5px !important;
}

.rounded-6 {
  border-radius: 6px !important;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-12 {
  border-radius: 12px !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.rounded-none {
  border-radius: 0 !important;
}

.rounded-sm {
  border-radius: 2px !important;
}

.rounded {
  border-radius: 6px !important;
}

.rounded-md {
  border-radius: 12px !important;
}

.rounded-lg {
  border-radius: 18px !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-t-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-t-2 {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.rounded-t-3 {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.rounded-t-4 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-t-5 {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-t-6 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-t-8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.rounded-t-10 {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded-t-12 {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.rounded-t-20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.rounded-t-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-t-sm {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.rounded-t {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-t-md {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.rounded-t-lg {
  border-top-left-radius: 18px !important;
  border-top-right-radius: 18px !important;
}

.rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.rounded-r-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-r-2 {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.rounded-r-3 {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.rounded-r-4 {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-r-5 {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-r-6 {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-r-8 {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.rounded-r-10 {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-r-12 {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.rounded-r-20 {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.rounded-r-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-r-sm {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.rounded-r {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-r-md {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.rounded-r-lg {
  border-top-right-radius: 18px !important;
  border-bottom-right-radius: 18px !important;
}

.rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.rounded-b-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-b-2 {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-b-3 {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-b-4 {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-b-5 {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-b-6 {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-b-8 {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-b-10 {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-b-12 {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.rounded-b-20 {
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-b-none {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-b-sm {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-b {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-b-md {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.rounded-b-lg {
  border-bottom-right-radius: 18px !important;
  border-bottom-left-radius: 18px !important;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-l-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-l-2 {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-l-3 {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-l-4 {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-l-5 {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-l-6 {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-l-8 {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-l-10 {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-l-12 {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.rounded-l-20 {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-l-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-l-sm {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-l {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-l-md {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.rounded-l-lg {
  border-top-left-radius: 18px !important;
  border-bottom-left-radius: 18px !important;
}

.rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-tl-0 {
  border-top-left-radius: 0 !important;
}

.rounded-tl-2 {
  border-top-left-radius: 2px !important;
}

.rounded-tl-3 {
  border-top-left-radius: 3px !important;
}

.rounded-tl-4 {
  border-top-left-radius: 4px !important;
}

.rounded-tl-5 {
  border-top-left-radius: 5px !important;
}

.rounded-tl-6 {
  border-top-left-radius: 6px !important;
}

.rounded-tl-8 {
  border-top-left-radius: 8px !important;
}

.rounded-tl-10 {
  border-top-left-radius: 10px !important;
}

.rounded-tl-12 {
  border-top-left-radius: 12px !important;
}

.rounded-tl-20 {
  border-top-left-radius: 20px !important;
}

.rounded-tl-none {
  border-top-left-radius: 0 !important;
}

.rounded-tl-sm {
  border-top-left-radius: 2px !important;
}

.rounded-tl {
  border-top-left-radius: 6px !important;
}

.rounded-tl-md {
  border-top-left-radius: 12px !important;
}

.rounded-tl-lg {
  border-top-left-radius: 18px !important;
}

.rounded-tl-full {
  border-top-left-radius: 9999px !important;
}

.rounded-tr-0 {
  border-top-right-radius: 0 !important;
}

.rounded-tr-2 {
  border-top-right-radius: 2px !important;
}

.rounded-tr-3 {
  border-top-right-radius: 3px !important;
}

.rounded-tr-4 {
  border-top-right-radius: 4px !important;
}

.rounded-tr-5 {
  border-top-right-radius: 5px !important;
}

.rounded-tr-6 {
  border-top-right-radius: 6px !important;
}

.rounded-tr-8 {
  border-top-right-radius: 8px !important;
}

.rounded-tr-10 {
  border-top-right-radius: 10px !important;
}

.rounded-tr-12 {
  border-top-right-radius: 12px !important;
}

.rounded-tr-20 {
  border-top-right-radius: 20px !important;
}

.rounded-tr-none {
  border-top-right-radius: 0 !important;
}

.rounded-tr-sm {
  border-top-right-radius: 2px !important;
}

.rounded-tr {
  border-top-right-radius: 6px !important;
}

.rounded-tr-md {
  border-top-right-radius: 12px !important;
}

.rounded-tr-lg {
  border-top-right-radius: 18px !important;
}

.rounded-tr-full {
  border-top-right-radius: 9999px !important;
}

.rounded-br-0 {
  border-bottom-right-radius: 0 !important;
}

.rounded-br-2 {
  border-bottom-right-radius: 2px !important;
}

.rounded-br-3 {
  border-bottom-right-radius: 3px !important;
}

.rounded-br-4 {
  border-bottom-right-radius: 4px !important;
}

.rounded-br-5 {
  border-bottom-right-radius: 5px !important;
}

.rounded-br-6 {
  border-bottom-right-radius: 6px !important;
}

.rounded-br-8 {
  border-bottom-right-radius: 8px !important;
}

.rounded-br-10 {
  border-bottom-right-radius: 10px !important;
}

.rounded-br-12 {
  border-bottom-right-radius: 12px !important;
}

.rounded-br-20 {
  border-bottom-right-radius: 20px !important;
}

.rounded-br-none {
  border-bottom-right-radius: 0 !important;
}

.rounded-br-sm {
  border-bottom-right-radius: 2px !important;
}

.rounded-br {
  border-bottom-right-radius: 6px !important;
}

.rounded-br-md {
  border-bottom-right-radius: 12px !important;
}

.rounded-br-lg {
  border-bottom-right-radius: 18px !important;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}

.rounded-bl-0 {
  border-bottom-left-radius: 0 !important;
}

.rounded-bl-2 {
  border-bottom-left-radius: 2px !important;
}

.rounded-bl-3 {
  border-bottom-left-radius: 3px !important;
}

.rounded-bl-4 {
  border-bottom-left-radius: 4px !important;
}

.rounded-bl-5 {
  border-bottom-left-radius: 5px !important;
}

.rounded-bl-6 {
  border-bottom-left-radius: 6px !important;
}

.rounded-bl-8 {
  border-bottom-left-radius: 8px !important;
}

.rounded-bl-10 {
  border-bottom-left-radius: 10px !important;
}

.rounded-bl-12 {
  border-bottom-left-radius: 12px !important;
}

.rounded-bl-20 {
  border-bottom-left-radius: 20px !important;
}

.rounded-bl-none {
  border-bottom-left-radius: 0 !important;
}

.rounded-bl-sm {
  border-bottom-left-radius: 2px !important;
}

.rounded-bl {
  border-bottom-left-radius: 6px !important;
}

.rounded-bl-md {
  border-bottom-left-radius: 12px !important;
}

.rounded-bl-lg {
  border-bottom-left-radius: 18px !important;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px !important;
}

.border-0 {
  border-width: 0px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border {
  border-width: 1px !important;
}

.border-t-0 {
  border-top-width: 0px !important;
}

.border-t-2 {
  border-top-width: 2px !important;
}

.border-t-4 {
  border-top-width: 4px !important;
}

.border-t-8 {
  border-top-width: 8px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-r-0 {
  border-right-width: 0px !important;
}

.border-r-2 {
  border-right-width: 2px !important;
}

.border-r-4 {
  border-right-width: 4px !important;
}

.border-r-8 {
  border-right-width: 8px !important;
}

.border-r {
  border-right-width: 1px !important;
}

.border-b-0 {
  border-bottom-width: 0px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-b-4 {
  border-bottom-width: 4px !important;
}

.border-b-8 {
  border-bottom-width: 8px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-l-0 {
  border-left-width: 0px !important;
}

.border-l-2 {
  border-left-width: 2px !important;
}

.border-l-4 {
  border-left-width: 4px !important;
}

.border-l-8 {
  border-left-width: 8px !important;
}

.border-l {
  border-left-width: 1px !important;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

.border-none {
  border-style: none !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-current {
  border-color: currentColor !important;
}

.border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 35, 47, var(--tw-border-opacity)) !important;
}

.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.border-gray-3 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.border-gray-4 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(68, 68, 68, var(--tw-border-opacity)) !important;
}

.border-gray-8 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 136, 136, var(--tw-border-opacity)) !important;
}

.border-gray-9 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 153, 153, var(--tw-border-opacity)) !important;
}

.border-gray-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 248, 249, var(--tw-border-opacity)) !important;
}

.border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 240, 243, var(--tw-border-opacity)) !important;
}

.border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 230, 236, var(--tw-border-opacity)) !important;
}

.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 220, 229, var(--tw-border-opacity)) !important;
}

.border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(201, 206, 219, var(--tw-border-opacity)) !important;
}

.border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(170, 177, 193, var(--tw-border-opacity)) !important;
}

.border-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 143, 159, var(--tw-border-opacity)) !important;
}

.border-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 109, 126, var(--tw-border-opacity)) !important;
}

.border-gray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 81, 99, var(--tw-border-opacity)) !important;
}

.border-gray-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 58, 77, var(--tw-border-opacity)) !important;
}

.border-gray-f1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
}

.border-gray-e {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
}

.border-gray-d1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 209, 209, var(--tw-border-opacity)) !important;
}

.border-gray-d {
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
}

.border-gray-c {
  --tw-border-opacity: 1 !important;
  border-color: rgba(204, 204, 204, var(--tw-border-opacity)) !important;
}

.border-gray-b {
  --tw-border-opacity: 1 !important;
  border-color: rgba(187, 187, 187, var(--tw-border-opacity)) !important;
}

.border-gray-a {
  --tw-border-opacity: 1 !important;
  border-color: rgba(170, 170, 170, var(--tw-border-opacity)) !important;
}

.border-red-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 189, 189, var(--tw-border-opacity)) !important;
}

.border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 148, 148, var(--tw-border-opacity)) !important;
}

.border-red-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 111, 111, var(--tw-border-opacity)) !important;
}

.border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 81, 81, var(--tw-border-opacity)) !important;
}

.border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 56, 56, var(--tw-border-opacity)) !important;
}

.border-red-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(169, 38, 38, var(--tw-border-opacity)) !important;
}

.border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 24, 24, var(--tw-border-opacity)) !important;
}

.border-red-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 14, 14, var(--tw-border-opacity)) !important;
}

.border-red-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(61, 7, 7, var(--tw-border-opacity)) !important;
}

.border-orange-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 199, 162, var(--tw-border-opacity)) !important;
}

.border-orange-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 167, 112, var(--tw-border-opacity)) !important;
}

.border-orange-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 137, 69, var(--tw-border-opacity)) !important;
}

.border-orange-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 110, 34, var(--tw-border-opacity)) !important;
}

.border-orange-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 88, 10, var(--tw-border-opacity)) !important;
}

.border-orange-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(169, 71, 0, var(--tw-border-opacity)) !important;
}

.border-orange-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 57, 0, var(--tw-border-opacity)) !important;
}

.border-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 239, 160, var(--tw-border-opacity)) !important;
}

.border-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 215, 104, var(--tw-border-opacity)) !important;
}

.border-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 184, 56, var(--tw-border-opacity)) !important;
}

.border-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 151, 19, var(--tw-border-opacity)) !important;
}

.border-green-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(162, 230, 185, var(--tw-border-opacity)) !important;
}

.border-green-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 206, 153, var(--tw-border-opacity)) !important;
}

.border-green-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(50, 181, 136, var(--tw-border-opacity)) !important;
}

.border-green-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(18, 156, 125, var(--tw-border-opacity)) !important;
}

.border-green-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 131, 115, var(--tw-border-opacity)) !important;
}

.border-green-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 107, 101, var(--tw-border-opacity)) !important;
}

.border-green-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 82, 82, var(--tw-border-opacity)) !important;
}

.border-green-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 55, 57, var(--tw-border-opacity)) !important;
}

.border-teal-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 166, 183, var(--tw-border-opacity)) !important;
}

.border-blue-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 209, 232, var(--tw-border-opacity)) !important;
}

.border-blue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(142, 169, 208, var(--tw-border-opacity)) !important;
}

.border-blue-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 133, 185, var(--tw-border-opacity)) !important;
}

.border-blue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 103, 161, var(--tw-border-opacity)) !important;
}

.border-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(50, 79, 138, var(--tw-border-opacity)) !important;
}

.border-blue-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 59, 114, var(--tw-border-opacity)) !important;
}

.border-blue-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(23, 43, 91, var(--tw-border-opacity)) !important;
}

.border-blue-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(15, 30, 67, var(--tw-border-opacity)) !important;
}

.border-purple-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 198, 232, var(--tw-border-opacity)) !important;
}

.border-purple-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(164, 154, 208, var(--tw-border-opacity)) !important;
}

.border-purple-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(119, 89, 161, var(--tw-border-opacity)) !important;
}

.border-purple-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(85, 49, 114, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-transparent {
  border-color: transparent !important;
}

.group:hover .group-hover\:border-current {
  border-color: currentColor !important;
}

.group:hover .group-hover\:border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 35, 47, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-3 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-4 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(68, 68, 68, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-8 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 136, 136, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-9 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 153, 153, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 248, 249, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 240, 243, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 230, 236, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 220, 229, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(201, 206, 219, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(170, 177, 193, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 143, 159, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 109, 126, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 81, 99, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 58, 77, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-f1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-e {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-d1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 209, 209, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-d {
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-c {
  --tw-border-opacity: 1 !important;
  border-color: rgba(204, 204, 204, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-b {
  --tw-border-opacity: 1 !important;
  border-color: rgba(187, 187, 187, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-a {
  --tw-border-opacity: 1 !important;
  border-color: rgba(170, 170, 170, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 189, 189, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 148, 148, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 111, 111, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 81, 81, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 56, 56, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(169, 38, 38, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 24, 24, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 14, 14, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(61, 7, 7, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-orange-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 199, 162, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-orange-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 167, 112, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-orange-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 137, 69, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-orange-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 110, 34, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-orange-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 88, 10, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-orange-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(169, 71, 0, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-orange-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 57, 0, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 239, 160, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 215, 104, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 184, 56, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 151, 19, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(162, 230, 185, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 206, 153, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(50, 181, 136, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(18, 156, 125, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 131, 115, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 107, 101, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 82, 82, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 55, 57, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-teal-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 166, 183, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 209, 232, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(142, 169, 208, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 133, 185, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 103, 161, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(50, 79, 138, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 59, 114, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(23, 43, 91, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(15, 30, 67, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-purple-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 198, 232, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-purple-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(164, 154, 208, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-purple-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(119, 89, 161, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-purple-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(85, 49, 114, var(--tw-border-opacity)) !important;
}

.focus-within\:border-transparent:focus-within {
  border-color: transparent !important;
}

.focus-within\:border-current:focus-within {
  border-color: currentColor !important;
}

.focus-within\:border-black:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 35, 47, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-3:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-4:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(68, 68, 68, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-8:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 136, 136, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-9:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 153, 153, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 248, 249, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 240, 243, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 230, 236, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 220, 229, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(201, 206, 219, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(170, 177, 193, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 143, 159, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 109, 126, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 81, 99, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 58, 77, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-f1:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-e:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-d1:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 209, 209, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-d:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-c:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(204, 204, 204, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-b:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(187, 187, 187, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-a:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(170, 170, 170, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 189, 189, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 148, 148, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 111, 111, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 81, 81, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 56, 56, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(169, 38, 38, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 24, 24, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 14, 14, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(61, 7, 7, var(--tw-border-opacity)) !important;
}

.focus-within\:border-orange-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 199, 162, var(--tw-border-opacity)) !important;
}

.focus-within\:border-orange-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 167, 112, var(--tw-border-opacity)) !important;
}

.focus-within\:border-orange-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 137, 69, var(--tw-border-opacity)) !important;
}

.focus-within\:border-orange-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 110, 34, var(--tw-border-opacity)) !important;
}

.focus-within\:border-orange-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 88, 10, var(--tw-border-opacity)) !important;
}

.focus-within\:border-orange-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(169, 71, 0, var(--tw-border-opacity)) !important;
}

.focus-within\:border-orange-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 57, 0, var(--tw-border-opacity)) !important;
}

.focus-within\:border-yellow-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 239, 160, var(--tw-border-opacity)) !important;
}

.focus-within\:border-yellow-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 215, 104, var(--tw-border-opacity)) !important;
}

.focus-within\:border-yellow-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 184, 56, var(--tw-border-opacity)) !important;
}

.focus-within\:border-yellow-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 151, 19, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(162, 230, 185, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 206, 153, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(50, 181, 136, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(18, 156, 125, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 131, 115, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 107, 101, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 82, 82, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 55, 57, var(--tw-border-opacity)) !important;
}

.focus-within\:border-teal-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 166, 183, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 209, 232, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(142, 169, 208, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 133, 185, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 103, 161, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(50, 79, 138, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 59, 114, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(23, 43, 91, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(15, 30, 67, var(--tw-border-opacity)) !important;
}

.focus-within\:border-purple-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 198, 232, var(--tw-border-opacity)) !important;
}

.focus-within\:border-purple-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(164, 154, 208, var(--tw-border-opacity)) !important;
}

.focus-within\:border-purple-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(119, 89, 161, var(--tw-border-opacity)) !important;
}

.focus-within\:border-purple-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(85, 49, 114, var(--tw-border-opacity)) !important;
}

.hover\:border-transparent:hover {
  border-color: transparent !important;
}

.hover\:border-current:hover {
  border-color: currentColor !important;
}

.hover\:border-black:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 35, 47, var(--tw-border-opacity)) !important;
}

.hover\:border-white:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-3:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-4:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(68, 68, 68, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-8:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 136, 136, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-9:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 153, 153, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 248, 249, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 240, 243, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 230, 236, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 220, 229, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(201, 206, 219, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(170, 177, 193, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 143, 159, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 109, 126, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 81, 99, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 58, 77, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-f1:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-e:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-d1:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 209, 209, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-d:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-c:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(204, 204, 204, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-b:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(187, 187, 187, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-a:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(170, 170, 170, var(--tw-border-opacity)) !important;
}

.hover\:border-red-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 189, 189, var(--tw-border-opacity)) !important;
}

.hover\:border-red-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 148, 148, var(--tw-border-opacity)) !important;
}

.hover\:border-red-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 111, 111, var(--tw-border-opacity)) !important;
}

.hover\:border-red-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 81, 81, var(--tw-border-opacity)) !important;
}

.hover\:border-red-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 56, 56, var(--tw-border-opacity)) !important;
}

.hover\:border-red-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(169, 38, 38, var(--tw-border-opacity)) !important;
}

.hover\:border-red-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 24, 24, var(--tw-border-opacity)) !important;
}

.hover\:border-red-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 14, 14, var(--tw-border-opacity)) !important;
}

.hover\:border-red-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(61, 7, 7, var(--tw-border-opacity)) !important;
}

.hover\:border-orange-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 199, 162, var(--tw-border-opacity)) !important;
}

.hover\:border-orange-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 167, 112, var(--tw-border-opacity)) !important;
}

.hover\:border-orange-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 137, 69, var(--tw-border-opacity)) !important;
}

.hover\:border-orange-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 110, 34, var(--tw-border-opacity)) !important;
}

.hover\:border-orange-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 88, 10, var(--tw-border-opacity)) !important;
}

.hover\:border-orange-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(169, 71, 0, var(--tw-border-opacity)) !important;
}

.hover\:border-orange-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 57, 0, var(--tw-border-opacity)) !important;
}

.hover\:border-yellow-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 239, 160, var(--tw-border-opacity)) !important;
}

.hover\:border-yellow-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 215, 104, var(--tw-border-opacity)) !important;
}

.hover\:border-yellow-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 184, 56, var(--tw-border-opacity)) !important;
}

.hover\:border-yellow-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 151, 19, var(--tw-border-opacity)) !important;
}

.hover\:border-green-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(162, 230, 185, var(--tw-border-opacity)) !important;
}

.hover\:border-green-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 206, 153, var(--tw-border-opacity)) !important;
}

.hover\:border-green-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(50, 181, 136, var(--tw-border-opacity)) !important;
}

.hover\:border-green-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(18, 156, 125, var(--tw-border-opacity)) !important;
}

.hover\:border-green-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 131, 115, var(--tw-border-opacity)) !important;
}

.hover\:border-green-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 107, 101, var(--tw-border-opacity)) !important;
}

.hover\:border-green-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 82, 82, var(--tw-border-opacity)) !important;
}

.hover\:border-green-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 55, 57, var(--tw-border-opacity)) !important;
}

.hover\:border-teal-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 166, 183, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 209, 232, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(142, 169, 208, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 133, 185, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 103, 161, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(50, 79, 138, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 59, 114, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(23, 43, 91, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(15, 30, 67, var(--tw-border-opacity)) !important;
}

.hover\:border-purple-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 198, 232, var(--tw-border-opacity)) !important;
}

.hover\:border-purple-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(164, 154, 208, var(--tw-border-opacity)) !important;
}

.hover\:border-purple-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(119, 89, 161, var(--tw-border-opacity)) !important;
}

.hover\:border-purple-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(85, 49, 114, var(--tw-border-opacity)) !important;
}

.focus\:border-transparent:focus {
  border-color: transparent !important;
}

.focus\:border-current:focus {
  border-color: currentColor !important;
}

.focus\:border-black:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 35, 47, var(--tw-border-opacity)) !important;
}

.focus\:border-white:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-3:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-4:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(68, 68, 68, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-8:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 136, 136, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-9:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 153, 153, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 248, 249, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 240, 243, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 230, 236, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 220, 229, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(201, 206, 219, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(170, 177, 193, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 143, 159, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 109, 126, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 81, 99, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 58, 77, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-f1:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-e:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-d1:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 209, 209, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-d:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-c:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(204, 204, 204, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-b:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(187, 187, 187, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-a:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(170, 170, 170, var(--tw-border-opacity)) !important;
}

.focus\:border-red-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 189, 189, var(--tw-border-opacity)) !important;
}

.focus\:border-red-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 148, 148, var(--tw-border-opacity)) !important;
}

.focus\:border-red-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 111, 111, var(--tw-border-opacity)) !important;
}

.focus\:border-red-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 81, 81, var(--tw-border-opacity)) !important;
}

.focus\:border-red-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 56, 56, var(--tw-border-opacity)) !important;
}

.focus\:border-red-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(169, 38, 38, var(--tw-border-opacity)) !important;
}

.focus\:border-red-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 24, 24, var(--tw-border-opacity)) !important;
}

.focus\:border-red-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 14, 14, var(--tw-border-opacity)) !important;
}

.focus\:border-red-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(61, 7, 7, var(--tw-border-opacity)) !important;
}

.focus\:border-orange-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 199, 162, var(--tw-border-opacity)) !important;
}

.focus\:border-orange-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 167, 112, var(--tw-border-opacity)) !important;
}

.focus\:border-orange-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 137, 69, var(--tw-border-opacity)) !important;
}

.focus\:border-orange-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 110, 34, var(--tw-border-opacity)) !important;
}

.focus\:border-orange-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 88, 10, var(--tw-border-opacity)) !important;
}

.focus\:border-orange-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(169, 71, 0, var(--tw-border-opacity)) !important;
}

.focus\:border-orange-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 57, 0, var(--tw-border-opacity)) !important;
}

.focus\:border-yellow-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 239, 160, var(--tw-border-opacity)) !important;
}

.focus\:border-yellow-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 215, 104, var(--tw-border-opacity)) !important;
}

.focus\:border-yellow-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 184, 56, var(--tw-border-opacity)) !important;
}

.focus\:border-yellow-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 151, 19, var(--tw-border-opacity)) !important;
}

.focus\:border-green-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(162, 230, 185, var(--tw-border-opacity)) !important;
}

.focus\:border-green-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 206, 153, var(--tw-border-opacity)) !important;
}

.focus\:border-green-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(50, 181, 136, var(--tw-border-opacity)) !important;
}

.focus\:border-green-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(18, 156, 125, var(--tw-border-opacity)) !important;
}

.focus\:border-green-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 131, 115, var(--tw-border-opacity)) !important;
}

.focus\:border-green-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 107, 101, var(--tw-border-opacity)) !important;
}

.focus\:border-green-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 82, 82, var(--tw-border-opacity)) !important;
}

.focus\:border-green-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 55, 57, var(--tw-border-opacity)) !important;
}

.focus\:border-teal-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 166, 183, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 209, 232, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(142, 169, 208, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 133, 185, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 103, 161, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(50, 79, 138, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 59, 114, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(23, 43, 91, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(15, 30, 67, var(--tw-border-opacity)) !important;
}

.focus\:border-purple-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 198, 232, var(--tw-border-opacity)) !important;
}

.focus\:border-purple-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(164, 154, 208, var(--tw-border-opacity)) !important;
}

.focus\:border-purple-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(119, 89, 161, var(--tw-border-opacity)) !important;
}

.focus\:border-purple-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(85, 49, 114, var(--tw-border-opacity)) !important;
}

.border-opacity-0 {
  --tw-border-opacity: 0 !important;
}

.border-opacity-5 {
  --tw-border-opacity: 0.05 !important;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1 !important;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25 !important;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3 !important;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4 !important;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}

.border-opacity-75 {
  --tw-border-opacity: 0.75 !important;
}

.border-opacity-80 {
  --tw-border-opacity: 0.8 !important;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}

.border-opacity-95 {
  --tw-border-opacity: 0.95 !important;
}

.border-opacity-100 {
  --tw-border-opacity: 1 !important;
}

.group:hover .group-hover\:border-opacity-0 {
  --tw-border-opacity: 0 !important;
}

.group:hover .group-hover\:border-opacity-5 {
  --tw-border-opacity: 0.05 !important;
}

.group:hover .group-hover\:border-opacity-10 {
  --tw-border-opacity: 0.1 !important;
}

.group:hover .group-hover\:border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}

.group:hover .group-hover\:border-opacity-25 {
  --tw-border-opacity: 0.25 !important;
}

.group:hover .group-hover\:border-opacity-30 {
  --tw-border-opacity: 0.3 !important;
}

.group:hover .group-hover\:border-opacity-40 {
  --tw-border-opacity: 0.4 !important;
}

.group:hover .group-hover\:border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}

.group:hover .group-hover\:border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}

.group:hover .group-hover\:border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}

.group:hover .group-hover\:border-opacity-75 {
  --tw-border-opacity: 0.75 !important;
}

.group:hover .group-hover\:border-opacity-80 {
  --tw-border-opacity: 0.8 !important;
}

.group:hover .group-hover\:border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}

.group:hover .group-hover\:border-opacity-95 {
  --tw-border-opacity: 0.95 !important;
}

.group:hover .group-hover\:border-opacity-100 {
  --tw-border-opacity: 1 !important;
}

.focus-within\:border-opacity-0:focus-within {
  --tw-border-opacity: 0 !important;
}

.focus-within\:border-opacity-5:focus-within {
  --tw-border-opacity: 0.05 !important;
}

.focus-within\:border-opacity-10:focus-within {
  --tw-border-opacity: 0.1 !important;
}

.focus-within\:border-opacity-20:focus-within {
  --tw-border-opacity: 0.2 !important;
}

.focus-within\:border-opacity-25:focus-within {
  --tw-border-opacity: 0.25 !important;
}

.focus-within\:border-opacity-30:focus-within {
  --tw-border-opacity: 0.3 !important;
}

.focus-within\:border-opacity-40:focus-within {
  --tw-border-opacity: 0.4 !important;
}

.focus-within\:border-opacity-50:focus-within {
  --tw-border-opacity: 0.5 !important;
}

.focus-within\:border-opacity-60:focus-within {
  --tw-border-opacity: 0.6 !important;
}

.focus-within\:border-opacity-70:focus-within {
  --tw-border-opacity: 0.7 !important;
}

.focus-within\:border-opacity-75:focus-within {
  --tw-border-opacity: 0.75 !important;
}

.focus-within\:border-opacity-80:focus-within {
  --tw-border-opacity: 0.8 !important;
}

.focus-within\:border-opacity-90:focus-within {
  --tw-border-opacity: 0.9 !important;
}

.focus-within\:border-opacity-95:focus-within {
  --tw-border-opacity: 0.95 !important;
}

.focus-within\:border-opacity-100:focus-within {
  --tw-border-opacity: 1 !important;
}

.hover\:border-opacity-0:hover {
  --tw-border-opacity: 0 !important;
}

.hover\:border-opacity-5:hover {
  --tw-border-opacity: 0.05 !important;
}

.hover\:border-opacity-10:hover {
  --tw-border-opacity: 0.1 !important;
}

.hover\:border-opacity-20:hover {
  --tw-border-opacity: 0.2 !important;
}

.hover\:border-opacity-25:hover {
  --tw-border-opacity: 0.25 !important;
}

.hover\:border-opacity-30:hover {
  --tw-border-opacity: 0.3 !important;
}

.hover\:border-opacity-40:hover {
  --tw-border-opacity: 0.4 !important;
}

.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5 !important;
}

.hover\:border-opacity-60:hover {
  --tw-border-opacity: 0.6 !important;
}

.hover\:border-opacity-70:hover {
  --tw-border-opacity: 0.7 !important;
}

.hover\:border-opacity-75:hover {
  --tw-border-opacity: 0.75 !important;
}

.hover\:border-opacity-80:hover {
  --tw-border-opacity: 0.8 !important;
}

.hover\:border-opacity-90:hover {
  --tw-border-opacity: 0.9 !important;
}

.hover\:border-opacity-95:hover {
  --tw-border-opacity: 0.95 !important;
}

.hover\:border-opacity-100:hover {
  --tw-border-opacity: 1 !important;
}

.focus\:border-opacity-0:focus {
  --tw-border-opacity: 0 !important;
}

.focus\:border-opacity-5:focus {
  --tw-border-opacity: 0.05 !important;
}

.focus\:border-opacity-10:focus {
  --tw-border-opacity: 0.1 !important;
}

.focus\:border-opacity-20:focus {
  --tw-border-opacity: 0.2 !important;
}

.focus\:border-opacity-25:focus {
  --tw-border-opacity: 0.25 !important;
}

.focus\:border-opacity-30:focus {
  --tw-border-opacity: 0.3 !important;
}

.focus\:border-opacity-40:focus {
  --tw-border-opacity: 0.4 !important;
}

.focus\:border-opacity-50:focus {
  --tw-border-opacity: 0.5 !important;
}

.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6 !important;
}

.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7 !important;
}

.focus\:border-opacity-75:focus {
  --tw-border-opacity: 0.75 !important;
}

.focus\:border-opacity-80:focus {
  --tw-border-opacity: 0.8 !important;
}

.focus\:border-opacity-90:focus {
  --tw-border-opacity: 0.9 !important;
}

.focus\:border-opacity-95:focus {
  --tw-border-opacity: 0.95 !important;
}

.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-current {
  background-color: currentColor !important;
}

.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 35, 47, var(--tw-bg-opacity)) !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.bg-gray-3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}

.bg-gray-4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 68, 68, var(--tw-bg-opacity)) !important;
}

.bg-gray-8 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 136, 136, var(--tw-bg-opacity)) !important;
}

.bg-gray-9 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 153, 153, var(--tw-bg-opacity)) !important;
}

.bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 248, 249, var(--tw-bg-opacity)) !important;
}

.bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 240, 243, var(--tw-bg-opacity)) !important;
}

.bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 230, 236, var(--tw-bg-opacity)) !important;
}

.bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 220, 229, var(--tw-bg-opacity)) !important;
}

.bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(201, 206, 219, var(--tw-bg-opacity)) !important;
}

.bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(170, 177, 193, var(--tw-bg-opacity)) !important;
}

.bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 143, 159, var(--tw-bg-opacity)) !important;
}

.bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 109, 126, var(--tw-bg-opacity)) !important;
}

.bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 81, 99, var(--tw-bg-opacity)) !important;
}

.bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 58, 77, var(--tw-bg-opacity)) !important;
}

.bg-gray-f1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
}

.bg-gray-e {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
}

.bg-gray-d1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 209, 209, var(--tw-bg-opacity)) !important;
}

.bg-gray-d {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
}

.bg-gray-c {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(204, 204, 204, var(--tw-bg-opacity)) !important;
}

.bg-gray-b {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(187, 187, 187, var(--tw-bg-opacity)) !important;
}

.bg-gray-a {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(170, 170, 170, var(--tw-bg-opacity)) !important;
}

.bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 189, 189, var(--tw-bg-opacity)) !important;
}

.bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 148, 148, var(--tw-bg-opacity)) !important;
}

.bg-red-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 111, 111, var(--tw-bg-opacity)) !important;
}

.bg-red-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 81, 81, var(--tw-bg-opacity)) !important;
}

.bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 56, 56, var(--tw-bg-opacity)) !important;
}

.bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(169, 38, 38, var(--tw-bg-opacity)) !important;
}

.bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 24, 24, var(--tw-bg-opacity)) !important;
}

.bg-red-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 14, 14, var(--tw-bg-opacity)) !important;
}

.bg-red-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(61, 7, 7, var(--tw-bg-opacity)) !important;
}

.bg-orange-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 199, 162, var(--tw-bg-opacity)) !important;
}

.bg-orange-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 167, 112, var(--tw-bg-opacity)) !important;
}

.bg-orange-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 137, 69, var(--tw-bg-opacity)) !important;
}

.bg-orange-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 110, 34, var(--tw-bg-opacity)) !important;
}

.bg-orange-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 88, 10, var(--tw-bg-opacity)) !important;
}

.bg-orange-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(169, 71, 0, var(--tw-bg-opacity)) !important;
}

.bg-orange-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 57, 0, var(--tw-bg-opacity)) !important;
}

.bg-yellow-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 239, 160, var(--tw-bg-opacity)) !important;
}

.bg-yellow-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 215, 104, var(--tw-bg-opacity)) !important;
}

.bg-yellow-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 184, 56, var(--tw-bg-opacity)) !important;
}

.bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 151, 19, var(--tw-bg-opacity)) !important;
}

.bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(162, 230, 185, var(--tw-bg-opacity)) !important;
}

.bg-green-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 206, 153, var(--tw-bg-opacity)) !important;
}

.bg-green-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(50, 181, 136, var(--tw-bg-opacity)) !important;
}

.bg-green-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(18, 156, 125, var(--tw-bg-opacity)) !important;
}

.bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 131, 115, var(--tw-bg-opacity)) !important;
}

.bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 107, 101, var(--tw-bg-opacity)) !important;
}

.bg-green-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 82, 82, var(--tw-bg-opacity)) !important;
}

.bg-green-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 55, 57, var(--tw-bg-opacity)) !important;
}

.bg-teal-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 166, 183, var(--tw-bg-opacity)) !important;
}

.bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 209, 232, var(--tw-bg-opacity)) !important;
}

.bg-blue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(142, 169, 208, var(--tw-bg-opacity)) !important;
}

.bg-blue-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 133, 185, var(--tw-bg-opacity)) !important;
}

.bg-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 103, 161, var(--tw-bg-opacity)) !important;
}

.bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(50, 79, 138, var(--tw-bg-opacity)) !important;
}

.bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 59, 114, var(--tw-bg-opacity)) !important;
}

.bg-blue-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(23, 43, 91, var(--tw-bg-opacity)) !important;
}

.bg-blue-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(15, 30, 67, var(--tw-bg-opacity)) !important;
}

.bg-purple-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 198, 232, var(--tw-bg-opacity)) !important;
}

.bg-purple-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(164, 154, 208, var(--tw-bg-opacity)) !important;
}

.bg-purple-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(119, 89, 161, var(--tw-bg-opacity)) !important;
}

.bg-purple-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 49, 114, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-transparent {
  background-color: transparent !important;
}

.group:hover .group-hover\:bg-current {
  background-color: currentColor !important;
}

.group:hover .group-hover\:bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 35, 47, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 68, 68, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-8 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 136, 136, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-9 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 153, 153, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 248, 249, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 240, 243, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 230, 236, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 220, 229, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(201, 206, 219, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(170, 177, 193, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 143, 159, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 109, 126, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 81, 99, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 58, 77, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-f1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-e {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-d1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 209, 209, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-d {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-c {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(204, 204, 204, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-b {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(187, 187, 187, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-a {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(170, 170, 170, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 189, 189, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 148, 148, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 111, 111, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 81, 81, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 56, 56, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(169, 38, 38, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 24, 24, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 14, 14, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(61, 7, 7, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 199, 162, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 167, 112, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 137, 69, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 110, 34, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 88, 10, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(169, 71, 0, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 57, 0, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 239, 160, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 215, 104, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 184, 56, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 151, 19, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(162, 230, 185, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 206, 153, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(50, 181, 136, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(18, 156, 125, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 131, 115, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 107, 101, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 82, 82, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 55, 57, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 166, 183, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 209, 232, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(142, 169, 208, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 133, 185, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 103, 161, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(50, 79, 138, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 59, 114, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(23, 43, 91, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(15, 30, 67, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 198, 232, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(164, 154, 208, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(119, 89, 161, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 49, 114, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-transparent:focus-within {
  background-color: transparent !important;
}

.focus-within\:bg-current:focus-within {
  background-color: currentColor !important;
}

.focus-within\:bg-black:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 35, 47, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-3:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-4:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 68, 68, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-8:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 136, 136, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-9:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 153, 153, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 248, 249, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 240, 243, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 230, 236, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 220, 229, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(201, 206, 219, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(170, 177, 193, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 143, 159, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 109, 126, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 81, 99, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 58, 77, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-f1:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-e:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-d1:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 209, 209, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-d:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-c:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(204, 204, 204, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-b:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(187, 187, 187, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-a:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(170, 170, 170, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 189, 189, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 148, 148, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 111, 111, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 81, 81, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 56, 56, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(169, 38, 38, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 24, 24, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 14, 14, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(61, 7, 7, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-orange-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 199, 162, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-orange-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 167, 112, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-orange-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 137, 69, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-orange-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 110, 34, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-orange-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 88, 10, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-orange-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(169, 71, 0, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-orange-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 57, 0, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-yellow-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 239, 160, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-yellow-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 215, 104, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-yellow-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 184, 56, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-yellow-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 151, 19, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(162, 230, 185, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 206, 153, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(50, 181, 136, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(18, 156, 125, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 131, 115, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 107, 101, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 82, 82, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 55, 57, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-teal-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 166, 183, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 209, 232, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(142, 169, 208, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 133, 185, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 103, 161, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(50, 79, 138, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 59, 114, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(23, 43, 91, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(15, 30, 67, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-purple-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 198, 232, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-purple-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(164, 154, 208, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-purple-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(119, 89, 161, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-purple-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 49, 114, var(--tw-bg-opacity)) !important;
}

.hover\:bg-transparent:hover {
  background-color: transparent !important;
}

.hover\:bg-current:hover {
  background-color: currentColor !important;
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 35, 47, var(--tw-bg-opacity)) !important;
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-3:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-4:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 68, 68, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-8:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 136, 136, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-9:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 153, 153, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 248, 249, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 240, 243, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 230, 236, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 220, 229, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(201, 206, 219, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(170, 177, 193, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 143, 159, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 109, 126, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 81, 99, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 58, 77, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-f1:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-e:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-d1:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 209, 209, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-d:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-c:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(204, 204, 204, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-b:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(187, 187, 187, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-a:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(170, 170, 170, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 189, 189, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 148, 148, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 111, 111, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 81, 81, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 56, 56, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(169, 38, 38, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 24, 24, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 14, 14, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(61, 7, 7, var(--tw-bg-opacity)) !important;
}

.hover\:bg-orange-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 199, 162, var(--tw-bg-opacity)) !important;
}

.hover\:bg-orange-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 167, 112, var(--tw-bg-opacity)) !important;
}

.hover\:bg-orange-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 137, 69, var(--tw-bg-opacity)) !important;
}

.hover\:bg-orange-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 110, 34, var(--tw-bg-opacity)) !important;
}

.hover\:bg-orange-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 88, 10, var(--tw-bg-opacity)) !important;
}

.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(169, 71, 0, var(--tw-bg-opacity)) !important;
}

.hover\:bg-orange-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 57, 0, var(--tw-bg-opacity)) !important;
}

.hover\:bg-yellow-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 239, 160, var(--tw-bg-opacity)) !important;
}

.hover\:bg-yellow-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 215, 104, var(--tw-bg-opacity)) !important;
}

.hover\:bg-yellow-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 184, 56, var(--tw-bg-opacity)) !important;
}

.hover\:bg-yellow-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 151, 19, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(162, 230, 185, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 206, 153, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(50, 181, 136, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(18, 156, 125, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 131, 115, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 107, 101, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 82, 82, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 55, 57, var(--tw-bg-opacity)) !important;
}

.hover\:bg-teal-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 166, 183, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 209, 232, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(142, 169, 208, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 133, 185, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 103, 161, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(50, 79, 138, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 59, 114, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(23, 43, 91, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(15, 30, 67, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purple-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 198, 232, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purple-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(164, 154, 208, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purple-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(119, 89, 161, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 49, 114, var(--tw-bg-opacity)) !important;
}

.focus\:bg-transparent:focus {
  background-color: transparent !important;
}

.focus\:bg-current:focus {
  background-color: currentColor !important;
}

.focus\:bg-black:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 35, 47, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-3:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-4:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 68, 68, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-8:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 136, 136, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-9:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 153, 153, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 248, 249, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 240, 243, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 230, 236, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 220, 229, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(201, 206, 219, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(170, 177, 193, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 143, 159, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 109, 126, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 81, 99, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 58, 77, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-f1:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-e:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-d1:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 209, 209, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-d:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 221, 221, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-c:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(204, 204, 204, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-b:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(187, 187, 187, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-a:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(170, 170, 170, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 189, 189, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 148, 148, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 111, 111, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 81, 81, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 56, 56, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(169, 38, 38, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 24, 24, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 14, 14, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(61, 7, 7, var(--tw-bg-opacity)) !important;
}

.focus\:bg-orange-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 199, 162, var(--tw-bg-opacity)) !important;
}

.focus\:bg-orange-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 167, 112, var(--tw-bg-opacity)) !important;
}

.focus\:bg-orange-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 137, 69, var(--tw-bg-opacity)) !important;
}

.focus\:bg-orange-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 110, 34, var(--tw-bg-opacity)) !important;
}

.focus\:bg-orange-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 88, 10, var(--tw-bg-opacity)) !important;
}

.focus\:bg-orange-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(169, 71, 0, var(--tw-bg-opacity)) !important;
}

.focus\:bg-orange-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 57, 0, var(--tw-bg-opacity)) !important;
}

.focus\:bg-yellow-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 239, 160, var(--tw-bg-opacity)) !important;
}

.focus\:bg-yellow-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 215, 104, var(--tw-bg-opacity)) !important;
}

.focus\:bg-yellow-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 184, 56, var(--tw-bg-opacity)) !important;
}

.focus\:bg-yellow-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 151, 19, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(162, 230, 185, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 206, 153, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(50, 181, 136, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(18, 156, 125, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 131, 115, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 107, 101, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 82, 82, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 55, 57, var(--tw-bg-opacity)) !important;
}

.focus\:bg-teal-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 166, 183, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 209, 232, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(142, 169, 208, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 133, 185, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 103, 161, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(50, 79, 138, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 59, 114, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(23, 43, 91, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(15, 30, 67, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purple-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 198, 232, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purple-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(164, 154, 208, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purple-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(119, 89, 161, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purple-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 49, 114, var(--tw-bg-opacity)) !important;
}

.bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}

.group:hover .group-hover\:bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}

.group:hover .group-hover\:bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}

.group:hover .group-hover\:bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}

.group:hover .group-hover\:bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.group:hover .group-hover\:bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}

.group:hover .group-hover\:bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

.group:hover .group-hover\:bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

.group:hover .group-hover\:bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.group:hover .group-hover\:bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.group:hover .group-hover\:bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}

.group:hover .group-hover\:bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}

.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.group:hover .group-hover\:bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}

.group:hover .group-hover\:bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}

.group:hover .group-hover\:bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}

.focus-within\:bg-opacity-0:focus-within {
  --tw-bg-opacity: 0 !important;
}

.focus-within\:bg-opacity-5:focus-within {
  --tw-bg-opacity: 0.05 !important;
}

.focus-within\:bg-opacity-10:focus-within {
  --tw-bg-opacity: 0.1 !important;
}

.focus-within\:bg-opacity-20:focus-within {
  --tw-bg-opacity: 0.2 !important;
}

.focus-within\:bg-opacity-25:focus-within {
  --tw-bg-opacity: 0.25 !important;
}

.focus-within\:bg-opacity-30:focus-within {
  --tw-bg-opacity: 0.3 !important;
}

.focus-within\:bg-opacity-40:focus-within {
  --tw-bg-opacity: 0.4 !important;
}

.focus-within\:bg-opacity-50:focus-within {
  --tw-bg-opacity: 0.5 !important;
}

.focus-within\:bg-opacity-60:focus-within {
  --tw-bg-opacity: 0.6 !important;
}

.focus-within\:bg-opacity-70:focus-within {
  --tw-bg-opacity: 0.7 !important;
}

.focus-within\:bg-opacity-75:focus-within {
  --tw-bg-opacity: 0.75 !important;
}

.focus-within\:bg-opacity-80:focus-within {
  --tw-bg-opacity: 0.8 !important;
}

.focus-within\:bg-opacity-90:focus-within {
  --tw-bg-opacity: 0.9 !important;
}

.focus-within\:bg-opacity-95:focus-within {
  --tw-bg-opacity: 0.95 !important;
}

.focus-within\:bg-opacity-100:focus-within {
  --tw-bg-opacity: 1 !important;
}

.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0 !important;
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05 !important;
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1 !important;
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2 !important;
}

.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25 !important;
}

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3 !important;
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4 !important;
}

.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5 !important;
}

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6 !important;
}

.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7 !important;
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75 !important;
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8 !important;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9 !important;
}

.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95 !important;
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1 !important;
}

.focus\:bg-opacity-0:focus {
  --tw-bg-opacity: 0 !important;
}

.focus\:bg-opacity-5:focus {
  --tw-bg-opacity: 0.05 !important;
}

.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: 0.1 !important;
}

.focus\:bg-opacity-20:focus {
  --tw-bg-opacity: 0.2 !important;
}

.focus\:bg-opacity-25:focus {
  --tw-bg-opacity: 0.25 !important;
}

.focus\:bg-opacity-30:focus {
  --tw-bg-opacity: 0.3 !important;
}

.focus\:bg-opacity-40:focus {
  --tw-bg-opacity: 0.4 !important;
}

.focus\:bg-opacity-50:focus {
  --tw-bg-opacity: 0.5 !important;
}

.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6 !important;
}

.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7 !important;
}

.focus\:bg-opacity-75:focus {
  --tw-bg-opacity: 0.75 !important;
}

.focus\:bg-opacity-80:focus {
  --tw-bg-opacity: 0.8 !important;
}

.focus\:bg-opacity-90:focus {
  --tw-bg-opacity: 0.9 !important;
}

.focus\:bg-opacity-95:focus {
  --tw-bg-opacity: 0.95 !important;
}

.focus\:bg-opacity-100:focus {
  --tw-bg-opacity: 1 !important;
}

.bg-none {
  background-image: none !important;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}

.decoration-slice {
  -webkit-box-decoration-break: slice !important;
          box-decoration-break: slice !important;
}

.decoration-clone {
  -webkit-box-decoration-break: clone !important;
          box-decoration-break: clone !important;
}

.bg-auto {
  background-size: auto !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain !important;
}

.bg-fixed {
  background-attachment: fixed !important;
}

.bg-local {
  background-attachment: local !important;
}

.bg-scroll {
  background-attachment: scroll !important;
}

.bg-clip-border {
  background-clip: border-box !important;
}

.bg-clip-padding {
  background-clip: padding-box !important;
}

.bg-clip-content {
  background-clip: content-box !important;
}

.bg-clip-text {
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

.bg-bottom {
  background-position: bottom !important;
}

.bg-center {
  background-position: center !important;
}

.bg-left {
  background-position: left !important;
}

.bg-left-bottom {
  background-position: left bottom !important;
}

.bg-left-top {
  background-position: left top !important;
}

.bg-right {
  background-position: right !important;
}

.bg-right-bottom {
  background-position: right bottom !important;
}

.bg-right-top {
  background-position: right top !important;
}

.bg-top {
  background-position: top !important;
}

.bg-repeat {
  background-repeat: repeat !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

.bg-repeat-round {
  background-repeat: round !important;
}

.bg-repeat-space {
  background-repeat: space !important;
}

.bg-origin-border {
  background-origin: border-box !important;
}

.bg-origin-padding {
  background-origin: padding-box !important;
}

.bg-origin-content {
  background-origin: content-box !important;
}

.fill-current {
  fill: currentColor !important;
}

.stroke-current {
  stroke: currentColor !important;
}

.stroke-0 {
  stroke-width: 0 !important;
}

.stroke-1 {
  stroke-width: 1 !important;
}

.stroke-2 {
  stroke-width: 2 !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.object-left {
  -o-object-position: left !important;
     object-position: left !important;
}

.object-left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.object-left-top {
  -o-object-position: left top !important;
     object-position: left top !important;
}

.object-right {
  -o-object-position: right !important;
     object-position: right !important;
}

.object-right-bottom {
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.object-right-top {
  -o-object-position: right top !important;
     object-position: right top !important;
}

.object-top {
  -o-object-position: top !important;
     object-position: top !important;
}

.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 1px !important;
}

.p-2 {
  padding: 2px !important;
}

.p-4 {
  padding: 4px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-6 {
  padding: 6px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-12 {
  padding: 12px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-32 {
  padding: 32px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-48 {
  padding: 48px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-64 {
  padding: 64px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-130 {
  padding: 130px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.px-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.px-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.px-130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 1px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 1px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-6 {
  padding-right: 6px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-48 {
  padding-right: 48px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-64 {
  padding-right: 64px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 1px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 1px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-6 {
  padding-left: 6px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-48 {
  padding-left: 48px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-64 {
  padding-left: 64px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.text-10 {
  font-size: 10px !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-13 {
  font-size: 13px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-24 {
  font-size: 24px !important;
}

.text-28 {
  font-size: 28px !important;
}

.text-30 {
  font-size: 30px !important;
}

.text-32 {
  font-size: 32px !important;
}

.text-36 {
  font-size: 36px !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-base {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
}

.text-3xl {
  font-size: 1.875rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
}

.text-5xl {
  font-size: 3rem !important;
}

.text-6xl {
  font-size: 4rem !important;
}

.font-thin {
  font-weight: 100 !important;
}

.font-extralight {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.italic {
  font-style: italic !important;
}

.not-italic {
  font-style: normal !important;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.normal-nums {
  font-variant-numeric: normal !important;
}

.ordinal {
  --tw-ordinal: ordinal !important;
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero !important;
}

.lining-nums {
  --tw-numeric-figure: lining-nums !important;
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums !important;
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums !important;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums !important;
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions !important;
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.leading-snug {
  line-height: 1.375 !important;
}

.leading-normal {
  line-height: 1.6 !important;
}

.leading-relaxed {
  line-height: 1.725 !important;
}

.leading-loose {
  line-height: 2 !important;
}

.tracking-tighter {
  letter-spacing: -0.05em !important;
}

.tracking-tight {
  letter-spacing: -0.025em !important;
}

.tracking-normal {
  letter-spacing: 0em !important;
}

.tracking-wide {
  letter-spacing: 0.025em !important;
}

.tracking-wider {
  letter-spacing: 0.05em !important;
}

.tracking-widest {
  letter-spacing: 0.1em !important;
}

.text-transparent {
  color: transparent !important;
}

.text-current {
  color: currentColor !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 35, 47, var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-gray-3 {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.text-gray-4 {
  --tw-text-opacity: 1 !important;
  color: rgba(68, 68, 68, var(--tw-text-opacity)) !important;
}

.text-gray-8 {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 136, 136, var(--tw-text-opacity)) !important;
}

.text-gray-9 {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 153, 153, var(--tw-text-opacity)) !important;
}

.text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 248, 249, var(--tw-text-opacity)) !important;
}

.text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 240, 243, var(--tw-text-opacity)) !important;
}

.text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 230, 236, var(--tw-text-opacity)) !important;
}

.text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(216, 220, 229, var(--tw-text-opacity)) !important;
}

.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(201, 206, 219, var(--tw-text-opacity)) !important;
}

.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(170, 177, 193, var(--tw-text-opacity)) !important;
}

.text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 143, 159, var(--tw-text-opacity)) !important;
}

.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 109, 126, var(--tw-text-opacity)) !important;
}

.text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 81, 99, var(--tw-text-opacity)) !important;
}

.text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 58, 77, var(--tw-text-opacity)) !important;
}

.text-gray-f1 {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
}

.text-gray-e {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
}

.text-gray-d1 {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 209, 209, var(--tw-text-opacity)) !important;
}

.text-gray-d {
  --tw-text-opacity: 1 !important;
  color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
}

.text-gray-c {
  --tw-text-opacity: 1 !important;
  color: rgba(204, 204, 204, var(--tw-text-opacity)) !important;
}

.text-gray-b {
  --tw-text-opacity: 1 !important;
  color: rgba(187, 187, 187, var(--tw-text-opacity)) !important;
}

.text-gray-a {
  --tw-text-opacity: 1 !important;
  color: rgba(170, 170, 170, var(--tw-text-opacity)) !important;
}

.text-red-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 189, 189, var(--tw-text-opacity)) !important;
}

.text-red-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 148, 148, var(--tw-text-opacity)) !important;
}

.text-red-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(232, 111, 111, var(--tw-text-opacity)) !important;
}

.text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 81, 81, var(--tw-text-opacity)) !important;
}

.text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 56, 56, var(--tw-text-opacity)) !important;
}

.text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(169, 38, 38, var(--tw-text-opacity)) !important;
}

.text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 24, 24, var(--tw-text-opacity)) !important;
}

.text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 14, 14, var(--tw-text-opacity)) !important;
}

.text-red-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(61, 7, 7, var(--tw-text-opacity)) !important;
}

.text-orange-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 199, 162, var(--tw-text-opacity)) !important;
}

.text-orange-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 167, 112, var(--tw-text-opacity)) !important;
}

.text-orange-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(232, 137, 69, var(--tw-text-opacity)) !important;
}

.text-orange-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 110, 34, var(--tw-text-opacity)) !important;
}

.text-orange-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 88, 10, var(--tw-text-opacity)) !important;
}

.text-orange-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(169, 71, 0, var(--tw-text-opacity)) !important;
}

.text-orange-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 57, 0, var(--tw-text-opacity)) !important;
}

.text-yellow-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 239, 160, var(--tw-text-opacity)) !important;
}

.text-yellow-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 215, 104, var(--tw-text-opacity)) !important;
}

.text-yellow-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(229, 184, 56, var(--tw-text-opacity)) !important;
}

.text-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 151, 19, var(--tw-text-opacity)) !important;
}

.text-green-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(162, 230, 185, var(--tw-text-opacity)) !important;
}

.text-green-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 206, 153, var(--tw-text-opacity)) !important;
}

.text-green-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(50, 181, 136, var(--tw-text-opacity)) !important;
}

.text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(18, 156, 125, var(--tw-text-opacity)) !important;
}

.text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 131, 115, var(--tw-text-opacity)) !important;
}

.text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 107, 101, var(--tw-text-opacity)) !important;
}

.text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 82, 82, var(--tw-text-opacity)) !important;
}

.text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 55, 57, var(--tw-text-opacity)) !important;
}

.text-teal-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 166, 183, var(--tw-text-opacity)) !important;
}

.text-blue-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(192, 209, 232, var(--tw-text-opacity)) !important;
}

.text-blue-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(142, 169, 208, var(--tw-text-opacity)) !important;
}

.text-blue-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 133, 185, var(--tw-text-opacity)) !important;
}

.text-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(72, 103, 161, var(--tw-text-opacity)) !important;
}

.text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(50, 79, 138, var(--tw-text-opacity)) !important;
}

.text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 59, 114, var(--tw-text-opacity)) !important;
}

.text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(23, 43, 91, var(--tw-text-opacity)) !important;
}

.text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(15, 30, 67, var(--tw-text-opacity)) !important;
}

.text-purple-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 198, 232, var(--tw-text-opacity)) !important;
}

.text-purple-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(164, 154, 208, var(--tw-text-opacity)) !important;
}

.text-purple-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(119, 89, 161, var(--tw-text-opacity)) !important;
}

.text-purple-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(85, 49, 114, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-transparent {
  color: transparent !important;
}

.group:hover .group-hover\:text-current {
  color: currentColor !important;
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 35, 47, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-3 {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-4 {
  --tw-text-opacity: 1 !important;
  color: rgba(68, 68, 68, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-8 {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 136, 136, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-9 {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 153, 153, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 248, 249, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 240, 243, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 230, 236, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(216, 220, 229, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(201, 206, 219, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(170, 177, 193, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 143, 159, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 109, 126, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 81, 99, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 58, 77, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-f1 {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-e {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-d1 {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 209, 209, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-d {
  --tw-text-opacity: 1 !important;
  color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-c {
  --tw-text-opacity: 1 !important;
  color: rgba(204, 204, 204, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-b {
  --tw-text-opacity: 1 !important;
  color: rgba(187, 187, 187, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-a {
  --tw-text-opacity: 1 !important;
  color: rgba(170, 170, 170, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 189, 189, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 148, 148, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(232, 111, 111, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 81, 81, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 56, 56, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(169, 38, 38, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 24, 24, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 14, 14, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(61, 7, 7, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 199, 162, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 167, 112, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(232, 137, 69, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 110, 34, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 88, 10, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(169, 71, 0, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 57, 0, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 239, 160, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 215, 104, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(229, 184, 56, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 151, 19, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(162, 230, 185, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 206, 153, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(50, 181, 136, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(18, 156, 125, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 131, 115, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 107, 101, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 82, 82, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 55, 57, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-teal-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 166, 183, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(192, 209, 232, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(142, 169, 208, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 133, 185, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(72, 103, 161, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(50, 79, 138, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 59, 114, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(23, 43, 91, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(15, 30, 67, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 198, 232, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(164, 154, 208, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(119, 89, 161, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(85, 49, 114, var(--tw-text-opacity)) !important;
}

.focus-within\:text-transparent:focus-within {
  color: transparent !important;
}

.focus-within\:text-current:focus-within {
  color: currentColor !important;
}

.focus-within\:text-black:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 35, 47, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-3:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-4:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(68, 68, 68, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-8:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 136, 136, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-9:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 153, 153, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 248, 249, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 240, 243, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 230, 236, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(216, 220, 229, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(201, 206, 219, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(170, 177, 193, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 143, 159, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 109, 126, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 81, 99, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 58, 77, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-f1:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-e:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-d1:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 209, 209, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-d:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-c:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(204, 204, 204, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-b:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(187, 187, 187, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-a:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(170, 170, 170, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 189, 189, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 148, 148, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(232, 111, 111, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 81, 81, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 56, 56, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(169, 38, 38, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 24, 24, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 14, 14, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(61, 7, 7, var(--tw-text-opacity)) !important;
}

.focus-within\:text-orange-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 199, 162, var(--tw-text-opacity)) !important;
}

.focus-within\:text-orange-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 167, 112, var(--tw-text-opacity)) !important;
}

.focus-within\:text-orange-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(232, 137, 69, var(--tw-text-opacity)) !important;
}

.focus-within\:text-orange-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 110, 34, var(--tw-text-opacity)) !important;
}

.focus-within\:text-orange-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 88, 10, var(--tw-text-opacity)) !important;
}

.focus-within\:text-orange-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(169, 71, 0, var(--tw-text-opacity)) !important;
}

.focus-within\:text-orange-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 57, 0, var(--tw-text-opacity)) !important;
}

.focus-within\:text-yellow-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 239, 160, var(--tw-text-opacity)) !important;
}

.focus-within\:text-yellow-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 215, 104, var(--tw-text-opacity)) !important;
}

.focus-within\:text-yellow-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(229, 184, 56, var(--tw-text-opacity)) !important;
}

.focus-within\:text-yellow-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 151, 19, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(162, 230, 185, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 206, 153, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(50, 181, 136, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(18, 156, 125, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 131, 115, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 107, 101, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 82, 82, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 55, 57, var(--tw-text-opacity)) !important;
}

.focus-within\:text-teal-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 166, 183, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(192, 209, 232, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(142, 169, 208, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 133, 185, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(72, 103, 161, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(50, 79, 138, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 59, 114, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(23, 43, 91, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(15, 30, 67, var(--tw-text-opacity)) !important;
}

.focus-within\:text-purple-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 198, 232, var(--tw-text-opacity)) !important;
}

.focus-within\:text-purple-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(164, 154, 208, var(--tw-text-opacity)) !important;
}

.focus-within\:text-purple-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(119, 89, 161, var(--tw-text-opacity)) !important;
}

.focus-within\:text-purple-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(85, 49, 114, var(--tw-text-opacity)) !important;
}

.hover\:text-transparent:hover {
  color: transparent !important;
}

.hover\:text-current:hover {
  color: currentColor !important;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 35, 47, var(--tw-text-opacity)) !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-3:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-4:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(68, 68, 68, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-8:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 136, 136, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-9:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 153, 153, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 248, 249, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 240, 243, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 230, 236, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(216, 220, 229, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(201, 206, 219, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(170, 177, 193, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 143, 159, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 109, 126, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 81, 99, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 58, 77, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-f1:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-e:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-d1:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 209, 209, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-d:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-c:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(204, 204, 204, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-b:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(187, 187, 187, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-a:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(170, 170, 170, var(--tw-text-opacity)) !important;
}

.hover\:text-red-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 189, 189, var(--tw-text-opacity)) !important;
}

.hover\:text-red-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 148, 148, var(--tw-text-opacity)) !important;
}

.hover\:text-red-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(232, 111, 111, var(--tw-text-opacity)) !important;
}

.hover\:text-red-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 81, 81, var(--tw-text-opacity)) !important;
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 56, 56, var(--tw-text-opacity)) !important;
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(169, 38, 38, var(--tw-text-opacity)) !important;
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 24, 24, var(--tw-text-opacity)) !important;
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 14, 14, var(--tw-text-opacity)) !important;
}

.hover\:text-red-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(61, 7, 7, var(--tw-text-opacity)) !important;
}

.hover\:text-orange-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 199, 162, var(--tw-text-opacity)) !important;
}

.hover\:text-orange-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 167, 112, var(--tw-text-opacity)) !important;
}

.hover\:text-orange-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(232, 137, 69, var(--tw-text-opacity)) !important;
}

.hover\:text-orange-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 110, 34, var(--tw-text-opacity)) !important;
}

.hover\:text-orange-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 88, 10, var(--tw-text-opacity)) !important;
}

.hover\:text-orange-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(169, 71, 0, var(--tw-text-opacity)) !important;
}

.hover\:text-orange-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 57, 0, var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 239, 160, var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 215, 104, var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(229, 184, 56, var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 151, 19, var(--tw-text-opacity)) !important;
}

.hover\:text-green-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(162, 230, 185, var(--tw-text-opacity)) !important;
}

.hover\:text-green-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 206, 153, var(--tw-text-opacity)) !important;
}

.hover\:text-green-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(50, 181, 136, var(--tw-text-opacity)) !important;
}

.hover\:text-green-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(18, 156, 125, var(--tw-text-opacity)) !important;
}

.hover\:text-green-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 131, 115, var(--tw-text-opacity)) !important;
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 107, 101, var(--tw-text-opacity)) !important;
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 82, 82, var(--tw-text-opacity)) !important;
}

.hover\:text-green-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 55, 57, var(--tw-text-opacity)) !important;
}

.hover\:text-teal-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 166, 183, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(192, 209, 232, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(142, 169, 208, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 133, 185, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(72, 103, 161, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(50, 79, 138, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 59, 114, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(23, 43, 91, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(15, 30, 67, var(--tw-text-opacity)) !important;
}

.hover\:text-purple-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 198, 232, var(--tw-text-opacity)) !important;
}

.hover\:text-purple-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(164, 154, 208, var(--tw-text-opacity)) !important;
}

.hover\:text-purple-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(119, 89, 161, var(--tw-text-opacity)) !important;
}

.hover\:text-purple-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(85, 49, 114, var(--tw-text-opacity)) !important;
}

.focus\:text-transparent:focus {
  color: transparent !important;
}

.focus\:text-current:focus {
  color: currentColor !important;
}

.focus\:text-black:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 35, 47, var(--tw-text-opacity)) !important;
}

.focus\:text-white:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-3:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-4:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(68, 68, 68, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-8:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 136, 136, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-9:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 153, 153, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 248, 249, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 240, 243, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 230, 236, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(216, 220, 229, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(201, 206, 219, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(170, 177, 193, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 143, 159, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 109, 126, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 81, 99, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 58, 77, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-f1:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 241, 241, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-e:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-d1:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 209, 209, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-d:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(221, 221, 221, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-c:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(204, 204, 204, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-b:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(187, 187, 187, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-a:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(170, 170, 170, var(--tw-text-opacity)) !important;
}

.focus\:text-red-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 189, 189, var(--tw-text-opacity)) !important;
}

.focus\:text-red-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 148, 148, var(--tw-text-opacity)) !important;
}

.focus\:text-red-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(232, 111, 111, var(--tw-text-opacity)) !important;
}

.focus\:text-red-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 81, 81, var(--tw-text-opacity)) !important;
}

.focus\:text-red-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 56, 56, var(--tw-text-opacity)) !important;
}

.focus\:text-red-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(169, 38, 38, var(--tw-text-opacity)) !important;
}

.focus\:text-red-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 24, 24, var(--tw-text-opacity)) !important;
}

.focus\:text-red-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 14, 14, var(--tw-text-opacity)) !important;
}

.focus\:text-red-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(61, 7, 7, var(--tw-text-opacity)) !important;
}

.focus\:text-orange-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 199, 162, var(--tw-text-opacity)) !important;
}

.focus\:text-orange-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 167, 112, var(--tw-text-opacity)) !important;
}

.focus\:text-orange-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(232, 137, 69, var(--tw-text-opacity)) !important;
}

.focus\:text-orange-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 110, 34, var(--tw-text-opacity)) !important;
}

.focus\:text-orange-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 88, 10, var(--tw-text-opacity)) !important;
}

.focus\:text-orange-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(169, 71, 0, var(--tw-text-opacity)) !important;
}

.focus\:text-orange-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 57, 0, var(--tw-text-opacity)) !important;
}

.focus\:text-yellow-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 239, 160, var(--tw-text-opacity)) !important;
}

.focus\:text-yellow-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 215, 104, var(--tw-text-opacity)) !important;
}

.focus\:text-yellow-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(229, 184, 56, var(--tw-text-opacity)) !important;
}

.focus\:text-yellow-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 151, 19, var(--tw-text-opacity)) !important;
}

.focus\:text-green-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(162, 230, 185, var(--tw-text-opacity)) !important;
}

.focus\:text-green-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 206, 153, var(--tw-text-opacity)) !important;
}

.focus\:text-green-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(50, 181, 136, var(--tw-text-opacity)) !important;
}

.focus\:text-green-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(18, 156, 125, var(--tw-text-opacity)) !important;
}

.focus\:text-green-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 131, 115, var(--tw-text-opacity)) !important;
}

.focus\:text-green-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 107, 101, var(--tw-text-opacity)) !important;
}

.focus\:text-green-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 82, 82, var(--tw-text-opacity)) !important;
}

.focus\:text-green-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 55, 57, var(--tw-text-opacity)) !important;
}

.focus\:text-teal-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 166, 183, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(192, 209, 232, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(142, 169, 208, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 133, 185, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(72, 103, 161, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(50, 79, 138, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 59, 114, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(23, 43, 91, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(15, 30, 67, var(--tw-text-opacity)) !important;
}

.focus\:text-purple-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 198, 232, var(--tw-text-opacity)) !important;
}

.focus\:text-purple-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(164, 154, 208, var(--tw-text-opacity)) !important;
}

.focus\:text-purple-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(119, 89, 161, var(--tw-text-opacity)) !important;
}

.focus\:text-purple-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(85, 49, 114, var(--tw-text-opacity)) !important;
}

.text-opacity-0 {
  --tw-text-opacity: 0 !important;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}

.text-opacity-100 {
  --tw-text-opacity: 1 !important;
}

.group:hover .group-hover\:text-opacity-0 {
  --tw-text-opacity: 0 !important;
}

.group:hover .group-hover\:text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}

.group:hover .group-hover\:text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}

.group:hover .group-hover\:text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}

.group:hover .group-hover\:text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}

.group:hover .group-hover\:text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}

.group:hover .group-hover\:text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}

.group:hover .group-hover\:text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}

.group:hover .group-hover\:text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}

.group:hover .group-hover\:text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}

.group:hover .group-hover\:text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}

.group:hover .group-hover\:text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}

.group:hover .group-hover\:text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}

.group:hover .group-hover\:text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}

.group:hover .group-hover\:text-opacity-100 {
  --tw-text-opacity: 1 !important;
}

.focus-within\:text-opacity-0:focus-within {
  --tw-text-opacity: 0 !important;
}

.focus-within\:text-opacity-5:focus-within {
  --tw-text-opacity: 0.05 !important;
}

.focus-within\:text-opacity-10:focus-within {
  --tw-text-opacity: 0.1 !important;
}

.focus-within\:text-opacity-20:focus-within {
  --tw-text-opacity: 0.2 !important;
}

.focus-within\:text-opacity-25:focus-within {
  --tw-text-opacity: 0.25 !important;
}

.focus-within\:text-opacity-30:focus-within {
  --tw-text-opacity: 0.3 !important;
}

.focus-within\:text-opacity-40:focus-within {
  --tw-text-opacity: 0.4 !important;
}

.focus-within\:text-opacity-50:focus-within {
  --tw-text-opacity: 0.5 !important;
}

.focus-within\:text-opacity-60:focus-within {
  --tw-text-opacity: 0.6 !important;
}

.focus-within\:text-opacity-70:focus-within {
  --tw-text-opacity: 0.7 !important;
}

.focus-within\:text-opacity-75:focus-within {
  --tw-text-opacity: 0.75 !important;
}

.focus-within\:text-opacity-80:focus-within {
  --tw-text-opacity: 0.8 !important;
}

.focus-within\:text-opacity-90:focus-within {
  --tw-text-opacity: 0.9 !important;
}

.focus-within\:text-opacity-95:focus-within {
  --tw-text-opacity: 0.95 !important;
}

.focus-within\:text-opacity-100:focus-within {
  --tw-text-opacity: 1 !important;
}

.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0 !important;
}

.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05 !important;
}

.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.1 !important;
}

.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2 !important;
}

.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25 !important;
}

.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3 !important;
}

.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4 !important;
}

.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5 !important;
}

.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6 !important;
}

.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7 !important;
}

.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75 !important;
}

.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8 !important;
}

.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9 !important;
}

.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95 !important;
}

.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1 !important;
}

.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0 !important;
}

.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05 !important;
}

.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.1 !important;
}

.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2 !important;
}

.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25 !important;
}

.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3 !important;
}

.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4 !important;
}

.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5 !important;
}

.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6 !important;
}

.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7 !important;
}

.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75 !important;
}

.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8 !important;
}

.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9 !important;
}

.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95 !important;
}

.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1 !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.no-underline {
  text-decoration: none !important;
}

.group:hover .group-hover\:underline {
  text-decoration: underline !important;
}

.group:hover .group-hover\:line-through {
  text-decoration: line-through !important;
}

.group:hover .group-hover\:no-underline {
  text-decoration: none !important;
}

.focus-within\:underline:focus-within {
  text-decoration: underline !important;
}

.focus-within\:line-through:focus-within {
  text-decoration: line-through !important;
}

.focus-within\:no-underline:focus-within {
  text-decoration: none !important;
}

.hover\:underline:hover {
  text-decoration: underline !important;
}

.hover\:line-through:hover {
  text-decoration: line-through !important;
}

.hover\:no-underline:hover {
  text-decoration: none !important;
}

.focus\:underline:focus {
  text-decoration: underline !important;
}

.focus\:line-through:focus {
  text-decoration: line-through !important;
}

.focus\:no-underline:focus {
  text-decoration: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent !important;
}

.placeholder-transparent::placeholder {
  color: transparent !important;
}

.placeholder-current::-moz-placeholder {
  color: currentColor !important;
}

.placeholder-current::placeholder {
  color: currentColor !important;
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 35, 47, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 35, 47, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-3::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-3::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-4::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(68, 68, 68, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-4::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(68, 68, 68, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-8::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 136, 136, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-8::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 136, 136, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-9::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 153, 153, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-9::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 153, 153, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 248, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 248, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 240, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 240, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 230, 236, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 230, 236, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(216, 220, 229, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(216, 220, 229, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(201, 206, 219, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(201, 206, 219, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(170, 177, 193, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(170, 177, 193, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 143, 159, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 143, 159, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 109, 126, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 109, 126, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 81, 99, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 81, 99, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 58, 77, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 58, 77, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-f1::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-f1::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-e::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-e::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-d1::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 209, 209, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-d1::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 209, 209, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-d::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-d::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-c::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(204, 204, 204, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-c::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(204, 204, 204, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-b::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(187, 187, 187, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-b::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(187, 187, 187, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-a::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(170, 170, 170, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-a::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(170, 170, 170, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 189, 189, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 189, 189, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 148, 148, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 148, 148, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 111, 111, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 111, 111, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 81, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 81, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 56, 56, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 56, 56, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(169, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(169, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 24, 24, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 24, 24, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 14, 14, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 14, 14, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(61, 7, 7, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(61, 7, 7, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 199, 162, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 199, 162, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 167, 112, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 167, 112, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 137, 69, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 137, 69, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 110, 34, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 110, 34, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 88, 10, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 88, 10, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(169, 71, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(169, 71, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 57, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-orange-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 57, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 239, 160, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 239, 160, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 215, 104, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 215, 104, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 184, 56, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 184, 56, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 151, 19, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 151, 19, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(162, 230, 185, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(162, 230, 185, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 206, 153, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 206, 153, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(50, 181, 136, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(50, 181, 136, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(18, 156, 125, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(18, 156, 125, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 131, 115, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 131, 115, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 107, 101, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 107, 101, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 82, 82, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 82, 82, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 55, 57, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 55, 57, var(--tw-placeholder-opacity)) !important;
}

.placeholder-teal-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 166, 183, var(--tw-placeholder-opacity)) !important;
}

.placeholder-teal-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 166, 183, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 209, 232, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 209, 232, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(142, 169, 208, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(142, 169, 208, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 133, 185, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 133, 185, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(72, 103, 161, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(72, 103, 161, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(50, 79, 138, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(50, 79, 138, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 59, 114, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 59, 114, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(23, 43, 91, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(23, 43, 91, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 30, 67, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 30, 67, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(200, 198, 232, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(200, 198, 232, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(164, 154, 208, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(164, 154, 208, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(119, 89, 161, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(119, 89, 161, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(85, 49, 114, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(85, 49, 114, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent !important;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent !important;
}

.focus\:placeholder-current:focus::-moz-placeholder {
  color: currentColor !important;
}

.focus\:placeholder-current:focus::placeholder {
  color: currentColor !important;
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 35, 47, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 35, 47, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-3:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-3:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-4:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(68, 68, 68, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-4:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(68, 68, 68, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-8:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 136, 136, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-8:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 136, 136, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-9:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 153, 153, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-9:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 153, 153, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 248, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 248, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 240, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 240, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 230, 236, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 230, 236, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(216, 220, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(216, 220, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(201, 206, 219, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(201, 206, 219, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(170, 177, 193, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(170, 177, 193, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 143, 159, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 143, 159, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 109, 126, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 109, 126, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 81, 99, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 81, 99, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 58, 77, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 58, 77, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-f1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-f1:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 241, 241, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-e:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-e:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 238, 238, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-d1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 209, 209, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-d1:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 209, 209, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-d:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-d:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 221, 221, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-c:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(204, 204, 204, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-c:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(204, 204, 204, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-b:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(187, 187, 187, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-b:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(187, 187, 187, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-a:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(170, 170, 170, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-a:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(170, 170, 170, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 189, 189, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 189, 189, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 148, 148, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 148, 148, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 111, 111, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 111, 111, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 81, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 81, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 56, 56, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 56, 56, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(169, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(169, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 24, 24, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 24, 24, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 14, 14, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 14, 14, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(61, 7, 7, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(61, 7, 7, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 199, 162, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 199, 162, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 167, 112, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 167, 112, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 137, 69, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 137, 69, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 110, 34, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 110, 34, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 88, 10, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 88, 10, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(169, 71, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(169, 71, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 57, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-orange-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 57, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 239, 160, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 239, 160, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 215, 104, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 215, 104, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 184, 56, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 184, 56, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 151, 19, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 151, 19, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(162, 230, 185, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(162, 230, 185, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 206, 153, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 206, 153, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(50, 181, 136, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(50, 181, 136, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(18, 156, 125, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(18, 156, 125, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 131, 115, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 131, 115, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 107, 101, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 107, 101, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 82, 82, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 82, 82, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 55, 57, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 55, 57, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-teal-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 166, 183, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-teal-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 166, 183, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 209, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 209, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(142, 169, 208, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(142, 169, 208, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 133, 185, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 133, 185, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(72, 103, 161, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(72, 103, 161, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(50, 79, 138, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(50, 79, 138, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 59, 114, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 59, 114, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(23, 43, 91, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(23, 43, 91, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 30, 67, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 30, 67, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(200, 198, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(200, 198, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(164, 154, 208, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(164, 154, 208, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(119, 89, 161, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(119, 89, 161, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(85, 49, 114, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(85, 49, 114, var(--tw-placeholder-opacity)) !important;
}

.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-10:focus::placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-40:focus::placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-60:focus::placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-90:focus::placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-5 {
  opacity: 0.05 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-95 {
  opacity: 0.95 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.hover\:opacity-0:hover {
  opacity: 0 !important;
}

.hover\:opacity-5:hover {
  opacity: 0.05 !important;
}

.hover\:opacity-10:hover {
  opacity: 0.1 !important;
}

.hover\:opacity-20:hover {
  opacity: 0.2 !important;
}

.hover\:opacity-25:hover {
  opacity: 0.25 !important;
}

.hover\:opacity-30:hover {
  opacity: 0.3 !important;
}

.hover\:opacity-40:hover {
  opacity: 0.4 !important;
}

.hover\:opacity-50:hover {
  opacity: 0.5 !important;
}

.hover\:opacity-60:hover {
  opacity: 0.6 !important;
}

.hover\:opacity-70:hover {
  opacity: 0.7 !important;
}

.hover\:opacity-75:hover {
  opacity: 0.75 !important;
}

.hover\:opacity-80:hover {
  opacity: 0.8 !important;
}

.hover\:opacity-90:hover {
  opacity: 0.9 !important;
}

.hover\:opacity-95:hover {
  opacity: 0.95 !important;
}

.hover\:opacity-100:hover {
  opacity: 1 !important;
}

.focus\:opacity-0:focus {
  opacity: 0 !important;
}

.focus\:opacity-5:focus {
  opacity: 0.05 !important;
}

.focus\:opacity-10:focus {
  opacity: 0.1 !important;
}

.focus\:opacity-20:focus {
  opacity: 0.2 !important;
}

.focus\:opacity-25:focus {
  opacity: 0.25 !important;
}

.focus\:opacity-30:focus {
  opacity: 0.3 !important;
}

.focus\:opacity-40:focus {
  opacity: 0.4 !important;
}

.focus\:opacity-50:focus {
  opacity: 0.5 !important;
}

.focus\:opacity-60:focus {
  opacity: 0.6 !important;
}

.focus\:opacity-70:focus {
  opacity: 0.7 !important;
}

.focus\:opacity-75:focus {
  opacity: 0.75 !important;
}

.focus\:opacity-80:focus {
  opacity: 0.8 !important;
}

.focus\:opacity-90:focus {
  opacity: 0.9 !important;
}

.focus\:opacity-95:focus {
  opacity: 0.95 !important;
}

.focus\:opacity-100:focus {
  opacity: 1 !important;
}

.active\:opacity-0:active {
  opacity: 0 !important;
}

.active\:opacity-5:active {
  opacity: 0.05 !important;
}

.active\:opacity-10:active {
  opacity: 0.1 !important;
}

.active\:opacity-20:active {
  opacity: 0.2 !important;
}

.active\:opacity-25:active {
  opacity: 0.25 !important;
}

.active\:opacity-30:active {
  opacity: 0.3 !important;
}

.active\:opacity-40:active {
  opacity: 0.4 !important;
}

.active\:opacity-50:active {
  opacity: 0.5 !important;
}

.active\:opacity-60:active {
  opacity: 0.6 !important;
}

.active\:opacity-70:active {
  opacity: 0.7 !important;
}

.active\:opacity-75:active {
  opacity: 0.75 !important;
}

.active\:opacity-80:active {
  opacity: 0.8 !important;
}

.active\:opacity-90:active {
  opacity: 0.9 !important;
}

.active\:opacity-95:active {
  opacity: 0.95 !important;
}

.active\:opacity-100:active {
  opacity: 1 !important;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0 !important;
}

.group:hover .group-hover\:opacity-5 {
  opacity: 0.05 !important;
}

.group:hover .group-hover\:opacity-10 {
  opacity: 0.1 !important;
}

.group:hover .group-hover\:opacity-20 {
  opacity: 0.2 !important;
}

.group:hover .group-hover\:opacity-25 {
  opacity: 0.25 !important;
}

.group:hover .group-hover\:opacity-30 {
  opacity: 0.3 !important;
}

.group:hover .group-hover\:opacity-40 {
  opacity: 0.4 !important;
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5 !important;
}

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6 !important;
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7 !important;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75 !important;
}

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8 !important;
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9 !important;
}

.group:hover .group-hover\:opacity-95 {
  opacity: 0.95 !important;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1 !important;
}

.bg-blend-normal {
  background-blend-mode: normal !important;
}

.bg-blend-multiply {
  background-blend-mode: multiply !important;
}

.bg-blend-screen {
  background-blend-mode: screen !important;
}

.bg-blend-overlay {
  background-blend-mode: overlay !important;
}

.bg-blend-darken {
  background-blend-mode: darken !important;
}

.bg-blend-lighten {
  background-blend-mode: lighten !important;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge !important;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn !important;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light !important;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light !important;
}

.bg-blend-difference {
  background-blend-mode: difference !important;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion !important;
}

.bg-blend-hue {
  background-blend-mode: hue !important;
}

.bg-blend-saturation {
  background-blend-mode: saturation !important;
}

.bg-blend-color {
  background-blend-mode: color !important;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity !important;
}

.mix-blend-normal {
  mix-blend-mode: normal !important;
}

.mix-blend-multiply {
  mix-blend-mode: multiply !important;
}

.mix-blend-screen {
  mix-blend-mode: screen !important;
}

.mix-blend-overlay {
  mix-blend-mode: overlay !important;
}

.mix-blend-darken {
  mix-blend-mode: darken !important;
}

.mix-blend-lighten {
  mix-blend-mode: lighten !important;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge !important;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn !important;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light !important;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light !important;
}

.mix-blend-difference {
  mix-blend-mode: difference !important;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion !important;
}

.mix-blend-hue {
  mix-blend-mode: hue !important;
}

.mix-blend-saturation {
  mix-blend-mode: saturation !important;
}

.mix-blend-color {
  mix-blend-mode: color !important;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity !important;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-sm:focus-within {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow:focus-within {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-md:focus-within {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-lg:focus-within {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-xl:focus-within {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-2xl:focus-within {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-inner:focus-within {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-none:focus-within {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-inner:hover {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-sm:focus {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow:focus {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-md:focus {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-xl:focus {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-2xl:focus {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-inner:focus {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline-white {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.outline-black {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-none:focus-within {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-white:focus-within {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-black:focus-within {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:outline-white:focus {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus\:outline-black:focus {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(50, 79, 138, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-0:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-4:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-8:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-8:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-inset {
  --tw-ring-inset: inset !important;
}

.focus-within\:ring-inset:focus-within {
  --tw-ring-inset: inset !important;
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset !important;
}

.ring-transparent {
  --tw-ring-color: transparent !important;
}

.ring-current {
  --tw-ring-color: currentColor !important;
}

.ring-black {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(31, 35, 47, var(--tw-ring-opacity)) !important;
}

.ring-white {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.ring-gray-3 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
}

.ring-gray-4 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(68, 68, 68, var(--tw-ring-opacity)) !important;
}

.ring-gray-8 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity)) !important;
}

.ring-gray-9 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity)) !important;
}

.ring-gray-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 248, 249, var(--tw-ring-opacity)) !important;
}

.ring-gray-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 240, 243, var(--tw-ring-opacity)) !important;
}

.ring-gray-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 230, 236, var(--tw-ring-opacity)) !important;
}

.ring-gray-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(216, 220, 229, var(--tw-ring-opacity)) !important;
}

.ring-gray-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(201, 206, 219, var(--tw-ring-opacity)) !important;
}

.ring-gray-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(170, 177, 193, var(--tw-ring-opacity)) !important;
}

.ring-gray-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(136, 143, 159, var(--tw-ring-opacity)) !important;
}

.ring-gray-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(103, 109, 126, var(--tw-ring-opacity)) !important;
}

.ring-gray-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(76, 81, 99, var(--tw-ring-opacity)) !important;
}

.ring-gray-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(52, 58, 77, var(--tw-ring-opacity)) !important;
}

.ring-gray-f1 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity)) !important;
}

.ring-gray-e {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
}

.ring-gray-d1 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 209, 209, var(--tw-ring-opacity)) !important;
}

.ring-gray-d {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(221, 221, 221, var(--tw-ring-opacity)) !important;
}

.ring-gray-c {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(204, 204, 204, var(--tw-ring-opacity)) !important;
}

.ring-gray-b {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity)) !important;
}

.ring-gray-a {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity)) !important;
}

.ring-red-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 189, 189, var(--tw-ring-opacity)) !important;
}

.ring-red-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 148, 148, var(--tw-ring-opacity)) !important;
}

.ring-red-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(232, 111, 111, var(--tw-ring-opacity)) !important;
}

.ring-red-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 81, 81, var(--tw-ring-opacity)) !important;
}

.ring-red-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(196, 56, 56, var(--tw-ring-opacity)) !important;
}

.ring-red-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(169, 38, 38, var(--tw-ring-opacity)) !important;
}

.ring-red-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(136, 24, 24, var(--tw-ring-opacity)) !important;
}

.ring-red-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 14, 14, var(--tw-ring-opacity)) !important;
}

.ring-red-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(61, 7, 7, var(--tw-ring-opacity)) !important;
}

.ring-orange-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 199, 162, var(--tw-ring-opacity)) !important;
}

.ring-orange-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 167, 112, var(--tw-ring-opacity)) !important;
}

.ring-orange-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(232, 137, 69, var(--tw-ring-opacity)) !important;
}

.ring-orange-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 110, 34, var(--tw-ring-opacity)) !important;
}

.ring-orange-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(196, 88, 10, var(--tw-ring-opacity)) !important;
}

.ring-orange-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(169, 71, 0, var(--tw-ring-opacity)) !important;
}

.ring-orange-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(136, 57, 0, var(--tw-ring-opacity)) !important;
}

.ring-yellow-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 239, 160, var(--tw-ring-opacity)) !important;
}

.ring-yellow-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 215, 104, var(--tw-ring-opacity)) !important;
}

.ring-yellow-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 184, 56, var(--tw-ring-opacity)) !important;
}

.ring-yellow-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 151, 19, var(--tw-ring-opacity)) !important;
}

.ring-green-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(162, 230, 185, var(--tw-ring-opacity)) !important;
}

.ring-green-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 206, 153, var(--tw-ring-opacity)) !important;
}

.ring-green-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(50, 181, 136, var(--tw-ring-opacity)) !important;
}

.ring-green-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(18, 156, 125, var(--tw-ring-opacity)) !important;
}

.ring-green-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 131, 115, var(--tw-ring-opacity)) !important;
}

.ring-green-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 107, 101, var(--tw-ring-opacity)) !important;
}

.ring-green-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 82, 82, var(--tw-ring-opacity)) !important;
}

.ring-green-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 55, 57, var(--tw-ring-opacity)) !important;
}

.ring-teal-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(54, 166, 183, var(--tw-ring-opacity)) !important;
}

.ring-blue-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(192, 209, 232, var(--tw-ring-opacity)) !important;
}

.ring-blue-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(142, 169, 208, var(--tw-ring-opacity)) !important;
}

.ring-blue-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(103, 133, 185, var(--tw-ring-opacity)) !important;
}

.ring-blue-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(72, 103, 161, var(--tw-ring-opacity)) !important;
}

.ring-blue-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(50, 79, 138, var(--tw-ring-opacity)) !important;
}

.ring-blue-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 59, 114, var(--tw-ring-opacity)) !important;
}

.ring-blue-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(23, 43, 91, var(--tw-ring-opacity)) !important;
}

.ring-blue-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(15, 30, 67, var(--tw-ring-opacity)) !important;
}

.ring-purple-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(200, 198, 232, var(--tw-ring-opacity)) !important;
}

.ring-purple-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(164, 154, 208, var(--tw-ring-opacity)) !important;
}

.ring-purple-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(119, 89, 161, var(--tw-ring-opacity)) !important;
}

.ring-purple-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(85, 49, 114, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-transparent:focus-within {
  --tw-ring-color: transparent !important;
}

.focus-within\:ring-current:focus-within {
  --tw-ring-color: currentColor !important;
}

.focus-within\:ring-black:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(31, 35, 47, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-3:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-4:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(68, 68, 68, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-8:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-9:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 248, 249, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 240, 243, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 230, 236, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(216, 220, 229, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(201, 206, 219, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(170, 177, 193, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(136, 143, 159, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(103, 109, 126, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(76, 81, 99, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(52, 58, 77, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-f1:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-e:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-d1:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 209, 209, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-d:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(221, 221, 221, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-c:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(204, 204, 204, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-b:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-a:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 189, 189, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 148, 148, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(232, 111, 111, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 81, 81, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(196, 56, 56, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(169, 38, 38, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(136, 24, 24, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 14, 14, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(61, 7, 7, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-orange-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 199, 162, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-orange-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 167, 112, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-orange-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(232, 137, 69, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-orange-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 110, 34, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-orange-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(196, 88, 10, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-orange-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(169, 71, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-orange-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(136, 57, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-yellow-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 239, 160, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-yellow-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 215, 104, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-yellow-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 184, 56, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-yellow-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 151, 19, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(162, 230, 185, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 206, 153, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(50, 181, 136, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(18, 156, 125, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 131, 115, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 107, 101, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 82, 82, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 55, 57, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-teal-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(54, 166, 183, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(192, 209, 232, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(142, 169, 208, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(103, 133, 185, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(72, 103, 161, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(50, 79, 138, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 59, 114, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(23, 43, 91, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(15, 30, 67, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purple-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(200, 198, 232, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purple-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(164, 154, 208, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purple-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(119, 89, 161, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purple-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(85, 49, 114, var(--tw-ring-opacity)) !important;
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent !important;
}

.focus\:ring-current:focus {
  --tw-ring-color: currentColor !important;
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(31, 35, 47, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-3:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-4:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(68, 68, 68, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-8:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-9:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 248, 249, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 240, 243, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 230, 236, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(216, 220, 229, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(201, 206, 219, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(170, 177, 193, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(136, 143, 159, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(103, 109, 126, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(76, 81, 99, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(52, 58, 77, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-f1:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-e:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 238, 238, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-d1:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 209, 209, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-d:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(221, 221, 221, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-c:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(204, 204, 204, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-b:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-a:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 189, 189, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 148, 148, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(232, 111, 111, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 81, 81, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(196, 56, 56, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(169, 38, 38, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(136, 24, 24, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 14, 14, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(61, 7, 7, var(--tw-ring-opacity)) !important;
}

.focus\:ring-orange-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 199, 162, var(--tw-ring-opacity)) !important;
}

.focus\:ring-orange-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 167, 112, var(--tw-ring-opacity)) !important;
}

.focus\:ring-orange-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(232, 137, 69, var(--tw-ring-opacity)) !important;
}

.focus\:ring-orange-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 110, 34, var(--tw-ring-opacity)) !important;
}

.focus\:ring-orange-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(196, 88, 10, var(--tw-ring-opacity)) !important;
}

.focus\:ring-orange-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(169, 71, 0, var(--tw-ring-opacity)) !important;
}

.focus\:ring-orange-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(136, 57, 0, var(--tw-ring-opacity)) !important;
}

.focus\:ring-yellow-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 239, 160, var(--tw-ring-opacity)) !important;
}

.focus\:ring-yellow-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 215, 104, var(--tw-ring-opacity)) !important;
}

.focus\:ring-yellow-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 184, 56, var(--tw-ring-opacity)) !important;
}

.focus\:ring-yellow-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 151, 19, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(162, 230, 185, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 206, 153, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(50, 181, 136, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(18, 156, 125, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 131, 115, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 107, 101, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 82, 82, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 55, 57, var(--tw-ring-opacity)) !important;
}

.focus\:ring-teal-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(54, 166, 183, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(192, 209, 232, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(142, 169, 208, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(103, 133, 185, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(72, 103, 161, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(50, 79, 138, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 59, 114, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(23, 43, 91, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(15, 30, 67, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purple-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(200, 198, 232, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purple-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(164, 154, 208, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purple-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(119, 89, 161, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purple-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(85, 49, 114, var(--tw-ring-opacity)) !important;
}

.ring-opacity-0 {
  --tw-ring-opacity: 0 !important;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05 !important;
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1 !important;
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2 !important;
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25 !important;
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3 !important;
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4 !important;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5 !important;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6 !important;
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7 !important;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75 !important;
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8 !important;
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9 !important;
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95 !important;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1 !important;
}

.focus-within\:ring-opacity-0:focus-within {
  --tw-ring-opacity: 0 !important;
}

.focus-within\:ring-opacity-5:focus-within {
  --tw-ring-opacity: 0.05 !important;
}

.focus-within\:ring-opacity-10:focus-within {
  --tw-ring-opacity: 0.1 !important;
}

.focus-within\:ring-opacity-20:focus-within {
  --tw-ring-opacity: 0.2 !important;
}

.focus-within\:ring-opacity-25:focus-within {
  --tw-ring-opacity: 0.25 !important;
}

.focus-within\:ring-opacity-30:focus-within {
  --tw-ring-opacity: 0.3 !important;
}

.focus-within\:ring-opacity-40:focus-within {
  --tw-ring-opacity: 0.4 !important;
}

.focus-within\:ring-opacity-50:focus-within {
  --tw-ring-opacity: 0.5 !important;
}

.focus-within\:ring-opacity-60:focus-within {
  --tw-ring-opacity: 0.6 !important;
}

.focus-within\:ring-opacity-70:focus-within {
  --tw-ring-opacity: 0.7 !important;
}

.focus-within\:ring-opacity-75:focus-within {
  --tw-ring-opacity: 0.75 !important;
}

.focus-within\:ring-opacity-80:focus-within {
  --tw-ring-opacity: 0.8 !important;
}

.focus-within\:ring-opacity-90:focus-within {
  --tw-ring-opacity: 0.9 !important;
}

.focus-within\:ring-opacity-95:focus-within {
  --tw-ring-opacity: 0.95 !important;
}

.focus-within\:ring-opacity-100:focus-within {
  --tw-ring-opacity: 1 !important;
}

.focus\:ring-opacity-0:focus {
  --tw-ring-opacity: 0 !important;
}

.focus\:ring-opacity-5:focus {
  --tw-ring-opacity: 0.05 !important;
}

.focus\:ring-opacity-10:focus {
  --tw-ring-opacity: 0.1 !important;
}

.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2 !important;
}

.focus\:ring-opacity-25:focus {
  --tw-ring-opacity: 0.25 !important;
}

.focus\:ring-opacity-30:focus {
  --tw-ring-opacity: 0.3 !important;
}

.focus\:ring-opacity-40:focus {
  --tw-ring-opacity: 0.4 !important;
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5 !important;
}

.focus\:ring-opacity-60:focus {
  --tw-ring-opacity: 0.6 !important;
}

.focus\:ring-opacity-70:focus {
  --tw-ring-opacity: 0.7 !important;
}

.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75 !important;
}

.focus\:ring-opacity-80:focus {
  --tw-ring-opacity: 0.8 !important;
}

.focus\:ring-opacity-90:focus {
  --tw-ring-opacity: 0.9 !important;
}

.focus\:ring-opacity-95:focus {
  --tw-ring-opacity: 0.95 !important;
}

.focus\:ring-opacity-100:focus {
  --tw-ring-opacity: 1 !important;
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px !important;
}

.ring-offset-1 {
  --tw-ring-offset-width: 1px !important;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px !important;
}

.ring-offset-4 {
  --tw-ring-offset-width: 4px !important;
}

.ring-offset-8 {
  --tw-ring-offset-width: 8px !important;
}

.focus-within\:ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px !important;
}

.focus-within\:ring-offset-1:focus-within {
  --tw-ring-offset-width: 1px !important;
}

.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px !important;
}

.focus-within\:ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px !important;
}

.focus-within\:ring-offset-8:focus-within {
  --tw-ring-offset-width: 8px !important;
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px !important;
}

.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px !important;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px !important;
}

.focus\:ring-offset-4:focus {
  --tw-ring-offset-width: 4px !important;
}

.focus\:ring-offset-8:focus {
  --tw-ring-offset-width: 8px !important;
}

.ring-offset-transparent {
  --tw-ring-offset-color: transparent !important;
}

.ring-offset-current {
  --tw-ring-offset-color: currentColor !important;
}

.ring-offset-black {
  --tw-ring-offset-color: #1F232F !important;
}

.ring-offset-white {
  --tw-ring-offset-color: #fff !important;
}

.ring-offset-gray-3 {
  --tw-ring-offset-color: #333333 !important;
}

.ring-offset-gray-4 {
  --tw-ring-offset-color: #444444 !important;
}

.ring-offset-gray-8 {
  --tw-ring-offset-color: #888888 !important;
}

.ring-offset-gray-9 {
  --tw-ring-offset-color: #999999 !important;
}

.ring-offset-gray-50 {
  --tw-ring-offset-color: #f7f8f9 !important;
}

.ring-offset-gray-100 {
  --tw-ring-offset-color: #eef0f3 !important;
}

.ring-offset-gray-200 {
  --tw-ring-offset-color: #e4e6ec !important;
}

.ring-offset-gray-300 {
  --tw-ring-offset-color: #d8dce5 !important;
}

.ring-offset-gray-400 {
  --tw-ring-offset-color: #c9cedb !important;
}

.ring-offset-gray-500 {
  --tw-ring-offset-color: #aab1c1 !important;
}

.ring-offset-gray-600 {
  --tw-ring-offset-color: #888f9f !important;
}

.ring-offset-gray-700 {
  --tw-ring-offset-color: #676d7e !important;
}

.ring-offset-gray-800 {
  --tw-ring-offset-color: #4c5163 !important;
}

.ring-offset-gray-900 {
  --tw-ring-offset-color: #343a4d !important;
}

.ring-offset-gray-f1 {
  --tw-ring-offset-color: #f1f1f1 !important;
}

.ring-offset-gray-e {
  --tw-ring-offset-color: #eeeeee !important;
}

.ring-offset-gray-d1 {
  --tw-ring-offset-color: #d1d1d1 !important;
}

.ring-offset-gray-d {
  --tw-ring-offset-color: #dddddd !important;
}

.ring-offset-gray-c {
  --tw-ring-offset-color: #cccccc !important;
}

.ring-offset-gray-b {
  --tw-ring-offset-color: #bbbbbb !important;
}

.ring-offset-gray-a {
  --tw-ring-offset-color: #aaaaaa !important;
}

.ring-offset-red-100 {
  --tw-ring-offset-color: #fabdbd !important;
}

.ring-offset-red-200 {
  --tw-ring-offset-color: #f39494 !important;
}

.ring-offset-red-300 {
  --tw-ring-offset-color: #e86f6f !important;
}

.ring-offset-red-400 {
  --tw-ring-offset-color: #d95151 !important;
}

.ring-offset-red-500 {
  --tw-ring-offset-color: #c43838 !important;
}

.ring-offset-red-600 {
  --tw-ring-offset-color: #a92626 !important;
}

.ring-offset-red-700 {
  --tw-ring-offset-color: #881818 !important;
}

.ring-offset-red-800 {
  --tw-ring-offset-color: #630e0e !important;
}

.ring-offset-red-900 {
  --tw-ring-offset-color: #3d0707 !important;
}

.ring-offset-orange-100 {
  --tw-ring-offset-color: #fac7a2 !important;
}

.ring-offset-orange-200 {
  --tw-ring-offset-color: #f3a770 !important;
}

.ring-offset-orange-300 {
  --tw-ring-offset-color: #e88945 !important;
}

.ring-offset-orange-400 {
  --tw-ring-offset-color: #d96e22 !important;
}

.ring-offset-orange-500 {
  --tw-ring-offset-color: #c4580a !important;
}

.ring-offset-orange-600 {
  --tw-ring-offset-color: #a94700 !important;
}

.ring-offset-orange-700 {
  --tw-ring-offset-color: #883900 !important;
}

.ring-offset-yellow-100 {
  --tw-ring-offset-color: #fcefa0 !important;
}

.ring-offset-yellow-200 {
  --tw-ring-offset-color: #f4d768 !important;
}

.ring-offset-yellow-300 {
  --tw-ring-offset-color: #e5b838 !important;
}

.ring-offset-yellow-400 {
  --tw-ring-offset-color: #d19713 !important;
}

.ring-offset-green-100 {
  --tw-ring-offset-color: #a2e6b9 !important;
}

.ring-offset-green-200 {
  --tw-ring-offset-color: #63ce99 !important;
}

.ring-offset-green-300 {
  --tw-ring-offset-color: #32b588 !important;
}

.ring-offset-green-400 {
  --tw-ring-offset-color: #129c7d !important;
}

.ring-offset-green-500 {
  --tw-ring-offset-color: #008373 !important;
}

.ring-offset-green-600 {
  --tw-ring-offset-color: #006b65 !important;
}

.ring-offset-green-700 {
  --tw-ring-offset-color: #005252 !important;
}

.ring-offset-green-800 {
  --tw-ring-offset-color: #003739 !important;
}

.ring-offset-teal-300 {
  --tw-ring-offset-color: #36a6b7 !important;
}

.ring-offset-blue-100 {
  --tw-ring-offset-color: #c0d1e8 !important;
}

.ring-offset-blue-200 {
  --tw-ring-offset-color: #8ea9d0 !important;
}

.ring-offset-blue-300 {
  --tw-ring-offset-color: #6785b9 !important;
}

.ring-offset-blue-400 {
  --tw-ring-offset-color: #4867a1 !important;
}

.ring-offset-blue-500 {
  --tw-ring-offset-color: #324f8a !important;
}

.ring-offset-blue-600 {
  --tw-ring-offset-color: #223b72 !important;
}

.ring-offset-blue-700 {
  --tw-ring-offset-color: #172b5b !important;
}

.ring-offset-blue-800 {
  --tw-ring-offset-color: #0f1e43 !important;
}

.ring-offset-purple-100 {
  --tw-ring-offset-color: #c8c6e8 !important;
}

.ring-offset-purple-200 {
  --tw-ring-offset-color: #a49ad0 !important;
}

.ring-offset-purple-400 {
  --tw-ring-offset-color: #7759a1 !important;
}

.ring-offset-purple-600 {
  --tw-ring-offset-color: #553172 !important;
}

.focus-within\:ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent !important;
}

.focus-within\:ring-offset-current:focus-within {
  --tw-ring-offset-color: currentColor !important;
}

.focus-within\:ring-offset-black:focus-within {
  --tw-ring-offset-color: #1F232F !important;
}

.focus-within\:ring-offset-white:focus-within {
  --tw-ring-offset-color: #fff !important;
}

.focus-within\:ring-offset-gray-3:focus-within {
  --tw-ring-offset-color: #333333 !important;
}

.focus-within\:ring-offset-gray-4:focus-within {
  --tw-ring-offset-color: #444444 !important;
}

.focus-within\:ring-offset-gray-8:focus-within {
  --tw-ring-offset-color: #888888 !important;
}

.focus-within\:ring-offset-gray-9:focus-within {
  --tw-ring-offset-color: #999999 !important;
}

.focus-within\:ring-offset-gray-50:focus-within {
  --tw-ring-offset-color: #f7f8f9 !important;
}

.focus-within\:ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #eef0f3 !important;
}

.focus-within\:ring-offset-gray-200:focus-within {
  --tw-ring-offset-color: #e4e6ec !important;
}

.focus-within\:ring-offset-gray-300:focus-within {
  --tw-ring-offset-color: #d8dce5 !important;
}

.focus-within\:ring-offset-gray-400:focus-within {
  --tw-ring-offset-color: #c9cedb !important;
}

.focus-within\:ring-offset-gray-500:focus-within {
  --tw-ring-offset-color: #aab1c1 !important;
}

.focus-within\:ring-offset-gray-600:focus-within {
  --tw-ring-offset-color: #888f9f !important;
}

.focus-within\:ring-offset-gray-700:focus-within {
  --tw-ring-offset-color: #676d7e !important;
}

.focus-within\:ring-offset-gray-800:focus-within {
  --tw-ring-offset-color: #4c5163 !important;
}

.focus-within\:ring-offset-gray-900:focus-within {
  --tw-ring-offset-color: #343a4d !important;
}

.focus-within\:ring-offset-gray-f1:focus-within {
  --tw-ring-offset-color: #f1f1f1 !important;
}

.focus-within\:ring-offset-gray-e:focus-within {
  --tw-ring-offset-color: #eeeeee !important;
}

.focus-within\:ring-offset-gray-d1:focus-within {
  --tw-ring-offset-color: #d1d1d1 !important;
}

.focus-within\:ring-offset-gray-d:focus-within {
  --tw-ring-offset-color: #dddddd !important;
}

.focus-within\:ring-offset-gray-c:focus-within {
  --tw-ring-offset-color: #cccccc !important;
}

.focus-within\:ring-offset-gray-b:focus-within {
  --tw-ring-offset-color: #bbbbbb !important;
}

.focus-within\:ring-offset-gray-a:focus-within {
  --tw-ring-offset-color: #aaaaaa !important;
}

.focus-within\:ring-offset-red-100:focus-within {
  --tw-ring-offset-color: #fabdbd !important;
}

.focus-within\:ring-offset-red-200:focus-within {
  --tw-ring-offset-color: #f39494 !important;
}

.focus-within\:ring-offset-red-300:focus-within {
  --tw-ring-offset-color: #e86f6f !important;
}

.focus-within\:ring-offset-red-400:focus-within {
  --tw-ring-offset-color: #d95151 !important;
}

.focus-within\:ring-offset-red-500:focus-within {
  --tw-ring-offset-color: #c43838 !important;
}

.focus-within\:ring-offset-red-600:focus-within {
  --tw-ring-offset-color: #a92626 !important;
}

.focus-within\:ring-offset-red-700:focus-within {
  --tw-ring-offset-color: #881818 !important;
}

.focus-within\:ring-offset-red-800:focus-within {
  --tw-ring-offset-color: #630e0e !important;
}

.focus-within\:ring-offset-red-900:focus-within {
  --tw-ring-offset-color: #3d0707 !important;
}

.focus-within\:ring-offset-orange-100:focus-within {
  --tw-ring-offset-color: #fac7a2 !important;
}

.focus-within\:ring-offset-orange-200:focus-within {
  --tw-ring-offset-color: #f3a770 !important;
}

.focus-within\:ring-offset-orange-300:focus-within {
  --tw-ring-offset-color: #e88945 !important;
}

.focus-within\:ring-offset-orange-400:focus-within {
  --tw-ring-offset-color: #d96e22 !important;
}

.focus-within\:ring-offset-orange-500:focus-within {
  --tw-ring-offset-color: #c4580a !important;
}

.focus-within\:ring-offset-orange-600:focus-within {
  --tw-ring-offset-color: #a94700 !important;
}

.focus-within\:ring-offset-orange-700:focus-within {
  --tw-ring-offset-color: #883900 !important;
}

.focus-within\:ring-offset-yellow-100:focus-within {
  --tw-ring-offset-color: #fcefa0 !important;
}

.focus-within\:ring-offset-yellow-200:focus-within {
  --tw-ring-offset-color: #f4d768 !important;
}

.focus-within\:ring-offset-yellow-300:focus-within {
  --tw-ring-offset-color: #e5b838 !important;
}

.focus-within\:ring-offset-yellow-400:focus-within {
  --tw-ring-offset-color: #d19713 !important;
}

.focus-within\:ring-offset-green-100:focus-within {
  --tw-ring-offset-color: #a2e6b9 !important;
}

.focus-within\:ring-offset-green-200:focus-within {
  --tw-ring-offset-color: #63ce99 !important;
}

.focus-within\:ring-offset-green-300:focus-within {
  --tw-ring-offset-color: #32b588 !important;
}

.focus-within\:ring-offset-green-400:focus-within {
  --tw-ring-offset-color: #129c7d !important;
}

.focus-within\:ring-offset-green-500:focus-within {
  --tw-ring-offset-color: #008373 !important;
}

.focus-within\:ring-offset-green-600:focus-within {
  --tw-ring-offset-color: #006b65 !important;
}

.focus-within\:ring-offset-green-700:focus-within {
  --tw-ring-offset-color: #005252 !important;
}

.focus-within\:ring-offset-green-800:focus-within {
  --tw-ring-offset-color: #003739 !important;
}

.focus-within\:ring-offset-teal-300:focus-within {
  --tw-ring-offset-color: #36a6b7 !important;
}

.focus-within\:ring-offset-blue-100:focus-within {
  --tw-ring-offset-color: #c0d1e8 !important;
}

.focus-within\:ring-offset-blue-200:focus-within {
  --tw-ring-offset-color: #8ea9d0 !important;
}

.focus-within\:ring-offset-blue-300:focus-within {
  --tw-ring-offset-color: #6785b9 !important;
}

.focus-within\:ring-offset-blue-400:focus-within {
  --tw-ring-offset-color: #4867a1 !important;
}

.focus-within\:ring-offset-blue-500:focus-within {
  --tw-ring-offset-color: #324f8a !important;
}

.focus-within\:ring-offset-blue-600:focus-within {
  --tw-ring-offset-color: #223b72 !important;
}

.focus-within\:ring-offset-blue-700:focus-within {
  --tw-ring-offset-color: #172b5b !important;
}

.focus-within\:ring-offset-blue-800:focus-within {
  --tw-ring-offset-color: #0f1e43 !important;
}

.focus-within\:ring-offset-purple-100:focus-within {
  --tw-ring-offset-color: #c8c6e8 !important;
}

.focus-within\:ring-offset-purple-200:focus-within {
  --tw-ring-offset-color: #a49ad0 !important;
}

.focus-within\:ring-offset-purple-400:focus-within {
  --tw-ring-offset-color: #7759a1 !important;
}

.focus-within\:ring-offset-purple-600:focus-within {
  --tw-ring-offset-color: #553172 !important;
}

.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent !important;
}

.focus\:ring-offset-current:focus {
  --tw-ring-offset-color: currentColor !important;
}

.focus\:ring-offset-black:focus {
  --tw-ring-offset-color: #1F232F !important;
}

.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff !important;
}

.focus\:ring-offset-gray-3:focus {
  --tw-ring-offset-color: #333333 !important;
}

.focus\:ring-offset-gray-4:focus {
  --tw-ring-offset-color: #444444 !important;
}

.focus\:ring-offset-gray-8:focus {
  --tw-ring-offset-color: #888888 !important;
}

.focus\:ring-offset-gray-9:focus {
  --tw-ring-offset-color: #999999 !important;
}

.focus\:ring-offset-gray-50:focus {
  --tw-ring-offset-color: #f7f8f9 !important;
}

.focus\:ring-offset-gray-100:focus {
  --tw-ring-offset-color: #eef0f3 !important;
}

.focus\:ring-offset-gray-200:focus {
  --tw-ring-offset-color: #e4e6ec !important;
}

.focus\:ring-offset-gray-300:focus {
  --tw-ring-offset-color: #d8dce5 !important;
}

.focus\:ring-offset-gray-400:focus {
  --tw-ring-offset-color: #c9cedb !important;
}

.focus\:ring-offset-gray-500:focus {
  --tw-ring-offset-color: #aab1c1 !important;
}

.focus\:ring-offset-gray-600:focus {
  --tw-ring-offset-color: #888f9f !important;
}

.focus\:ring-offset-gray-700:focus {
  --tw-ring-offset-color: #676d7e !important;
}

.focus\:ring-offset-gray-800:focus {
  --tw-ring-offset-color: #4c5163 !important;
}

.focus\:ring-offset-gray-900:focus {
  --tw-ring-offset-color: #343a4d !important;
}

.focus\:ring-offset-gray-f1:focus {
  --tw-ring-offset-color: #f1f1f1 !important;
}

.focus\:ring-offset-gray-e:focus {
  --tw-ring-offset-color: #eeeeee !important;
}

.focus\:ring-offset-gray-d1:focus {
  --tw-ring-offset-color: #d1d1d1 !important;
}

.focus\:ring-offset-gray-d:focus {
  --tw-ring-offset-color: #dddddd !important;
}

.focus\:ring-offset-gray-c:focus {
  --tw-ring-offset-color: #cccccc !important;
}

.focus\:ring-offset-gray-b:focus {
  --tw-ring-offset-color: #bbbbbb !important;
}

.focus\:ring-offset-gray-a:focus {
  --tw-ring-offset-color: #aaaaaa !important;
}

.focus\:ring-offset-red-100:focus {
  --tw-ring-offset-color: #fabdbd !important;
}

.focus\:ring-offset-red-200:focus {
  --tw-ring-offset-color: #f39494 !important;
}

.focus\:ring-offset-red-300:focus {
  --tw-ring-offset-color: #e86f6f !important;
}

.focus\:ring-offset-red-400:focus {
  --tw-ring-offset-color: #d95151 !important;
}

.focus\:ring-offset-red-500:focus {
  --tw-ring-offset-color: #c43838 !important;
}

.focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #a92626 !important;
}

.focus\:ring-offset-red-700:focus {
  --tw-ring-offset-color: #881818 !important;
}

.focus\:ring-offset-red-800:focus {
  --tw-ring-offset-color: #630e0e !important;
}

.focus\:ring-offset-red-900:focus {
  --tw-ring-offset-color: #3d0707 !important;
}

.focus\:ring-offset-orange-100:focus {
  --tw-ring-offset-color: #fac7a2 !important;
}

.focus\:ring-offset-orange-200:focus {
  --tw-ring-offset-color: #f3a770 !important;
}

.focus\:ring-offset-orange-300:focus {
  --tw-ring-offset-color: #e88945 !important;
}

.focus\:ring-offset-orange-400:focus {
  --tw-ring-offset-color: #d96e22 !important;
}

.focus\:ring-offset-orange-500:focus {
  --tw-ring-offset-color: #c4580a !important;
}

.focus\:ring-offset-orange-600:focus {
  --tw-ring-offset-color: #a94700 !important;
}

.focus\:ring-offset-orange-700:focus {
  --tw-ring-offset-color: #883900 !important;
}

.focus\:ring-offset-yellow-100:focus {
  --tw-ring-offset-color: #fcefa0 !important;
}

.focus\:ring-offset-yellow-200:focus {
  --tw-ring-offset-color: #f4d768 !important;
}

.focus\:ring-offset-yellow-300:focus {
  --tw-ring-offset-color: #e5b838 !important;
}

.focus\:ring-offset-yellow-400:focus {
  --tw-ring-offset-color: #d19713 !important;
}

.focus\:ring-offset-green-100:focus {
  --tw-ring-offset-color: #a2e6b9 !important;
}

.focus\:ring-offset-green-200:focus {
  --tw-ring-offset-color: #63ce99 !important;
}

.focus\:ring-offset-green-300:focus {
  --tw-ring-offset-color: #32b588 !important;
}

.focus\:ring-offset-green-400:focus {
  --tw-ring-offset-color: #129c7d !important;
}

.focus\:ring-offset-green-500:focus {
  --tw-ring-offset-color: #008373 !important;
}

.focus\:ring-offset-green-600:focus {
  --tw-ring-offset-color: #006b65 !important;
}

.focus\:ring-offset-green-700:focus {
  --tw-ring-offset-color: #005252 !important;
}

.focus\:ring-offset-green-800:focus {
  --tw-ring-offset-color: #003739 !important;
}

.focus\:ring-offset-teal-300:focus {
  --tw-ring-offset-color: #36a6b7 !important;
}

.focus\:ring-offset-blue-100:focus {
  --tw-ring-offset-color: #c0d1e8 !important;
}

.focus\:ring-offset-blue-200:focus {
  --tw-ring-offset-color: #8ea9d0 !important;
}

.focus\:ring-offset-blue-300:focus {
  --tw-ring-offset-color: #6785b9 !important;
}

.focus\:ring-offset-blue-400:focus {
  --tw-ring-offset-color: #4867a1 !important;
}

.focus\:ring-offset-blue-500:focus {
  --tw-ring-offset-color: #324f8a !important;
}

.focus\:ring-offset-blue-600:focus {
  --tw-ring-offset-color: #223b72 !important;
}

.focus\:ring-offset-blue-700:focus {
  --tw-ring-offset-color: #172b5b !important;
}

.focus\:ring-offset-blue-800:focus {
  --tw-ring-offset-color: #0f1e43 !important;
}

.focus\:ring-offset-purple-100:focus {
  --tw-ring-offset-color: #c8c6e8 !important;
}

.focus\:ring-offset-purple-200:focus {
  --tw-ring-offset-color: #a49ad0 !important;
}

.focus\:ring-offset-purple-400:focus {
  --tw-ring-offset-color: #7759a1 !important;
}

.focus\:ring-offset-purple-600:focus {
  --tw-ring-offset-color: #553172 !important;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter-none {
  filter: none !important;
}

.blur-0 {
  --tw-blur: blur(0) !important;
}

.blur-none {
  --tw-blur: blur(0) !important;
}

.blur-sm {
  --tw-blur: blur(4px) !important;
}

.blur {
  --tw-blur: blur(8px) !important;
}

.blur-md {
  --tw-blur: blur(12px) !important;
}

.blur-lg {
  --tw-blur: blur(16px) !important;
}

.blur-xl {
  --tw-blur: blur(24px) !important;
}

.blur-2xl {
  --tw-blur: blur(40px) !important;
}

.blur-3xl {
  --tw-blur: blur(64px) !important;
}

.brightness-0 {
  --tw-brightness: brightness(0) !important;
}

.brightness-50 {
  --tw-brightness: brightness(.5) !important;
}

.brightness-75 {
  --tw-brightness: brightness(.75) !important;
}

.brightness-90 {
  --tw-brightness: brightness(.9) !important;
}

.brightness-95 {
  --tw-brightness: brightness(.95) !important;
}

.brightness-100 {
  --tw-brightness: brightness(1) !important;
}

.brightness-105 {
  --tw-brightness: brightness(1.05) !important;
}

.brightness-110 {
  --tw-brightness: brightness(1.1) !important;
}

.brightness-125 {
  --tw-brightness: brightness(1.25) !important;
}

.brightness-150 {
  --tw-brightness: brightness(1.5) !important;
}

.brightness-200 {
  --tw-brightness: brightness(2) !important;
}

.contrast-0 {
  --tw-contrast: contrast(0) !important;
}

.contrast-50 {
  --tw-contrast: contrast(.5) !important;
}

.contrast-75 {
  --tw-contrast: contrast(.75) !important;
}

.contrast-100 {
  --tw-contrast: contrast(1) !important;
}

.contrast-125 {
  --tw-contrast: contrast(1.25) !important;
}

.contrast-150 {
  --tw-contrast: contrast(1.5) !important;
}

.contrast-200 {
  --tw-contrast: contrast(2) !important;
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
}

.grayscale-0 {
  --tw-grayscale: grayscale(0) !important;
}

.grayscale {
  --tw-grayscale: grayscale(100%) !important;
}

.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg) !important;
}

.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg) !important;
}

.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg) !important;
}

.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg) !important;
}

.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg) !important;
}

.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg) !important;
}

.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg) !important;
}

.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg) !important;
}

.-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg) !important;
}

.-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg) !important;
}

.-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg) !important;
}

.invert-0 {
  --tw-invert: invert(0) !important;
}

.invert {
  --tw-invert: invert(100%) !important;
}

.saturate-0 {
  --tw-saturate: saturate(0) !important;
}

.saturate-50 {
  --tw-saturate: saturate(.5) !important;
}

.saturate-100 {
  --tw-saturate: saturate(1) !important;
}

.saturate-150 {
  --tw-saturate: saturate(1.5) !important;
}

.saturate-200 {
  --tw-saturate: saturate(2) !important;
}

.sepia-0 {
  --tw-sepia: sepia(0) !important;
}

.sepia {
  --tw-sepia: sepia(100%) !important;
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.backdrop-blur-0 {
  --tw-backdrop-blur: blur(0) !important;
}

.backdrop-blur-none {
  --tw-backdrop-blur: blur(0) !important;
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px) !important;
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px) !important;
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px) !important;
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px) !important;
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px) !important;
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px) !important;
}

.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px) !important;
}

.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0) !important;
}

.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5) !important;
}

.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75) !important;
}

.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9) !important;
}

.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95) !important;
}

.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1) !important;
}

.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05) !important;
}

.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1) !important;
}

.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25) !important;
}

.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5) !important;
}

.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2) !important;
}

.backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0) !important;
}

.backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5) !important;
}

.backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75) !important;
}

.backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1) !important;
}

.backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25) !important;
}

.backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5) !important;
}

.backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2) !important;
}

.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0) !important;
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%) !important;
}

.backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
}

.backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
}

.backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
}

.backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
}

.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
}

.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
}

.-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
}

.-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
}

.-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
}

.-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
}

.-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
}

.backdrop-invert-0 {
  --tw-backdrop-invert: invert(0) !important;
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%) !important;
}

.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0) !important;
}

.backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05) !important;
}

.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1) !important;
}

.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2) !important;
}

.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25) !important;
}

.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3) !important;
}

.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4) !important;
}

.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5) !important;
}

.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6) !important;
}

.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7) !important;
}

.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75) !important;
}

.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8) !important;
}

.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9) !important;
}

.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95) !important;
}

.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1) !important;
}

.backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0) !important;
}

.backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5) !important;
}

.backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1) !important;
}

.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5) !important;
}

.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2) !important;
}

.backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0) !important;
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%) !important;
}

.transition-none {
  transition-property: none !important;
}

.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-shadow {
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.delay-75 {
  transition-delay: 75ms !important;
}

.delay-100 {
  transition-delay: 100ms !important;
}

.delay-150 {
  transition-delay: 150ms !important;
}

.delay-200 {
  transition-delay: 200ms !important;
}

.delay-300 {
  transition-delay: 300ms !important;
}

.delay-500 {
  transition-delay: 500ms !important;
}

.delay-700 {
  transition-delay: 700ms !important;
}

.delay-1000 {
  transition-delay: 1000ms !important;
}

.duration-75 {
  transition-duration: 75ms !important;
}

.duration-100 {
  transition-duration: 100ms !important;
}

.duration-150 {
  transition-duration: 150ms !important;
}

.duration-200 {
  transition-duration: 200ms !important;
}

.duration-300 {
  transition-duration: 300ms !important;
}

.duration-500 {
  transition-duration: 500ms !important;
}

.duration-700 {
  transition-duration: 700ms !important;
}

.duration-1000 {
  transition-duration: 1000ms !important;
}

.ease-linear {
  transition-timing-function: linear !important;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Centercode components and utilities
====================================================================== */

/* Overrides
====================================================================== */

/*
The following utilities are redefined to prevent the Tailwind
version from conflicting with existing legacy usage.
*/

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.grid {
  display: grid !important;
}

/*.flex { display: flex !important; }*/

.inline-flex {
  display: inline-flex !important;
}

.table {
  display: block !important;
}

.table-row {
  display: table-row !important;
}

.table-cell {
  display: table-cell !important;
}

/*.hidden { display: none !important; }*/

.group:hover .group-hover\:block {
  display: block !important;
}

.group:hover .group-hover\:inline-block {
  display: inline-block !important;
}

.group:hover .group-hover\:inline {
  display: inline !important;
}

.group:hover .group-hover\:flex {
  display: flex !important;
}

.group:hover .group-hover\:inline-flex {
  display: inline-flex !important;
}

.group:hover .group-hover\:table {
  display: table !important;
}

.group:hover .group-hover\:table-row {
  display: table-row !important;
}

.group:hover .group-hover\:table-cell {
  display: table-cell !important;
}

/*.group:hover .group-hover\:hidden { display: none !important; }*/

.hide {
  display: none;
}

.group:hover .group-hover\:hide {
  display: none;
}

.hover\:hide:hover {
  display: none;
}

.focus\:hide:focus {
  display: none;
}

/* Custom utilities
====================================================================== */

.flex-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.max-w-page-content {
  max-width: 1340px;
}

.min-w-page-content {
  min-width: 1340px;
}

.h-min {
  height: -moz-min-content;
  height: min-content;
}

/* Tables
====================================================================== */

.table-content-rounded {
  border-spacing: 0;
  border-collapse: separate;
}

.table-content-rounded th {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 10px;
  vertical-align: bottom;
}

.table-content-rounded td,
.table-content-rounded a {
  font-size: 16px;
}

.table-content-rounded td {
  border-color: #D8DCE5;
  border-top-width: 1px;
  height: 50px;
}

.table-content-rounded td:first-child {
  border-left-width: 1px;
}

.table-content-rounded td:last-child {
  border-right-width: 1px;
}

.table-content-rounded tr:last-child td {
  border-bottom-width: 1px;
}

.table-content-rounded tr:first-child td:first-child {
  border-top-left-radius: var(--border-radius-lg);
}

.table-content-rounded tr:first-child td:last-child {
  border-top-right-radius: var(--border-radius-lg);
}

.table-content-rounded tr:last-child td:first-child {
  border-bottom-left-radius: var(--border-radius-lg);
}

.table-content-rounded tr:last-child td:last-child {
  border-bottom-right-radius: var(--border-radius-lg);
}