/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/
button,
[role=button] {
  cursor: pointer;
}

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

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  scrollbar-color: initial;
  scrollbar-width: initial;
}

.item-details .table {
  width: 100%;
}

.item-details .table tbody > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.item-details .table tbody td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.provider-imprint h4 {
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.animate .fa-heart {
  animation: heartAnimation 300ms ease-in;
}

.fade-in {
  animation: fadeIn 1s ease-out;
}

.fade-out {
  animation: fadeOut 500ms ease-in;
}

.epassgraph {
  margin-bottom: 1rem;
}

.epassgraph .legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.6rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128/var(--tw-text-opacity));
}

.epassgraph .epasslabel {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  align-items: center;
  gap: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

.epassgraph .epasslabel .section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.epassgraph .epasslabel .section:first-child {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.epassgraph .epasslabel .section:last-child {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.epassgraph .epasslabel .section.active {
  --tw-scale-x: 135%;
  --tw-scale-y: 135%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255/var(--tw-border-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.epassgraph .epasslabel .section.\!active {
  --tw-scale-x: 135%;
  --tw-scale-y: 135%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255/var(--tw-border-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

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

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

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.form-input, .form-textarea, .form-select, .form-multiselect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

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

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

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

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

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

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

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

.aspect-h-1 {
  --tw-aspect-h: 1;
}

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

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

.notifications-wrapper {
  z-index: 50;
  width: 100%;
  max-width: 24rem;
}

.notifications-wrapper .notification {
  pointer-events: auto;
  z-index: 50;
  margin-bottom: 0.75rem;
  width: 100%;
  max-width: 24rem;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.05;
}

.notifications-wrapper .notification.success {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.notifications-wrapper .notification.danger, .notifications-wrapper .notification.alert {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.notifications-wrapper .notification.warning {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}

.notifications-wrapper .notification.info, .notifications-wrapper .notification.notice {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.notifications-wrapper .notification .inner {
  display: flex;
  align-items: stretch;
}

.notifications-wrapper .notification .inner .icon-wrapper {
  flex-shrink: 0;
  padding: 1rem;
}

.navigation.desktop .actions-wrapper .all-actions .fav-list-wrapper .fav-list-btn .notifications-wrapper .notification .inner .icon-wrapper.active {
  display: none;
}

.navigation.desktop .actions-wrapper .all-actions .fav-list-wrapper .fav-list-btn.active .notifications-wrapper .notification .inner .icon-wrapper.active {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.navigation.desktop .actions-wrapper .all-actions .fav-list-wrapper .fav-list-btn.active .notifications-wrapper .notification .inner .icon-wrapper.inactive {
  display: none;
}

.searchbar-inputs .reset-btn .notifications-wrapper .notification .inner .icon-wrapper {
  pointer-events: none;
}

.event .key-data .data-wrapper dl .info .notifications-wrapper .notification .inner .icon-wrapper {
  margin-left: -0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity));
}

.dropdown .dropdown-inner .notifications-wrapper .notification .inner .icon-wrapper {
  margin-right: -0.25rem;
  margin-left: 0.5rem;
}

.modal .modal-body .header .close-btn .notifications-wrapper .notification .inner .icon-wrapper {
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity));
}

.modal .modal-body .header .close-btn .notifications-wrapper .notification .inner .icon-wrapper:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99/var(--tw-text-opacity));
}

.modal .modal-body .spinner .notifications-wrapper .notification .inner .icon-wrapper {
  margin-left: auto;
  margin-right: auto;
  --tw-text-opacity: 1;
  color: rgb(209 213 219/var(--tw-text-opacity));
}

.account-wrapper > .inner-wrapper > .nav-wrapper .notifications-wrapper .notification .inner .icon-wrapper {
  margin-right: 1rem;
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity));
}

.group:hover .account-wrapper > .inner-wrapper > .nav-wrapper .notifications-wrapper .notification .inner .icon-wrapper {
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.account-wrapper > .inner-wrapper > .nav-wrapper .notifications-wrapper .notification .inner .icon-wrapper.active {
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.faq-wrapper > .categories-wrapper .category .title-wrapper > .notifications-wrapper .notification .inner .icon-wrapper {
  margin-bottom: 1.25rem;
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(239 68 68/var(--tw-text-opacity));
}

.faq-wrapper .category-content-wrapper > .list-wrapper > .spacing > .list .entry .notifications-wrapper .notification .inner .icon-wrapper {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.faq.search .submit-btn .notifications-wrapper .notification .inner .icon-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.notifications-wrapper .notification .inner .message {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.notifications-wrapper .notification .inner .message .content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.notifications-wrapper .notification .inner .close {
  display: flex;
  flex-shrink: 0;
  align-items: stretch;
}

.notifications-wrapper .notification .inner .close .close-btn {
  width: 4rem;
  padding: 1rem;
  text-align: center;
}

.notifications-wrapper .notification .inner .close .close-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

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

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-16 {
  top: 4rem;
  bottom: 4rem;
}

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

.top-0 {
  top: 0px;
}

.-bottom-\[33px\] {
  bottom: -33px;
}

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

.top-\[93px\] {
  top: 93px;
}

.top-48 {
  top: 12rem;
}

.left-0 {
  left: 0px;
}

.top-2 {
  top: 0.5rem;
}

.left-2 {
  left: 0.5rem;
}

.right-0 {
  right: 0px;
}

.top-full {
  top: 100%;
}

.top-1 {
  top: 0.25rem;
}

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

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

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

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

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

.order-last {
  order: 9999;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-span-full {
  grid-column: 1/-1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-end-4 {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-28 {
  margin: 7rem;
}

.m-32 {
  margin: 8rem;
}

.m-36 {
  margin: 9rem;
}

.m-40 {
  margin: 10rem;
}

.m-44 {
  margin: 11rem;
}

.m-48 {
  margin: 12rem;
}

.m-52 {
  margin: 13rem;
}

.m-56 {
  margin: 14rem;
}

.m-60 {
  margin: 15rem;
}

.m-64 {
  margin: 16rem;
}

.m-72 {
  margin: 18rem;
}

.m-80 {
  margin: 20rem;
}

.m-96 {
  margin: 24rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.m-0\.5 {
  margin: 0.125rem;
}

.m-1\.5 {
  margin: 0.375rem;
}

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

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

.-m-1 {
  margin: -0.25rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-2 {
  margin: -0.5rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

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

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}

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

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

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

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

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

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

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

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

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

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

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

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

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

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

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

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

.mr-0 {
  margin-right: 0px;
}

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

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

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

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

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

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

.mr-9 {
  margin-right: 2.25rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

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

.mr-14 {
  margin-right: 3.5rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mr-28 {
  margin-right: 7rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mr-36 {
  margin-right: 9rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mr-44 {
  margin-right: 11rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mr-52 {
  margin-right: 13rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mr-60 {
  margin-right: 15rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mr-72 {
  margin-right: 18rem;
}

.mr-80 {
  margin-right: 20rem;
}

.mr-96 {
  margin-right: 24rem;
}

.mr-auto {
  margin-right: auto;
}

.mr-px {
  margin-right: 1px;
}

.mr-0\.5 {
  margin-right: 0.125rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-3\.5 {
  margin-right: 0.875rem;
}

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

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

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

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

.mb-20 {
  margin-bottom: 5rem;
}

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

.mb-28 {
  margin-bottom: 7rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-36 {
  margin-bottom: 9rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mb-44 {
  margin-bottom: 11rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.mb-52 {
  margin-bottom: 13rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.mb-60 {
  margin-bottom: 15rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.mb-72 {
  margin-bottom: 18rem;
}

.mb-80 {
  margin-bottom: 20rem;
}

.mb-96 {
  margin-bottom: 24rem;
}

.mb-auto {
  margin-bottom: auto;
}

.mb-px {
  margin-bottom: 1px;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.ml-0 {
  margin-left: 0px;
}

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

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

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

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

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

.ml-6 {
  margin-left: 1.5rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

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

.ml-9 {
  margin-left: 2.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

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

.ml-14 {
  margin-left: 3.5rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-28 {
  margin-left: 7rem;
}

.ml-32 {
  margin-left: 8rem;
}

.ml-36 {
  margin-left: 9rem;
}

.ml-40 {
  margin-left: 10rem;
}

.ml-44 {
  margin-left: 11rem;
}

.ml-48 {
  margin-left: 12rem;
}

.ml-52 {
  margin-left: 13rem;
}

.ml-56 {
  margin-left: 14rem;
}

.ml-60 {
  margin-left: 15rem;
}

.ml-64 {
  margin-left: 16rem;
}

.ml-72 {
  margin-left: 18rem;
}

.ml-80 {
  margin-left: 20rem;
}

.ml-96 {
  margin-left: 24rem;
}

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

.ml-px {
  margin-left: 1px;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.ml-3\.5 {
  margin-left: 0.875rem;
}

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

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

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

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

.-ml-\[50px\] {
  margin-left: -50px;
}

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

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

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

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

.-mt-\[2px\] {
  margin-top: -2px;
}

.-ml-0\.5 {
  margin-left: -0.125rem;
}

.-ml-0 {
  margin-left: 0px;
}

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

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

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

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

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

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

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

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

.-mb-px {
  margin-bottom: -1px;
}

.\!-mb-8 {
  margin-bottom: -2rem !important;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

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

.hidden {
  display: none;
}

.aspect-1 {
  aspect-ratio: 1;
}

.h-full {
  height: 100%;
}

.h-4 {
  height: 1rem;
}

.h-80 {
  height: 20rem;
}

.h-48 {
  height: 12rem;
}

.h-auto {
  height: auto;
}

.h-72 {
  height: 18rem;
}

.h-5 {
  height: 1.25rem;
}

.h-14 {
  height: 3.5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-16 {
  height: 4rem;
}

.h-64 {
  height: 16rem;
}

.h-\[550px\] {
  height: 550px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[450px\] {
  height: 450px;
}

.h-56 {
  height: 14rem;
}

.h-\[650px\] {
  height: 650px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[240px\] {
  height: 240px;
}

.h-\[350px\] {
  height: 350px;
}

.h-8 {
  height: 2rem;
}

.h-96 {
  height: 24rem;
}

.h-40 {
  height: 10rem;
}

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

.h-10 {
  height: 2.5rem;
}

.max-h-0 {
  max-height: 0px;
}

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

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

.max-h-64 {
  max-height: 16rem;
}

.max-h-\[600px\] {
  max-height: 600px;
}

.max-h-72 {
  max-height: 18rem;
}

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

.min-h-\[180px\] {
  min-height: 180px;
}

.min-h-\[3px\] {
  min-height: 3px;
}

.min-h-\[55vh\] {
  min-height: 55vh;
}

.w-full {
  width: 100%;
}

.w-64 {
  width: 16rem;
}

.w-4 {
  width: 1rem;
}

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

.w-5 {
  width: 1.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-56 {
  width: 14rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-11 {
  width: 2.75rem;
}

.w-auto {
  width: auto;
}

.w-48 {
  width: 12rem;
}

.w-\[75px\] {
  width: 75px;
}

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

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

.w-40 {
  width: 10rem;
}

.w-12 {
  width: 3rem;
}

.w-px {
  width: 1px;
}

.w-16 {
  width: 4rem;
}

.min-w-\[1rem\] {
  min-width: 1rem;
}

.min-w-\[2rem\] {
  min-width: 2rem;
}

.min-w-\[4rem\] {
  min-width: 4rem;
}

.min-w-\[1\.25rem\] {
  min-width: 1.25rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-xl {
  max-width: 36rem;
}

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

.max-w-prose {
  max-width: 65ch;
}

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

.max-w-\[90\%\] {
  max-width: 90%;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

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

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

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

.flex-none {
  flex: none;
}

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

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

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

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

.grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.border-collapse {
  border-collapse: collapse;
}

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

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

.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-5 {
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[135\%\] {
  --tw-scale-x: 135%;
  --tw-scale-y: 135%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.transform-gpu {
  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));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.scroll-mt-\[145px\] {
  scroll-margin-top: 145px;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-disc {
  list-style-type: disc;
}

.list-\[square\] {
  list-style-type: square;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!justify-center {
  justify-content: center !important;
}

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

.gap-8 {
  gap: 2rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-1 {
  gap: 0.25rem;
}

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

.gap-0 {
  gap: 0px;
}

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

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

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

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

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

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

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

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.\!space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * (1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-divide-opacity));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246/var(--tw-divide-opacity));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219/var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.text-clip {
  text-overflow: clip;
}

.break-words {
  overflow-wrap: break-word;
}

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

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.\!rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

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

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-0 {
  border-width: 0px;
}

.\!border-2 {
  border-width: 2px !important;
}

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

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

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

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

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

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

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0/var(--tw-border-opacity));
}

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

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28/var(--tw-border-opacity));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165/var(--tw-border-opacity));
}

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

.border-\[\#f39200\] {
  --tw-border-opacity: 1;
  border-color: rgb(243 146 0/var(--tw-border-opacity));
}

.border-\[\#e36729\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 103 41/var(--tw-border-opacity));
}

.border-\[\#05735d\] {
  --tw-border-opacity: 1;
  border-color: rgb(5 115 93/var(--tw-border-opacity));
}

.border-\[\#e7000d\] {
  --tw-border-opacity: 1;
  border-color: rgb(231 0 13/var(--tw-border-opacity));
}

.border-\[\#ed8309\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 131 9/var(--tw-border-opacity));
}

.\!border-primary-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 165 165/var(--tw-border-opacity)) !important;
}

.border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38/var(--tw-border-opacity));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202/var(--tw-border-opacity));
}

.border-lime-600 {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13/var(--tw-border-opacity));
}

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

.\!border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235/var(--tw-border-opacity)) !important;
}

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

.border-success-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128/var(--tw-border-opacity));
}

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

.border-primary-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113/var(--tw-border-opacity));
}

.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68/var(--tw-border-opacity));
}

.border-danger-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230/var(--tw-border-opacity));
}

.border-secondary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82/var(--tw-border-opacity));
}

.border-b-gray-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235/var(--tw-border-opacity));
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

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

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235/var(--tw-bg-opacity));
}

.bg-gray-100, .bg-striped > div:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39/var(--tw-bg-opacity));
}

.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38/var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38/var(--tw-bg-opacity));
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28/var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251/var(--tw-bg-opacity));
}

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

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

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0/var(--tw-bg-opacity));
}

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

.bg-transparent {
  background-color: transparent;
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229/var(--tw-bg-opacity));
}

.bg-\[\#01306D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 48 109/var(--tw-bg-opacity));
}

.bg-\[\#ececec\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236/var(--tw-bg-opacity));
}

.bg-\[\#ff7500\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 117 0/var(--tw-bg-opacity));
}

.bg-\[\#e51a24\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 26 36/var(--tw-bg-opacity));
}

.bg-\[\#003b79\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 59 121/var(--tw-bg-opacity));
}

.bg-\[\#9b2534\] {
  --tw-bg-opacity: 1;
  background-color: rgb(155 37 52/var(--tw-bg-opacity));
}

.bg-\[\#f08023\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 128 35/var(--tw-bg-opacity));
}

.bg-\[\#233774\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 55 116/var(--tw-bg-opacity));
}

.bg-\[\#f39200\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 146 0/var(--tw-bg-opacity));
}

.bg-\[\#262626\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38/var(--tw-bg-opacity));
}

.bg-\[\#19525d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 82 93/var(--tw-bg-opacity));
}

.bg-\[\#a3122d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(163 18 45/var(--tw-bg-opacity));
}

.bg-\[\#006ab1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 177/var(--tw-bg-opacity));
}

.bg-\[\#022f63\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 47 99/var(--tw-bg-opacity));
}

.bg-\[\#16448a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 68 138/var(--tw-bg-opacity));
}

.bg-\[\#6e6e6f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(110 110 111/var(--tw-bg-opacity));
}

.bg-\[\#067fb8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 127 184/var(--tw-bg-opacity));
}

.bg-\[\#015b9d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 91 157/var(--tw-bg-opacity));
}

.bg-\[\#004f9f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 79 159/var(--tw-bg-opacity));
}

.bg-\[\#b72b45\] {
  --tw-bg-opacity: 1;
  background-color: rgb(183 43 69/var(--tw-bg-opacity));
}

.bg-\[\#246ca0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 108 160/var(--tw-bg-opacity));
}

.bg-\[\#d24d1b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(210 77 27/var(--tw-bg-opacity));
}

.bg-\[\#00804f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 79/var(--tw-bg-opacity));
}

.bg-\[\#e3001b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 0 27/var(--tw-bg-opacity));
}

.bg-\[\#988175\] {
  --tw-bg-opacity: 1;
  background-color: rgb(152 129 117/var(--tw-bg-opacity));
}

.bg-\[\#e53011\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 48 17/var(--tw-bg-opacity));
}

.bg-\[\#05735d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 115 93/var(--tw-bg-opacity));
}

.bg-\[\#2a364a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 54 74/var(--tw-bg-opacity));
}

.bg-\[\#0b64b4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 100 180/var(--tw-bg-opacity));
}

.bg-\[\#004b96\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 75 150/var(--tw-bg-opacity));
}

.bg-\[\#0c549b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 84 155/var(--tw-bg-opacity));
}

.bg-\[\#07a052\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 160 82/var(--tw-bg-opacity));
}

.bg-\[\#1656b2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 86 178/var(--tw-bg-opacity));
}

.bg-\[\#7fa632\] {
  --tw-bg-opacity: 1;
  background-color: rgb(127 166 50/var(--tw-bg-opacity));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81/var(--tw-bg-opacity));
}

.bg-\[\#e7000d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 0 13/var(--tw-bg-opacity));
}

.bg-\[\#ed8309\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 131 9/var(--tw-bg-opacity));
}

.bg-\[\#e30613\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19/var(--tw-bg-opacity));
}

.bg-\[\#173966\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 57 102/var(--tw-bg-opacity));
}

.bg-\[\#144b60\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 75 96/var(--tw-bg-opacity));
}

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

.bg-\[\#cf0f78\] {
  --tw-bg-opacity: 1;
  background-color: rgb(207 15 120/var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242/var(--tw-bg-opacity));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61/var(--tw-bg-opacity));
}

.bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28/var(--tw-bg-opacity));
}

.bg-danger-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242/var(--tw-bg-opacity));
}

.bg-success-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208/var(--tw-bg-opacity));
}

.bg-\[\#60ad2e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(96 173 46/var(--tw-bg-opacity));
}

.bg-\[\#8ec120\] {
  --tw-bg-opacity: 1;
  background-color: rgb(142 193 32/var(--tw-bg-opacity));
}

.bg-\[\#cbda0f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(203 218 15/var(--tw-bg-opacity));
}

.bg-\[\#f6ed02\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 237 2/var(--tw-bg-opacity));
}

.bg-\[\#f5df02\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 223 2/var(--tw-bg-opacity));
}

.bg-\[\#f1c502\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 197 2/var(--tw-bg-opacity));
}

.bg-\[\#eba902\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 169 2/var(--tw-bg-opacity));
}

.bg-\[\#e38102\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 129 2/var(--tw-bg-opacity));
}

.bg-\[\#d74202\] {
  --tw-bg-opacity: 1;
  background-color: rgb(215 66 2/var(--tw-bg-opacity));
}

.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23/var(--tw-bg-opacity));
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21/var(--tw-bg-opacity));
}

.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202/var(--tw-bg-opacity));
}

.bg-secondary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23/var(--tw-bg-opacity));
}

.bg-secondary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245/var(--tw-bg-opacity));
}

.bg-secondary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38/var(--tw-bg-opacity));
}

.bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202/var(--tw-bg-opacity));
}

.bg-secondary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64/var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55/var(--tw-bg-opacity));
}

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

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400 {
  --tw-gradient-from: #f87171;
  --tw-gradient-to: rgb(248 113 113 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to);
}

.to-primary-700 {
  --tw-gradient-to: #b91c1c;
}

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

.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}

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

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-28 {
  padding: 7rem;
}

.p-32 {
  padding: 8rem;
}

.p-36 {
  padding: 9rem;
}

.p-40 {
  padding: 10rem;
}

.p-44 {
  padding: 11rem;
}

.p-48 {
  padding: 12rem;
}

.p-52 {
  padding: 13rem;
}

.p-56 {
  padding: 14rem;
}

.p-60 {
  padding: 15rem;
}

.p-64 {
  padding: 16rem;
}

.p-72 {
  padding: 18rem;
}

.p-80 {
  padding: 20rem;
}

.p-96 {
  padding: 24rem;
}

.p-px {
  padding: 1px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

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

.p-3\.5 {
  padding: 0.875rem;
}

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

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

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

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

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

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

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

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

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

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

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

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

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-2 {
  padding-right: 0.5rem;
}

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

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

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

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

.pr-14 {
  padding-right: 3.5rem;
}

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

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pr-60 {
  padding-right: 15rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pr-96 {
  padding-right: 24rem;
}

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

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

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pb-0 {
  padding-bottom: 0px;
}

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

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

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

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

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

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

.pb-24 {
  padding-bottom: 6rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pb-96 {
  padding-bottom: 24rem;
}

.pb-px {
  padding-bottom: 1px;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

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

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

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

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

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

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

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

.pl-9 {
  padding-left: 2.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

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

.pl-14 {
  padding-left: 3.5rem;
}

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

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-60 {
  padding-left: 15rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pl-96 {
  padding-left: 24rem;
}

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

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

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pt-\[93px\] {
  padding-top: 93px;
}

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

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

.\!text-center {
  text-align: center !important;
}

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

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

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

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

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

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

.font-sans {
  font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

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

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.text-2xs {
  font-size: 0.6rem;
}

.text-\[8px\] {
  font-size: 8px;
}

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

.text-\[8em\] {
  font-size: 8em;
}

.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

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

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

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

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-4 {
  line-height: 1rem;
}

.leading-\[0\.25em\] {
  line-height: 0.25em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-inherit {
  color: inherit;
}

.text-current {
  color: currentColor;
}

.text-transparent {
  color: transparent;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
}

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

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

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

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

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

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

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

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105/var(--tw-text-opacity));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85/var(--tw-text-opacity));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59/var(--tw-text-opacity));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42/var(--tw-text-opacity));
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251/var(--tw-text-opacity));
}

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

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235/var(--tw-text-opacity));
}

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

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

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

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}

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

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}

.text-zinc-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250/var(--tw-text-opacity));
}

.text-zinc-100 {
  --tw-text-opacity: 1;
  color: rgb(244 244 245/var(--tw-text-opacity));
}

.text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgb(228 228 231/var(--tw-text-opacity));
}

.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216/var(--tw-text-opacity));
}

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170/var(--tw-text-opacity));
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122/var(--tw-text-opacity));
}

.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91/var(--tw-text-opacity));
}

.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70/var(--tw-text-opacity));
}

.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42/var(--tw-text-opacity));
}

.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27/var(--tw-text-opacity));
}

.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250/var(--tw-text-opacity));
}

.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245/var(--tw-text-opacity));
}

.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229/var(--tw-text-opacity));
}

.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212/var(--tw-text-opacity));
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163/var(--tw-text-opacity));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115/var(--tw-text-opacity));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82/var(--tw-text-opacity));
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64/var(--tw-text-opacity));
}

.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38/var(--tw-text-opacity));
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23/var(--tw-text-opacity));
}

.text-stone-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 249/var(--tw-text-opacity));
}

.text-stone-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 244/var(--tw-text-opacity));
}

.text-stone-200 {
  --tw-text-opacity: 1;
  color: rgb(231 229 228/var(--tw-text-opacity));
}

.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209/var(--tw-text-opacity));
}

.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158/var(--tw-text-opacity));
}

.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108/var(--tw-text-opacity));
}

.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78/var(--tw-text-opacity));
}

.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60/var(--tw-text-opacity));
}

.text-stone-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36/var(--tw-text-opacity));
}

.text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23/var(--tw-text-opacity));
}

.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242/var(--tw-text-opacity));
}

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

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202/var(--tw-text-opacity));
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165/var(--tw-text-opacity));
}

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

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

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28/var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27/var(--tw-text-opacity));
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29/var(--tw-text-opacity));
}

.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(255 247 237/var(--tw-text-opacity));
}

.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213/var(--tw-text-opacity));
}

.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(254 215 170/var(--tw-text-opacity));
}

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

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60/var(--tw-text-opacity));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22/var(--tw-text-opacity));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12/var(--tw-text-opacity));
}

.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12/var(--tw-text-opacity));
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18/var(--tw-text-opacity));
}

.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18/var(--tw-text-opacity));
}

.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235/var(--tw-text-opacity));
}

.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199/var(--tw-text-opacity));
}

.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138/var(--tw-text-opacity));
}

.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77/var(--tw-text-opacity));
}

.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36/var(--tw-text-opacity));
}

.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11/var(--tw-text-opacity));
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6/var(--tw-text-opacity));
}

.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9/var(--tw-text-opacity));
}

.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14/var(--tw-text-opacity));
}

.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15/var(--tw-text-opacity));
}

.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232/var(--tw-text-opacity));
}

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195/var(--tw-text-opacity));
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138/var(--tw-text-opacity));
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71/var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21/var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8/var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4/var(--tw-text-opacity));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7/var(--tw-text-opacity));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14/var(--tw-text-opacity));
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18/var(--tw-text-opacity));
}

.text-lime-50 {
  --tw-text-opacity: 1;
  color: rgb(247 254 231/var(--tw-text-opacity));
}

.text-lime-100 {
  --tw-text-opacity: 1;
  color: rgb(236 252 203/var(--tw-text-opacity));
}

.text-lime-200 {
  --tw-text-opacity: 1;
  color: rgb(217 249 157/var(--tw-text-opacity));
}

.text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(190 242 100/var(--tw-text-opacity));
}

.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53/var(--tw-text-opacity));
}

.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22/var(--tw-text-opacity));
}

.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13/var(--tw-text-opacity));
}

.text-lime-700 {
  --tw-text-opacity: 1;
  color: rgb(77 124 15/var(--tw-text-opacity));
}

.text-lime-800 {
  --tw-text-opacity: 1;
  color: rgb(63 98 18/var(--tw-text-opacity));
}

.text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20/var(--tw-text-opacity));
}

.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244/var(--tw-text-opacity));
}

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

.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208/var(--tw-text-opacity));
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172/var(--tw-text-opacity));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128/var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94/var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74/var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61/var(--tw-text-opacity));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52/var(--tw-text-opacity));
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45/var(--tw-text-opacity));
}

.text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245/var(--tw-text-opacity));
}

.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229/var(--tw-text-opacity));
}

.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208/var(--tw-text-opacity));
}

.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183/var(--tw-text-opacity));
}

.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153/var(--tw-text-opacity));
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129/var(--tw-text-opacity));
}

.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105/var(--tw-text-opacity));
}

.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87/var(--tw-text-opacity));
}

.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70/var(--tw-text-opacity));
}

.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59/var(--tw-text-opacity));
}

.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 250/var(--tw-text-opacity));
}

.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(204 251 241/var(--tw-text-opacity));
}

.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(153 246 228/var(--tw-text-opacity));
}

.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(94 234 212/var(--tw-text-opacity));
}

.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191/var(--tw-text-opacity));
}

.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166/var(--tw-text-opacity));
}

.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136/var(--tw-text-opacity));
}

.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110/var(--tw-text-opacity));
}

.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89/var(--tw-text-opacity));
}

.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74/var(--tw-text-opacity));
}

.text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgb(236 254 255/var(--tw-text-opacity));
}

.text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(207 250 254/var(--tw-text-opacity));
}

.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(165 243 252/var(--tw-text-opacity));
}

.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249/var(--tw-text-opacity));
}

.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238/var(--tw-text-opacity));
}

.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212/var(--tw-text-opacity));
}

.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178/var(--tw-text-opacity));
}

.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144/var(--tw-text-opacity));
}

.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117/var(--tw-text-opacity));
}

.text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgb(22 78 99/var(--tw-text-opacity));
}

.text-sky-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255/var(--tw-text-opacity));
}

.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254/var(--tw-text-opacity));
}

.text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253/var(--tw-text-opacity));
}

.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252/var(--tw-text-opacity));
}

.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248/var(--tw-text-opacity));
}

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

.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199/var(--tw-text-opacity));
}

.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161/var(--tw-text-opacity));
}

.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133/var(--tw-text-opacity));
}

.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110/var(--tw-text-opacity));
}

.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255/var(--tw-text-opacity));
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254/var(--tw-text-opacity));
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254/var(--tw-text-opacity));
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253/var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250/var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246/var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235/var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216/var(--tw-text-opacity));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175/var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138/var(--tw-text-opacity));
}

.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(238 242 255/var(--tw-text-opacity));
}

.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255/var(--tw-text-opacity));
}

.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254/var(--tw-text-opacity));
}

.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252/var(--tw-text-opacity));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248/var(--tw-text-opacity));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241/var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229/var(--tw-text-opacity));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202/var(--tw-text-opacity));
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163/var(--tw-text-opacity));
}

.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129/var(--tw-text-opacity));
}

.text-violet-50 {
  --tw-text-opacity: 1;
  color: rgb(245 243 255/var(--tw-text-opacity));
}

.text-violet-100 {
  --tw-text-opacity: 1;
  color: rgb(237 233 254/var(--tw-text-opacity));
}

.text-violet-200 {
  --tw-text-opacity: 1;
  color: rgb(221 214 254/var(--tw-text-opacity));
}

.text-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253/var(--tw-text-opacity));
}

.text-violet-400 {
  --tw-text-opacity: 1;
  color: rgb(167 139 250/var(--tw-text-opacity));
}

.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246/var(--tw-text-opacity));
}

.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237/var(--tw-text-opacity));
}

.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217/var(--tw-text-opacity));
}

.text-violet-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182/var(--tw-text-opacity));
}

.text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149/var(--tw-text-opacity));
}

.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgb(250 245 255/var(--tw-text-opacity));
}

.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255/var(--tw-text-opacity));
}

.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255/var(--tw-text-opacity));
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254/var(--tw-text-opacity));
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252/var(--tw-text-opacity));
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247/var(--tw-text-opacity));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234/var(--tw-text-opacity));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206/var(--tw-text-opacity));
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168/var(--tw-text-opacity));
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135/var(--tw-text-opacity));
}

.text-fuchsia-50 {
  --tw-text-opacity: 1;
  color: rgb(253 244 255/var(--tw-text-opacity));
}

.text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgb(250 232 255/var(--tw-text-opacity));
}

.text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgb(245 208 254/var(--tw-text-opacity));
}

.text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgb(240 171 252/var(--tw-text-opacity));
}

.text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgb(232 121 249/var(--tw-text-opacity));
}

.text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgb(217 70 239/var(--tw-text-opacity));
}

.text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgb(192 38 211/var(--tw-text-opacity));
}

.text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgb(162 28 175/var(--tw-text-opacity));
}

.text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgb(134 25 143/var(--tw-text-opacity));
}

.text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgb(112 26 117/var(--tw-text-opacity));
}

.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgb(253 242 248/var(--tw-text-opacity));
}

.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(252 231 243/var(--tw-text-opacity));
}

.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(251 207 232/var(--tw-text-opacity));
}

.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(249 168 212/var(--tw-text-opacity));
}

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182/var(--tw-text-opacity));
}

.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153/var(--tw-text-opacity));
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119/var(--tw-text-opacity));
}

.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93/var(--tw-text-opacity));
}

.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(157 23 77/var(--tw-text-opacity));
}

.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67/var(--tw-text-opacity));
}

.text-rose-50 {
  --tw-text-opacity: 1;
  color: rgb(255 241 242/var(--tw-text-opacity));
}

.text-rose-100 {
  --tw-text-opacity: 1;
  color: rgb(255 228 230/var(--tw-text-opacity));
}

.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211/var(--tw-text-opacity));
}

.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175/var(--tw-text-opacity));
}

.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133/var(--tw-text-opacity));
}

.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94/var(--tw-text-opacity));
}

.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72/var(--tw-text-opacity));
}

.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60/var(--tw-text-opacity));
}

.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57/var(--tw-text-opacity));
}

.text-rose-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55/var(--tw-text-opacity));
}

.text-primary-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242/var(--tw-text-opacity));
}

.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226/var(--tw-text-opacity));
}

.text-primary-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202/var(--tw-text-opacity));
}

.text-primary-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165/var(--tw-text-opacity));
}

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

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

.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28/var(--tw-text-opacity));
}

.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27/var(--tw-text-opacity));
}

.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29/var(--tw-text-opacity));
}

.text-secondary-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250/var(--tw-text-opacity));
}

.text-secondary-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245/var(--tw-text-opacity));
}

.text-secondary-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229/var(--tw-text-opacity));
}

.text-secondary-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212/var(--tw-text-opacity));
}

.text-secondary-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163/var(--tw-text-opacity));
}

.text-secondary-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115/var(--tw-text-opacity));
}

.text-secondary-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82/var(--tw-text-opacity));
}

.text-secondary-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64/var(--tw-text-opacity));
}

.text-secondary-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38/var(--tw-text-opacity));
}

.text-secondary-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23/var(--tw-text-opacity));
}

.text-success-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244/var(--tw-text-opacity));
}

.text-success-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231/var(--tw-text-opacity));
}

.text-success-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208/var(--tw-text-opacity));
}

.text-success-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172/var(--tw-text-opacity));
}

.text-success-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128/var(--tw-text-opacity));
}

.text-success-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94/var(--tw-text-opacity));
}

.text-success-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74/var(--tw-text-opacity));
}

.text-success-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61/var(--tw-text-opacity));
}

.text-success-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52/var(--tw-text-opacity));
}

.text-success-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45/var(--tw-text-opacity));
}

.text-danger-50 {
  --tw-text-opacity: 1;
  color: rgb(255 241 242/var(--tw-text-opacity));
}

.text-danger-100 {
  --tw-text-opacity: 1;
  color: rgb(255 228 230/var(--tw-text-opacity));
}

.text-danger-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211/var(--tw-text-opacity));
}

.text-danger-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175/var(--tw-text-opacity));
}

.text-danger-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133/var(--tw-text-opacity));
}

.text-danger-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94/var(--tw-text-opacity));
}

.text-danger-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72/var(--tw-text-opacity));
}

.text-danger-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60/var(--tw-text-opacity));
}

.text-danger-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57/var(--tw-text-opacity));
}

.text-danger-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55/var(--tw-text-opacity));
}

.text-warning-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235/var(--tw-text-opacity));
}

.text-warning-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199/var(--tw-text-opacity));
}

.text-warning-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138/var(--tw-text-opacity));
}

.text-warning-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77/var(--tw-text-opacity));
}

.text-warning-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36/var(--tw-text-opacity));
}

.text-warning-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11/var(--tw-text-opacity));
}

.text-warning-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6/var(--tw-text-opacity));
}

.text-warning-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9/var(--tw-text-opacity));
}

.text-warning-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14/var(--tw-text-opacity));
}

.text-warning-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15/var(--tw-text-opacity));
}

.text-info-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255/var(--tw-text-opacity));
}

.text-info-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254/var(--tw-text-opacity));
}

.text-info-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253/var(--tw-text-opacity));
}

.text-info-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252/var(--tw-text-opacity));
}

.text-info-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248/var(--tw-text-opacity));
}

.text-info-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233/var(--tw-text-opacity));
}

.text-info-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199/var(--tw-text-opacity));
}

.text-info-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161/var(--tw-text-opacity));
}

.text-info-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133/var(--tw-text-opacity));
}

.text-info-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110/var(--tw-text-opacity));
}

.text-transparent\/0 {
  color: rgba(0, 0, 0, 0);
}

.text-transparent\/5 {
  color: rgba(0, 0, 0, 0.05);
}

.text-transparent\/10 {
  color: rgba(0, 0, 0, 0.1);
}

.text-transparent\/20 {
  color: rgba(0, 0, 0, 0.2);
}

.text-transparent\/25 {
  color: rgba(0, 0, 0, 0.25);
}

.text-transparent\/30 {
  color: rgba(0, 0, 0, 0.3);
}

.text-transparent\/40 {
  color: rgba(0, 0, 0, 0.4);
}

.text-transparent\/50 {
  color: rgba(0, 0, 0, 0.5);
}

.text-transparent\/60 {
  color: rgba(0, 0, 0, 0.6);
}

.text-transparent\/70 {
  color: rgba(0, 0, 0, 0.7);
}

.text-transparent\/75 {
  color: rgba(0, 0, 0, 0.75);
}

.text-transparent\/80 {
  color: rgba(0, 0, 0, 0.8);
}

.text-transparent\/90 {
  color: rgba(0, 0, 0, 0.9);
}

.text-transparent\/95 {
  color: rgba(0, 0, 0, 0.95);
}

.text-transparent\/100 {
  color: rgb(0, 0, 0);
}

.text-black\/0 {
  color: rgba(0, 0, 0, 0);
}

.text-black\/5 {
  color: rgba(0, 0, 0, 0.05);
}

.text-black\/10 {
  color: rgba(0, 0, 0, 0.1);
}

.text-black\/20 {
  color: rgba(0, 0, 0, 0.2);
}

.text-black\/25 {
  color: rgba(0, 0, 0, 0.25);
}

.text-black\/30 {
  color: rgba(0, 0, 0, 0.3);
}

.text-black\/40 {
  color: rgba(0, 0, 0, 0.4);
}

.text-black\/50 {
  color: rgba(0, 0, 0, 0.5);
}

.text-black\/60 {
  color: rgba(0, 0, 0, 0.6);
}

.text-black\/70 {
  color: rgba(0, 0, 0, 0.7);
}

.text-black\/75 {
  color: rgba(0, 0, 0, 0.75);
}

.text-black\/80 {
  color: rgba(0, 0, 0, 0.8);
}

.text-black\/90 {
  color: rgba(0, 0, 0, 0.9);
}

.text-black\/95 {
  color: rgba(0, 0, 0, 0.95);
}

.text-black\/100 {
  color: rgb(0, 0, 0);
}

.text-white\/0 {
  color: rgba(255, 255, 255, 0);
}

.text-white\/5 {
  color: rgba(255, 255, 255, 0.05);
}

.text-white\/10 {
  color: rgba(255, 255, 255, 0.1);
}

.text-white\/20 {
  color: rgba(255, 255, 255, 0.2);
}

.text-white\/25 {
  color: rgba(255, 255, 255, 0.25);
}

.text-white\/30 {
  color: rgba(255, 255, 255, 0.3);
}

.text-white\/40 {
  color: rgba(255, 255, 255, 0.4);
}

.text-white\/50 {
  color: rgba(255, 255, 255, 0.5);
}

.text-white\/60 {
  color: rgba(255, 255, 255, 0.6);
}

.text-white\/70 {
  color: rgba(255, 255, 255, 0.7);
}

.text-white\/75 {
  color: rgba(255, 255, 255, 0.75);
}

.text-white\/80 {
  color: rgba(255, 255, 255, 0.8);
}

.text-white\/90 {
  color: rgba(255, 255, 255, 0.9);
}

.text-white\/95 {
  color: rgba(255, 255, 255, 0.95);
}

.text-white\/100 {
  color: rgb(255, 255, 255);
}

.text-slate-50\/0 {
  color: rgba(248, 250, 252, 0);
}

.text-slate-50\/5 {
  color: rgba(248, 250, 252, 0.05);
}

.text-slate-50\/10 {
  color: rgba(248, 250, 252, 0.1);
}

.text-slate-50\/20 {
  color: rgba(248, 250, 252, 0.2);
}

.text-slate-50\/25 {
  color: rgba(248, 250, 252, 0.25);
}

.text-slate-50\/30 {
  color: rgba(248, 250, 252, 0.3);
}

.text-slate-50\/40 {
  color: rgba(248, 250, 252, 0.4);
}

.text-slate-50\/50 {
  color: rgba(248, 250, 252, 0.5);
}

.text-slate-50\/60 {
  color: rgba(248, 250, 252, 0.6);
}

.text-slate-50\/70 {
  color: rgba(248, 250, 252, 0.7);
}

.text-slate-50\/75 {
  color: rgba(248, 250, 252, 0.75);
}

.text-slate-50\/80 {
  color: rgba(248, 250, 252, 0.8);
}

.text-slate-50\/90 {
  color: rgba(248, 250, 252, 0.9);
}

.text-slate-50\/95 {
  color: rgba(248, 250, 252, 0.95);
}

.text-slate-50\/100 {
  color: rgb(248, 250, 252);
}

.text-slate-100\/0 {
  color: rgba(241, 245, 249, 0);
}

.text-slate-100\/5 {
  color: rgba(241, 245, 249, 0.05);
}

.text-slate-100\/10 {
  color: rgba(241, 245, 249, 0.1);
}

.text-slate-100\/20 {
  color: rgba(241, 245, 249, 0.2);
}

.text-slate-100\/25 {
  color: rgba(241, 245, 249, 0.25);
}

.text-slate-100\/30 {
  color: rgba(241, 245, 249, 0.3);
}

.text-slate-100\/40 {
  color: rgba(241, 245, 249, 0.4);
}

.text-slate-100\/50 {
  color: rgba(241, 245, 249, 0.5);
}

.text-slate-100\/60 {
  color: rgba(241, 245, 249, 0.6);
}

.text-slate-100\/70 {
  color: rgba(241, 245, 249, 0.7);
}

.text-slate-100\/75 {
  color: rgba(241, 245, 249, 0.75);
}

.text-slate-100\/80 {
  color: rgba(241, 245, 249, 0.8);
}

.text-slate-100\/90 {
  color: rgba(241, 245, 249, 0.9);
}

.text-slate-100\/95 {
  color: rgba(241, 245, 249, 0.95);
}

.text-slate-100\/100 {
  color: rgb(241, 245, 249);
}

.text-slate-200\/0 {
  color: rgba(226, 232, 240, 0);
}

.text-slate-200\/5 {
  color: rgba(226, 232, 240, 0.05);
}

.text-slate-200\/10 {
  color: rgba(226, 232, 240, 0.1);
}

.text-slate-200\/20 {
  color: rgba(226, 232, 240, 0.2);
}

.text-slate-200\/25 {
  color: rgba(226, 232, 240, 0.25);
}

.text-slate-200\/30 {
  color: rgba(226, 232, 240, 0.3);
}

.text-slate-200\/40 {
  color: rgba(226, 232, 240, 0.4);
}

.text-slate-200\/50 {
  color: rgba(226, 232, 240, 0.5);
}

.text-slate-200\/60 {
  color: rgba(226, 232, 240, 0.6);
}

.text-slate-200\/70 {
  color: rgba(226, 232, 240, 0.7);
}

.text-slate-200\/75 {
  color: rgba(226, 232, 240, 0.75);
}

.text-slate-200\/80 {
  color: rgba(226, 232, 240, 0.8);
}

.text-slate-200\/90 {
  color: rgba(226, 232, 240, 0.9);
}

.text-slate-200\/95 {
  color: rgba(226, 232, 240, 0.95);
}

.text-slate-200\/100 {
  color: rgb(226, 232, 240);
}

.text-slate-300\/0 {
  color: rgba(203, 213, 225, 0);
}

.text-slate-300\/5 {
  color: rgba(203, 213, 225, 0.05);
}

.text-slate-300\/10 {
  color: rgba(203, 213, 225, 0.1);
}

.text-slate-300\/20 {
  color: rgba(203, 213, 225, 0.2);
}

.text-slate-300\/25 {
  color: rgba(203, 213, 225, 0.25);
}

.text-slate-300\/30 {
  color: rgba(203, 213, 225, 0.3);
}

.text-slate-300\/40 {
  color: rgba(203, 213, 225, 0.4);
}

.text-slate-300\/50 {
  color: rgba(203, 213, 225, 0.5);
}

.text-slate-300\/60 {
  color: rgba(203, 213, 225, 0.6);
}

.text-slate-300\/70 {
  color: rgba(203, 213, 225, 0.7);
}

.text-slate-300\/75 {
  color: rgba(203, 213, 225, 0.75);
}

.text-slate-300\/80 {
  color: rgba(203, 213, 225, 0.8);
}

.text-slate-300\/90 {
  color: rgba(203, 213, 225, 0.9);
}

.text-slate-300\/95 {
  color: rgba(203, 213, 225, 0.95);
}

.text-slate-300\/100 {
  color: rgb(203, 213, 225);
}

.text-slate-400\/0 {
  color: rgba(148, 163, 184, 0);
}

.text-slate-400\/5 {
  color: rgba(148, 163, 184, 0.05);
}

.text-slate-400\/10 {
  color: rgba(148, 163, 184, 0.1);
}

.text-slate-400\/20 {
  color: rgba(148, 163, 184, 0.2);
}

.text-slate-400\/25 {
  color: rgba(148, 163, 184, 0.25);
}

.text-slate-400\/30 {
  color: rgba(148, 163, 184, 0.3);
}

.text-slate-400\/40 {
  color: rgba(148, 163, 184, 0.4);
}

.text-slate-400\/50 {
  color: rgba(148, 163, 184, 0.5);
}

.text-slate-400\/60 {
  color: rgba(148, 163, 184, 0.6);
}

.text-slate-400\/70 {
  color: rgba(148, 163, 184, 0.7);
}

.text-slate-400\/75 {
  color: rgba(148, 163, 184, 0.75);
}

.text-slate-400\/80 {
  color: rgba(148, 163, 184, 0.8);
}

.text-slate-400\/90 {
  color: rgba(148, 163, 184, 0.9);
}

.text-slate-400\/95 {
  color: rgba(148, 163, 184, 0.95);
}

.text-slate-400\/100 {
  color: rgb(148, 163, 184);
}

.text-slate-500\/0 {
  color: rgba(100, 116, 139, 0);
}

.text-slate-500\/5 {
  color: rgba(100, 116, 139, 0.05);
}

.text-slate-500\/10 {
  color: rgba(100, 116, 139, 0.1);
}

.text-slate-500\/20 {
  color: rgba(100, 116, 139, 0.2);
}

.text-slate-500\/25 {
  color: rgba(100, 116, 139, 0.25);
}

.text-slate-500\/30 {
  color: rgba(100, 116, 139, 0.3);
}

.text-slate-500\/40 {
  color: rgba(100, 116, 139, 0.4);
}

.text-slate-500\/50 {
  color: rgba(100, 116, 139, 0.5);
}

.text-slate-500\/60 {
  color: rgba(100, 116, 139, 0.6);
}

.text-slate-500\/70 {
  color: rgba(100, 116, 139, 0.7);
}

.text-slate-500\/75 {
  color: rgba(100, 116, 139, 0.75);
}

.text-slate-500\/80 {
  color: rgba(100, 116, 139, 0.8);
}

.text-slate-500\/90 {
  color: rgba(100, 116, 139, 0.9);
}

.text-slate-500\/95 {
  color: rgba(100, 116, 139, 0.95);
}

.text-slate-500\/100 {
  color: rgb(100, 116, 139);
}

.text-slate-600\/0 {
  color: rgba(71, 85, 105, 0);
}

.text-slate-600\/5 {
  color: rgba(71, 85, 105, 0.05);
}

.text-slate-600\/10 {
  color: rgba(71, 85, 105, 0.1);
}

.text-slate-600\/20 {
  color: rgba(71, 85, 105, 0.2);
}

.text-slate-600\/25 {
  color: rgba(71, 85, 105, 0.25);
}

.text-slate-600\/30 {
  color: rgba(71, 85, 105, 0.3);
}

.text-slate-600\/40 {
  color: rgba(71, 85, 105, 0.4);
}

.text-slate-600\/50 {
  color: rgba(71, 85, 105, 0.5);
}

.text-slate-600\/60 {
  color: rgba(71, 85, 105, 0.6);
}

.text-slate-600\/70 {
  color: rgba(71, 85, 105, 0.7);
}

.text-slate-600\/75 {
  color: rgba(71, 85, 105, 0.75);
}

.text-slate-600\/80 {
  color: rgba(71, 85, 105, 0.8);
}

.text-slate-600\/90 {
  color: rgba(71, 85, 105, 0.9);
}

.text-slate-600\/95 {
  color: rgba(71, 85, 105, 0.95);
}

.text-slate-600\/100 {
  color: rgb(71, 85, 105);
}

.text-slate-700\/0 {
  color: rgba(51, 65, 85, 0);
}

.text-slate-700\/5 {
  color: rgba(51, 65, 85, 0.05);
}

.text-slate-700\/10 {
  color: rgba(51, 65, 85, 0.1);
}

.text-slate-700\/20 {
  color: rgba(51, 65, 85, 0.2);
}

.text-slate-700\/25 {
  color: rgba(51, 65, 85, 0.25);
}

.text-slate-700\/30 {
  color: rgba(51, 65, 85, 0.3);
}

.text-slate-700\/40 {
  color: rgba(51, 65, 85, 0.4);
}

.text-slate-700\/50 {
  color: rgba(51, 65, 85, 0.5);
}

.text-slate-700\/60 {
  color: rgba(51, 65, 85, 0.6);
}

.text-slate-700\/70 {
  color: rgba(51, 65, 85, 0.7);
}

.text-slate-700\/75 {
  color: rgba(51, 65, 85, 0.75);
}

.text-slate-700\/80 {
  color: rgba(51, 65, 85, 0.8);
}

.text-slate-700\/90 {
  color: rgba(51, 65, 85, 0.9);
}

.text-slate-700\/95 {
  color: rgba(51, 65, 85, 0.95);
}

.text-slate-700\/100 {
  color: rgb(51, 65, 85);
}

.text-slate-800\/0 {
  color: rgba(30, 41, 59, 0);
}

.text-slate-800\/5 {
  color: rgba(30, 41, 59, 0.05);
}

.text-slate-800\/10 {
  color: rgba(30, 41, 59, 0.1);
}

.text-slate-800\/20 {
  color: rgba(30, 41, 59, 0.2);
}

.text-slate-800\/25 {
  color: rgba(30, 41, 59, 0.25);
}

.text-slate-800\/30 {
  color: rgba(30, 41, 59, 0.3);
}

.text-slate-800\/40 {
  color: rgba(30, 41, 59, 0.4);
}

.text-slate-800\/50 {
  color: rgba(30, 41, 59, 0.5);
}

.text-slate-800\/60 {
  color: rgba(30, 41, 59, 0.6);
}

.text-slate-800\/70 {
  color: rgba(30, 41, 59, 0.7);
}

.text-slate-800\/75 {
  color: rgba(30, 41, 59, 0.75);
}

.text-slate-800\/80 {
  color: rgba(30, 41, 59, 0.8);
}

.text-slate-800\/90 {
  color: rgba(30, 41, 59, 0.9);
}

.text-slate-800\/95 {
  color: rgba(30, 41, 59, 0.95);
}

.text-slate-800\/100 {
  color: rgb(30, 41, 59);
}

.text-slate-900\/0 {
  color: rgba(15, 23, 42, 0);
}

.text-slate-900\/5 {
  color: rgba(15, 23, 42, 0.05);
}

.text-slate-900\/10 {
  color: rgba(15, 23, 42, 0.1);
}

.text-slate-900\/20 {
  color: rgba(15, 23, 42, 0.2);
}

.text-slate-900\/25 {
  color: rgba(15, 23, 42, 0.25);
}

.text-slate-900\/30 {
  color: rgba(15, 23, 42, 0.3);
}

.text-slate-900\/40 {
  color: rgba(15, 23, 42, 0.4);
}

.text-slate-900\/50 {
  color: rgba(15, 23, 42, 0.5);
}

.text-slate-900\/60 {
  color: rgba(15, 23, 42, 0.6);
}

.text-slate-900\/70 {
  color: rgba(15, 23, 42, 0.7);
}

.text-slate-900\/75 {
  color: rgba(15, 23, 42, 0.75);
}

.text-slate-900\/80 {
  color: rgba(15, 23, 42, 0.8);
}

.text-slate-900\/90 {
  color: rgba(15, 23, 42, 0.9);
}

.text-slate-900\/95 {
  color: rgba(15, 23, 42, 0.95);
}

.text-slate-900\/100 {
  color: rgb(15, 23, 42);
}

.text-gray-50\/0 {
  color: rgba(249, 250, 251, 0);
}

.text-gray-50\/5 {
  color: rgba(249, 250, 251, 0.05);
}

.text-gray-50\/10 {
  color: rgba(249, 250, 251, 0.1);
}

.text-gray-50\/20 {
  color: rgba(249, 250, 251, 0.2);
}

.text-gray-50\/25 {
  color: rgba(249, 250, 251, 0.25);
}

.text-gray-50\/30 {
  color: rgba(249, 250, 251, 0.3);
}

.text-gray-50\/40 {
  color: rgba(249, 250, 251, 0.4);
}

.text-gray-50\/50 {
  color: rgba(249, 250, 251, 0.5);
}

.text-gray-50\/60 {
  color: rgba(249, 250, 251, 0.6);
}

.text-gray-50\/70 {
  color: rgba(249, 250, 251, 0.7);
}

.text-gray-50\/75 {
  color: rgba(249, 250, 251, 0.75);
}

.text-gray-50\/80 {
  color: rgba(249, 250, 251, 0.8);
}

.text-gray-50\/90 {
  color: rgba(249, 250, 251, 0.9);
}

.text-gray-50\/95 {
  color: rgba(249, 250, 251, 0.95);
}

.text-gray-50\/100 {
  color: rgb(249, 250, 251);
}

.text-gray-100\/0 {
  color: rgba(243, 244, 246, 0);
}

.text-gray-100\/5 {
  color: rgba(243, 244, 246, 0.05);
}

.text-gray-100\/10 {
  color: rgba(243, 244, 246, 0.1);
}

.text-gray-100\/20 {
  color: rgba(243, 244, 246, 0.2);
}

.text-gray-100\/25 {
  color: rgba(243, 244, 246, 0.25);
}

.text-gray-100\/30 {
  color: rgba(243, 244, 246, 0.3);
}

.text-gray-100\/40 {
  color: rgba(243, 244, 246, 0.4);
}

.text-gray-100\/50 {
  color: rgba(243, 244, 246, 0.5);
}

.text-gray-100\/60 {
  color: rgba(243, 244, 246, 0.6);
}

.text-gray-100\/70 {
  color: rgba(243, 244, 246, 0.7);
}

.text-gray-100\/75 {
  color: rgba(243, 244, 246, 0.75);
}

.text-gray-100\/80 {
  color: rgba(243, 244, 246, 0.8);
}

.text-gray-100\/90 {
  color: rgba(243, 244, 246, 0.9);
}

.text-gray-100\/95 {
  color: rgba(243, 244, 246, 0.95);
}

.text-gray-100\/100 {
  color: rgb(243, 244, 246);
}

.text-gray-200\/0 {
  color: rgba(229, 231, 235, 0);
}

.text-gray-200\/5 {
  color: rgba(229, 231, 235, 0.05);
}

.text-gray-200\/10 {
  color: rgba(229, 231, 235, 0.1);
}

.text-gray-200\/20 {
  color: rgba(229, 231, 235, 0.2);
}

.text-gray-200\/25 {
  color: rgba(229, 231, 235, 0.25);
}

.text-gray-200\/30 {
  color: rgba(229, 231, 235, 0.3);
}

.text-gray-200\/40 {
  color: rgba(229, 231, 235, 0.4);
}

.text-gray-200\/50 {
  color: rgba(229, 231, 235, 0.5);
}

.text-gray-200\/60 {
  color: rgba(229, 231, 235, 0.6);
}

.text-gray-200\/70 {
  color: rgba(229, 231, 235, 0.7);
}

.text-gray-200\/75 {
  color: rgba(229, 231, 235, 0.75);
}

.text-gray-200\/80 {
  color: rgba(229, 231, 235, 0.8);
}

.text-gray-200\/90 {
  color: rgba(229, 231, 235, 0.9);
}

.text-gray-200\/95 {
  color: rgba(229, 231, 235, 0.95);
}

.text-gray-200\/100 {
  color: rgb(229, 231, 235);
}

.text-gray-300\/0 {
  color: rgba(209, 213, 219, 0);
}

.text-gray-300\/5 {
  color: rgba(209, 213, 219, 0.05);
}

.text-gray-300\/10 {
  color: rgba(209, 213, 219, 0.1);
}

.text-gray-300\/20 {
  color: rgba(209, 213, 219, 0.2);
}

.text-gray-300\/25 {
  color: rgba(209, 213, 219, 0.25);
}

.text-gray-300\/30 {
  color: rgba(209, 213, 219, 0.3);
}

.text-gray-300\/40 {
  color: rgba(209, 213, 219, 0.4);
}

.text-gray-300\/50 {
  color: rgba(209, 213, 219, 0.5);
}

.text-gray-300\/60 {
  color: rgba(209, 213, 219, 0.6);
}

.text-gray-300\/70 {
  color: rgba(209, 213, 219, 0.7);
}

.text-gray-300\/75 {
  color: rgba(209, 213, 219, 0.75);
}

.text-gray-300\/80 {
  color: rgba(209, 213, 219, 0.8);
}

.text-gray-300\/90 {
  color: rgba(209, 213, 219, 0.9);
}

.text-gray-300\/95 {
  color: rgba(209, 213, 219, 0.95);
}

.text-gray-300\/100 {
  color: rgb(209, 213, 219);
}

.text-gray-400\/0 {
  color: rgba(156, 163, 175, 0);
}

.text-gray-400\/5 {
  color: rgba(156, 163, 175, 0.05);
}

.text-gray-400\/10 {
  color: rgba(156, 163, 175, 0.1);
}

.text-gray-400\/20 {
  color: rgba(156, 163, 175, 0.2);
}

.text-gray-400\/25 {
  color: rgba(156, 163, 175, 0.25);
}

.text-gray-400\/30 {
  color: rgba(156, 163, 175, 0.3);
}

.text-gray-400\/40 {
  color: rgba(156, 163, 175, 0.4);
}

.text-gray-400\/50 {
  color: rgba(156, 163, 175, 0.5);
}

.text-gray-400\/60 {
  color: rgba(156, 163, 175, 0.6);
}

.text-gray-400\/70 {
  color: rgba(156, 163, 175, 0.7);
}

.text-gray-400\/75 {
  color: rgba(156, 163, 175, 0.75);
}

.text-gray-400\/80 {
  color: rgba(156, 163, 175, 0.8);
}

.text-gray-400\/90 {
  color: rgba(156, 163, 175, 0.9);
}

.text-gray-400\/95 {
  color: rgba(156, 163, 175, 0.95);
}

.text-gray-400\/100 {
  color: rgb(156, 163, 175);
}

.text-gray-500\/0 {
  color: rgba(107, 114, 128, 0);
}

.text-gray-500\/5 {
  color: rgba(107, 114, 128, 0.05);
}

.text-gray-500\/10 {
  color: rgba(107, 114, 128, 0.1);
}

.text-gray-500\/20 {
  color: rgba(107, 114, 128, 0.2);
}

.text-gray-500\/25 {
  color: rgba(107, 114, 128, 0.25);
}

.text-gray-500\/30 {
  color: rgba(107, 114, 128, 0.3);
}

.text-gray-500\/40 {
  color: rgba(107, 114, 128, 0.4);
}

.text-gray-500\/50 {
  color: rgba(107, 114, 128, 0.5);
}

.text-gray-500\/60 {
  color: rgba(107, 114, 128, 0.6);
}

.text-gray-500\/70 {
  color: rgba(107, 114, 128, 0.7);
}

.text-gray-500\/75 {
  color: rgba(107, 114, 128, 0.75);
}

.text-gray-500\/80 {
  color: rgba(107, 114, 128, 0.8);
}

.text-gray-500\/90 {
  color: rgba(107, 114, 128, 0.9);
}

.text-gray-500\/95 {
  color: rgba(107, 114, 128, 0.95);
}

.text-gray-500\/100 {
  color: rgb(107, 114, 128);
}

.text-gray-600\/0 {
  color: rgba(75, 85, 99, 0);
}

.text-gray-600\/5 {
  color: rgba(75, 85, 99, 0.05);
}

.text-gray-600\/10 {
  color: rgba(75, 85, 99, 0.1);
}

.text-gray-600\/20 {
  color: rgba(75, 85, 99, 0.2);
}

.text-gray-600\/25 {
  color: rgba(75, 85, 99, 0.25);
}

.text-gray-600\/30 {
  color: rgba(75, 85, 99, 0.3);
}

.text-gray-600\/40 {
  color: rgba(75, 85, 99, 0.4);
}

.text-gray-600\/50 {
  color: rgba(75, 85, 99, 0.5);
}

.text-gray-600\/60 {
  color: rgba(75, 85, 99, 0.6);
}

.text-gray-600\/70 {
  color: rgba(75, 85, 99, 0.7);
}

.text-gray-600\/75 {
  color: rgba(75, 85, 99, 0.75);
}

.text-gray-600\/80 {
  color: rgba(75, 85, 99, 0.8);
}

.text-gray-600\/90 {
  color: rgba(75, 85, 99, 0.9);
}

.text-gray-600\/95 {
  color: rgba(75, 85, 99, 0.95);
}

.text-gray-600\/100 {
  color: rgb(75, 85, 99);
}

.text-gray-700\/0 {
  color: rgba(55, 65, 81, 0);
}

.text-gray-700\/5 {
  color: rgba(55, 65, 81, 0.05);
}

.text-gray-700\/10 {
  color: rgba(55, 65, 81, 0.1);
}

.text-gray-700\/20 {
  color: rgba(55, 65, 81, 0.2);
}

.text-gray-700\/25 {
  color: rgba(55, 65, 81, 0.25);
}

.text-gray-700\/30 {
  color: rgba(55, 65, 81, 0.3);
}

.text-gray-700\/40 {
  color: rgba(55, 65, 81, 0.4);
}

.text-gray-700\/50 {
  color: rgba(55, 65, 81, 0.5);
}

.text-gray-700\/60 {
  color: rgba(55, 65, 81, 0.6);
}

.text-gray-700\/70 {
  color: rgba(55, 65, 81, 0.7);
}

.text-gray-700\/75 {
  color: rgba(55, 65, 81, 0.75);
}

.text-gray-700\/80 {
  color: rgba(55, 65, 81, 0.8);
}

.text-gray-700\/90 {
  color: rgba(55, 65, 81, 0.9);
}

.text-gray-700\/95 {
  color: rgba(55, 65, 81, 0.95);
}

.text-gray-700\/100 {
  color: rgb(55, 65, 81);
}

.text-gray-800\/0 {
  color: rgba(31, 41, 55, 0);
}

.text-gray-800\/5 {
  color: rgba(31, 41, 55, 0.05);
}

.text-gray-800\/10 {
  color: rgba(31, 41, 55, 0.1);
}

.text-gray-800\/20 {
  color: rgba(31, 41, 55, 0.2);
}

.text-gray-800\/25 {
  color: rgba(31, 41, 55, 0.25);
}

.text-gray-800\/30 {
  color: rgba(31, 41, 55, 0.3);
}

.text-gray-800\/40 {
  color: rgba(31, 41, 55, 0.4);
}

.text-gray-800\/50 {
  color: rgba(31, 41, 55, 0.5);
}

.text-gray-800\/60 {
  color: rgba(31, 41, 55, 0.6);
}

.text-gray-800\/70 {
  color: rgba(31, 41, 55, 0.7);
}

.text-gray-800\/75 {
  color: rgba(31, 41, 55, 0.75);
}

.text-gray-800\/80 {
  color: rgba(31, 41, 55, 0.8);
}

.text-gray-800\/90 {
  color: rgba(31, 41, 55, 0.9);
}

.text-gray-800\/95 {
  color: rgba(31, 41, 55, 0.95);
}

.text-gray-800\/100 {
  color: rgb(31, 41, 55);
}

.text-gray-900\/0 {
  color: rgba(17, 24, 39, 0);
}

.text-gray-900\/5 {
  color: rgba(17, 24, 39, 0.05);
}

.text-gray-900\/10 {
  color: rgba(17, 24, 39, 0.1);
}

.text-gray-900\/20 {
  color: rgba(17, 24, 39, 0.2);
}

.text-gray-900\/25 {
  color: rgba(17, 24, 39, 0.25);
}

.text-gray-900\/30 {
  color: rgba(17, 24, 39, 0.3);
}

.text-gray-900\/40 {
  color: rgba(17, 24, 39, 0.4);
}

.text-gray-900\/50 {
  color: rgba(17, 24, 39, 0.5);
}

.text-gray-900\/60 {
  color: rgba(17, 24, 39, 0.6);
}

.text-gray-900\/70 {
  color: rgba(17, 24, 39, 0.7);
}

.text-gray-900\/75 {
  color: rgba(17, 24, 39, 0.75);
}

.text-gray-900\/80 {
  color: rgba(17, 24, 39, 0.8);
}

.text-gray-900\/90 {
  color: rgba(17, 24, 39, 0.9);
}

.text-gray-900\/95 {
  color: rgba(17, 24, 39, 0.95);
}

.text-gray-900\/100 {
  color: rgb(17, 24, 39);
}

.text-zinc-50\/0 {
  color: rgba(250, 250, 250, 0);
}

.text-zinc-50\/5 {
  color: rgba(250, 250, 250, 0.05);
}

.text-zinc-50\/10 {
  color: rgba(250, 250, 250, 0.1);
}

.text-zinc-50\/20 {
  color: rgba(250, 250, 250, 0.2);
}

.text-zinc-50\/25 {
  color: rgba(250, 250, 250, 0.25);
}

.text-zinc-50\/30 {
  color: rgba(250, 250, 250, 0.3);
}

.text-zinc-50\/40 {
  color: rgba(250, 250, 250, 0.4);
}

.text-zinc-50\/50 {
  color: rgba(250, 250, 250, 0.5);
}

.text-zinc-50\/60 {
  color: rgba(250, 250, 250, 0.6);
}

.text-zinc-50\/70 {
  color: rgba(250, 250, 250, 0.7);
}

.text-zinc-50\/75 {
  color: rgba(250, 250, 250, 0.75);
}

.text-zinc-50\/80 {
  color: rgba(250, 250, 250, 0.8);
}

.text-zinc-50\/90 {
  color: rgba(250, 250, 250, 0.9);
}

.text-zinc-50\/95 {
  color: rgba(250, 250, 250, 0.95);
}

.text-zinc-50\/100 {
  color: rgb(250, 250, 250);
}

.text-zinc-100\/0 {
  color: rgba(244, 244, 245, 0);
}

.text-zinc-100\/5 {
  color: rgba(244, 244, 245, 0.05);
}

.text-zinc-100\/10 {
  color: rgba(244, 244, 245, 0.1);
}

.text-zinc-100\/20 {
  color: rgba(244, 244, 245, 0.2);
}

.text-zinc-100\/25 {
  color: rgba(244, 244, 245, 0.25);
}

.text-zinc-100\/30 {
  color: rgba(244, 244, 245, 0.3);
}

.text-zinc-100\/40 {
  color: rgba(244, 244, 245, 0.4);
}

.text-zinc-100\/50 {
  color: rgba(244, 244, 245, 0.5);
}

.text-zinc-100\/60 {
  color: rgba(244, 244, 245, 0.6);
}

.text-zinc-100\/70 {
  color: rgba(244, 244, 245, 0.7);
}

.text-zinc-100\/75 {
  color: rgba(244, 244, 245, 0.75);
}

.text-zinc-100\/80 {
  color: rgba(244, 244, 245, 0.8);
}

.text-zinc-100\/90 {
  color: rgba(244, 244, 245, 0.9);
}

.text-zinc-100\/95 {
  color: rgba(244, 244, 245, 0.95);
}

.text-zinc-100\/100 {
  color: rgb(244, 244, 245);
}

.text-zinc-200\/0 {
  color: rgba(228, 228, 231, 0);
}

.text-zinc-200\/5 {
  color: rgba(228, 228, 231, 0.05);
}

.text-zinc-200\/10 {
  color: rgba(228, 228, 231, 0.1);
}

.text-zinc-200\/20 {
  color: rgba(228, 228, 231, 0.2);
}

.text-zinc-200\/25 {
  color: rgba(228, 228, 231, 0.25);
}

.text-zinc-200\/30 {
  color: rgba(228, 228, 231, 0.3);
}

.text-zinc-200\/40 {
  color: rgba(228, 228, 231, 0.4);
}

.text-zinc-200\/50 {
  color: rgba(228, 228, 231, 0.5);
}

.text-zinc-200\/60 {
  color: rgba(228, 228, 231, 0.6);
}

.text-zinc-200\/70 {
  color: rgba(228, 228, 231, 0.7);
}

.text-zinc-200\/75 {
  color: rgba(228, 228, 231, 0.75);
}

.text-zinc-200\/80 {
  color: rgba(228, 228, 231, 0.8);
}

.text-zinc-200\/90 {
  color: rgba(228, 228, 231, 0.9);
}

.text-zinc-200\/95 {
  color: rgba(228, 228, 231, 0.95);
}

.text-zinc-200\/100 {
  color: rgb(228, 228, 231);
}

.text-zinc-300\/0 {
  color: rgba(212, 212, 216, 0);
}

.text-zinc-300\/5 {
  color: rgba(212, 212, 216, 0.05);
}

.text-zinc-300\/10 {
  color: rgba(212, 212, 216, 0.1);
}

.text-zinc-300\/20 {
  color: rgba(212, 212, 216, 0.2);
}

.text-zinc-300\/25 {
  color: rgba(212, 212, 216, 0.25);
}

.text-zinc-300\/30 {
  color: rgba(212, 212, 216, 0.3);
}

.text-zinc-300\/40 {
  color: rgba(212, 212, 216, 0.4);
}

.text-zinc-300\/50 {
  color: rgba(212, 212, 216, 0.5);
}

.text-zinc-300\/60 {
  color: rgba(212, 212, 216, 0.6);
}

.text-zinc-300\/70 {
  color: rgba(212, 212, 216, 0.7);
}

.text-zinc-300\/75 {
  color: rgba(212, 212, 216, 0.75);
}

.text-zinc-300\/80 {
  color: rgba(212, 212, 216, 0.8);
}

.text-zinc-300\/90 {
  color: rgba(212, 212, 216, 0.9);
}

.text-zinc-300\/95 {
  color: rgba(212, 212, 216, 0.95);
}

.text-zinc-300\/100 {
  color: rgb(212, 212, 216);
}

.text-zinc-400\/0 {
  color: rgba(161, 161, 170, 0);
}

.text-zinc-400\/5 {
  color: rgba(161, 161, 170, 0.05);
}

.text-zinc-400\/10 {
  color: rgba(161, 161, 170, 0.1);
}

.text-zinc-400\/20 {
  color: rgba(161, 161, 170, 0.2);
}

.text-zinc-400\/25 {
  color: rgba(161, 161, 170, 0.25);
}

.text-zinc-400\/30 {
  color: rgba(161, 161, 170, 0.3);
}

.text-zinc-400\/40 {
  color: rgba(161, 161, 170, 0.4);
}

.text-zinc-400\/50 {
  color: rgba(161, 161, 170, 0.5);
}

.text-zinc-400\/60 {
  color: rgba(161, 161, 170, 0.6);
}

.text-zinc-400\/70 {
  color: rgba(161, 161, 170, 0.7);
}

.text-zinc-400\/75 {
  color: rgba(161, 161, 170, 0.75);
}

.text-zinc-400\/80 {
  color: rgba(161, 161, 170, 0.8);
}

.text-zinc-400\/90 {
  color: rgba(161, 161, 170, 0.9);
}

.text-zinc-400\/95 {
  color: rgba(161, 161, 170, 0.95);
}

.text-zinc-400\/100 {
  color: rgb(161, 161, 170);
}

.text-zinc-500\/0 {
  color: rgba(113, 113, 122, 0);
}

.text-zinc-500\/5 {
  color: rgba(113, 113, 122, 0.05);
}

.text-zinc-500\/10 {
  color: rgba(113, 113, 122, 0.1);
}

.text-zinc-500\/20 {
  color: rgba(113, 113, 122, 0.2);
}

.text-zinc-500\/25 {
  color: rgba(113, 113, 122, 0.25);
}

.text-zinc-500\/30 {
  color: rgba(113, 113, 122, 0.3);
}

.text-zinc-500\/40 {
  color: rgba(113, 113, 122, 0.4);
}

.text-zinc-500\/50 {
  color: rgba(113, 113, 122, 0.5);
}

.text-zinc-500\/60 {
  color: rgba(113, 113, 122, 0.6);
}

.text-zinc-500\/70 {
  color: rgba(113, 113, 122, 0.7);
}

.text-zinc-500\/75 {
  color: rgba(113, 113, 122, 0.75);
}

.text-zinc-500\/80 {
  color: rgba(113, 113, 122, 0.8);
}

.text-zinc-500\/90 {
  color: rgba(113, 113, 122, 0.9);
}

.text-zinc-500\/95 {
  color: rgba(113, 113, 122, 0.95);
}

.text-zinc-500\/100 {
  color: rgb(113, 113, 122);
}

.text-zinc-600\/0 {
  color: rgba(82, 82, 91, 0);
}

.text-zinc-600\/5 {
  color: rgba(82, 82, 91, 0.05);
}

.text-zinc-600\/10 {
  color: rgba(82, 82, 91, 0.1);
}

.text-zinc-600\/20 {
  color: rgba(82, 82, 91, 0.2);
}

.text-zinc-600\/25 {
  color: rgba(82, 82, 91, 0.25);
}

.text-zinc-600\/30 {
  color: rgba(82, 82, 91, 0.3);
}

.text-zinc-600\/40 {
  color: rgba(82, 82, 91, 0.4);
}

.text-zinc-600\/50 {
  color: rgba(82, 82, 91, 0.5);
}

.text-zinc-600\/60 {
  color: rgba(82, 82, 91, 0.6);
}

.text-zinc-600\/70 {
  color: rgba(82, 82, 91, 0.7);
}

.text-zinc-600\/75 {
  color: rgba(82, 82, 91, 0.75);
}

.text-zinc-600\/80 {
  color: rgba(82, 82, 91, 0.8);
}

.text-zinc-600\/90 {
  color: rgba(82, 82, 91, 0.9);
}

.text-zinc-600\/95 {
  color: rgba(82, 82, 91, 0.95);
}

.text-zinc-600\/100 {
  color: rgb(82, 82, 91);
}

.text-zinc-700\/0 {
  color: rgba(63, 63, 70, 0);
}

.text-zinc-700\/5 {
  color: rgba(63, 63, 70, 0.05);
}

.text-zinc-700\/10 {
  color: rgba(63, 63, 70, 0.1);
}

.text-zinc-700\/20 {
  color: rgba(63, 63, 70, 0.2);
}

.text-zinc-700\/25 {
  color: rgba(63, 63, 70, 0.25);
}

.text-zinc-700\/30 {
  color: rgba(63, 63, 70, 0.3);
}

.text-zinc-700\/40 {
  color: rgba(63, 63, 70, 0.4);
}

.text-zinc-700\/50 {
  color: rgba(63, 63, 70, 0.5);
}

.text-zinc-700\/60 {
  color: rgba(63, 63, 70, 0.6);
}

.text-zinc-700\/70 {
  color: rgba(63, 63, 70, 0.7);
}

.text-zinc-700\/75 {
  color: rgba(63, 63, 70, 0.75);
}

.text-zinc-700\/80 {
  color: rgba(63, 63, 70, 0.8);
}

.text-zinc-700\/90 {
  color: rgba(63, 63, 70, 0.9);
}

.text-zinc-700\/95 {
  color: rgba(63, 63, 70, 0.95);
}

.text-zinc-700\/100 {
  color: rgb(63, 63, 70);
}

.text-zinc-800\/0 {
  color: rgba(39, 39, 42, 0);
}

.text-zinc-800\/5 {
  color: rgba(39, 39, 42, 0.05);
}

.text-zinc-800\/10 {
  color: rgba(39, 39, 42, 0.1);
}

.text-zinc-800\/20 {
  color: rgba(39, 39, 42, 0.2);
}

.text-zinc-800\/25 {
  color: rgba(39, 39, 42, 0.25);
}

.text-zinc-800\/30 {
  color: rgba(39, 39, 42, 0.3);
}

.text-zinc-800\/40 {
  color: rgba(39, 39, 42, 0.4);
}

.text-zinc-800\/50 {
  color: rgba(39, 39, 42, 0.5);
}

.text-zinc-800\/60 {
  color: rgba(39, 39, 42, 0.6);
}

.text-zinc-800\/70 {
  color: rgba(39, 39, 42, 0.7);
}

.text-zinc-800\/75 {
  color: rgba(39, 39, 42, 0.75);
}

.text-zinc-800\/80 {
  color: rgba(39, 39, 42, 0.8);
}

.text-zinc-800\/90 {
  color: rgba(39, 39, 42, 0.9);
}

.text-zinc-800\/95 {
  color: rgba(39, 39, 42, 0.95);
}

.text-zinc-800\/100 {
  color: rgb(39, 39, 42);
}

.text-zinc-900\/0 {
  color: rgba(24, 24, 27, 0);
}

.text-zinc-900\/5 {
  color: rgba(24, 24, 27, 0.05);
}

.text-zinc-900\/10 {
  color: rgba(24, 24, 27, 0.1);
}

.text-zinc-900\/20 {
  color: rgba(24, 24, 27, 0.2);
}

.text-zinc-900\/25 {
  color: rgba(24, 24, 27, 0.25);
}

.text-zinc-900\/30 {
  color: rgba(24, 24, 27, 0.3);
}

.text-zinc-900\/40 {
  color: rgba(24, 24, 27, 0.4);
}

.text-zinc-900\/50 {
  color: rgba(24, 24, 27, 0.5);
}

.text-zinc-900\/60 {
  color: rgba(24, 24, 27, 0.6);
}

.text-zinc-900\/70 {
  color: rgba(24, 24, 27, 0.7);
}

.text-zinc-900\/75 {
  color: rgba(24, 24, 27, 0.75);
}

.text-zinc-900\/80 {
  color: rgba(24, 24, 27, 0.8);
}

.text-zinc-900\/90 {
  color: rgba(24, 24, 27, 0.9);
}

.text-zinc-900\/95 {
  color: rgba(24, 24, 27, 0.95);
}

.text-zinc-900\/100 {
  color: rgb(24, 24, 27);
}

.text-neutral-50\/0 {
  color: rgba(250, 250, 250, 0);
}

.text-neutral-50\/5 {
  color: rgba(250, 250, 250, 0.05);
}

.text-neutral-50\/10 {
  color: rgba(250, 250, 250, 0.1);
}

.text-neutral-50\/20 {
  color: rgba(250, 250, 250, 0.2);
}

.text-neutral-50\/25 {
  color: rgba(250, 250, 250, 0.25);
}

.text-neutral-50\/30 {
  color: rgba(250, 250, 250, 0.3);
}

.text-neutral-50\/40 {
  color: rgba(250, 250, 250, 0.4);
}

.text-neutral-50\/50 {
  color: rgba(250, 250, 250, 0.5);
}

.text-neutral-50\/60 {
  color: rgba(250, 250, 250, 0.6);
}

.text-neutral-50\/70 {
  color: rgba(250, 250, 250, 0.7);
}

.text-neutral-50\/75 {
  color: rgba(250, 250, 250, 0.75);
}

.text-neutral-50\/80 {
  color: rgba(250, 250, 250, 0.8);
}

.text-neutral-50\/90 {
  color: rgba(250, 250, 250, 0.9);
}

.text-neutral-50\/95 {
  color: rgba(250, 250, 250, 0.95);
}

.text-neutral-50\/100 {
  color: rgb(250, 250, 250);
}

.text-neutral-100\/0 {
  color: rgba(245, 245, 245, 0);
}

.text-neutral-100\/5 {
  color: rgba(245, 245, 245, 0.05);
}

.text-neutral-100\/10 {
  color: rgba(245, 245, 245, 0.1);
}

.text-neutral-100\/20 {
  color: rgba(245, 245, 245, 0.2);
}

.text-neutral-100\/25 {
  color: rgba(245, 245, 245, 0.25);
}

.text-neutral-100\/30 {
  color: rgba(245, 245, 245, 0.3);
}

.text-neutral-100\/40 {
  color: rgba(245, 245, 245, 0.4);
}

.text-neutral-100\/50 {
  color: rgba(245, 245, 245, 0.5);
}

.text-neutral-100\/60 {
  color: rgba(245, 245, 245, 0.6);
}

.text-neutral-100\/70 {
  color: rgba(245, 245, 245, 0.7);
}

.text-neutral-100\/75 {
  color: rgba(245, 245, 245, 0.75);
}

.text-neutral-100\/80 {
  color: rgba(245, 245, 245, 0.8);
}

.text-neutral-100\/90 {
  color: rgba(245, 245, 245, 0.9);
}

.text-neutral-100\/95 {
  color: rgba(245, 245, 245, 0.95);
}

.text-neutral-100\/100 {
  color: rgb(245, 245, 245);
}

.text-neutral-200\/0 {
  color: rgba(229, 229, 229, 0);
}

.text-neutral-200\/5 {
  color: rgba(229, 229, 229, 0.05);
}

.text-neutral-200\/10 {
  color: rgba(229, 229, 229, 0.1);
}

.text-neutral-200\/20 {
  color: rgba(229, 229, 229, 0.2);
}

.text-neutral-200\/25 {
  color: rgba(229, 229, 229, 0.25);
}

.text-neutral-200\/30 {
  color: rgba(229, 229, 229, 0.3);
}

.text-neutral-200\/40 {
  color: rgba(229, 229, 229, 0.4);
}

.text-neutral-200\/50 {
  color: rgba(229, 229, 229, 0.5);
}

.text-neutral-200\/60 {
  color: rgba(229, 229, 229, 0.6);
}

.text-neutral-200\/70 {
  color: rgba(229, 229, 229, 0.7);
}

.text-neutral-200\/75 {
  color: rgba(229, 229, 229, 0.75);
}

.text-neutral-200\/80 {
  color: rgba(229, 229, 229, 0.8);
}

.text-neutral-200\/90 {
  color: rgba(229, 229, 229, 0.9);
}

.text-neutral-200\/95 {
  color: rgba(229, 229, 229, 0.95);
}

.text-neutral-200\/100 {
  color: rgb(229, 229, 229);
}

.text-neutral-300\/0 {
  color: rgba(212, 212, 212, 0);
}

.text-neutral-300\/5 {
  color: rgba(212, 212, 212, 0.05);
}

.text-neutral-300\/10 {
  color: rgba(212, 212, 212, 0.1);
}

.text-neutral-300\/20 {
  color: rgba(212, 212, 212, 0.2);
}

.text-neutral-300\/25 {
  color: rgba(212, 212, 212, 0.25);
}

.text-neutral-300\/30 {
  color: rgba(212, 212, 212, 0.3);
}

.text-neutral-300\/40 {
  color: rgba(212, 212, 212, 0.4);
}

.text-neutral-300\/50 {
  color: rgba(212, 212, 212, 0.5);
}

.text-neutral-300\/60 {
  color: rgba(212, 212, 212, 0.6);
}

.text-neutral-300\/70 {
  color: rgba(212, 212, 212, 0.7);
}

.text-neutral-300\/75 {
  color: rgba(212, 212, 212, 0.75);
}

.text-neutral-300\/80 {
  color: rgba(212, 212, 212, 0.8);
}

.text-neutral-300\/90 {
  color: rgba(212, 212, 212, 0.9);
}

.text-neutral-300\/95 {
  color: rgba(212, 212, 212, 0.95);
}

.text-neutral-300\/100 {
  color: rgb(212, 212, 212);
}

.text-neutral-400\/0 {
  color: rgba(163, 163, 163, 0);
}

.text-neutral-400\/5 {
  color: rgba(163, 163, 163, 0.05);
}

.text-neutral-400\/10 {
  color: rgba(163, 163, 163, 0.1);
}

.text-neutral-400\/20 {
  color: rgba(163, 163, 163, 0.2);
}

.text-neutral-400\/25 {
  color: rgba(163, 163, 163, 0.25);
}

.text-neutral-400\/30 {
  color: rgba(163, 163, 163, 0.3);
}

.text-neutral-400\/40 {
  color: rgba(163, 163, 163, 0.4);
}

.text-neutral-400\/50 {
  color: rgba(163, 163, 163, 0.5);
}

.text-neutral-400\/60 {
  color: rgba(163, 163, 163, 0.6);
}

.text-neutral-400\/70 {
  color: rgba(163, 163, 163, 0.7);
}

.text-neutral-400\/75 {
  color: rgba(163, 163, 163, 0.75);
}

.text-neutral-400\/80 {
  color: rgba(163, 163, 163, 0.8);
}

.text-neutral-400\/90 {
  color: rgba(163, 163, 163, 0.9);
}

.text-neutral-400\/95 {
  color: rgba(163, 163, 163, 0.95);
}

.text-neutral-400\/100 {
  color: rgb(163, 163, 163);
}

.text-neutral-500\/0 {
  color: rgba(115, 115, 115, 0);
}

.text-neutral-500\/5 {
  color: rgba(115, 115, 115, 0.05);
}

.text-neutral-500\/10 {
  color: rgba(115, 115, 115, 0.1);
}

.text-neutral-500\/20 {
  color: rgba(115, 115, 115, 0.2);
}

.text-neutral-500\/25 {
  color: rgba(115, 115, 115, 0.25);
}

.text-neutral-500\/30 {
  color: rgba(115, 115, 115, 0.3);
}

.text-neutral-500\/40 {
  color: rgba(115, 115, 115, 0.4);
}

.text-neutral-500\/50 {
  color: rgba(115, 115, 115, 0.5);
}

.text-neutral-500\/60 {
  color: rgba(115, 115, 115, 0.6);
}

.text-neutral-500\/70 {
  color: rgba(115, 115, 115, 0.7);
}

.text-neutral-500\/75 {
  color: rgba(115, 115, 115, 0.75);
}

.text-neutral-500\/80 {
  color: rgba(115, 115, 115, 0.8);
}

.text-neutral-500\/90 {
  color: rgba(115, 115, 115, 0.9);
}

.text-neutral-500\/95 {
  color: rgba(115, 115, 115, 0.95);
}

.text-neutral-500\/100 {
  color: rgb(115, 115, 115);
}

.text-neutral-600\/0 {
  color: rgba(82, 82, 82, 0);
}

.text-neutral-600\/5 {
  color: rgba(82, 82, 82, 0.05);
}

.text-neutral-600\/10 {
  color: rgba(82, 82, 82, 0.1);
}

.text-neutral-600\/20 {
  color: rgba(82, 82, 82, 0.2);
}

.text-neutral-600\/25 {
  color: rgba(82, 82, 82, 0.25);
}

.text-neutral-600\/30 {
  color: rgba(82, 82, 82, 0.3);
}

.text-neutral-600\/40 {
  color: rgba(82, 82, 82, 0.4);
}

.text-neutral-600\/50 {
  color: rgba(82, 82, 82, 0.5);
}

.text-neutral-600\/60 {
  color: rgba(82, 82, 82, 0.6);
}

.text-neutral-600\/70 {
  color: rgba(82, 82, 82, 0.7);
}

.text-neutral-600\/75 {
  color: rgba(82, 82, 82, 0.75);
}

.text-neutral-600\/80 {
  color: rgba(82, 82, 82, 0.8);
}

.text-neutral-600\/90 {
  color: rgba(82, 82, 82, 0.9);
}

.text-neutral-600\/95 {
  color: rgba(82, 82, 82, 0.95);
}

.text-neutral-600\/100 {
  color: rgb(82, 82, 82);
}

.text-neutral-700\/0 {
  color: rgba(64, 64, 64, 0);
}

.text-neutral-700\/5 {
  color: rgba(64, 64, 64, 0.05);
}

.text-neutral-700\/10 {
  color: rgba(64, 64, 64, 0.1);
}

.text-neutral-700\/20 {
  color: rgba(64, 64, 64, 0.2);
}

.text-neutral-700\/25 {
  color: rgba(64, 64, 64, 0.25);
}

.text-neutral-700\/30 {
  color: rgba(64, 64, 64, 0.3);
}

.text-neutral-700\/40 {
  color: rgba(64, 64, 64, 0.4);
}

.text-neutral-700\/50 {
  color: rgba(64, 64, 64, 0.5);
}

.text-neutral-700\/60 {
  color: rgba(64, 64, 64, 0.6);
}

.text-neutral-700\/70 {
  color: rgba(64, 64, 64, 0.7);
}

.text-neutral-700\/75 {
  color: rgba(64, 64, 64, 0.75);
}

.text-neutral-700\/80 {
  color: rgba(64, 64, 64, 0.8);
}

.text-neutral-700\/90 {
  color: rgba(64, 64, 64, 0.9);
}

.text-neutral-700\/95 {
  color: rgba(64, 64, 64, 0.95);
}

.text-neutral-700\/100 {
  color: rgb(64, 64, 64);
}

.text-neutral-800\/0 {
  color: rgba(38, 38, 38, 0);
}

.text-neutral-800\/5 {
  color: rgba(38, 38, 38, 0.05);
}

.text-neutral-800\/10 {
  color: rgba(38, 38, 38, 0.1);
}

.text-neutral-800\/20 {
  color: rgba(38, 38, 38, 0.2);
}

.text-neutral-800\/25 {
  color: rgba(38, 38, 38, 0.25);
}

.text-neutral-800\/30 {
  color: rgba(38, 38, 38, 0.3);
}

.text-neutral-800\/40 {
  color: rgba(38, 38, 38, 0.4);
}

.text-neutral-800\/50 {
  color: rgba(38, 38, 38, 0.5);
}

.text-neutral-800\/60 {
  color: rgba(38, 38, 38, 0.6);
}

.text-neutral-800\/70 {
  color: rgba(38, 38, 38, 0.7);
}

.text-neutral-800\/75 {
  color: rgba(38, 38, 38, 0.75);
}

.text-neutral-800\/80 {
  color: rgba(38, 38, 38, 0.8);
}

.text-neutral-800\/90 {
  color: rgba(38, 38, 38, 0.9);
}

.text-neutral-800\/95 {
  color: rgba(38, 38, 38, 0.95);
}

.text-neutral-800\/100 {
  color: rgb(38, 38, 38);
}

.text-neutral-900\/0 {
  color: rgba(23, 23, 23, 0);
}

.text-neutral-900\/5 {
  color: rgba(23, 23, 23, 0.05);
}

.text-neutral-900\/10 {
  color: rgba(23, 23, 23, 0.1);
}

.text-neutral-900\/20 {
  color: rgba(23, 23, 23, 0.2);
}

.text-neutral-900\/25 {
  color: rgba(23, 23, 23, 0.25);
}

.text-neutral-900\/30 {
  color: rgba(23, 23, 23, 0.3);
}

.text-neutral-900\/40 {
  color: rgba(23, 23, 23, 0.4);
}

.text-neutral-900\/50 {
  color: rgba(23, 23, 23, 0.5);
}

.text-neutral-900\/60 {
  color: rgba(23, 23, 23, 0.6);
}

.text-neutral-900\/70 {
  color: rgba(23, 23, 23, 0.7);
}

.text-neutral-900\/75 {
  color: rgba(23, 23, 23, 0.75);
}

.text-neutral-900\/80 {
  color: rgba(23, 23, 23, 0.8);
}

.text-neutral-900\/90 {
  color: rgba(23, 23, 23, 0.9);
}

.text-neutral-900\/95 {
  color: rgba(23, 23, 23, 0.95);
}

.text-neutral-900\/100 {
  color: rgb(23, 23, 23);
}

.text-stone-50\/0 {
  color: rgba(250, 250, 249, 0);
}

.text-stone-50\/5 {
  color: rgba(250, 250, 249, 0.05);
}

.text-stone-50\/10 {
  color: rgba(250, 250, 249, 0.1);
}

.text-stone-50\/20 {
  color: rgba(250, 250, 249, 0.2);
}

.text-stone-50\/25 {
  color: rgba(250, 250, 249, 0.25);
}

.text-stone-50\/30 {
  color: rgba(250, 250, 249, 0.3);
}

.text-stone-50\/40 {
  color: rgba(250, 250, 249, 0.4);
}

.text-stone-50\/50 {
  color: rgba(250, 250, 249, 0.5);
}

.text-stone-50\/60 {
  color: rgba(250, 250, 249, 0.6);
}

.text-stone-50\/70 {
  color: rgba(250, 250, 249, 0.7);
}

.text-stone-50\/75 {
  color: rgba(250, 250, 249, 0.75);
}

.text-stone-50\/80 {
  color: rgba(250, 250, 249, 0.8);
}

.text-stone-50\/90 {
  color: rgba(250, 250, 249, 0.9);
}

.text-stone-50\/95 {
  color: rgba(250, 250, 249, 0.95);
}

.text-stone-50\/100 {
  color: rgb(250, 250, 249);
}

.text-stone-100\/0 {
  color: rgba(245, 245, 244, 0);
}

.text-stone-100\/5 {
  color: rgba(245, 245, 244, 0.05);
}

.text-stone-100\/10 {
  color: rgba(245, 245, 244, 0.1);
}

.text-stone-100\/20 {
  color: rgba(245, 245, 244, 0.2);
}

.text-stone-100\/25 {
  color: rgba(245, 245, 244, 0.25);
}

.text-stone-100\/30 {
  color: rgba(245, 245, 244, 0.3);
}

.text-stone-100\/40 {
  color: rgba(245, 245, 244, 0.4);
}

.text-stone-100\/50 {
  color: rgba(245, 245, 244, 0.5);
}

.text-stone-100\/60 {
  color: rgba(245, 245, 244, 0.6);
}

.text-stone-100\/70 {
  color: rgba(245, 245, 244, 0.7);
}

.text-stone-100\/75 {
  color: rgba(245, 245, 244, 0.75);
}

.text-stone-100\/80 {
  color: rgba(245, 245, 244, 0.8);
}

.text-stone-100\/90 {
  color: rgba(245, 245, 244, 0.9);
}

.text-stone-100\/95 {
  color: rgba(245, 245, 244, 0.95);
}

.text-stone-100\/100 {
  color: rgb(245, 245, 244);
}

.text-stone-200\/0 {
  color: rgba(231, 229, 228, 0);
}

.text-stone-200\/5 {
  color: rgba(231, 229, 228, 0.05);
}

.text-stone-200\/10 {
  color: rgba(231, 229, 228, 0.1);
}

.text-stone-200\/20 {
  color: rgba(231, 229, 228, 0.2);
}

.text-stone-200\/25 {
  color: rgba(231, 229, 228, 0.25);
}

.text-stone-200\/30 {
  color: rgba(231, 229, 228, 0.3);
}

.text-stone-200\/40 {
  color: rgba(231, 229, 228, 0.4);
}

.text-stone-200\/50 {
  color: rgba(231, 229, 228, 0.5);
}

.text-stone-200\/60 {
  color: rgba(231, 229, 228, 0.6);
}

.text-stone-200\/70 {
  color: rgba(231, 229, 228, 0.7);
}

.text-stone-200\/75 {
  color: rgba(231, 229, 228, 0.75);
}

.text-stone-200\/80 {
  color: rgba(231, 229, 228, 0.8);
}

.text-stone-200\/90 {
  color: rgba(231, 229, 228, 0.9);
}

.text-stone-200\/95 {
  color: rgba(231, 229, 228, 0.95);
}

.text-stone-200\/100 {
  color: rgb(231, 229, 228);
}

.text-stone-300\/0 {
  color: rgba(214, 211, 209, 0);
}

.text-stone-300\/5 {
  color: rgba(214, 211, 209, 0.05);
}

.text-stone-300\/10 {
  color: rgba(214, 211, 209, 0.1);
}

.text-stone-300\/20 {
  color: rgba(214, 211, 209, 0.2);
}

.text-stone-300\/25 {
  color: rgba(214, 211, 209, 0.25);
}

.text-stone-300\/30 {
  color: rgba(214, 211, 209, 0.3);
}

.text-stone-300\/40 {
  color: rgba(214, 211, 209, 0.4);
}

.text-stone-300\/50 {
  color: rgba(214, 211, 209, 0.5);
}

.text-stone-300\/60 {
  color: rgba(214, 211, 209, 0.6);
}

.text-stone-300\/70 {
  color: rgba(214, 211, 209, 0.7);
}

.text-stone-300\/75 {
  color: rgba(214, 211, 209, 0.75);
}

.text-stone-300\/80 {
  color: rgba(214, 211, 209, 0.8);
}

.text-stone-300\/90 {
  color: rgba(214, 211, 209, 0.9);
}

.text-stone-300\/95 {
  color: rgba(214, 211, 209, 0.95);
}

.text-stone-300\/100 {
  color: rgb(214, 211, 209);
}

.text-stone-400\/0 {
  color: rgba(168, 162, 158, 0);
}

.text-stone-400\/5 {
  color: rgba(168, 162, 158, 0.05);
}

.text-stone-400\/10 {
  color: rgba(168, 162, 158, 0.1);
}

.text-stone-400\/20 {
  color: rgba(168, 162, 158, 0.2);
}

.text-stone-400\/25 {
  color: rgba(168, 162, 158, 0.25);
}

.text-stone-400\/30 {
  color: rgba(168, 162, 158, 0.3);
}

.text-stone-400\/40 {
  color: rgba(168, 162, 158, 0.4);
}

.text-stone-400\/50 {
  color: rgba(168, 162, 158, 0.5);
}

.text-stone-400\/60 {
  color: rgba(168, 162, 158, 0.6);
}

.text-stone-400\/70 {
  color: rgba(168, 162, 158, 0.7);
}

.text-stone-400\/75 {
  color: rgba(168, 162, 158, 0.75);
}

.text-stone-400\/80 {
  color: rgba(168, 162, 158, 0.8);
}

.text-stone-400\/90 {
  color: rgba(168, 162, 158, 0.9);
}

.text-stone-400\/95 {
  color: rgba(168, 162, 158, 0.95);
}

.text-stone-400\/100 {
  color: rgb(168, 162, 158);
}

.text-stone-500\/0 {
  color: rgba(120, 113, 108, 0);
}

.text-stone-500\/5 {
  color: rgba(120, 113, 108, 0.05);
}

.text-stone-500\/10 {
  color: rgba(120, 113, 108, 0.1);
}

.text-stone-500\/20 {
  color: rgba(120, 113, 108, 0.2);
}

.text-stone-500\/25 {
  color: rgba(120, 113, 108, 0.25);
}

.text-stone-500\/30 {
  color: rgba(120, 113, 108, 0.3);
}

.text-stone-500\/40 {
  color: rgba(120, 113, 108, 0.4);
}

.text-stone-500\/50 {
  color: rgba(120, 113, 108, 0.5);
}

.text-stone-500\/60 {
  color: rgba(120, 113, 108, 0.6);
}

.text-stone-500\/70 {
  color: rgba(120, 113, 108, 0.7);
}

.text-stone-500\/75 {
  color: rgba(120, 113, 108, 0.75);
}

.text-stone-500\/80 {
  color: rgba(120, 113, 108, 0.8);
}

.text-stone-500\/90 {
  color: rgba(120, 113, 108, 0.9);
}

.text-stone-500\/95 {
  color: rgba(120, 113, 108, 0.95);
}

.text-stone-500\/100 {
  color: rgb(120, 113, 108);
}

.text-stone-600\/0 {
  color: rgba(87, 83, 78, 0);
}

.text-stone-600\/5 {
  color: rgba(87, 83, 78, 0.05);
}

.text-stone-600\/10 {
  color: rgba(87, 83, 78, 0.1);
}

.text-stone-600\/20 {
  color: rgba(87, 83, 78, 0.2);
}

.text-stone-600\/25 {
  color: rgba(87, 83, 78, 0.25);
}

.text-stone-600\/30 {
  color: rgba(87, 83, 78, 0.3);
}

.text-stone-600\/40 {
  color: rgba(87, 83, 78, 0.4);
}

.text-stone-600\/50 {
  color: rgba(87, 83, 78, 0.5);
}

.text-stone-600\/60 {
  color: rgba(87, 83, 78, 0.6);
}

.text-stone-600\/70 {
  color: rgba(87, 83, 78, 0.7);
}

.text-stone-600\/75 {
  color: rgba(87, 83, 78, 0.75);
}

.text-stone-600\/80 {
  color: rgba(87, 83, 78, 0.8);
}

.text-stone-600\/90 {
  color: rgba(87, 83, 78, 0.9);
}

.text-stone-600\/95 {
  color: rgba(87, 83, 78, 0.95);
}

.text-stone-600\/100 {
  color: rgb(87, 83, 78);
}

.text-stone-700\/0 {
  color: rgba(68, 64, 60, 0);
}

.text-stone-700\/5 {
  color: rgba(68, 64, 60, 0.05);
}

.text-stone-700\/10 {
  color: rgba(68, 64, 60, 0.1);
}

.text-stone-700\/20 {
  color: rgba(68, 64, 60, 0.2);
}

.text-stone-700\/25 {
  color: rgba(68, 64, 60, 0.25);
}

.text-stone-700\/30 {
  color: rgba(68, 64, 60, 0.3);
}

.text-stone-700\/40 {
  color: rgba(68, 64, 60, 0.4);
}

.text-stone-700\/50 {
  color: rgba(68, 64, 60, 0.5);
}

.text-stone-700\/60 {
  color: rgba(68, 64, 60, 0.6);
}

.text-stone-700\/70 {
  color: rgba(68, 64, 60, 0.7);
}

.text-stone-700\/75 {
  color: rgba(68, 64, 60, 0.75);
}

.text-stone-700\/80 {
  color: rgba(68, 64, 60, 0.8);
}

.text-stone-700\/90 {
  color: rgba(68, 64, 60, 0.9);
}

.text-stone-700\/95 {
  color: rgba(68, 64, 60, 0.95);
}

.text-stone-700\/100 {
  color: rgb(68, 64, 60);
}

.text-stone-800\/0 {
  color: rgba(41, 37, 36, 0);
}

.text-stone-800\/5 {
  color: rgba(41, 37, 36, 0.05);
}

.text-stone-800\/10 {
  color: rgba(41, 37, 36, 0.1);
}

.text-stone-800\/20 {
  color: rgba(41, 37, 36, 0.2);
}

.text-stone-800\/25 {
  color: rgba(41, 37, 36, 0.25);
}

.text-stone-800\/30 {
  color: rgba(41, 37, 36, 0.3);
}

.text-stone-800\/40 {
  color: rgba(41, 37, 36, 0.4);
}

.text-stone-800\/50 {
  color: rgba(41, 37, 36, 0.5);
}

.text-stone-800\/60 {
  color: rgba(41, 37, 36, 0.6);
}

.text-stone-800\/70 {
  color: rgba(41, 37, 36, 0.7);
}

.text-stone-800\/75 {
  color: rgba(41, 37, 36, 0.75);
}

.text-stone-800\/80 {
  color: rgba(41, 37, 36, 0.8);
}

.text-stone-800\/90 {
  color: rgba(41, 37, 36, 0.9);
}

.text-stone-800\/95 {
  color: rgba(41, 37, 36, 0.95);
}

.text-stone-800\/100 {
  color: rgb(41, 37, 36);
}

.text-stone-900\/0 {
  color: rgba(28, 25, 23, 0);
}

.text-stone-900\/5 {
  color: rgba(28, 25, 23, 0.05);
}

.text-stone-900\/10 {
  color: rgba(28, 25, 23, 0.1);
}

.text-stone-900\/20 {
  color: rgba(28, 25, 23, 0.2);
}

.text-stone-900\/25 {
  color: rgba(28, 25, 23, 0.25);
}

.text-stone-900\/30 {
  color: rgba(28, 25, 23, 0.3);
}

.text-stone-900\/40 {
  color: rgba(28, 25, 23, 0.4);
}

.text-stone-900\/50 {
  color: rgba(28, 25, 23, 0.5);
}

.text-stone-900\/60 {
  color: rgba(28, 25, 23, 0.6);
}

.text-stone-900\/70 {
  color: rgba(28, 25, 23, 0.7);
}

.text-stone-900\/75 {
  color: rgba(28, 25, 23, 0.75);
}

.text-stone-900\/80 {
  color: rgba(28, 25, 23, 0.8);
}

.text-stone-900\/90 {
  color: rgba(28, 25, 23, 0.9);
}

.text-stone-900\/95 {
  color: rgba(28, 25, 23, 0.95);
}

.text-stone-900\/100 {
  color: rgb(28, 25, 23);
}

.text-red-50\/0 {
  color: rgba(254, 242, 242, 0);
}

.text-red-50\/5 {
  color: rgba(254, 242, 242, 0.05);
}

.text-red-50\/10 {
  color: rgba(254, 242, 242, 0.1);
}

.text-red-50\/20 {
  color: rgba(254, 242, 242, 0.2);
}

.text-red-50\/25 {
  color: rgba(254, 242, 242, 0.25);
}

.text-red-50\/30 {
  color: rgba(254, 242, 242, 0.3);
}

.text-red-50\/40 {
  color: rgba(254, 242, 242, 0.4);
}

.text-red-50\/50 {
  color: rgba(254, 242, 242, 0.5);
}

.text-red-50\/60 {
  color: rgba(254, 242, 242, 0.6);
}

.text-red-50\/70 {
  color: rgba(254, 242, 242, 0.7);
}

.text-red-50\/75 {
  color: rgba(254, 242, 242, 0.75);
}

.text-red-50\/80 {
  color: rgba(254, 242, 242, 0.8);
}

.text-red-50\/90 {
  color: rgba(254, 242, 242, 0.9);
}

.text-red-50\/95 {
  color: rgba(254, 242, 242, 0.95);
}

.text-red-50\/100 {
  color: rgb(254, 242, 242);
}

.text-red-100\/0 {
  color: rgba(254, 226, 226, 0);
}

.text-red-100\/5 {
  color: rgba(254, 226, 226, 0.05);
}

.text-red-100\/10 {
  color: rgba(254, 226, 226, 0.1);
}

.text-red-100\/20 {
  color: rgba(254, 226, 226, 0.2);
}

.text-red-100\/25 {
  color: rgba(254, 226, 226, 0.25);
}

.text-red-100\/30 {
  color: rgba(254, 226, 226, 0.3);
}

.text-red-100\/40 {
  color: rgba(254, 226, 226, 0.4);
}

.text-red-100\/50 {
  color: rgba(254, 226, 226, 0.5);
}

.text-red-100\/60 {
  color: rgba(254, 226, 226, 0.6);
}

.text-red-100\/70 {
  color: rgba(254, 226, 226, 0.7);
}

.text-red-100\/75 {
  color: rgba(254, 226, 226, 0.75);
}

.text-red-100\/80 {
  color: rgba(254, 226, 226, 0.8);
}

.text-red-100\/90 {
  color: rgba(254, 226, 226, 0.9);
}

.text-red-100\/95 {
  color: rgba(254, 226, 226, 0.95);
}

.text-red-100\/100 {
  color: rgb(254, 226, 226);
}

.text-red-200\/0 {
  color: rgba(254, 202, 202, 0);
}

.text-red-200\/5 {
  color: rgba(254, 202, 202, 0.05);
}

.text-red-200\/10 {
  color: rgba(254, 202, 202, 0.1);
}

.text-red-200\/20 {
  color: rgba(254, 202, 202, 0.2);
}

.text-red-200\/25 {
  color: rgba(254, 202, 202, 0.25);
}

.text-red-200\/30 {
  color: rgba(254, 202, 202, 0.3);
}

.text-red-200\/40 {
  color: rgba(254, 202, 202, 0.4);
}

.text-red-200\/50 {
  color: rgba(254, 202, 202, 0.5);
}

.text-red-200\/60 {
  color: rgba(254, 202, 202, 0.6);
}

.text-red-200\/70 {
  color: rgba(254, 202, 202, 0.7);
}

.text-red-200\/75 {
  color: rgba(254, 202, 202, 0.75);
}

.text-red-200\/80 {
  color: rgba(254, 202, 202, 0.8);
}

.text-red-200\/90 {
  color: rgba(254, 202, 202, 0.9);
}

.text-red-200\/95 {
  color: rgba(254, 202, 202, 0.95);
}

.text-red-200\/100 {
  color: rgb(254, 202, 202);
}

.text-red-300\/0 {
  color: rgba(252, 165, 165, 0);
}

.text-red-300\/5 {
  color: rgba(252, 165, 165, 0.05);
}

.text-red-300\/10 {
  color: rgba(252, 165, 165, 0.1);
}

.text-red-300\/20 {
  color: rgba(252, 165, 165, 0.2);
}

.text-red-300\/25 {
  color: rgba(252, 165, 165, 0.25);
}

.text-red-300\/30 {
  color: rgba(252, 165, 165, 0.3);
}

.text-red-300\/40 {
  color: rgba(252, 165, 165, 0.4);
}

.text-red-300\/50 {
  color: rgba(252, 165, 165, 0.5);
}

.text-red-300\/60 {
  color: rgba(252, 165, 165, 0.6);
}

.text-red-300\/70 {
  color: rgba(252, 165, 165, 0.7);
}

.text-red-300\/75 {
  color: rgba(252, 165, 165, 0.75);
}

.text-red-300\/80 {
  color: rgba(252, 165, 165, 0.8);
}

.text-red-300\/90 {
  color: rgba(252, 165, 165, 0.9);
}

.text-red-300\/95 {
  color: rgba(252, 165, 165, 0.95);
}

.text-red-300\/100 {
  color: rgb(252, 165, 165);
}

.text-red-400\/0 {
  color: rgba(248, 113, 113, 0);
}

.text-red-400\/5 {
  color: rgba(248, 113, 113, 0.05);
}

.text-red-400\/10 {
  color: rgba(248, 113, 113, 0.1);
}

.text-red-400\/20 {
  color: rgba(248, 113, 113, 0.2);
}

.text-red-400\/25 {
  color: rgba(248, 113, 113, 0.25);
}

.text-red-400\/30 {
  color: rgba(248, 113, 113, 0.3);
}

.text-red-400\/40 {
  color: rgba(248, 113, 113, 0.4);
}

.text-red-400\/50 {
  color: rgba(248, 113, 113, 0.5);
}

.text-red-400\/60 {
  color: rgba(248, 113, 113, 0.6);
}

.text-red-400\/70 {
  color: rgba(248, 113, 113, 0.7);
}

.text-red-400\/75 {
  color: rgba(248, 113, 113, 0.75);
}

.text-red-400\/80 {
  color: rgba(248, 113, 113, 0.8);
}

.text-red-400\/90 {
  color: rgba(248, 113, 113, 0.9);
}

.text-red-400\/95 {
  color: rgba(248, 113, 113, 0.95);
}

.text-red-400\/100 {
  color: rgb(248, 113, 113);
}

.text-red-500\/0 {
  color: rgba(239, 68, 68, 0);
}

.text-red-500\/5 {
  color: rgba(239, 68, 68, 0.05);
}

.text-red-500\/10 {
  color: rgba(239, 68, 68, 0.1);
}

.text-red-500\/20 {
  color: rgba(239, 68, 68, 0.2);
}

.text-red-500\/25 {
  color: rgba(239, 68, 68, 0.25);
}

.text-red-500\/30 {
  color: rgba(239, 68, 68, 0.3);
}

.text-red-500\/40 {
  color: rgba(239, 68, 68, 0.4);
}

.text-red-500\/50 {
  color: rgba(239, 68, 68, 0.5);
}

.text-red-500\/60 {
  color: rgba(239, 68, 68, 0.6);
}

.text-red-500\/70 {
  color: rgba(239, 68, 68, 0.7);
}

.text-red-500\/75 {
  color: rgba(239, 68, 68, 0.75);
}

.text-red-500\/80 {
  color: rgba(239, 68, 68, 0.8);
}

.text-red-500\/90 {
  color: rgba(239, 68, 68, 0.9);
}

.text-red-500\/95 {
  color: rgba(239, 68, 68, 0.95);
}

.text-red-500\/100 {
  color: rgb(239, 68, 68);
}

.text-red-600\/0 {
  color: rgba(220, 38, 38, 0);
}

.text-red-600\/5 {
  color: rgba(220, 38, 38, 0.05);
}

.text-red-600\/10 {
  color: rgba(220, 38, 38, 0.1);
}

.text-red-600\/20 {
  color: rgba(220, 38, 38, 0.2);
}

.text-red-600\/25 {
  color: rgba(220, 38, 38, 0.25);
}

.text-red-600\/30 {
  color: rgba(220, 38, 38, 0.3);
}

.text-red-600\/40 {
  color: rgba(220, 38, 38, 0.4);
}

.text-red-600\/50 {
  color: rgba(220, 38, 38, 0.5);
}

.text-red-600\/60 {
  color: rgba(220, 38, 38, 0.6);
}

.text-red-600\/70 {
  color: rgba(220, 38, 38, 0.7);
}

.text-red-600\/75 {
  color: rgba(220, 38, 38, 0.75);
}

.text-red-600\/80 {
  color: rgba(220, 38, 38, 0.8);
}

.text-red-600\/90 {
  color: rgba(220, 38, 38, 0.9);
}

.text-red-600\/95 {
  color: rgba(220, 38, 38, 0.95);
}

.text-red-600\/100 {
  color: rgb(220, 38, 38);
}

.text-red-700\/0 {
  color: rgba(185, 28, 28, 0);
}

.text-red-700\/5 {
  color: rgba(185, 28, 28, 0.05);
}

.text-red-700\/10 {
  color: rgba(185, 28, 28, 0.1);
}

.text-red-700\/20 {
  color: rgba(185, 28, 28, 0.2);
}

.text-red-700\/25 {
  color: rgba(185, 28, 28, 0.25);
}

.text-red-700\/30 {
  color: rgba(185, 28, 28, 0.3);
}

.text-red-700\/40 {
  color: rgba(185, 28, 28, 0.4);
}

.text-red-700\/50 {
  color: rgba(185, 28, 28, 0.5);
}

.text-red-700\/60 {
  color: rgba(185, 28, 28, 0.6);
}

.text-red-700\/70 {
  color: rgba(185, 28, 28, 0.7);
}

.text-red-700\/75 {
  color: rgba(185, 28, 28, 0.75);
}

.text-red-700\/80 {
  color: rgba(185, 28, 28, 0.8);
}

.text-red-700\/90 {
  color: rgba(185, 28, 28, 0.9);
}

.text-red-700\/95 {
  color: rgba(185, 28, 28, 0.95);
}

.text-red-700\/100 {
  color: rgb(185, 28, 28);
}

.text-red-800\/0 {
  color: rgba(153, 27, 27, 0);
}

.text-red-800\/5 {
  color: rgba(153, 27, 27, 0.05);
}

.text-red-800\/10 {
  color: rgba(153, 27, 27, 0.1);
}

.text-red-800\/20 {
  color: rgba(153, 27, 27, 0.2);
}

.text-red-800\/25 {
  color: rgba(153, 27, 27, 0.25);
}

.text-red-800\/30 {
  color: rgba(153, 27, 27, 0.3);
}

.text-red-800\/40 {
  color: rgba(153, 27, 27, 0.4);
}

.text-red-800\/50 {
  color: rgba(153, 27, 27, 0.5);
}

.text-red-800\/60 {
  color: rgba(153, 27, 27, 0.6);
}

.text-red-800\/70 {
  color: rgba(153, 27, 27, 0.7);
}

.text-red-800\/75 {
  color: rgba(153, 27, 27, 0.75);
}

.text-red-800\/80 {
  color: rgba(153, 27, 27, 0.8);
}

.text-red-800\/90 {
  color: rgba(153, 27, 27, 0.9);
}

.text-red-800\/95 {
  color: rgba(153, 27, 27, 0.95);
}

.text-red-800\/100 {
  color: rgb(153, 27, 27);
}

.text-red-900\/0 {
  color: rgba(127, 29, 29, 0);
}

.text-red-900\/5 {
  color: rgba(127, 29, 29, 0.05);
}

.text-red-900\/10 {
  color: rgba(127, 29, 29, 0.1);
}

.text-red-900\/20 {
  color: rgba(127, 29, 29, 0.2);
}

.text-red-900\/25 {
  color: rgba(127, 29, 29, 0.25);
}

.text-red-900\/30 {
  color: rgba(127, 29, 29, 0.3);
}

.text-red-900\/40 {
  color: rgba(127, 29, 29, 0.4);
}

.text-red-900\/50 {
  color: rgba(127, 29, 29, 0.5);
}

.text-red-900\/60 {
  color: rgba(127, 29, 29, 0.6);
}

.text-red-900\/70 {
  color: rgba(127, 29, 29, 0.7);
}

.text-red-900\/75 {
  color: rgba(127, 29, 29, 0.75);
}

.text-red-900\/80 {
  color: rgba(127, 29, 29, 0.8);
}

.text-red-900\/90 {
  color: rgba(127, 29, 29, 0.9);
}

.text-red-900\/95 {
  color: rgba(127, 29, 29, 0.95);
}

.text-red-900\/100 {
  color: rgb(127, 29, 29);
}

.text-orange-50\/0 {
  color: rgba(255, 247, 237, 0);
}

.text-orange-50\/5 {
  color: rgba(255, 247, 237, 0.05);
}

.text-orange-50\/10 {
  color: rgba(255, 247, 237, 0.1);
}

.text-orange-50\/20 {
  color: rgba(255, 247, 237, 0.2);
}

.text-orange-50\/25 {
  color: rgba(255, 247, 237, 0.25);
}

.text-orange-50\/30 {
  color: rgba(255, 247, 237, 0.3);
}

.text-orange-50\/40 {
  color: rgba(255, 247, 237, 0.4);
}

.text-orange-50\/50 {
  color: rgba(255, 247, 237, 0.5);
}

.text-orange-50\/60 {
  color: rgba(255, 247, 237, 0.6);
}

.text-orange-50\/70 {
  color: rgba(255, 247, 237, 0.7);
}

.text-orange-50\/75 {
  color: rgba(255, 247, 237, 0.75);
}

.text-orange-50\/80 {
  color: rgba(255, 247, 237, 0.8);
}

.text-orange-50\/90 {
  color: rgba(255, 247, 237, 0.9);
}

.text-orange-50\/95 {
  color: rgba(255, 247, 237, 0.95);
}

.text-orange-50\/100 {
  color: rgb(255, 247, 237);
}

.text-orange-100\/0 {
  color: rgba(255, 237, 213, 0);
}

.text-orange-100\/5 {
  color: rgba(255, 237, 213, 0.05);
}

.text-orange-100\/10 {
  color: rgba(255, 237, 213, 0.1);
}

.text-orange-100\/20 {
  color: rgba(255, 237, 213, 0.2);
}

.text-orange-100\/25 {
  color: rgba(255, 237, 213, 0.25);
}

.text-orange-100\/30 {
  color: rgba(255, 237, 213, 0.3);
}

.text-orange-100\/40 {
  color: rgba(255, 237, 213, 0.4);
}

.text-orange-100\/50 {
  color: rgba(255, 237, 213, 0.5);
}

.text-orange-100\/60 {
  color: rgba(255, 237, 213, 0.6);
}

.text-orange-100\/70 {
  color: rgba(255, 237, 213, 0.7);
}

.text-orange-100\/75 {
  color: rgba(255, 237, 213, 0.75);
}

.text-orange-100\/80 {
  color: rgba(255, 237, 213, 0.8);
}

.text-orange-100\/90 {
  color: rgba(255, 237, 213, 0.9);
}

.text-orange-100\/95 {
  color: rgba(255, 237, 213, 0.95);
}

.text-orange-100\/100 {
  color: rgb(255, 237, 213);
}

.text-orange-200\/0 {
  color: rgba(254, 215, 170, 0);
}

.text-orange-200\/5 {
  color: rgba(254, 215, 170, 0.05);
}

.text-orange-200\/10 {
  color: rgba(254, 215, 170, 0.1);
}

.text-orange-200\/20 {
  color: rgba(254, 215, 170, 0.2);
}

.text-orange-200\/25 {
  color: rgba(254, 215, 170, 0.25);
}

.text-orange-200\/30 {
  color: rgba(254, 215, 170, 0.3);
}

.text-orange-200\/40 {
  color: rgba(254, 215, 170, 0.4);
}

.text-orange-200\/50 {
  color: rgba(254, 215, 170, 0.5);
}

.text-orange-200\/60 {
  color: rgba(254, 215, 170, 0.6);
}

.text-orange-200\/70 {
  color: rgba(254, 215, 170, 0.7);
}

.text-orange-200\/75 {
  color: rgba(254, 215, 170, 0.75);
}

.text-orange-200\/80 {
  color: rgba(254, 215, 170, 0.8);
}

.text-orange-200\/90 {
  color: rgba(254, 215, 170, 0.9);
}

.text-orange-200\/95 {
  color: rgba(254, 215, 170, 0.95);
}

.text-orange-200\/100 {
  color: rgb(254, 215, 170);
}

.text-orange-300\/0 {
  color: rgba(253, 186, 116, 0);
}

.text-orange-300\/5 {
  color: rgba(253, 186, 116, 0.05);
}

.text-orange-300\/10 {
  color: rgba(253, 186, 116, 0.1);
}

.text-orange-300\/20 {
  color: rgba(253, 186, 116, 0.2);
}

.text-orange-300\/25 {
  color: rgba(253, 186, 116, 0.25);
}

.text-orange-300\/30 {
  color: rgba(253, 186, 116, 0.3);
}

.text-orange-300\/40 {
  color: rgba(253, 186, 116, 0.4);
}

.text-orange-300\/50 {
  color: rgba(253, 186, 116, 0.5);
}

.text-orange-300\/60 {
  color: rgba(253, 186, 116, 0.6);
}

.text-orange-300\/70 {
  color: rgba(253, 186, 116, 0.7);
}

.text-orange-300\/75 {
  color: rgba(253, 186, 116, 0.75);
}

.text-orange-300\/80 {
  color: rgba(253, 186, 116, 0.8);
}

.text-orange-300\/90 {
  color: rgba(253, 186, 116, 0.9);
}

.text-orange-300\/95 {
  color: rgba(253, 186, 116, 0.95);
}

.text-orange-300\/100 {
  color: rgb(253, 186, 116);
}

.text-orange-400\/0 {
  color: rgba(251, 146, 60, 0);
}

.text-orange-400\/5 {
  color: rgba(251, 146, 60, 0.05);
}

.text-orange-400\/10 {
  color: rgba(251, 146, 60, 0.1);
}

.text-orange-400\/20 {
  color: rgba(251, 146, 60, 0.2);
}

.text-orange-400\/25 {
  color: rgba(251, 146, 60, 0.25);
}

.text-orange-400\/30 {
  color: rgba(251, 146, 60, 0.3);
}

.text-orange-400\/40 {
  color: rgba(251, 146, 60, 0.4);
}

.text-orange-400\/50 {
  color: rgba(251, 146, 60, 0.5);
}

.text-orange-400\/60 {
  color: rgba(251, 146, 60, 0.6);
}

.text-orange-400\/70 {
  color: rgba(251, 146, 60, 0.7);
}

.text-orange-400\/75 {
  color: rgba(251, 146, 60, 0.75);
}

.text-orange-400\/80 {
  color: rgba(251, 146, 60, 0.8);
}

.text-orange-400\/90 {
  color: rgba(251, 146, 60, 0.9);
}

.text-orange-400\/95 {
  color: rgba(251, 146, 60, 0.95);
}

.text-orange-400\/100 {
  color: rgb(251, 146, 60);
}

.text-orange-500\/0 {
  color: rgba(249, 115, 22, 0);
}

.text-orange-500\/5 {
  color: rgba(249, 115, 22, 0.05);
}

.text-orange-500\/10 {
  color: rgba(249, 115, 22, 0.1);
}

.text-orange-500\/20 {
  color: rgba(249, 115, 22, 0.2);
}

.text-orange-500\/25 {
  color: rgba(249, 115, 22, 0.25);
}

.text-orange-500\/30 {
  color: rgba(249, 115, 22, 0.3);
}

.text-orange-500\/40 {
  color: rgba(249, 115, 22, 0.4);
}

.text-orange-500\/50 {
  color: rgba(249, 115, 22, 0.5);
}

.text-orange-500\/60 {
  color: rgba(249, 115, 22, 0.6);
}

.text-orange-500\/70 {
  color: rgba(249, 115, 22, 0.7);
}

.text-orange-500\/75 {
  color: rgba(249, 115, 22, 0.75);
}

.text-orange-500\/80 {
  color: rgba(249, 115, 22, 0.8);
}

.text-orange-500\/90 {
  color: rgba(249, 115, 22, 0.9);
}

.text-orange-500\/95 {
  color: rgba(249, 115, 22, 0.95);
}

.text-orange-500\/100 {
  color: rgb(249, 115, 22);
}

.text-orange-600\/0 {
  color: rgba(234, 88, 12, 0);
}

.text-orange-600\/5 {
  color: rgba(234, 88, 12, 0.05);
}

.text-orange-600\/10 {
  color: rgba(234, 88, 12, 0.1);
}

.text-orange-600\/20 {
  color: rgba(234, 88, 12, 0.2);
}

.text-orange-600\/25 {
  color: rgba(234, 88, 12, 0.25);
}

.text-orange-600\/30 {
  color: rgba(234, 88, 12, 0.3);
}

.text-orange-600\/40 {
  color: rgba(234, 88, 12, 0.4);
}

.text-orange-600\/50 {
  color: rgba(234, 88, 12, 0.5);
}

.text-orange-600\/60 {
  color: rgba(234, 88, 12, 0.6);
}

.text-orange-600\/70 {
  color: rgba(234, 88, 12, 0.7);
}

.text-orange-600\/75 {
  color: rgba(234, 88, 12, 0.75);
}

.text-orange-600\/80 {
  color: rgba(234, 88, 12, 0.8);
}

.text-orange-600\/90 {
  color: rgba(234, 88, 12, 0.9);
}

.text-orange-600\/95 {
  color: rgba(234, 88, 12, 0.95);
}

.text-orange-600\/100 {
  color: rgb(234, 88, 12);
}

.text-orange-700\/0 {
  color: rgba(194, 65, 12, 0);
}

.text-orange-700\/5 {
  color: rgba(194, 65, 12, 0.05);
}

.text-orange-700\/10 {
  color: rgba(194, 65, 12, 0.1);
}

.text-orange-700\/20 {
  color: rgba(194, 65, 12, 0.2);
}

.text-orange-700\/25 {
  color: rgba(194, 65, 12, 0.25);
}

.text-orange-700\/30 {
  color: rgba(194, 65, 12, 0.3);
}

.text-orange-700\/40 {
  color: rgba(194, 65, 12, 0.4);
}

.text-orange-700\/50 {
  color: rgba(194, 65, 12, 0.5);
}

.text-orange-700\/60 {
  color: rgba(194, 65, 12, 0.6);
}

.text-orange-700\/70 {
  color: rgba(194, 65, 12, 0.7);
}

.text-orange-700\/75 {
  color: rgba(194, 65, 12, 0.75);
}

.text-orange-700\/80 {
  color: rgba(194, 65, 12, 0.8);
}

.text-orange-700\/90 {
  color: rgba(194, 65, 12, 0.9);
}

.text-orange-700\/95 {
  color: rgba(194, 65, 12, 0.95);
}

.text-orange-700\/100 {
  color: rgb(194, 65, 12);
}

.text-orange-800\/0 {
  color: rgba(154, 52, 18, 0);
}

.text-orange-800\/5 {
  color: rgba(154, 52, 18, 0.05);
}

.text-orange-800\/10 {
  color: rgba(154, 52, 18, 0.1);
}

.text-orange-800\/20 {
  color: rgba(154, 52, 18, 0.2);
}

.text-orange-800\/25 {
  color: rgba(154, 52, 18, 0.25);
}

.text-orange-800\/30 {
  color: rgba(154, 52, 18, 0.3);
}

.text-orange-800\/40 {
  color: rgba(154, 52, 18, 0.4);
}

.text-orange-800\/50 {
  color: rgba(154, 52, 18, 0.5);
}

.text-orange-800\/60 {
  color: rgba(154, 52, 18, 0.6);
}

.text-orange-800\/70 {
  color: rgba(154, 52, 18, 0.7);
}

.text-orange-800\/75 {
  color: rgba(154, 52, 18, 0.75);
}

.text-orange-800\/80 {
  color: rgba(154, 52, 18, 0.8);
}

.text-orange-800\/90 {
  color: rgba(154, 52, 18, 0.9);
}

.text-orange-800\/95 {
  color: rgba(154, 52, 18, 0.95);
}

.text-orange-800\/100 {
  color: rgb(154, 52, 18);
}

.text-orange-900\/0 {
  color: rgba(124, 45, 18, 0);
}

.text-orange-900\/5 {
  color: rgba(124, 45, 18, 0.05);
}

.text-orange-900\/10 {
  color: rgba(124, 45, 18, 0.1);
}

.text-orange-900\/20 {
  color: rgba(124, 45, 18, 0.2);
}

.text-orange-900\/25 {
  color: rgba(124, 45, 18, 0.25);
}

.text-orange-900\/30 {
  color: rgba(124, 45, 18, 0.3);
}

.text-orange-900\/40 {
  color: rgba(124, 45, 18, 0.4);
}

.text-orange-900\/50 {
  color: rgba(124, 45, 18, 0.5);
}

.text-orange-900\/60 {
  color: rgba(124, 45, 18, 0.6);
}

.text-orange-900\/70 {
  color: rgba(124, 45, 18, 0.7);
}

.text-orange-900\/75 {
  color: rgba(124, 45, 18, 0.75);
}

.text-orange-900\/80 {
  color: rgba(124, 45, 18, 0.8);
}

.text-orange-900\/90 {
  color: rgba(124, 45, 18, 0.9);
}

.text-orange-900\/95 {
  color: rgba(124, 45, 18, 0.95);
}

.text-orange-900\/100 {
  color: rgb(124, 45, 18);
}

.text-amber-50\/0 {
  color: rgba(255, 251, 235, 0);
}

.text-amber-50\/5 {
  color: rgba(255, 251, 235, 0.05);
}

.text-amber-50\/10 {
  color: rgba(255, 251, 235, 0.1);
}

.text-amber-50\/20 {
  color: rgba(255, 251, 235, 0.2);
}

.text-amber-50\/25 {
  color: rgba(255, 251, 235, 0.25);
}

.text-amber-50\/30 {
  color: rgba(255, 251, 235, 0.3);
}

.text-amber-50\/40 {
  color: rgba(255, 251, 235, 0.4);
}

.text-amber-50\/50 {
  color: rgba(255, 251, 235, 0.5);
}

.text-amber-50\/60 {
  color: rgba(255, 251, 235, 0.6);
}

.text-amber-50\/70 {
  color: rgba(255, 251, 235, 0.7);
}

.text-amber-50\/75 {
  color: rgba(255, 251, 235, 0.75);
}

.text-amber-50\/80 {
  color: rgba(255, 251, 235, 0.8);
}

.text-amber-50\/90 {
  color: rgba(255, 251, 235, 0.9);
}

.text-amber-50\/95 {
  color: rgba(255, 251, 235, 0.95);
}

.text-amber-50\/100 {
  color: rgb(255, 251, 235);
}

.text-amber-100\/0 {
  color: rgba(254, 243, 199, 0);
}

.text-amber-100\/5 {
  color: rgba(254, 243, 199, 0.05);
}

.text-amber-100\/10 {
  color: rgba(254, 243, 199, 0.1);
}

.text-amber-100\/20 {
  color: rgba(254, 243, 199, 0.2);
}

.text-amber-100\/25 {
  color: rgba(254, 243, 199, 0.25);
}

.text-amber-100\/30 {
  color: rgba(254, 243, 199, 0.3);
}

.text-amber-100\/40 {
  color: rgba(254, 243, 199, 0.4);
}

.text-amber-100\/50 {
  color: rgba(254, 243, 199, 0.5);
}

.text-amber-100\/60 {
  color: rgba(254, 243, 199, 0.6);
}

.text-amber-100\/70 {
  color: rgba(254, 243, 199, 0.7);
}

.text-amber-100\/75 {
  color: rgba(254, 243, 199, 0.75);
}

.text-amber-100\/80 {
  color: rgba(254, 243, 199, 0.8);
}

.text-amber-100\/90 {
  color: rgba(254, 243, 199, 0.9);
}

.text-amber-100\/95 {
  color: rgba(254, 243, 199, 0.95);
}

.text-amber-100\/100 {
  color: rgb(254, 243, 199);
}

.text-amber-200\/0 {
  color: rgba(253, 230, 138, 0);
}

.text-amber-200\/5 {
  color: rgba(253, 230, 138, 0.05);
}

.text-amber-200\/10 {
  color: rgba(253, 230, 138, 0.1);
}

.text-amber-200\/20 {
  color: rgba(253, 230, 138, 0.2);
}

.text-amber-200\/25 {
  color: rgba(253, 230, 138, 0.25);
}

.text-amber-200\/30 {
  color: rgba(253, 230, 138, 0.3);
}

.text-amber-200\/40 {
  color: rgba(253, 230, 138, 0.4);
}

.text-amber-200\/50 {
  color: rgba(253, 230, 138, 0.5);
}

.text-amber-200\/60 {
  color: rgba(253, 230, 138, 0.6);
}

.text-amber-200\/70 {
  color: rgba(253, 230, 138, 0.7);
}

.text-amber-200\/75 {
  color: rgba(253, 230, 138, 0.75);
}

.text-amber-200\/80 {
  color: rgba(253, 230, 138, 0.8);
}

.text-amber-200\/90 {
  color: rgba(253, 230, 138, 0.9);
}

.text-amber-200\/95 {
  color: rgba(253, 230, 138, 0.95);
}

.text-amber-200\/100 {
  color: rgb(253, 230, 138);
}

.text-amber-300\/0 {
  color: rgba(252, 211, 77, 0);
}

.text-amber-300\/5 {
  color: rgba(252, 211, 77, 0.05);
}

.text-amber-300\/10 {
  color: rgba(252, 211, 77, 0.1);
}

.text-amber-300\/20 {
  color: rgba(252, 211, 77, 0.2);
}

.text-amber-300\/25 {
  color: rgba(252, 211, 77, 0.25);
}

.text-amber-300\/30 {
  color: rgba(252, 211, 77, 0.3);
}

.text-amber-300\/40 {
  color: rgba(252, 211, 77, 0.4);
}

.text-amber-300\/50 {
  color: rgba(252, 211, 77, 0.5);
}

.text-amber-300\/60 {
  color: rgba(252, 211, 77, 0.6);
}

.text-amber-300\/70 {
  color: rgba(252, 211, 77, 0.7);
}

.text-amber-300\/75 {
  color: rgba(252, 211, 77, 0.75);
}

.text-amber-300\/80 {
  color: rgba(252, 211, 77, 0.8);
}

.text-amber-300\/90 {
  color: rgba(252, 211, 77, 0.9);
}

.text-amber-300\/95 {
  color: rgba(252, 211, 77, 0.95);
}

.text-amber-300\/100 {
  color: rgb(252, 211, 77);
}

.text-amber-400\/0 {
  color: rgba(251, 191, 36, 0);
}

.text-amber-400\/5 {
  color: rgba(251, 191, 36, 0.05);
}

.text-amber-400\/10 {
  color: rgba(251, 191, 36, 0.1);
}

.text-amber-400\/20 {
  color: rgba(251, 191, 36, 0.2);
}

.text-amber-400\/25 {
  color: rgba(251, 191, 36, 0.25);
}

.text-amber-400\/30 {
  color: rgba(251, 191, 36, 0.3);
}

.text-amber-400\/40 {
  color: rgba(251, 191, 36, 0.4);
}

.text-amber-400\/50 {
  color: rgba(251, 191, 36, 0.5);
}

.text-amber-400\/60 {
  color: rgba(251, 191, 36, 0.6);
}

.text-amber-400\/70 {
  color: rgba(251, 191, 36, 0.7);
}

.text-amber-400\/75 {
  color: rgba(251, 191, 36, 0.75);
}

.text-amber-400\/80 {
  color: rgba(251, 191, 36, 0.8);
}

.text-amber-400\/90 {
  color: rgba(251, 191, 36, 0.9);
}

.text-amber-400\/95 {
  color: rgba(251, 191, 36, 0.95);
}

.text-amber-400\/100 {
  color: rgb(251, 191, 36);
}

.text-amber-500\/0 {
  color: rgba(245, 158, 11, 0);
}

.text-amber-500\/5 {
  color: rgba(245, 158, 11, 0.05);
}

.text-amber-500\/10 {
  color: rgba(245, 158, 11, 0.1);
}

.text-amber-500\/20 {
  color: rgba(245, 158, 11, 0.2);
}

.text-amber-500\/25 {
  color: rgba(245, 158, 11, 0.25);
}

.text-amber-500\/30 {
  color: rgba(245, 158, 11, 0.3);
}

.text-amber-500\/40 {
  color: rgba(245, 158, 11, 0.4);
}

.text-amber-500\/50 {
  color: rgba(245, 158, 11, 0.5);
}

.text-amber-500\/60 {
  color: rgba(245, 158, 11, 0.6);
}

.text-amber-500\/70 {
  color: rgba(245, 158, 11, 0.7);
}

.text-amber-500\/75 {
  color: rgba(245, 158, 11, 0.75);
}

.text-amber-500\/80 {
  color: rgba(245, 158, 11, 0.8);
}

.text-amber-500\/90 {
  color: rgba(245, 158, 11, 0.9);
}

.text-amber-500\/95 {
  color: rgba(245, 158, 11, 0.95);
}

.text-amber-500\/100 {
  color: rgb(245, 158, 11);
}

.text-amber-600\/0 {
  color: rgba(217, 119, 6, 0);
}

.text-amber-600\/5 {
  color: rgba(217, 119, 6, 0.05);
}

.text-amber-600\/10 {
  color: rgba(217, 119, 6, 0.1);
}

.text-amber-600\/20 {
  color: rgba(217, 119, 6, 0.2);
}

.text-amber-600\/25 {
  color: rgba(217, 119, 6, 0.25);
}

.text-amber-600\/30 {
  color: rgba(217, 119, 6, 0.3);
}

.text-amber-600\/40 {
  color: rgba(217, 119, 6, 0.4);
}

.text-amber-600\/50 {
  color: rgba(217, 119, 6, 0.5);
}

.text-amber-600\/60 {
  color: rgba(217, 119, 6, 0.6);
}

.text-amber-600\/70 {
  color: rgba(217, 119, 6, 0.7);
}

.text-amber-600\/75 {
  color: rgba(217, 119, 6, 0.75);
}

.text-amber-600\/80 {
  color: rgba(217, 119, 6, 0.8);
}

.text-amber-600\/90 {
  color: rgba(217, 119, 6, 0.9);
}

.text-amber-600\/95 {
  color: rgba(217, 119, 6, 0.95);
}

.text-amber-600\/100 {
  color: rgb(217, 119, 6);
}

.text-amber-700\/0 {
  color: rgba(180, 83, 9, 0);
}

.text-amber-700\/5 {
  color: rgba(180, 83, 9, 0.05);
}

.text-amber-700\/10 {
  color: rgba(180, 83, 9, 0.1);
}

.text-amber-700\/20 {
  color: rgba(180, 83, 9, 0.2);
}

.text-amber-700\/25 {
  color: rgba(180, 83, 9, 0.25);
}

.text-amber-700\/30 {
  color: rgba(180, 83, 9, 0.3);
}

.text-amber-700\/40 {
  color: rgba(180, 83, 9, 0.4);
}

.text-amber-700\/50 {
  color: rgba(180, 83, 9, 0.5);
}

.text-amber-700\/60 {
  color: rgba(180, 83, 9, 0.6);
}

.text-amber-700\/70 {
  color: rgba(180, 83, 9, 0.7);
}

.text-amber-700\/75 {
  color: rgba(180, 83, 9, 0.75);
}

.text-amber-700\/80 {
  color: rgba(180, 83, 9, 0.8);
}

.text-amber-700\/90 {
  color: rgba(180, 83, 9, 0.9);
}

.text-amber-700\/95 {
  color: rgba(180, 83, 9, 0.95);
}

.text-amber-700\/100 {
  color: rgb(180, 83, 9);
}

.text-amber-800\/0 {
  color: rgba(146, 64, 14, 0);
}

.text-amber-800\/5 {
  color: rgba(146, 64, 14, 0.05);
}

.text-amber-800\/10 {
  color: rgba(146, 64, 14, 0.1);
}

.text-amber-800\/20 {
  color: rgba(146, 64, 14, 0.2);
}

.text-amber-800\/25 {
  color: rgba(146, 64, 14, 0.25);
}

.text-amber-800\/30 {
  color: rgba(146, 64, 14, 0.3);
}

.text-amber-800\/40 {
  color: rgba(146, 64, 14, 0.4);
}

.text-amber-800\/50 {
  color: rgba(146, 64, 14, 0.5);
}

.text-amber-800\/60 {
  color: rgba(146, 64, 14, 0.6);
}

.text-amber-800\/70 {
  color: rgba(146, 64, 14, 0.7);
}

.text-amber-800\/75 {
  color: rgba(146, 64, 14, 0.75);
}

.text-amber-800\/80 {
  color: rgba(146, 64, 14, 0.8);
}

.text-amber-800\/90 {
  color: rgba(146, 64, 14, 0.9);
}

.text-amber-800\/95 {
  color: rgba(146, 64, 14, 0.95);
}

.text-amber-800\/100 {
  color: rgb(146, 64, 14);
}

.text-amber-900\/0 {
  color: rgba(120, 53, 15, 0);
}

.text-amber-900\/5 {
  color: rgba(120, 53, 15, 0.05);
}

.text-amber-900\/10 {
  color: rgba(120, 53, 15, 0.1);
}

.text-amber-900\/20 {
  color: rgba(120, 53, 15, 0.2);
}

.text-amber-900\/25 {
  color: rgba(120, 53, 15, 0.25);
}

.text-amber-900\/30 {
  color: rgba(120, 53, 15, 0.3);
}

.text-amber-900\/40 {
  color: rgba(120, 53, 15, 0.4);
}

.text-amber-900\/50 {
  color: rgba(120, 53, 15, 0.5);
}

.text-amber-900\/60 {
  color: rgba(120, 53, 15, 0.6);
}

.text-amber-900\/70 {
  color: rgba(120, 53, 15, 0.7);
}

.text-amber-900\/75 {
  color: rgba(120, 53, 15, 0.75);
}

.text-amber-900\/80 {
  color: rgba(120, 53, 15, 0.8);
}

.text-amber-900\/90 {
  color: rgba(120, 53, 15, 0.9);
}

.text-amber-900\/95 {
  color: rgba(120, 53, 15, 0.95);
}

.text-amber-900\/100 {
  color: rgb(120, 53, 15);
}

.text-yellow-50\/0 {
  color: rgba(254, 252, 232, 0);
}

.text-yellow-50\/5 {
  color: rgba(254, 252, 232, 0.05);
}

.text-yellow-50\/10 {
  color: rgba(254, 252, 232, 0.1);
}

.text-yellow-50\/20 {
  color: rgba(254, 252, 232, 0.2);
}

.text-yellow-50\/25 {
  color: rgba(254, 252, 232, 0.25);
}

.text-yellow-50\/30 {
  color: rgba(254, 252, 232, 0.3);
}

.text-yellow-50\/40 {
  color: rgba(254, 252, 232, 0.4);
}

.text-yellow-50\/50 {
  color: rgba(254, 252, 232, 0.5);
}

.text-yellow-50\/60 {
  color: rgba(254, 252, 232, 0.6);
}

.text-yellow-50\/70 {
  color: rgba(254, 252, 232, 0.7);
}

.text-yellow-50\/75 {
  color: rgba(254, 252, 232, 0.75);
}

.text-yellow-50\/80 {
  color: rgba(254, 252, 232, 0.8);
}

.text-yellow-50\/90 {
  color: rgba(254, 252, 232, 0.9);
}

.text-yellow-50\/95 {
  color: rgba(254, 252, 232, 0.95);
}

.text-yellow-50\/100 {
  color: rgb(254, 252, 232);
}

.text-yellow-100\/0 {
  color: rgba(254, 249, 195, 0);
}

.text-yellow-100\/5 {
  color: rgba(254, 249, 195, 0.05);
}

.text-yellow-100\/10 {
  color: rgba(254, 249, 195, 0.1);
}

.text-yellow-100\/20 {
  color: rgba(254, 249, 195, 0.2);
}

.text-yellow-100\/25 {
  color: rgba(254, 249, 195, 0.25);
}

.text-yellow-100\/30 {
  color: rgba(254, 249, 195, 0.3);
}

.text-yellow-100\/40 {
  color: rgba(254, 249, 195, 0.4);
}

.text-yellow-100\/50 {
  color: rgba(254, 249, 195, 0.5);
}

.text-yellow-100\/60 {
  color: rgba(254, 249, 195, 0.6);
}

.text-yellow-100\/70 {
  color: rgba(254, 249, 195, 0.7);
}

.text-yellow-100\/75 {
  color: rgba(254, 249, 195, 0.75);
}

.text-yellow-100\/80 {
  color: rgba(254, 249, 195, 0.8);
}

.text-yellow-100\/90 {
  color: rgba(254, 249, 195, 0.9);
}

.text-yellow-100\/95 {
  color: rgba(254, 249, 195, 0.95);
}

.text-yellow-100\/100 {
  color: rgb(254, 249, 195);
}

.text-yellow-200\/0 {
  color: rgba(254, 240, 138, 0);
}

.text-yellow-200\/5 {
  color: rgba(254, 240, 138, 0.05);
}

.text-yellow-200\/10 {
  color: rgba(254, 240, 138, 0.1);
}

.text-yellow-200\/20 {
  color: rgba(254, 240, 138, 0.2);
}

.text-yellow-200\/25 {
  color: rgba(254, 240, 138, 0.25);
}

.text-yellow-200\/30 {
  color: rgba(254, 240, 138, 0.3);
}

.text-yellow-200\/40 {
  color: rgba(254, 240, 138, 0.4);
}

.text-yellow-200\/50 {
  color: rgba(254, 240, 138, 0.5);
}

.text-yellow-200\/60 {
  color: rgba(254, 240, 138, 0.6);
}

.text-yellow-200\/70 {
  color: rgba(254, 240, 138, 0.7);
}

.text-yellow-200\/75 {
  color: rgba(254, 240, 138, 0.75);
}

.text-yellow-200\/80 {
  color: rgba(254, 240, 138, 0.8);
}

.text-yellow-200\/90 {
  color: rgba(254, 240, 138, 0.9);
}

.text-yellow-200\/95 {
  color: rgba(254, 240, 138, 0.95);
}

.text-yellow-200\/100 {
  color: rgb(254, 240, 138);
}

.text-yellow-300\/0 {
  color: rgba(253, 224, 71, 0);
}

.text-yellow-300\/5 {
  color: rgba(253, 224, 71, 0.05);
}

.text-yellow-300\/10 {
  color: rgba(253, 224, 71, 0.1);
}

.text-yellow-300\/20 {
  color: rgba(253, 224, 71, 0.2);
}

.text-yellow-300\/25 {
  color: rgba(253, 224, 71, 0.25);
}

.text-yellow-300\/30 {
  color: rgba(253, 224, 71, 0.3);
}

.text-yellow-300\/40 {
  color: rgba(253, 224, 71, 0.4);
}

.text-yellow-300\/50 {
  color: rgba(253, 224, 71, 0.5);
}

.text-yellow-300\/60 {
  color: rgba(253, 224, 71, 0.6);
}

.text-yellow-300\/70 {
  color: rgba(253, 224, 71, 0.7);
}

.text-yellow-300\/75 {
  color: rgba(253, 224, 71, 0.75);
}

.text-yellow-300\/80 {
  color: rgba(253, 224, 71, 0.8);
}

.text-yellow-300\/90 {
  color: rgba(253, 224, 71, 0.9);
}

.text-yellow-300\/95 {
  color: rgba(253, 224, 71, 0.95);
}

.text-yellow-300\/100 {
  color: rgb(253, 224, 71);
}

.text-yellow-400\/0 {
  color: rgba(250, 204, 21, 0);
}

.text-yellow-400\/5 {
  color: rgba(250, 204, 21, 0.05);
}

.text-yellow-400\/10 {
  color: rgba(250, 204, 21, 0.1);
}

.text-yellow-400\/20 {
  color: rgba(250, 204, 21, 0.2);
}

.text-yellow-400\/25 {
  color: rgba(250, 204, 21, 0.25);
}

.text-yellow-400\/30 {
  color: rgba(250, 204, 21, 0.3);
}

.text-yellow-400\/40 {
  color: rgba(250, 204, 21, 0.4);
}

.text-yellow-400\/50 {
  color: rgba(250, 204, 21, 0.5);
}

.text-yellow-400\/60 {
  color: rgba(250, 204, 21, 0.6);
}

.text-yellow-400\/70 {
  color: rgba(250, 204, 21, 0.7);
}

.text-yellow-400\/75 {
  color: rgba(250, 204, 21, 0.75);
}

.text-yellow-400\/80 {
  color: rgba(250, 204, 21, 0.8);
}

.text-yellow-400\/90 {
  color: rgba(250, 204, 21, 0.9);
}

.text-yellow-400\/95 {
  color: rgba(250, 204, 21, 0.95);
}

.text-yellow-400\/100 {
  color: rgb(250, 204, 21);
}

.text-yellow-500\/0 {
  color: rgba(234, 179, 8, 0);
}

.text-yellow-500\/5 {
  color: rgba(234, 179, 8, 0.05);
}

.text-yellow-500\/10 {
  color: rgba(234, 179, 8, 0.1);
}

.text-yellow-500\/20 {
  color: rgba(234, 179, 8, 0.2);
}

.text-yellow-500\/25 {
  color: rgba(234, 179, 8, 0.25);
}

.text-yellow-500\/30 {
  color: rgba(234, 179, 8, 0.3);
}

.text-yellow-500\/40 {
  color: rgba(234, 179, 8, 0.4);
}

.text-yellow-500\/50 {
  color: rgba(234, 179, 8, 0.5);
}

.text-yellow-500\/60 {
  color: rgba(234, 179, 8, 0.6);
}

.text-yellow-500\/70 {
  color: rgba(234, 179, 8, 0.7);
}

.text-yellow-500\/75 {
  color: rgba(234, 179, 8, 0.75);
}

.text-yellow-500\/80 {
  color: rgba(234, 179, 8, 0.8);
}

.text-yellow-500\/90 {
  color: rgba(234, 179, 8, 0.9);
}

.text-yellow-500\/95 {
  color: rgba(234, 179, 8, 0.95);
}

.text-yellow-500\/100 {
  color: rgb(234, 179, 8);
}

.text-yellow-600\/0 {
  color: rgba(202, 138, 4, 0);
}

.text-yellow-600\/5 {
  color: rgba(202, 138, 4, 0.05);
}

.text-yellow-600\/10 {
  color: rgba(202, 138, 4, 0.1);
}

.text-yellow-600\/20 {
  color: rgba(202, 138, 4, 0.2);
}

.text-yellow-600\/25 {
  color: rgba(202, 138, 4, 0.25);
}

.text-yellow-600\/30 {
  color: rgba(202, 138, 4, 0.3);
}

.text-yellow-600\/40 {
  color: rgba(202, 138, 4, 0.4);
}

.text-yellow-600\/50 {
  color: rgba(202, 138, 4, 0.5);
}

.text-yellow-600\/60 {
  color: rgba(202, 138, 4, 0.6);
}

.text-yellow-600\/70 {
  color: rgba(202, 138, 4, 0.7);
}

.text-yellow-600\/75 {
  color: rgba(202, 138, 4, 0.75);
}

.text-yellow-600\/80 {
  color: rgba(202, 138, 4, 0.8);
}

.text-yellow-600\/90 {
  color: rgba(202, 138, 4, 0.9);
}

.text-yellow-600\/95 {
  color: rgba(202, 138, 4, 0.95);
}

.text-yellow-600\/100 {
  color: rgb(202, 138, 4);
}

.text-yellow-700\/0 {
  color: rgba(161, 98, 7, 0);
}

.text-yellow-700\/5 {
  color: rgba(161, 98, 7, 0.05);
}

.text-yellow-700\/10 {
  color: rgba(161, 98, 7, 0.1);
}

.text-yellow-700\/20 {
  color: rgba(161, 98, 7, 0.2);
}

.text-yellow-700\/25 {
  color: rgba(161, 98, 7, 0.25);
}

.text-yellow-700\/30 {
  color: rgba(161, 98, 7, 0.3);
}

.text-yellow-700\/40 {
  color: rgba(161, 98, 7, 0.4);
}

.text-yellow-700\/50 {
  color: rgba(161, 98, 7, 0.5);
}

.text-yellow-700\/60 {
  color: rgba(161, 98, 7, 0.6);
}

.text-yellow-700\/70 {
  color: rgba(161, 98, 7, 0.7);
}

.text-yellow-700\/75 {
  color: rgba(161, 98, 7, 0.75);
}

.text-yellow-700\/80 {
  color: rgba(161, 98, 7, 0.8);
}

.text-yellow-700\/90 {
  color: rgba(161, 98, 7, 0.9);
}

.text-yellow-700\/95 {
  color: rgba(161, 98, 7, 0.95);
}

.text-yellow-700\/100 {
  color: rgb(161, 98, 7);
}

.text-yellow-800\/0 {
  color: rgba(133, 77, 14, 0);
}

.text-yellow-800\/5 {
  color: rgba(133, 77, 14, 0.05);
}

.text-yellow-800\/10 {
  color: rgba(133, 77, 14, 0.1);
}

.text-yellow-800\/20 {
  color: rgba(133, 77, 14, 0.2);
}

.text-yellow-800\/25 {
  color: rgba(133, 77, 14, 0.25);
}

.text-yellow-800\/30 {
  color: rgba(133, 77, 14, 0.3);
}

.text-yellow-800\/40 {
  color: rgba(133, 77, 14, 0.4);
}

.text-yellow-800\/50 {
  color: rgba(133, 77, 14, 0.5);
}

.text-yellow-800\/60 {
  color: rgba(133, 77, 14, 0.6);
}

.text-yellow-800\/70 {
  color: rgba(133, 77, 14, 0.7);
}

.text-yellow-800\/75 {
  color: rgba(133, 77, 14, 0.75);
}

.text-yellow-800\/80 {
  color: rgba(133, 77, 14, 0.8);
}

.text-yellow-800\/90 {
  color: rgba(133, 77, 14, 0.9);
}

.text-yellow-800\/95 {
  color: rgba(133, 77, 14, 0.95);
}

.text-yellow-800\/100 {
  color: rgb(133, 77, 14);
}

.text-yellow-900\/0 {
  color: rgba(113, 63, 18, 0);
}

.text-yellow-900\/5 {
  color: rgba(113, 63, 18, 0.05);
}

.text-yellow-900\/10 {
  color: rgba(113, 63, 18, 0.1);
}

.text-yellow-900\/20 {
  color: rgba(113, 63, 18, 0.2);
}

.text-yellow-900\/25 {
  color: rgba(113, 63, 18, 0.25);
}

.text-yellow-900\/30 {
  color: rgba(113, 63, 18, 0.3);
}

.text-yellow-900\/40 {
  color: rgba(113, 63, 18, 0.4);
}

.text-yellow-900\/50 {
  color: rgba(113, 63, 18, 0.5);
}

.text-yellow-900\/60 {
  color: rgba(113, 63, 18, 0.6);
}

.text-yellow-900\/70 {
  color: rgba(113, 63, 18, 0.7);
}

.text-yellow-900\/75 {
  color: rgba(113, 63, 18, 0.75);
}

.text-yellow-900\/80 {
  color: rgba(113, 63, 18, 0.8);
}

.text-yellow-900\/90 {
  color: rgba(113, 63, 18, 0.9);
}

.text-yellow-900\/95 {
  color: rgba(113, 63, 18, 0.95);
}

.text-yellow-900\/100 {
  color: rgb(113, 63, 18);
}

.text-lime-50\/0 {
  color: rgba(247, 254, 231, 0);
}

.text-lime-50\/5 {
  color: rgba(247, 254, 231, 0.05);
}

.text-lime-50\/10 {
  color: rgba(247, 254, 231, 0.1);
}

.text-lime-50\/20 {
  color: rgba(247, 254, 231, 0.2);
}

.text-lime-50\/25 {
  color: rgba(247, 254, 231, 0.25);
}

.text-lime-50\/30 {
  color: rgba(247, 254, 231, 0.3);
}

.text-lime-50\/40 {
  color: rgba(247, 254, 231, 0.4);
}

.text-lime-50\/50 {
  color: rgba(247, 254, 231, 0.5);
}

.text-lime-50\/60 {
  color: rgba(247, 254, 231, 0.6);
}

.text-lime-50\/70 {
  color: rgba(247, 254, 231, 0.7);
}

.text-lime-50\/75 {
  color: rgba(247, 254, 231, 0.75);
}

.text-lime-50\/80 {
  color: rgba(247, 254, 231, 0.8);
}

.text-lime-50\/90 {
  color: rgba(247, 254, 231, 0.9);
}

.text-lime-50\/95 {
  color: rgba(247, 254, 231, 0.95);
}

.text-lime-50\/100 {
  color: rgb(247, 254, 231);
}

.text-lime-100\/0 {
  color: rgba(236, 252, 203, 0);
}

.text-lime-100\/5 {
  color: rgba(236, 252, 203, 0.05);
}

.text-lime-100\/10 {
  color: rgba(236, 252, 203, 0.1);
}

.text-lime-100\/20 {
  color: rgba(236, 252, 203, 0.2);
}

.text-lime-100\/25 {
  color: rgba(236, 252, 203, 0.25);
}

.text-lime-100\/30 {
  color: rgba(236, 252, 203, 0.3);
}

.text-lime-100\/40 {
  color: rgba(236, 252, 203, 0.4);
}

.text-lime-100\/50 {
  color: rgba(236, 252, 203, 0.5);
}

.text-lime-100\/60 {
  color: rgba(236, 252, 203, 0.6);
}

.text-lime-100\/70 {
  color: rgba(236, 252, 203, 0.7);
}

.text-lime-100\/75 {
  color: rgba(236, 252, 203, 0.75);
}

.text-lime-100\/80 {
  color: rgba(236, 252, 203, 0.8);
}

.text-lime-100\/90 {
  color: rgba(236, 252, 203, 0.9);
}

.text-lime-100\/95 {
  color: rgba(236, 252, 203, 0.95);
}

.text-lime-100\/100 {
  color: rgb(236, 252, 203);
}

.text-lime-200\/0 {
  color: rgba(217, 249, 157, 0);
}

.text-lime-200\/5 {
  color: rgba(217, 249, 157, 0.05);
}

.text-lime-200\/10 {
  color: rgba(217, 249, 157, 0.1);
}

.text-lime-200\/20 {
  color: rgba(217, 249, 157, 0.2);
}

.text-lime-200\/25 {
  color: rgba(217, 249, 157, 0.25);
}

.text-lime-200\/30 {
  color: rgba(217, 249, 157, 0.3);
}

.text-lime-200\/40 {
  color: rgba(217, 249, 157, 0.4);
}

.text-lime-200\/50 {
  color: rgba(217, 249, 157, 0.5);
}

.text-lime-200\/60 {
  color: rgba(217, 249, 157, 0.6);
}

.text-lime-200\/70 {
  color: rgba(217, 249, 157, 0.7);
}

.text-lime-200\/75 {
  color: rgba(217, 249, 157, 0.75);
}

.text-lime-200\/80 {
  color: rgba(217, 249, 157, 0.8);
}

.text-lime-200\/90 {
  color: rgba(217, 249, 157, 0.9);
}

.text-lime-200\/95 {
  color: rgba(217, 249, 157, 0.95);
}

.text-lime-200\/100 {
  color: rgb(217, 249, 157);
}

.text-lime-300\/0 {
  color: rgba(190, 242, 100, 0);
}

.text-lime-300\/5 {
  color: rgba(190, 242, 100, 0.05);
}

.text-lime-300\/10 {
  color: rgba(190, 242, 100, 0.1);
}

.text-lime-300\/20 {
  color: rgba(190, 242, 100, 0.2);
}

.text-lime-300\/25 {
  color: rgba(190, 242, 100, 0.25);
}

.text-lime-300\/30 {
  color: rgba(190, 242, 100, 0.3);
}

.text-lime-300\/40 {
  color: rgba(190, 242, 100, 0.4);
}

.text-lime-300\/50 {
  color: rgba(190, 242, 100, 0.5);
}

.text-lime-300\/60 {
  color: rgba(190, 242, 100, 0.6);
}

.text-lime-300\/70 {
  color: rgba(190, 242, 100, 0.7);
}

.text-lime-300\/75 {
  color: rgba(190, 242, 100, 0.75);
}

.text-lime-300\/80 {
  color: rgba(190, 242, 100, 0.8);
}

.text-lime-300\/90 {
  color: rgba(190, 242, 100, 0.9);
}

.text-lime-300\/95 {
  color: rgba(190, 242, 100, 0.95);
}

.text-lime-300\/100 {
  color: rgb(190, 242, 100);
}

.text-lime-400\/0 {
  color: rgba(163, 230, 53, 0);
}

.text-lime-400\/5 {
  color: rgba(163, 230, 53, 0.05);
}

.text-lime-400\/10 {
  color: rgba(163, 230, 53, 0.1);
}

.text-lime-400\/20 {
  color: rgba(163, 230, 53, 0.2);
}

.text-lime-400\/25 {
  color: rgba(163, 230, 53, 0.25);
}

.text-lime-400\/30 {
  color: rgba(163, 230, 53, 0.3);
}

.text-lime-400\/40 {
  color: rgba(163, 230, 53, 0.4);
}

.text-lime-400\/50 {
  color: rgba(163, 230, 53, 0.5);
}

.text-lime-400\/60 {
  color: rgba(163, 230, 53, 0.6);
}

.text-lime-400\/70 {
  color: rgba(163, 230, 53, 0.7);
}

.text-lime-400\/75 {
  color: rgba(163, 230, 53, 0.75);
}

.text-lime-400\/80 {
  color: rgba(163, 230, 53, 0.8);
}

.text-lime-400\/90 {
  color: rgba(163, 230, 53, 0.9);
}

.text-lime-400\/95 {
  color: rgba(163, 230, 53, 0.95);
}

.text-lime-400\/100 {
  color: rgb(163, 230, 53);
}

.text-lime-500\/0 {
  color: rgba(132, 204, 22, 0);
}

.text-lime-500\/5 {
  color: rgba(132, 204, 22, 0.05);
}

.text-lime-500\/10 {
  color: rgba(132, 204, 22, 0.1);
}

.text-lime-500\/20 {
  color: rgba(132, 204, 22, 0.2);
}

.text-lime-500\/25 {
  color: rgba(132, 204, 22, 0.25);
}

.text-lime-500\/30 {
  color: rgba(132, 204, 22, 0.3);
}

.text-lime-500\/40 {
  color: rgba(132, 204, 22, 0.4);
}

.text-lime-500\/50 {
  color: rgba(132, 204, 22, 0.5);
}

.text-lime-500\/60 {
  color: rgba(132, 204, 22, 0.6);
}

.text-lime-500\/70 {
  color: rgba(132, 204, 22, 0.7);
}

.text-lime-500\/75 {
  color: rgba(132, 204, 22, 0.75);
}

.text-lime-500\/80 {
  color: rgba(132, 204, 22, 0.8);
}

.text-lime-500\/90 {
  color: rgba(132, 204, 22, 0.9);
}

.text-lime-500\/95 {
  color: rgba(132, 204, 22, 0.95);
}

.text-lime-500\/100 {
  color: rgb(132, 204, 22);
}

.text-lime-600\/0 {
  color: rgba(101, 163, 13, 0);
}

.text-lime-600\/5 {
  color: rgba(101, 163, 13, 0.05);
}

.text-lime-600\/10 {
  color: rgba(101, 163, 13, 0.1);
}

.text-lime-600\/20 {
  color: rgba(101, 163, 13, 0.2);
}

.text-lime-600\/25 {
  color: rgba(101, 163, 13, 0.25);
}

.text-lime-600\/30 {
  color: rgba(101, 163, 13, 0.3);
}

.text-lime-600\/40 {
  color: rgba(101, 163, 13, 0.4);
}

.text-lime-600\/50 {
  color: rgba(101, 163, 13, 0.5);
}

.text-lime-600\/60 {
  color: rgba(101, 163, 13, 0.6);
}

.text-lime-600\/70 {
  color: rgba(101, 163, 13, 0.7);
}

.text-lime-600\/75 {
  color: rgba(101, 163, 13, 0.75);
}

.text-lime-600\/80 {
  color: rgba(101, 163, 13, 0.8);
}

.text-lime-600\/90 {
  color: rgba(101, 163, 13, 0.9);
}

.text-lime-600\/95 {
  color: rgba(101, 163, 13, 0.95);
}

.text-lime-600\/100 {
  color: rgb(101, 163, 13);
}

.text-lime-700\/0 {
  color: rgba(77, 124, 15, 0);
}

.text-lime-700\/5 {
  color: rgba(77, 124, 15, 0.05);
}

.text-lime-700\/10 {
  color: rgba(77, 124, 15, 0.1);
}

.text-lime-700\/20 {
  color: rgba(77, 124, 15, 0.2);
}

.text-lime-700\/25 {
  color: rgba(77, 124, 15, 0.25);
}

.text-lime-700\/30 {
  color: rgba(77, 124, 15, 0.3);
}

.text-lime-700\/40 {
  color: rgba(77, 124, 15, 0.4);
}

.text-lime-700\/50 {
  color: rgba(77, 124, 15, 0.5);
}

.text-lime-700\/60 {
  color: rgba(77, 124, 15, 0.6);
}

.text-lime-700\/70 {
  color: rgba(77, 124, 15, 0.7);
}

.text-lime-700\/75 {
  color: rgba(77, 124, 15, 0.75);
}

.text-lime-700\/80 {
  color: rgba(77, 124, 15, 0.8);
}

.text-lime-700\/90 {
  color: rgba(77, 124, 15, 0.9);
}

.text-lime-700\/95 {
  color: rgba(77, 124, 15, 0.95);
}

.text-lime-700\/100 {
  color: rgb(77, 124, 15);
}

.text-lime-800\/0 {
  color: rgba(63, 98, 18, 0);
}

.text-lime-800\/5 {
  color: rgba(63, 98, 18, 0.05);
}

.text-lime-800\/10 {
  color: rgba(63, 98, 18, 0.1);
}

.text-lime-800\/20 {
  color: rgba(63, 98, 18, 0.2);
}

.text-lime-800\/25 {
  color: rgba(63, 98, 18, 0.25);
}

.text-lime-800\/30 {
  color: rgba(63, 98, 18, 0.3);
}

.text-lime-800\/40 {
  color: rgba(63, 98, 18, 0.4);
}

.text-lime-800\/50 {
  color: rgba(63, 98, 18, 0.5);
}

.text-lime-800\/60 {
  color: rgba(63, 98, 18, 0.6);
}

.text-lime-800\/70 {
  color: rgba(63, 98, 18, 0.7);
}

.text-lime-800\/75 {
  color: rgba(63, 98, 18, 0.75);
}

.text-lime-800\/80 {
  color: rgba(63, 98, 18, 0.8);
}

.text-lime-800\/90 {
  color: rgba(63, 98, 18, 0.9);
}

.text-lime-800\/95 {
  color: rgba(63, 98, 18, 0.95);
}

.text-lime-800\/100 {
  color: rgb(63, 98, 18);
}

.text-lime-900\/0 {
  color: rgba(54, 83, 20, 0);
}

.text-lime-900\/5 {
  color: rgba(54, 83, 20, 0.05);
}

.text-lime-900\/10 {
  color: rgba(54, 83, 20, 0.1);
}

.text-lime-900\/20 {
  color: rgba(54, 83, 20, 0.2);
}

.text-lime-900\/25 {
  color: rgba(54, 83, 20, 0.25);
}

.text-lime-900\/30 {
  color: rgba(54, 83, 20, 0.3);
}

.text-lime-900\/40 {
  color: rgba(54, 83, 20, 0.4);
}

.text-lime-900\/50 {
  color: rgba(54, 83, 20, 0.5);
}

.text-lime-900\/60 {
  color: rgba(54, 83, 20, 0.6);
}

.text-lime-900\/70 {
  color: rgba(54, 83, 20, 0.7);
}

.text-lime-900\/75 {
  color: rgba(54, 83, 20, 0.75);
}

.text-lime-900\/80 {
  color: rgba(54, 83, 20, 0.8);
}

.text-lime-900\/90 {
  color: rgba(54, 83, 20, 0.9);
}

.text-lime-900\/95 {
  color: rgba(54, 83, 20, 0.95);
}

.text-lime-900\/100 {
  color: rgb(54, 83, 20);
}

.text-green-50\/0 {
  color: rgba(240, 253, 244, 0);
}

.text-green-50\/5 {
  color: rgba(240, 253, 244, 0.05);
}

.text-green-50\/10 {
  color: rgba(240, 253, 244, 0.1);
}

.text-green-50\/20 {
  color: rgba(240, 253, 244, 0.2);
}

.text-green-50\/25 {
  color: rgba(240, 253, 244, 0.25);
}

.text-green-50\/30 {
  color: rgba(240, 253, 244, 0.3);
}

.text-green-50\/40 {
  color: rgba(240, 253, 244, 0.4);
}

.text-green-50\/50 {
  color: rgba(240, 253, 244, 0.5);
}

.text-green-50\/60 {
  color: rgba(240, 253, 244, 0.6);
}

.text-green-50\/70 {
  color: rgba(240, 253, 244, 0.7);
}

.text-green-50\/75 {
  color: rgba(240, 253, 244, 0.75);
}

.text-green-50\/80 {
  color: rgba(240, 253, 244, 0.8);
}

.text-green-50\/90 {
  color: rgba(240, 253, 244, 0.9);
}

.text-green-50\/95 {
  color: rgba(240, 253, 244, 0.95);
}

.text-green-50\/100 {
  color: rgb(240, 253, 244);
}

.text-green-100\/0 {
  color: rgba(220, 252, 231, 0);
}

.text-green-100\/5 {
  color: rgba(220, 252, 231, 0.05);
}

.text-green-100\/10 {
  color: rgba(220, 252, 231, 0.1);
}

.text-green-100\/20 {
  color: rgba(220, 252, 231, 0.2);
}

.text-green-100\/25 {
  color: rgba(220, 252, 231, 0.25);
}

.text-green-100\/30 {
  color: rgba(220, 252, 231, 0.3);
}

.text-green-100\/40 {
  color: rgba(220, 252, 231, 0.4);
}

.text-green-100\/50 {
  color: rgba(220, 252, 231, 0.5);
}

.text-green-100\/60 {
  color: rgba(220, 252, 231, 0.6);
}

.text-green-100\/70 {
  color: rgba(220, 252, 231, 0.7);
}

.text-green-100\/75 {
  color: rgba(220, 252, 231, 0.75);
}

.text-green-100\/80 {
  color: rgba(220, 252, 231, 0.8);
}

.text-green-100\/90 {
  color: rgba(220, 252, 231, 0.9);
}

.text-green-100\/95 {
  color: rgba(220, 252, 231, 0.95);
}

.text-green-100\/100 {
  color: rgb(220, 252, 231);
}

.text-green-200\/0 {
  color: rgba(187, 247, 208, 0);
}

.text-green-200\/5 {
  color: rgba(187, 247, 208, 0.05);
}

.text-green-200\/10 {
  color: rgba(187, 247, 208, 0.1);
}

.text-green-200\/20 {
  color: rgba(187, 247, 208, 0.2);
}

.text-green-200\/25 {
  color: rgba(187, 247, 208, 0.25);
}

.text-green-200\/30 {
  color: rgba(187, 247, 208, 0.3);
}

.text-green-200\/40 {
  color: rgba(187, 247, 208, 0.4);
}

.text-green-200\/50 {
  color: rgba(187, 247, 208, 0.5);
}

.text-green-200\/60 {
  color: rgba(187, 247, 208, 0.6);
}

.text-green-200\/70 {
  color: rgba(187, 247, 208, 0.7);
}

.text-green-200\/75 {
  color: rgba(187, 247, 208, 0.75);
}

.text-green-200\/80 {
  color: rgba(187, 247, 208, 0.8);
}

.text-green-200\/90 {
  color: rgba(187, 247, 208, 0.9);
}

.text-green-200\/95 {
  color: rgba(187, 247, 208, 0.95);
}

.text-green-200\/100 {
  color: rgb(187, 247, 208);
}

.text-green-300\/0 {
  color: rgba(134, 239, 172, 0);
}

.text-green-300\/5 {
  color: rgba(134, 239, 172, 0.05);
}

.text-green-300\/10 {
  color: rgba(134, 239, 172, 0.1);
}

.text-green-300\/20 {
  color: rgba(134, 239, 172, 0.2);
}

.text-green-300\/25 {
  color: rgba(134, 239, 172, 0.25);
}

.text-green-300\/30 {
  color: rgba(134, 239, 172, 0.3);
}

.text-green-300\/40 {
  color: rgba(134, 239, 172, 0.4);
}

.text-green-300\/50 {
  color: rgba(134, 239, 172, 0.5);
}

.text-green-300\/60 {
  color: rgba(134, 239, 172, 0.6);
}

.text-green-300\/70 {
  color: rgba(134, 239, 172, 0.7);
}

.text-green-300\/75 {
  color: rgba(134, 239, 172, 0.75);
}

.text-green-300\/80 {
  color: rgba(134, 239, 172, 0.8);
}

.text-green-300\/90 {
  color: rgba(134, 239, 172, 0.9);
}

.text-green-300\/95 {
  color: rgba(134, 239, 172, 0.95);
}

.text-green-300\/100 {
  color: rgb(134, 239, 172);
}

.text-green-400\/0 {
  color: rgba(74, 222, 128, 0);
}

.text-green-400\/5 {
  color: rgba(74, 222, 128, 0.05);
}

.text-green-400\/10 {
  color: rgba(74, 222, 128, 0.1);
}

.text-green-400\/20 {
  color: rgba(74, 222, 128, 0.2);
}

.text-green-400\/25 {
  color: rgba(74, 222, 128, 0.25);
}

.text-green-400\/30 {
  color: rgba(74, 222, 128, 0.3);
}

.text-green-400\/40 {
  color: rgba(74, 222, 128, 0.4);
}

.text-green-400\/50 {
  color: rgba(74, 222, 128, 0.5);
}

.text-green-400\/60 {
  color: rgba(74, 222, 128, 0.6);
}

.text-green-400\/70 {
  color: rgba(74, 222, 128, 0.7);
}

.text-green-400\/75 {
  color: rgba(74, 222, 128, 0.75);
}

.text-green-400\/80 {
  color: rgba(74, 222, 128, 0.8);
}

.text-green-400\/90 {
  color: rgba(74, 222, 128, 0.9);
}

.text-green-400\/95 {
  color: rgba(74, 222, 128, 0.95);
}

.text-green-400\/100 {
  color: rgb(74, 222, 128);
}

.text-green-500\/0 {
  color: rgba(34, 197, 94, 0);
}

.text-green-500\/5 {
  color: rgba(34, 197, 94, 0.05);
}

.text-green-500\/10 {
  color: rgba(34, 197, 94, 0.1);
}

.text-green-500\/20 {
  color: rgba(34, 197, 94, 0.2);
}

.text-green-500\/25 {
  color: rgba(34, 197, 94, 0.25);
}

.text-green-500\/30 {
  color: rgba(34, 197, 94, 0.3);
}

.text-green-500\/40 {
  color: rgba(34, 197, 94, 0.4);
}

.text-green-500\/50 {
  color: rgba(34, 197, 94, 0.5);
}

.text-green-500\/60 {
  color: rgba(34, 197, 94, 0.6);
}

.text-green-500\/70 {
  color: rgba(34, 197, 94, 0.7);
}

.text-green-500\/75 {
  color: rgba(34, 197, 94, 0.75);
}

.text-green-500\/80 {
  color: rgba(34, 197, 94, 0.8);
}

.text-green-500\/90 {
  color: rgba(34, 197, 94, 0.9);
}

.text-green-500\/95 {
  color: rgba(34, 197, 94, 0.95);
}

.text-green-500\/100 {
  color: rgb(34, 197, 94);
}

.text-green-600\/0 {
  color: rgba(22, 163, 74, 0);
}

.text-green-600\/5 {
  color: rgba(22, 163, 74, 0.05);
}

.text-green-600\/10 {
  color: rgba(22, 163, 74, 0.1);
}

.text-green-600\/20 {
  color: rgba(22, 163, 74, 0.2);
}

.text-green-600\/25 {
  color: rgba(22, 163, 74, 0.25);
}

.text-green-600\/30 {
  color: rgba(22, 163, 74, 0.3);
}

.text-green-600\/40 {
  color: rgba(22, 163, 74, 0.4);
}

.text-green-600\/50 {
  color: rgba(22, 163, 74, 0.5);
}

.text-green-600\/60 {
  color: rgba(22, 163, 74, 0.6);
}

.text-green-600\/70 {
  color: rgba(22, 163, 74, 0.7);
}

.text-green-600\/75 {
  color: rgba(22, 163, 74, 0.75);
}

.text-green-600\/80 {
  color: rgba(22, 163, 74, 0.8);
}

.text-green-600\/90 {
  color: rgba(22, 163, 74, 0.9);
}

.text-green-600\/95 {
  color: rgba(22, 163, 74, 0.95);
}

.text-green-600\/100 {
  color: rgb(22, 163, 74);
}

.text-green-700\/0 {
  color: rgba(21, 128, 61, 0);
}

.text-green-700\/5 {
  color: rgba(21, 128, 61, 0.05);
}

.text-green-700\/10 {
  color: rgba(21, 128, 61, 0.1);
}

.text-green-700\/20 {
  color: rgba(21, 128, 61, 0.2);
}

.text-green-700\/25 {
  color: rgba(21, 128, 61, 0.25);
}

.text-green-700\/30 {
  color: rgba(21, 128, 61, 0.3);
}

.text-green-700\/40 {
  color: rgba(21, 128, 61, 0.4);
}

.text-green-700\/50 {
  color: rgba(21, 128, 61, 0.5);
}

.text-green-700\/60 {
  color: rgba(21, 128, 61, 0.6);
}

.text-green-700\/70 {
  color: rgba(21, 128, 61, 0.7);
}

.text-green-700\/75 {
  color: rgba(21, 128, 61, 0.75);
}

.text-green-700\/80 {
  color: rgba(21, 128, 61, 0.8);
}

.text-green-700\/90 {
  color: rgba(21, 128, 61, 0.9);
}

.text-green-700\/95 {
  color: rgba(21, 128, 61, 0.95);
}

.text-green-700\/100 {
  color: rgb(21, 128, 61);
}

.text-green-800\/0 {
  color: rgba(22, 101, 52, 0);
}

.text-green-800\/5 {
  color: rgba(22, 101, 52, 0.05);
}

.text-green-800\/10 {
  color: rgba(22, 101, 52, 0.1);
}

.text-green-800\/20 {
  color: rgba(22, 101, 52, 0.2);
}

.text-green-800\/25 {
  color: rgba(22, 101, 52, 0.25);
}

.text-green-800\/30 {
  color: rgba(22, 101, 52, 0.3);
}

.text-green-800\/40 {
  color: rgba(22, 101, 52, 0.4);
}

.text-green-800\/50 {
  color: rgba(22, 101, 52, 0.5);
}

.text-green-800\/60 {
  color: rgba(22, 101, 52, 0.6);
}

.text-green-800\/70 {
  color: rgba(22, 101, 52, 0.7);
}

.text-green-800\/75 {
  color: rgba(22, 101, 52, 0.75);
}

.text-green-800\/80 {
  color: rgba(22, 101, 52, 0.8);
}

.text-green-800\/90 {
  color: rgba(22, 101, 52, 0.9);
}

.text-green-800\/95 {
  color: rgba(22, 101, 52, 0.95);
}

.text-green-800\/100 {
  color: rgb(22, 101, 52);
}

.text-green-900\/0 {
  color: rgba(20, 83, 45, 0);
}

.text-green-900\/5 {
  color: rgba(20, 83, 45, 0.05);
}

.text-green-900\/10 {
  color: rgba(20, 83, 45, 0.1);
}

.text-green-900\/20 {
  color: rgba(20, 83, 45, 0.2);
}

.text-green-900\/25 {
  color: rgba(20, 83, 45, 0.25);
}

.text-green-900\/30 {
  color: rgba(20, 83, 45, 0.3);
}

.text-green-900\/40 {
  color: rgba(20, 83, 45, 0.4);
}

.text-green-900\/50 {
  color: rgba(20, 83, 45, 0.5);
}

.text-green-900\/60 {
  color: rgba(20, 83, 45, 0.6);
}

.text-green-900\/70 {
  color: rgba(20, 83, 45, 0.7);
}

.text-green-900\/75 {
  color: rgba(20, 83, 45, 0.75);
}

.text-green-900\/80 {
  color: rgba(20, 83, 45, 0.8);
}

.text-green-900\/90 {
  color: rgba(20, 83, 45, 0.9);
}

.text-green-900\/95 {
  color: rgba(20, 83, 45, 0.95);
}

.text-green-900\/100 {
  color: rgb(20, 83, 45);
}

.text-emerald-50\/0 {
  color: rgba(236, 253, 245, 0);
}

.text-emerald-50\/5 {
  color: rgba(236, 253, 245, 0.05);
}

.text-emerald-50\/10 {
  color: rgba(236, 253, 245, 0.1);
}

.text-emerald-50\/20 {
  color: rgba(236, 253, 245, 0.2);
}

.text-emerald-50\/25 {
  color: rgba(236, 253, 245, 0.25);
}

.text-emerald-50\/30 {
  color: rgba(236, 253, 245, 0.3);
}

.text-emerald-50\/40 {
  color: rgba(236, 253, 245, 0.4);
}

.text-emerald-50\/50 {
  color: rgba(236, 253, 245, 0.5);
}

.text-emerald-50\/60 {
  color: rgba(236, 253, 245, 0.6);
}

.text-emerald-50\/70 {
  color: rgba(236, 253, 245, 0.7);
}

.text-emerald-50\/75 {
  color: rgba(236, 253, 245, 0.75);
}

.text-emerald-50\/80 {
  color: rgba(236, 253, 245, 0.8);
}

.text-emerald-50\/90 {
  color: rgba(236, 253, 245, 0.9);
}

.text-emerald-50\/95 {
  color: rgba(236, 253, 245, 0.95);
}

.text-emerald-50\/100 {
  color: rgb(236, 253, 245);
}

.text-emerald-100\/0 {
  color: rgba(209, 250, 229, 0);
}

.text-emerald-100\/5 {
  color: rgba(209, 250, 229, 0.05);
}

.text-emerald-100\/10 {
  color: rgba(209, 250, 229, 0.1);
}

.text-emerald-100\/20 {
  color: rgba(209, 250, 229, 0.2);
}

.text-emerald-100\/25 {
  color: rgba(209, 250, 229, 0.25);
}

.text-emerald-100\/30 {
  color: rgba(209, 250, 229, 0.3);
}

.text-emerald-100\/40 {
  color: rgba(209, 250, 229, 0.4);
}

.text-emerald-100\/50 {
  color: rgba(209, 250, 229, 0.5);
}

.text-emerald-100\/60 {
  color: rgba(209, 250, 229, 0.6);
}

.text-emerald-100\/70 {
  color: rgba(209, 250, 229, 0.7);
}

.text-emerald-100\/75 {
  color: rgba(209, 250, 229, 0.75);
}

.text-emerald-100\/80 {
  color: rgba(209, 250, 229, 0.8);
}

.text-emerald-100\/90 {
  color: rgba(209, 250, 229, 0.9);
}

.text-emerald-100\/95 {
  color: rgba(209, 250, 229, 0.95);
}

.text-emerald-100\/100 {
  color: rgb(209, 250, 229);
}

.text-emerald-200\/0 {
  color: rgba(167, 243, 208, 0);
}

.text-emerald-200\/5 {
  color: rgba(167, 243, 208, 0.05);
}

.text-emerald-200\/10 {
  color: rgba(167, 243, 208, 0.1);
}

.text-emerald-200\/20 {
  color: rgba(167, 243, 208, 0.2);
}

.text-emerald-200\/25 {
  color: rgba(167, 243, 208, 0.25);
}

.text-emerald-200\/30 {
  color: rgba(167, 243, 208, 0.3);
}

.text-emerald-200\/40 {
  color: rgba(167, 243, 208, 0.4);
}

.text-emerald-200\/50 {
  color: rgba(167, 243, 208, 0.5);
}

.text-emerald-200\/60 {
  color: rgba(167, 243, 208, 0.6);
}

.text-emerald-200\/70 {
  color: rgba(167, 243, 208, 0.7);
}

.text-emerald-200\/75 {
  color: rgba(167, 243, 208, 0.75);
}

.text-emerald-200\/80 {
  color: rgba(167, 243, 208, 0.8);
}

.text-emerald-200\/90 {
  color: rgba(167, 243, 208, 0.9);
}

.text-emerald-200\/95 {
  color: rgba(167, 243, 208, 0.95);
}

.text-emerald-200\/100 {
  color: rgb(167, 243, 208);
}

.text-emerald-300\/0 {
  color: rgba(110, 231, 183, 0);
}

.text-emerald-300\/5 {
  color: rgba(110, 231, 183, 0.05);
}

.text-emerald-300\/10 {
  color: rgba(110, 231, 183, 0.1);
}

.text-emerald-300\/20 {
  color: rgba(110, 231, 183, 0.2);
}

.text-emerald-300\/25 {
  color: rgba(110, 231, 183, 0.25);
}

.text-emerald-300\/30 {
  color: rgba(110, 231, 183, 0.3);
}

.text-emerald-300\/40 {
  color: rgba(110, 231, 183, 0.4);
}

.text-emerald-300\/50 {
  color: rgba(110, 231, 183, 0.5);
}

.text-emerald-300\/60 {
  color: rgba(110, 231, 183, 0.6);
}

.text-emerald-300\/70 {
  color: rgba(110, 231, 183, 0.7);
}

.text-emerald-300\/75 {
  color: rgba(110, 231, 183, 0.75);
}

.text-emerald-300\/80 {
  color: rgba(110, 231, 183, 0.8);
}

.text-emerald-300\/90 {
  color: rgba(110, 231, 183, 0.9);
}

.text-emerald-300\/95 {
  color: rgba(110, 231, 183, 0.95);
}

.text-emerald-300\/100 {
  color: rgb(110, 231, 183);
}

.text-emerald-400\/0 {
  color: rgba(52, 211, 153, 0);
}

.text-emerald-400\/5 {
  color: rgba(52, 211, 153, 0.05);
}

.text-emerald-400\/10 {
  color: rgba(52, 211, 153, 0.1);
}

.text-emerald-400\/20 {
  color: rgba(52, 211, 153, 0.2);
}

.text-emerald-400\/25 {
  color: rgba(52, 211, 153, 0.25);
}

.text-emerald-400\/30 {
  color: rgba(52, 211, 153, 0.3);
}

.text-emerald-400\/40 {
  color: rgba(52, 211, 153, 0.4);
}

.text-emerald-400\/50 {
  color: rgba(52, 211, 153, 0.5);
}

.text-emerald-400\/60 {
  color: rgba(52, 211, 153, 0.6);
}

.text-emerald-400\/70 {
  color: rgba(52, 211, 153, 0.7);
}

.text-emerald-400\/75 {
  color: rgba(52, 211, 153, 0.75);
}

.text-emerald-400\/80 {
  color: rgba(52, 211, 153, 0.8);
}

.text-emerald-400\/90 {
  color: rgba(52, 211, 153, 0.9);
}

.text-emerald-400\/95 {
  color: rgba(52, 211, 153, 0.95);
}

.text-emerald-400\/100 {
  color: rgb(52, 211, 153);
}

.text-emerald-500\/0 {
  color: rgba(16, 185, 129, 0);
}

.text-emerald-500\/5 {
  color: rgba(16, 185, 129, 0.05);
}

.text-emerald-500\/10 {
  color: rgba(16, 185, 129, 0.1);
}

.text-emerald-500\/20 {
  color: rgba(16, 185, 129, 0.2);
}

.text-emerald-500\/25 {
  color: rgba(16, 185, 129, 0.25);
}

.text-emerald-500\/30 {
  color: rgba(16, 185, 129, 0.3);
}

.text-emerald-500\/40 {
  color: rgba(16, 185, 129, 0.4);
}

.text-emerald-500\/50 {
  color: rgba(16, 185, 129, 0.5);
}

.text-emerald-500\/60 {
  color: rgba(16, 185, 129, 0.6);
}

.text-emerald-500\/70 {
  color: rgba(16, 185, 129, 0.7);
}

.text-emerald-500\/75 {
  color: rgba(16, 185, 129, 0.75);
}

.text-emerald-500\/80 {
  color: rgba(16, 185, 129, 0.8);
}

.text-emerald-500\/90 {
  color: rgba(16, 185, 129, 0.9);
}

.text-emerald-500\/95 {
  color: rgba(16, 185, 129, 0.95);
}

.text-emerald-500\/100 {
  color: rgb(16, 185, 129);
}

.text-emerald-600\/0 {
  color: rgba(5, 150, 105, 0);
}

.text-emerald-600\/5 {
  color: rgba(5, 150, 105, 0.05);
}

.text-emerald-600\/10 {
  color: rgba(5, 150, 105, 0.1);
}

.text-emerald-600\/20 {
  color: rgba(5, 150, 105, 0.2);
}

.text-emerald-600\/25 {
  color: rgba(5, 150, 105, 0.25);
}

.text-emerald-600\/30 {
  color: rgba(5, 150, 105, 0.3);
}

.text-emerald-600\/40 {
  color: rgba(5, 150, 105, 0.4);
}

.text-emerald-600\/50 {
  color: rgba(5, 150, 105, 0.5);
}

.text-emerald-600\/60 {
  color: rgba(5, 150, 105, 0.6);
}

.text-emerald-600\/70 {
  color: rgba(5, 150, 105, 0.7);
}

.text-emerald-600\/75 {
  color: rgba(5, 150, 105, 0.75);
}

.text-emerald-600\/80 {
  color: rgba(5, 150, 105, 0.8);
}

.text-emerald-600\/90 {
  color: rgba(5, 150, 105, 0.9);
}

.text-emerald-600\/95 {
  color: rgba(5, 150, 105, 0.95);
}

.text-emerald-600\/100 {
  color: rgb(5, 150, 105);
}

.text-emerald-700\/0 {
  color: rgba(4, 120, 87, 0);
}

.text-emerald-700\/5 {
  color: rgba(4, 120, 87, 0.05);
}

.text-emerald-700\/10 {
  color: rgba(4, 120, 87, 0.1);
}

.text-emerald-700\/20 {
  color: rgba(4, 120, 87, 0.2);
}

.text-emerald-700\/25 {
  color: rgba(4, 120, 87, 0.25);
}

.text-emerald-700\/30 {
  color: rgba(4, 120, 87, 0.3);
}

.text-emerald-700\/40 {
  color: rgba(4, 120, 87, 0.4);
}

.text-emerald-700\/50 {
  color: rgba(4, 120, 87, 0.5);
}

.text-emerald-700\/60 {
  color: rgba(4, 120, 87, 0.6);
}

.text-emerald-700\/70 {
  color: rgba(4, 120, 87, 0.7);
}

.text-emerald-700\/75 {
  color: rgba(4, 120, 87, 0.75);
}

.text-emerald-700\/80 {
  color: rgba(4, 120, 87, 0.8);
}

.text-emerald-700\/90 {
  color: rgba(4, 120, 87, 0.9);
}

.text-emerald-700\/95 {
  color: rgba(4, 120, 87, 0.95);
}

.text-emerald-700\/100 {
  color: rgb(4, 120, 87);
}

.text-emerald-800\/0 {
  color: rgba(6, 95, 70, 0);
}

.text-emerald-800\/5 {
  color: rgba(6, 95, 70, 0.05);
}

.text-emerald-800\/10 {
  color: rgba(6, 95, 70, 0.1);
}

.text-emerald-800\/20 {
  color: rgba(6, 95, 70, 0.2);
}

.text-emerald-800\/25 {
  color: rgba(6, 95, 70, 0.25);
}

.text-emerald-800\/30 {
  color: rgba(6, 95, 70, 0.3);
}

.text-emerald-800\/40 {
  color: rgba(6, 95, 70, 0.4);
}

.text-emerald-800\/50 {
  color: rgba(6, 95, 70, 0.5);
}

.text-emerald-800\/60 {
  color: rgba(6, 95, 70, 0.6);
}

.text-emerald-800\/70 {
  color: rgba(6, 95, 70, 0.7);
}

.text-emerald-800\/75 {
  color: rgba(6, 95, 70, 0.75);
}

.text-emerald-800\/80 {
  color: rgba(6, 95, 70, 0.8);
}

.text-emerald-800\/90 {
  color: rgba(6, 95, 70, 0.9);
}

.text-emerald-800\/95 {
  color: rgba(6, 95, 70, 0.95);
}

.text-emerald-800\/100 {
  color: rgb(6, 95, 70);
}

.text-emerald-900\/0 {
  color: rgba(6, 78, 59, 0);
}

.text-emerald-900\/5 {
  color: rgba(6, 78, 59, 0.05);
}

.text-emerald-900\/10 {
  color: rgba(6, 78, 59, 0.1);
}

.text-emerald-900\/20 {
  color: rgba(6, 78, 59, 0.2);
}

.text-emerald-900\/25 {
  color: rgba(6, 78, 59, 0.25);
}

.text-emerald-900\/30 {
  color: rgba(6, 78, 59, 0.3);
}

.text-emerald-900\/40 {
  color: rgba(6, 78, 59, 0.4);
}

.text-emerald-900\/50 {
  color: rgba(6, 78, 59, 0.5);
}

.text-emerald-900\/60 {
  color: rgba(6, 78, 59, 0.6);
}

.text-emerald-900\/70 {
  color: rgba(6, 78, 59, 0.7);
}

.text-emerald-900\/75 {
  color: rgba(6, 78, 59, 0.75);
}

.text-emerald-900\/80 {
  color: rgba(6, 78, 59, 0.8);
}

.text-emerald-900\/90 {
  color: rgba(6, 78, 59, 0.9);
}

.text-emerald-900\/95 {
  color: rgba(6, 78, 59, 0.95);
}

.text-emerald-900\/100 {
  color: rgb(6, 78, 59);
}

.text-teal-50\/0 {
  color: rgba(240, 253, 250, 0);
}

.text-teal-50\/5 {
  color: rgba(240, 253, 250, 0.05);
}

.text-teal-50\/10 {
  color: rgba(240, 253, 250, 0.1);
}

.text-teal-50\/20 {
  color: rgba(240, 253, 250, 0.2);
}

.text-teal-50\/25 {
  color: rgba(240, 253, 250, 0.25);
}

.text-teal-50\/30 {
  color: rgba(240, 253, 250, 0.3);
}

.text-teal-50\/40 {
  color: rgba(240, 253, 250, 0.4);
}

.text-teal-50\/50 {
  color: rgba(240, 253, 250, 0.5);
}

.text-teal-50\/60 {
  color: rgba(240, 253, 250, 0.6);
}

.text-teal-50\/70 {
  color: rgba(240, 253, 250, 0.7);
}

.text-teal-50\/75 {
  color: rgba(240, 253, 250, 0.75);
}

.text-teal-50\/80 {
  color: rgba(240, 253, 250, 0.8);
}

.text-teal-50\/90 {
  color: rgba(240, 253, 250, 0.9);
}

.text-teal-50\/95 {
  color: rgba(240, 253, 250, 0.95);
}

.text-teal-50\/100 {
  color: rgb(240, 253, 250);
}

.text-teal-100\/0 {
  color: rgba(204, 251, 241, 0);
}

.text-teal-100\/5 {
  color: rgba(204, 251, 241, 0.05);
}

.text-teal-100\/10 {
  color: rgba(204, 251, 241, 0.1);
}

.text-teal-100\/20 {
  color: rgba(204, 251, 241, 0.2);
}

.text-teal-100\/25 {
  color: rgba(204, 251, 241, 0.25);
}

.text-teal-100\/30 {
  color: rgba(204, 251, 241, 0.3);
}

.text-teal-100\/40 {
  color: rgba(204, 251, 241, 0.4);
}

.text-teal-100\/50 {
  color: rgba(204, 251, 241, 0.5);
}

.text-teal-100\/60 {
  color: rgba(204, 251, 241, 0.6);
}

.text-teal-100\/70 {
  color: rgba(204, 251, 241, 0.7);
}

.text-teal-100\/75 {
  color: rgba(204, 251, 241, 0.75);
}

.text-teal-100\/80 {
  color: rgba(204, 251, 241, 0.8);
}

.text-teal-100\/90 {
  color: rgba(204, 251, 241, 0.9);
}

.text-teal-100\/95 {
  color: rgba(204, 251, 241, 0.95);
}

.text-teal-100\/100 {
  color: rgb(204, 251, 241);
}

.text-teal-200\/0 {
  color: rgba(153, 246, 228, 0);
}

.text-teal-200\/5 {
  color: rgba(153, 246, 228, 0.05);
}

.text-teal-200\/10 {
  color: rgba(153, 246, 228, 0.1);
}

.text-teal-200\/20 {
  color: rgba(153, 246, 228, 0.2);
}

.text-teal-200\/25 {
  color: rgba(153, 246, 228, 0.25);
}

.text-teal-200\/30 {
  color: rgba(153, 246, 228, 0.3);
}

.text-teal-200\/40 {
  color: rgba(153, 246, 228, 0.4);
}

.text-teal-200\/50 {
  color: rgba(153, 246, 228, 0.5);
}

.text-teal-200\/60 {
  color: rgba(153, 246, 228, 0.6);
}

.text-teal-200\/70 {
  color: rgba(153, 246, 228, 0.7);
}

.text-teal-200\/75 {
  color: rgba(153, 246, 228, 0.75);
}

.text-teal-200\/80 {
  color: rgba(153, 246, 228, 0.8);
}

.text-teal-200\/90 {
  color: rgba(153, 246, 228, 0.9);
}

.text-teal-200\/95 {
  color: rgba(153, 246, 228, 0.95);
}

.text-teal-200\/100 {
  color: rgb(153, 246, 228);
}

.text-teal-300\/0 {
  color: rgba(94, 234, 212, 0);
}

.text-teal-300\/5 {
  color: rgba(94, 234, 212, 0.05);
}

.text-teal-300\/10 {
  color: rgba(94, 234, 212, 0.1);
}

.text-teal-300\/20 {
  color: rgba(94, 234, 212, 0.2);
}

.text-teal-300\/25 {
  color: rgba(94, 234, 212, 0.25);
}

.text-teal-300\/30 {
  color: rgba(94, 234, 212, 0.3);
}

.text-teal-300\/40 {
  color: rgba(94, 234, 212, 0.4);
}

.text-teal-300\/50 {
  color: rgba(94, 234, 212, 0.5);
}

.text-teal-300\/60 {
  color: rgba(94, 234, 212, 0.6);
}

.text-teal-300\/70 {
  color: rgba(94, 234, 212, 0.7);
}

.text-teal-300\/75 {
  color: rgba(94, 234, 212, 0.75);
}

.text-teal-300\/80 {
  color: rgba(94, 234, 212, 0.8);
}

.text-teal-300\/90 {
  color: rgba(94, 234, 212, 0.9);
}

.text-teal-300\/95 {
  color: rgba(94, 234, 212, 0.95);
}

.text-teal-300\/100 {
  color: rgb(94, 234, 212);
}

.text-teal-400\/0 {
  color: rgba(45, 212, 191, 0);
}

.text-teal-400\/5 {
  color: rgba(45, 212, 191, 0.05);
}

.text-teal-400\/10 {
  color: rgba(45, 212, 191, 0.1);
}

.text-teal-400\/20 {
  color: rgba(45, 212, 191, 0.2);
}

.text-teal-400\/25 {
  color: rgba(45, 212, 191, 0.25);
}

.text-teal-400\/30 {
  color: rgba(45, 212, 191, 0.3);
}

.text-teal-400\/40 {
  color: rgba(45, 212, 191, 0.4);
}

.text-teal-400\/50 {
  color: rgba(45, 212, 191, 0.5);
}

.text-teal-400\/60 {
  color: rgba(45, 212, 191, 0.6);
}

.text-teal-400\/70 {
  color: rgba(45, 212, 191, 0.7);
}

.text-teal-400\/75 {
  color: rgba(45, 212, 191, 0.75);
}

.text-teal-400\/80 {
  color: rgba(45, 212, 191, 0.8);
}

.text-teal-400\/90 {
  color: rgba(45, 212, 191, 0.9);
}

.text-teal-400\/95 {
  color: rgba(45, 212, 191, 0.95);
}

.text-teal-400\/100 {
  color: rgb(45, 212, 191);
}

.text-teal-500\/0 {
  color: rgba(20, 184, 166, 0);
}

.text-teal-500\/5 {
  color: rgba(20, 184, 166, 0.05);
}

.text-teal-500\/10 {
  color: rgba(20, 184, 166, 0.1);
}

.text-teal-500\/20 {
  color: rgba(20, 184, 166, 0.2);
}

.text-teal-500\/25 {
  color: rgba(20, 184, 166, 0.25);
}

.text-teal-500\/30 {
  color: rgba(20, 184, 166, 0.3);
}

.text-teal-500\/40 {
  color: rgba(20, 184, 166, 0.4);
}

.text-teal-500\/50 {
  color: rgba(20, 184, 166, 0.5);
}

.text-teal-500\/60 {
  color: rgba(20, 184, 166, 0.6);
}

.text-teal-500\/70 {
  color: rgba(20, 184, 166, 0.7);
}

.text-teal-500\/75 {
  color: rgba(20, 184, 166, 0.75);
}

.text-teal-500\/80 {
  color: rgba(20, 184, 166, 0.8);
}

.text-teal-500\/90 {
  color: rgba(20, 184, 166, 0.9);
}

.text-teal-500\/95 {
  color: rgba(20, 184, 166, 0.95);
}

.text-teal-500\/100 {
  color: rgb(20, 184, 166);
}

.text-teal-600\/0 {
  color: rgba(13, 148, 136, 0);
}

.text-teal-600\/5 {
  color: rgba(13, 148, 136, 0.05);
}

.text-teal-600\/10 {
  color: rgba(13, 148, 136, 0.1);
}

.text-teal-600\/20 {
  color: rgba(13, 148, 136, 0.2);
}

.text-teal-600\/25 {
  color: rgba(13, 148, 136, 0.25);
}

.text-teal-600\/30 {
  color: rgba(13, 148, 136, 0.3);
}

.text-teal-600\/40 {
  color: rgba(13, 148, 136, 0.4);
}

.text-teal-600\/50 {
  color: rgba(13, 148, 136, 0.5);
}

.text-teal-600\/60 {
  color: rgba(13, 148, 136, 0.6);
}

.text-teal-600\/70 {
  color: rgba(13, 148, 136, 0.7);
}

.text-teal-600\/75 {
  color: rgba(13, 148, 136, 0.75);
}

.text-teal-600\/80 {
  color: rgba(13, 148, 136, 0.8);
}

.text-teal-600\/90 {
  color: rgba(13, 148, 136, 0.9);
}

.text-teal-600\/95 {
  color: rgba(13, 148, 136, 0.95);
}

.text-teal-600\/100 {
  color: rgb(13, 148, 136);
}

.text-teal-700\/0 {
  color: rgba(15, 118, 110, 0);
}

.text-teal-700\/5 {
  color: rgba(15, 118, 110, 0.05);
}

.text-teal-700\/10 {
  color: rgba(15, 118, 110, 0.1);
}

.text-teal-700\/20 {
  color: rgba(15, 118, 110, 0.2);
}

.text-teal-700\/25 {
  color: rgba(15, 118, 110, 0.25);
}

.text-teal-700\/30 {
  color: rgba(15, 118, 110, 0.3);
}

.text-teal-700\/40 {
  color: rgba(15, 118, 110, 0.4);
}

.text-teal-700\/50 {
  color: rgba(15, 118, 110, 0.5);
}

.text-teal-700\/60 {
  color: rgba(15, 118, 110, 0.6);
}

.text-teal-700\/70 {
  color: rgba(15, 118, 110, 0.7);
}

.text-teal-700\/75 {
  color: rgba(15, 118, 110, 0.75);
}

.text-teal-700\/80 {
  color: rgba(15, 118, 110, 0.8);
}

.text-teal-700\/90 {
  color: rgba(15, 118, 110, 0.9);
}

.text-teal-700\/95 {
  color: rgba(15, 118, 110, 0.95);
}

.text-teal-700\/100 {
  color: rgb(15, 118, 110);
}

.text-teal-800\/0 {
  color: rgba(17, 94, 89, 0);
}

.text-teal-800\/5 {
  color: rgba(17, 94, 89, 0.05);
}

.text-teal-800\/10 {
  color: rgba(17, 94, 89, 0.1);
}

.text-teal-800\/20 {
  color: rgba(17, 94, 89, 0.2);
}

.text-teal-800\/25 {
  color: rgba(17, 94, 89, 0.25);
}

.text-teal-800\/30 {
  color: rgba(17, 94, 89, 0.3);
}

.text-teal-800\/40 {
  color: rgba(17, 94, 89, 0.4);
}

.text-teal-800\/50 {
  color: rgba(17, 94, 89, 0.5);
}

.text-teal-800\/60 {
  color: rgba(17, 94, 89, 0.6);
}

.text-teal-800\/70 {
  color: rgba(17, 94, 89, 0.7);
}

.text-teal-800\/75 {
  color: rgba(17, 94, 89, 0.75);
}

.text-teal-800\/80 {
  color: rgba(17, 94, 89, 0.8);
}

.text-teal-800\/90 {
  color: rgba(17, 94, 89, 0.9);
}

.text-teal-800\/95 {
  color: rgba(17, 94, 89, 0.95);
}

.text-teal-800\/100 {
  color: rgb(17, 94, 89);
}

.text-teal-900\/0 {
  color: rgba(19, 78, 74, 0);
}

.text-teal-900\/5 {
  color: rgba(19, 78, 74, 0.05);
}

.text-teal-900\/10 {
  color: rgba(19, 78, 74, 0.1);
}

.text-teal-900\/20 {
  color: rgba(19, 78, 74, 0.2);
}

.text-teal-900\/25 {
  color: rgba(19, 78, 74, 0.25);
}

.text-teal-900\/30 {
  color: rgba(19, 78, 74, 0.3);
}

.text-teal-900\/40 {
  color: rgba(19, 78, 74, 0.4);
}

.text-teal-900\/50 {
  color: rgba(19, 78, 74, 0.5);
}

.text-teal-900\/60 {
  color: rgba(19, 78, 74, 0.6);
}

.text-teal-900\/70 {
  color: rgba(19, 78, 74, 0.7);
}

.text-teal-900\/75 {
  color: rgba(19, 78, 74, 0.75);
}

.text-teal-900\/80 {
  color: rgba(19, 78, 74, 0.8);
}

.text-teal-900\/90 {
  color: rgba(19, 78, 74, 0.9);
}

.text-teal-900\/95 {
  color: rgba(19, 78, 74, 0.95);
}

.text-teal-900\/100 {
  color: rgb(19, 78, 74);
}

.text-cyan-50\/0 {
  color: rgba(236, 254, 255, 0);
}

.text-cyan-50\/5 {
  color: rgba(236, 254, 255, 0.05);
}

.text-cyan-50\/10 {
  color: rgba(236, 254, 255, 0.1);
}

.text-cyan-50\/20 {
  color: rgba(236, 254, 255, 0.2);
}

.text-cyan-50\/25 {
  color: rgba(236, 254, 255, 0.25);
}

.text-cyan-50\/30 {
  color: rgba(236, 254, 255, 0.3);
}

.text-cyan-50\/40 {
  color: rgba(236, 254, 255, 0.4);
}

.text-cyan-50\/50 {
  color: rgba(236, 254, 255, 0.5);
}

.text-cyan-50\/60 {
  color: rgba(236, 254, 255, 0.6);
}

.text-cyan-50\/70 {
  color: rgba(236, 254, 255, 0.7);
}

.text-cyan-50\/75 {
  color: rgba(236, 254, 255, 0.75);
}

.text-cyan-50\/80 {
  color: rgba(236, 254, 255, 0.8);
}

.text-cyan-50\/90 {
  color: rgba(236, 254, 255, 0.9);
}

.text-cyan-50\/95 {
  color: rgba(236, 254, 255, 0.95);
}

.text-cyan-50\/100 {
  color: rgb(236, 254, 255);
}

.text-cyan-100\/0 {
  color: rgba(207, 250, 254, 0);
}

.text-cyan-100\/5 {
  color: rgba(207, 250, 254, 0.05);
}

.text-cyan-100\/10 {
  color: rgba(207, 250, 254, 0.1);
}

.text-cyan-100\/20 {
  color: rgba(207, 250, 254, 0.2);
}

.text-cyan-100\/25 {
  color: rgba(207, 250, 254, 0.25);
}

.text-cyan-100\/30 {
  color: rgba(207, 250, 254, 0.3);
}

.text-cyan-100\/40 {
  color: rgba(207, 250, 254, 0.4);
}

.text-cyan-100\/50 {
  color: rgba(207, 250, 254, 0.5);
}

.text-cyan-100\/60 {
  color: rgba(207, 250, 254, 0.6);
}

.text-cyan-100\/70 {
  color: rgba(207, 250, 254, 0.7);
}

.text-cyan-100\/75 {
  color: rgba(207, 250, 254, 0.75);
}

.text-cyan-100\/80 {
  color: rgba(207, 250, 254, 0.8);
}

.text-cyan-100\/90 {
  color: rgba(207, 250, 254, 0.9);
}

.text-cyan-100\/95 {
  color: rgba(207, 250, 254, 0.95);
}

.text-cyan-100\/100 {
  color: rgb(207, 250, 254);
}

.text-cyan-200\/0 {
  color: rgba(165, 243, 252, 0);
}

.text-cyan-200\/5 {
  color: rgba(165, 243, 252, 0.05);
}

.text-cyan-200\/10 {
  color: rgba(165, 243, 252, 0.1);
}

.text-cyan-200\/20 {
  color: rgba(165, 243, 252, 0.2);
}

.text-cyan-200\/25 {
  color: rgba(165, 243, 252, 0.25);
}

.text-cyan-200\/30 {
  color: rgba(165, 243, 252, 0.3);
}

.text-cyan-200\/40 {
  color: rgba(165, 243, 252, 0.4);
}

.text-cyan-200\/50 {
  color: rgba(165, 243, 252, 0.5);
}

.text-cyan-200\/60 {
  color: rgba(165, 243, 252, 0.6);
}

.text-cyan-200\/70 {
  color: rgba(165, 243, 252, 0.7);
}

.text-cyan-200\/75 {
  color: rgba(165, 243, 252, 0.75);
}

.text-cyan-200\/80 {
  color: rgba(165, 243, 252, 0.8);
}

.text-cyan-200\/90 {
  color: rgba(165, 243, 252, 0.9);
}

.text-cyan-200\/95 {
  color: rgba(165, 243, 252, 0.95);
}

.text-cyan-200\/100 {
  color: rgb(165, 243, 252);
}

.text-cyan-300\/0 {
  color: rgba(103, 232, 249, 0);
}

.text-cyan-300\/5 {
  color: rgba(103, 232, 249, 0.05);
}

.text-cyan-300\/10 {
  color: rgba(103, 232, 249, 0.1);
}

.text-cyan-300\/20 {
  color: rgba(103, 232, 249, 0.2);
}

.text-cyan-300\/25 {
  color: rgba(103, 232, 249, 0.25);
}

.text-cyan-300\/30 {
  color: rgba(103, 232, 249, 0.3);
}

.text-cyan-300\/40 {
  color: rgba(103, 232, 249, 0.4);
}

.text-cyan-300\/50 {
  color: rgba(103, 232, 249, 0.5);
}

.text-cyan-300\/60 {
  color: rgba(103, 232, 249, 0.6);
}

.text-cyan-300\/70 {
  color: rgba(103, 232, 249, 0.7);
}

.text-cyan-300\/75 {
  color: rgba(103, 232, 249, 0.75);
}

.text-cyan-300\/80 {
  color: rgba(103, 232, 249, 0.8);
}

.text-cyan-300\/90 {
  color: rgba(103, 232, 249, 0.9);
}

.text-cyan-300\/95 {
  color: rgba(103, 232, 249, 0.95);
}

.text-cyan-300\/100 {
  color: rgb(103, 232, 249);
}

.text-cyan-400\/0 {
  color: rgba(34, 211, 238, 0);
}

.text-cyan-400\/5 {
  color: rgba(34, 211, 238, 0.05);
}

.text-cyan-400\/10 {
  color: rgba(34, 211, 238, 0.1);
}

.text-cyan-400\/20 {
  color: rgba(34, 211, 238, 0.2);
}

.text-cyan-400\/25 {
  color: rgba(34, 211, 238, 0.25);
}

.text-cyan-400\/30 {
  color: rgba(34, 211, 238, 0.3);
}

.text-cyan-400\/40 {
  color: rgba(34, 211, 238, 0.4);
}

.text-cyan-400\/50 {
  color: rgba(34, 211, 238, 0.5);
}

.text-cyan-400\/60 {
  color: rgba(34, 211, 238, 0.6);
}

.text-cyan-400\/70 {
  color: rgba(34, 211, 238, 0.7);
}

.text-cyan-400\/75 {
  color: rgba(34, 211, 238, 0.75);
}

.text-cyan-400\/80 {
  color: rgba(34, 211, 238, 0.8);
}

.text-cyan-400\/90 {
  color: rgba(34, 211, 238, 0.9);
}

.text-cyan-400\/95 {
  color: rgba(34, 211, 238, 0.95);
}

.text-cyan-400\/100 {
  color: rgb(34, 211, 238);
}

.text-cyan-500\/0 {
  color: rgba(6, 182, 212, 0);
}

.text-cyan-500\/5 {
  color: rgba(6, 182, 212, 0.05);
}

.text-cyan-500\/10 {
  color: rgba(6, 182, 212, 0.1);
}

.text-cyan-500\/20 {
  color: rgba(6, 182, 212, 0.2);
}

.text-cyan-500\/25 {
  color: rgba(6, 182, 212, 0.25);
}

.text-cyan-500\/30 {
  color: rgba(6, 182, 212, 0.3);
}

.text-cyan-500\/40 {
  color: rgba(6, 182, 212, 0.4);
}

.text-cyan-500\/50 {
  color: rgba(6, 182, 212, 0.5);
}

.text-cyan-500\/60 {
  color: rgba(6, 182, 212, 0.6);
}

.text-cyan-500\/70 {
  color: rgba(6, 182, 212, 0.7);
}

.text-cyan-500\/75 {
  color: rgba(6, 182, 212, 0.75);
}

.text-cyan-500\/80 {
  color: rgba(6, 182, 212, 0.8);
}

.text-cyan-500\/90 {
  color: rgba(6, 182, 212, 0.9);
}

.text-cyan-500\/95 {
  color: rgba(6, 182, 212, 0.95);
}

.text-cyan-500\/100 {
  color: rgb(6, 182, 212);
}

.text-cyan-600\/0 {
  color: rgba(8, 145, 178, 0);
}

.text-cyan-600\/5 {
  color: rgba(8, 145, 178, 0.05);
}

.text-cyan-600\/10 {
  color: rgba(8, 145, 178, 0.1);
}

.text-cyan-600\/20 {
  color: rgba(8, 145, 178, 0.2);
}

.text-cyan-600\/25 {
  color: rgba(8, 145, 178, 0.25);
}

.text-cyan-600\/30 {
  color: rgba(8, 145, 178, 0.3);
}

.text-cyan-600\/40 {
  color: rgba(8, 145, 178, 0.4);
}

.text-cyan-600\/50 {
  color: rgba(8, 145, 178, 0.5);
}

.text-cyan-600\/60 {
  color: rgba(8, 145, 178, 0.6);
}

.text-cyan-600\/70 {
  color: rgba(8, 145, 178, 0.7);
}

.text-cyan-600\/75 {
  color: rgba(8, 145, 178, 0.75);
}

.text-cyan-600\/80 {
  color: rgba(8, 145, 178, 0.8);
}

.text-cyan-600\/90 {
  color: rgba(8, 145, 178, 0.9);
}

.text-cyan-600\/95 {
  color: rgba(8, 145, 178, 0.95);
}

.text-cyan-600\/100 {
  color: rgb(8, 145, 178);
}

.text-cyan-700\/0 {
  color: rgba(14, 116, 144, 0);
}

.text-cyan-700\/5 {
  color: rgba(14, 116, 144, 0.05);
}

.text-cyan-700\/10 {
  color: rgba(14, 116, 144, 0.1);
}

.text-cyan-700\/20 {
  color: rgba(14, 116, 144, 0.2);
}

.text-cyan-700\/25 {
  color: rgba(14, 116, 144, 0.25);
}

.text-cyan-700\/30 {
  color: rgba(14, 116, 144, 0.3);
}

.text-cyan-700\/40 {
  color: rgba(14, 116, 144, 0.4);
}

.text-cyan-700\/50 {
  color: rgba(14, 116, 144, 0.5);
}

.text-cyan-700\/60 {
  color: rgba(14, 116, 144, 0.6);
}

.text-cyan-700\/70 {
  color: rgba(14, 116, 144, 0.7);
}

.text-cyan-700\/75 {
  color: rgba(14, 116, 144, 0.75);
}

.text-cyan-700\/80 {
  color: rgba(14, 116, 144, 0.8);
}

.text-cyan-700\/90 {
  color: rgba(14, 116, 144, 0.9);
}

.text-cyan-700\/95 {
  color: rgba(14, 116, 144, 0.95);
}

.text-cyan-700\/100 {
  color: rgb(14, 116, 144);
}

.text-cyan-800\/0 {
  color: rgba(21, 94, 117, 0);
}

.text-cyan-800\/5 {
  color: rgba(21, 94, 117, 0.05);
}

.text-cyan-800\/10 {
  color: rgba(21, 94, 117, 0.1);
}

.text-cyan-800\/20 {
  color: rgba(21, 94, 117, 0.2);
}

.text-cyan-800\/25 {
  color: rgba(21, 94, 117, 0.25);
}

.text-cyan-800\/30 {
  color: rgba(21, 94, 117, 0.3);
}

.text-cyan-800\/40 {
  color: rgba(21, 94, 117, 0.4);
}

.text-cyan-800\/50 {
  color: rgba(21, 94, 117, 0.5);
}

.text-cyan-800\/60 {
  color: rgba(21, 94, 117, 0.6);
}

.text-cyan-800\/70 {
  color: rgba(21, 94, 117, 0.7);
}

.text-cyan-800\/75 {
  color: rgba(21, 94, 117, 0.75);
}

.text-cyan-800\/80 {
  color: rgba(21, 94, 117, 0.8);
}

.text-cyan-800\/90 {
  color: rgba(21, 94, 117, 0.9);
}

.text-cyan-800\/95 {
  color: rgba(21, 94, 117, 0.95);
}

.text-cyan-800\/100 {
  color: rgb(21, 94, 117);
}

.text-cyan-900\/0 {
  color: rgba(22, 78, 99, 0);
}

.text-cyan-900\/5 {
  color: rgba(22, 78, 99, 0.05);
}

.text-cyan-900\/10 {
  color: rgba(22, 78, 99, 0.1);
}

.text-cyan-900\/20 {
  color: rgba(22, 78, 99, 0.2);
}

.text-cyan-900\/25 {
  color: rgba(22, 78, 99, 0.25);
}

.text-cyan-900\/30 {
  color: rgba(22, 78, 99, 0.3);
}

.text-cyan-900\/40 {
  color: rgba(22, 78, 99, 0.4);
}

.text-cyan-900\/50 {
  color: rgba(22, 78, 99, 0.5);
}

.text-cyan-900\/60 {
  color: rgba(22, 78, 99, 0.6);
}

.text-cyan-900\/70 {
  color: rgba(22, 78, 99, 0.7);
}

.text-cyan-900\/75 {
  color: rgba(22, 78, 99, 0.75);
}

.text-cyan-900\/80 {
  color: rgba(22, 78, 99, 0.8);
}

.text-cyan-900\/90 {
  color: rgba(22, 78, 99, 0.9);
}

.text-cyan-900\/95 {
  color: rgba(22, 78, 99, 0.95);
}

.text-cyan-900\/100 {
  color: rgb(22, 78, 99);
}

.text-sky-50\/0 {
  color: rgba(240, 249, 255, 0);
}

.text-sky-50\/5 {
  color: rgba(240, 249, 255, 0.05);
}

.text-sky-50\/10 {
  color: rgba(240, 249, 255, 0.1);
}

.text-sky-50\/20 {
  color: rgba(240, 249, 255, 0.2);
}

.text-sky-50\/25 {
  color: rgba(240, 249, 255, 0.25);
}

.text-sky-50\/30 {
  color: rgba(240, 249, 255, 0.3);
}

.text-sky-50\/40 {
  color: rgba(240, 249, 255, 0.4);
}

.text-sky-50\/50 {
  color: rgba(240, 249, 255, 0.5);
}

.text-sky-50\/60 {
  color: rgba(240, 249, 255, 0.6);
}

.text-sky-50\/70 {
  color: rgba(240, 249, 255, 0.7);
}

.text-sky-50\/75 {
  color: rgba(240, 249, 255, 0.75);
}

.text-sky-50\/80 {
  color: rgba(240, 249, 255, 0.8);
}

.text-sky-50\/90 {
  color: rgba(240, 249, 255, 0.9);
}

.text-sky-50\/95 {
  color: rgba(240, 249, 255, 0.95);
}

.text-sky-50\/100 {
  color: rgb(240, 249, 255);
}

.text-sky-100\/0 {
  color: rgba(224, 242, 254, 0);
}

.text-sky-100\/5 {
  color: rgba(224, 242, 254, 0.05);
}

.text-sky-100\/10 {
  color: rgba(224, 242, 254, 0.1);
}

.text-sky-100\/20 {
  color: rgba(224, 242, 254, 0.2);
}

.text-sky-100\/25 {
  color: rgba(224, 242, 254, 0.25);
}

.text-sky-100\/30 {
  color: rgba(224, 242, 254, 0.3);
}

.text-sky-100\/40 {
  color: rgba(224, 242, 254, 0.4);
}

.text-sky-100\/50 {
  color: rgba(224, 242, 254, 0.5);
}

.text-sky-100\/60 {
  color: rgba(224, 242, 254, 0.6);
}

.text-sky-100\/70 {
  color: rgba(224, 242, 254, 0.7);
}

.text-sky-100\/75 {
  color: rgba(224, 242, 254, 0.75);
}

.text-sky-100\/80 {
  color: rgba(224, 242, 254, 0.8);
}

.text-sky-100\/90 {
  color: rgba(224, 242, 254, 0.9);
}

.text-sky-100\/95 {
  color: rgba(224, 242, 254, 0.95);
}

.text-sky-100\/100 {
  color: rgb(224, 242, 254);
}

.text-sky-200\/0 {
  color: rgba(186, 230, 253, 0);
}

.text-sky-200\/5 {
  color: rgba(186, 230, 253, 0.05);
}

.text-sky-200\/10 {
  color: rgba(186, 230, 253, 0.1);
}

.text-sky-200\/20 {
  color: rgba(186, 230, 253, 0.2);
}

.text-sky-200\/25 {
  color: rgba(186, 230, 253, 0.25);
}

.text-sky-200\/30 {
  color: rgba(186, 230, 253, 0.3);
}

.text-sky-200\/40 {
  color: rgba(186, 230, 253, 0.4);
}

.text-sky-200\/50 {
  color: rgba(186, 230, 253, 0.5);
}

.text-sky-200\/60 {
  color: rgba(186, 230, 253, 0.6);
}

.text-sky-200\/70 {
  color: rgba(186, 230, 253, 0.7);
}

.text-sky-200\/75 {
  color: rgba(186, 230, 253, 0.75);
}

.text-sky-200\/80 {
  color: rgba(186, 230, 253, 0.8);
}

.text-sky-200\/90 {
  color: rgba(186, 230, 253, 0.9);
}

.text-sky-200\/95 {
  color: rgba(186, 230, 253, 0.95);
}

.text-sky-200\/100 {
  color: rgb(186, 230, 253);
}

.text-sky-300\/0 {
  color: rgba(125, 211, 252, 0);
}

.text-sky-300\/5 {
  color: rgba(125, 211, 252, 0.05);
}

.text-sky-300\/10 {
  color: rgba(125, 211, 252, 0.1);
}

.text-sky-300\/20 {
  color: rgba(125, 211, 252, 0.2);
}

.text-sky-300\/25 {
  color: rgba(125, 211, 252, 0.25);
}

.text-sky-300\/30 {
  color: rgba(125, 211, 252, 0.3);
}

.text-sky-300\/40 {
  color: rgba(125, 211, 252, 0.4);
}

.text-sky-300\/50 {
  color: rgba(125, 211, 252, 0.5);
}

.text-sky-300\/60 {
  color: rgba(125, 211, 252, 0.6);
}

.text-sky-300\/70 {
  color: rgba(125, 211, 252, 0.7);
}

.text-sky-300\/75 {
  color: rgba(125, 211, 252, 0.75);
}

.text-sky-300\/80 {
  color: rgba(125, 211, 252, 0.8);
}

.text-sky-300\/90 {
  color: rgba(125, 211, 252, 0.9);
}

.text-sky-300\/95 {
  color: rgba(125, 211, 252, 0.95);
}

.text-sky-300\/100 {
  color: rgb(125, 211, 252);
}

.text-sky-400\/0 {
  color: rgba(56, 189, 248, 0);
}

.text-sky-400\/5 {
  color: rgba(56, 189, 248, 0.05);
}

.text-sky-400\/10 {
  color: rgba(56, 189, 248, 0.1);
}

.text-sky-400\/20 {
  color: rgba(56, 189, 248, 0.2);
}

.text-sky-400\/25 {
  color: rgba(56, 189, 248, 0.25);
}

.text-sky-400\/30 {
  color: rgba(56, 189, 248, 0.3);
}

.text-sky-400\/40 {
  color: rgba(56, 189, 248, 0.4);
}

.text-sky-400\/50 {
  color: rgba(56, 189, 248, 0.5);
}

.text-sky-400\/60 {
  color: rgba(56, 189, 248, 0.6);
}

.text-sky-400\/70 {
  color: rgba(56, 189, 248, 0.7);
}

.text-sky-400\/75 {
  color: rgba(56, 189, 248, 0.75);
}

.text-sky-400\/80 {
  color: rgba(56, 189, 248, 0.8);
}

.text-sky-400\/90 {
  color: rgba(56, 189, 248, 0.9);
}

.text-sky-400\/95 {
  color: rgba(56, 189, 248, 0.95);
}

.text-sky-400\/100 {
  color: rgb(56, 189, 248);
}

.text-sky-500\/0 {
  color: rgba(14, 165, 233, 0);
}

.text-sky-500\/5 {
  color: rgba(14, 165, 233, 0.05);
}

.text-sky-500\/10 {
  color: rgba(14, 165, 233, 0.1);
}

.text-sky-500\/20 {
  color: rgba(14, 165, 233, 0.2);
}

.text-sky-500\/25 {
  color: rgba(14, 165, 233, 0.25);
}

.text-sky-500\/30 {
  color: rgba(14, 165, 233, 0.3);
}

.text-sky-500\/40 {
  color: rgba(14, 165, 233, 0.4);
}

.text-sky-500\/50 {
  color: rgba(14, 165, 233, 0.5);
}

.text-sky-500\/60 {
  color: rgba(14, 165, 233, 0.6);
}

.text-sky-500\/70 {
  color: rgba(14, 165, 233, 0.7);
}

.text-sky-500\/75 {
  color: rgba(14, 165, 233, 0.75);
}

.text-sky-500\/80 {
  color: rgba(14, 165, 233, 0.8);
}

.text-sky-500\/90 {
  color: rgba(14, 165, 233, 0.9);
}

.text-sky-500\/95 {
  color: rgba(14, 165, 233, 0.95);
}

.text-sky-500\/100 {
  color: rgb(14, 165, 233);
}

.text-sky-600\/0 {
  color: rgba(2, 132, 199, 0);
}

.text-sky-600\/5 {
  color: rgba(2, 132, 199, 0.05);
}

.text-sky-600\/10 {
  color: rgba(2, 132, 199, 0.1);
}

.text-sky-600\/20 {
  color: rgba(2, 132, 199, 0.2);
}

.text-sky-600\/25 {
  color: rgba(2, 132, 199, 0.25);
}

.text-sky-600\/30 {
  color: rgba(2, 132, 199, 0.3);
}

.text-sky-600\/40 {
  color: rgba(2, 132, 199, 0.4);
}

.text-sky-600\/50 {
  color: rgba(2, 132, 199, 0.5);
}

.text-sky-600\/60 {
  color: rgba(2, 132, 199, 0.6);
}

.text-sky-600\/70 {
  color: rgba(2, 132, 199, 0.7);
}

.text-sky-600\/75 {
  color: rgba(2, 132, 199, 0.75);
}

.text-sky-600\/80 {
  color: rgba(2, 132, 199, 0.8);
}

.text-sky-600\/90 {
  color: rgba(2, 132, 199, 0.9);
}

.text-sky-600\/95 {
  color: rgba(2, 132, 199, 0.95);
}

.text-sky-600\/100 {
  color: rgb(2, 132, 199);
}

.text-sky-700\/0 {
  color: rgba(3, 105, 161, 0);
}

.text-sky-700\/5 {
  color: rgba(3, 105, 161, 0.05);
}

.text-sky-700\/10 {
  color: rgba(3, 105, 161, 0.1);
}

.text-sky-700\/20 {
  color: rgba(3, 105, 161, 0.2);
}

.text-sky-700\/25 {
  color: rgba(3, 105, 161, 0.25);
}

.text-sky-700\/30 {
  color: rgba(3, 105, 161, 0.3);
}

.text-sky-700\/40 {
  color: rgba(3, 105, 161, 0.4);
}

.text-sky-700\/50 {
  color: rgba(3, 105, 161, 0.5);
}

.text-sky-700\/60 {
  color: rgba(3, 105, 161, 0.6);
}

.text-sky-700\/70 {
  color: rgba(3, 105, 161, 0.7);
}

.text-sky-700\/75 {
  color: rgba(3, 105, 161, 0.75);
}

.text-sky-700\/80 {
  color: rgba(3, 105, 161, 0.8);
}

.text-sky-700\/90 {
  color: rgba(3, 105, 161, 0.9);
}

.text-sky-700\/95 {
  color: rgba(3, 105, 161, 0.95);
}

.text-sky-700\/100 {
  color: rgb(3, 105, 161);
}

.text-sky-800\/0 {
  color: rgba(7, 89, 133, 0);
}

.text-sky-800\/5 {
  color: rgba(7, 89, 133, 0.05);
}

.text-sky-800\/10 {
  color: rgba(7, 89, 133, 0.1);
}

.text-sky-800\/20 {
  color: rgba(7, 89, 133, 0.2);
}

.text-sky-800\/25 {
  color: rgba(7, 89, 133, 0.25);
}

.text-sky-800\/30 {
  color: rgba(7, 89, 133, 0.3);
}

.text-sky-800\/40 {
  color: rgba(7, 89, 133, 0.4);
}

.text-sky-800\/50 {
  color: rgba(7, 89, 133, 0.5);
}

.text-sky-800\/60 {
  color: rgba(7, 89, 133, 0.6);
}

.text-sky-800\/70 {
  color: rgba(7, 89, 133, 0.7);
}

.text-sky-800\/75 {
  color: rgba(7, 89, 133, 0.75);
}

.text-sky-800\/80 {
  color: rgba(7, 89, 133, 0.8);
}

.text-sky-800\/90 {
  color: rgba(7, 89, 133, 0.9);
}

.text-sky-800\/95 {
  color: rgba(7, 89, 133, 0.95);
}

.text-sky-800\/100 {
  color: rgb(7, 89, 133);
}

.text-sky-900\/0 {
  color: rgba(12, 74, 110, 0);
}

.text-sky-900\/5 {
  color: rgba(12, 74, 110, 0.05);
}

.text-sky-900\/10 {
  color: rgba(12, 74, 110, 0.1);
}

.text-sky-900\/20 {
  color: rgba(12, 74, 110, 0.2);
}

.text-sky-900\/25 {
  color: rgba(12, 74, 110, 0.25);
}

.text-sky-900\/30 {
  color: rgba(12, 74, 110, 0.3);
}

.text-sky-900\/40 {
  color: rgba(12, 74, 110, 0.4);
}

.text-sky-900\/50 {
  color: rgba(12, 74, 110, 0.5);
}

.text-sky-900\/60 {
  color: rgba(12, 74, 110, 0.6);
}

.text-sky-900\/70 {
  color: rgba(12, 74, 110, 0.7);
}

.text-sky-900\/75 {
  color: rgba(12, 74, 110, 0.75);
}

.text-sky-900\/80 {
  color: rgba(12, 74, 110, 0.8);
}

.text-sky-900\/90 {
  color: rgba(12, 74, 110, 0.9);
}

.text-sky-900\/95 {
  color: rgba(12, 74, 110, 0.95);
}

.text-sky-900\/100 {
  color: rgb(12, 74, 110);
}

.text-blue-50\/0 {
  color: rgba(239, 246, 255, 0);
}

.text-blue-50\/5 {
  color: rgba(239, 246, 255, 0.05);
}

.text-blue-50\/10 {
  color: rgba(239, 246, 255, 0.1);
}

.text-blue-50\/20 {
  color: rgba(239, 246, 255, 0.2);
}

.text-blue-50\/25 {
  color: rgba(239, 246, 255, 0.25);
}

.text-blue-50\/30 {
  color: rgba(239, 246, 255, 0.3);
}

.text-blue-50\/40 {
  color: rgba(239, 246, 255, 0.4);
}

.text-blue-50\/50 {
  color: rgba(239, 246, 255, 0.5);
}

.text-blue-50\/60 {
  color: rgba(239, 246, 255, 0.6);
}

.text-blue-50\/70 {
  color: rgba(239, 246, 255, 0.7);
}

.text-blue-50\/75 {
  color: rgba(239, 246, 255, 0.75);
}

.text-blue-50\/80 {
  color: rgba(239, 246, 255, 0.8);
}

.text-blue-50\/90 {
  color: rgba(239, 246, 255, 0.9);
}

.text-blue-50\/95 {
  color: rgba(239, 246, 255, 0.95);
}

.text-blue-50\/100 {
  color: rgb(239, 246, 255);
}

.text-blue-100\/0 {
  color: rgba(219, 234, 254, 0);
}

.text-blue-100\/5 {
  color: rgba(219, 234, 254, 0.05);
}

.text-blue-100\/10 {
  color: rgba(219, 234, 254, 0.1);
}

.text-blue-100\/20 {
  color: rgba(219, 234, 254, 0.2);
}

.text-blue-100\/25 {
  color: rgba(219, 234, 254, 0.25);
}

.text-blue-100\/30 {
  color: rgba(219, 234, 254, 0.3);
}

.text-blue-100\/40 {
  color: rgba(219, 234, 254, 0.4);
}

.text-blue-100\/50 {
  color: rgba(219, 234, 254, 0.5);
}

.text-blue-100\/60 {
  color: rgba(219, 234, 254, 0.6);
}

.text-blue-100\/70 {
  color: rgba(219, 234, 254, 0.7);
}

.text-blue-100\/75 {
  color: rgba(219, 234, 254, 0.75);
}

.text-blue-100\/80 {
  color: rgba(219, 234, 254, 0.8);
}

.text-blue-100\/90 {
  color: rgba(219, 234, 254, 0.9);
}

.text-blue-100\/95 {
  color: rgba(219, 234, 254, 0.95);
}

.text-blue-100\/100 {
  color: rgb(219, 234, 254);
}

.text-blue-200\/0 {
  color: rgba(191, 219, 254, 0);
}

.text-blue-200\/5 {
  color: rgba(191, 219, 254, 0.05);
}

.text-blue-200\/10 {
  color: rgba(191, 219, 254, 0.1);
}

.text-blue-200\/20 {
  color: rgba(191, 219, 254, 0.2);
}

.text-blue-200\/25 {
  color: rgba(191, 219, 254, 0.25);
}

.text-blue-200\/30 {
  color: rgba(191, 219, 254, 0.3);
}

.text-blue-200\/40 {
  color: rgba(191, 219, 254, 0.4);
}

.text-blue-200\/50 {
  color: rgba(191, 219, 254, 0.5);
}

.text-blue-200\/60 {
  color: rgba(191, 219, 254, 0.6);
}

.text-blue-200\/70 {
  color: rgba(191, 219, 254, 0.7);
}

.text-blue-200\/75 {
  color: rgba(191, 219, 254, 0.75);
}

.text-blue-200\/80 {
  color: rgba(191, 219, 254, 0.8);
}

.text-blue-200\/90 {
  color: rgba(191, 219, 254, 0.9);
}

.text-blue-200\/95 {
  color: rgba(191, 219, 254, 0.95);
}

.text-blue-200\/100 {
  color: rgb(191, 219, 254);
}

.text-blue-300\/0 {
  color: rgba(147, 197, 253, 0);
}

.text-blue-300\/5 {
  color: rgba(147, 197, 253, 0.05);
}

.text-blue-300\/10 {
  color: rgba(147, 197, 253, 0.1);
}

.text-blue-300\/20 {
  color: rgba(147, 197, 253, 0.2);
}

.text-blue-300\/25 {
  color: rgba(147, 197, 253, 0.25);
}

.text-blue-300\/30 {
  color: rgba(147, 197, 253, 0.3);
}

.text-blue-300\/40 {
  color: rgba(147, 197, 253, 0.4);
}

.text-blue-300\/50 {
  color: rgba(147, 197, 253, 0.5);
}

.text-blue-300\/60 {
  color: rgba(147, 197, 253, 0.6);
}

.text-blue-300\/70 {
  color: rgba(147, 197, 253, 0.7);
}

.text-blue-300\/75 {
  color: rgba(147, 197, 253, 0.75);
}

.text-blue-300\/80 {
  color: rgba(147, 197, 253, 0.8);
}

.text-blue-300\/90 {
  color: rgba(147, 197, 253, 0.9);
}

.text-blue-300\/95 {
  color: rgba(147, 197, 253, 0.95);
}

.text-blue-300\/100 {
  color: rgb(147, 197, 253);
}

.text-blue-400\/0 {
  color: rgba(96, 165, 250, 0);
}

.text-blue-400\/5 {
  color: rgba(96, 165, 250, 0.05);
}

.text-blue-400\/10 {
  color: rgba(96, 165, 250, 0.1);
}

.text-blue-400\/20 {
  color: rgba(96, 165, 250, 0.2);
}

.text-blue-400\/25 {
  color: rgba(96, 165, 250, 0.25);
}

.text-blue-400\/30 {
  color: rgba(96, 165, 250, 0.3);
}

.text-blue-400\/40 {
  color: rgba(96, 165, 250, 0.4);
}

.text-blue-400\/50 {
  color: rgba(96, 165, 250, 0.5);
}

.text-blue-400\/60 {
  color: rgba(96, 165, 250, 0.6);
}

.text-blue-400\/70 {
  color: rgba(96, 165, 250, 0.7);
}

.text-blue-400\/75 {
  color: rgba(96, 165, 250, 0.75);
}

.text-blue-400\/80 {
  color: rgba(96, 165, 250, 0.8);
}

.text-blue-400\/90 {
  color: rgba(96, 165, 250, 0.9);
}

.text-blue-400\/95 {
  color: rgba(96, 165, 250, 0.95);
}

.text-blue-400\/100 {
  color: rgb(96, 165, 250);
}

.text-blue-500\/0 {
  color: rgba(59, 130, 246, 0);
}

.text-blue-500\/5 {
  color: rgba(59, 130, 246, 0.05);
}

.text-blue-500\/10 {
  color: rgba(59, 130, 246, 0.1);
}

.text-blue-500\/20 {
  color: rgba(59, 130, 246, 0.2);
}

.text-blue-500\/25 {
  color: rgba(59, 130, 246, 0.25);
}

.text-blue-500\/30 {
  color: rgba(59, 130, 246, 0.3);
}

.text-blue-500\/40 {
  color: rgba(59, 130, 246, 0.4);
}

.text-blue-500\/50 {
  color: rgba(59, 130, 246, 0.5);
}

.text-blue-500\/60 {
  color: rgba(59, 130, 246, 0.6);
}

.text-blue-500\/70 {
  color: rgba(59, 130, 246, 0.7);
}

.text-blue-500\/75 {
  color: rgba(59, 130, 246, 0.75);
}

.text-blue-500\/80 {
  color: rgba(59, 130, 246, 0.8);
}

.text-blue-500\/90 {
  color: rgba(59, 130, 246, 0.9);
}

.text-blue-500\/95 {
  color: rgba(59, 130, 246, 0.95);
}

.text-blue-500\/100 {
  color: rgb(59, 130, 246);
}

.text-blue-600\/0 {
  color: rgba(37, 99, 235, 0);
}

.text-blue-600\/5 {
  color: rgba(37, 99, 235, 0.05);
}

.text-blue-600\/10 {
  color: rgba(37, 99, 235, 0.1);
}

.text-blue-600\/20 {
  color: rgba(37, 99, 235, 0.2);
}

.text-blue-600\/25 {
  color: rgba(37, 99, 235, 0.25);
}

.text-blue-600\/30 {
  color: rgba(37, 99, 235, 0.3);
}

.text-blue-600\/40 {
  color: rgba(37, 99, 235, 0.4);
}

.text-blue-600\/50 {
  color: rgba(37, 99, 235, 0.5);
}

.text-blue-600\/60 {
  color: rgba(37, 99, 235, 0.6);
}

.text-blue-600\/70 {
  color: rgba(37, 99, 235, 0.7);
}

.text-blue-600\/75 {
  color: rgba(37, 99, 235, 0.75);
}

.text-blue-600\/80 {
  color: rgba(37, 99, 235, 0.8);
}

.text-blue-600\/90 {
  color: rgba(37, 99, 235, 0.9);
}

.text-blue-600\/95 {
  color: rgba(37, 99, 235, 0.95);
}

.text-blue-600\/100 {
  color: rgb(37, 99, 235);
}

.text-blue-700\/0 {
  color: rgba(29, 78, 216, 0);
}

.text-blue-700\/5 {
  color: rgba(29, 78, 216, 0.05);
}

.text-blue-700\/10 {
  color: rgba(29, 78, 216, 0.1);
}

.text-blue-700\/20 {
  color: rgba(29, 78, 216, 0.2);
}

.text-blue-700\/25 {
  color: rgba(29, 78, 216, 0.25);
}

.text-blue-700\/30 {
  color: rgba(29, 78, 216, 0.3);
}

.text-blue-700\/40 {
  color: rgba(29, 78, 216, 0.4);
}

.text-blue-700\/50 {
  color: rgba(29, 78, 216, 0.5);
}

.text-blue-700\/60 {
  color: rgba(29, 78, 216, 0.6);
}

.text-blue-700\/70 {
  color: rgba(29, 78, 216, 0.7);
}

.text-blue-700\/75 {
  color: rgba(29, 78, 216, 0.75);
}

.text-blue-700\/80 {
  color: rgba(29, 78, 216, 0.8);
}

.text-blue-700\/90 {
  color: rgba(29, 78, 216, 0.9);
}

.text-blue-700\/95 {
  color: rgba(29, 78, 216, 0.95);
}

.text-blue-700\/100 {
  color: rgb(29, 78, 216);
}

.text-blue-800\/0 {
  color: rgba(30, 64, 175, 0);
}

.text-blue-800\/5 {
  color: rgba(30, 64, 175, 0.05);
}

.text-blue-800\/10 {
  color: rgba(30, 64, 175, 0.1);
}

.text-blue-800\/20 {
  color: rgba(30, 64, 175, 0.2);
}

.text-blue-800\/25 {
  color: rgba(30, 64, 175, 0.25);
}

.text-blue-800\/30 {
  color: rgba(30, 64, 175, 0.3);
}

.text-blue-800\/40 {
  color: rgba(30, 64, 175, 0.4);
}

.text-blue-800\/50 {
  color: rgba(30, 64, 175, 0.5);
}

.text-blue-800\/60 {
  color: rgba(30, 64, 175, 0.6);
}

.text-blue-800\/70 {
  color: rgba(30, 64, 175, 0.7);
}

.text-blue-800\/75 {
  color: rgba(30, 64, 175, 0.75);
}

.text-blue-800\/80 {
  color: rgba(30, 64, 175, 0.8);
}

.text-blue-800\/90 {
  color: rgba(30, 64, 175, 0.9);
}

.text-blue-800\/95 {
  color: rgba(30, 64, 175, 0.95);
}

.text-blue-800\/100 {
  color: rgb(30, 64, 175);
}

.text-blue-900\/0 {
  color: rgba(30, 58, 138, 0);
}

.text-blue-900\/5 {
  color: rgba(30, 58, 138, 0.05);
}

.text-blue-900\/10 {
  color: rgba(30, 58, 138, 0.1);
}

.text-blue-900\/20 {
  color: rgba(30, 58, 138, 0.2);
}

.text-blue-900\/25 {
  color: rgba(30, 58, 138, 0.25);
}

.text-blue-900\/30 {
  color: rgba(30, 58, 138, 0.3);
}

.text-blue-900\/40 {
  color: rgba(30, 58, 138, 0.4);
}

.text-blue-900\/50 {
  color: rgba(30, 58, 138, 0.5);
}

.text-blue-900\/60 {
  color: rgba(30, 58, 138, 0.6);
}

.text-blue-900\/70 {
  color: rgba(30, 58, 138, 0.7);
}

.text-blue-900\/75 {
  color: rgba(30, 58, 138, 0.75);
}

.text-blue-900\/80 {
  color: rgba(30, 58, 138, 0.8);
}

.text-blue-900\/90 {
  color: rgba(30, 58, 138, 0.9);
}

.text-blue-900\/95 {
  color: rgba(30, 58, 138, 0.95);
}

.text-blue-900\/100 {
  color: rgb(30, 58, 138);
}

.text-indigo-50\/0 {
  color: rgba(238, 242, 255, 0);
}

.text-indigo-50\/5 {
  color: rgba(238, 242, 255, 0.05);
}

.text-indigo-50\/10 {
  color: rgba(238, 242, 255, 0.1);
}

.text-indigo-50\/20 {
  color: rgba(238, 242, 255, 0.2);
}

.text-indigo-50\/25 {
  color: rgba(238, 242, 255, 0.25);
}

.text-indigo-50\/30 {
  color: rgba(238, 242, 255, 0.3);
}

.text-indigo-50\/40 {
  color: rgba(238, 242, 255, 0.4);
}

.text-indigo-50\/50 {
  color: rgba(238, 242, 255, 0.5);
}

.text-indigo-50\/60 {
  color: rgba(238, 242, 255, 0.6);
}

.text-indigo-50\/70 {
  color: rgba(238, 242, 255, 0.7);
}

.text-indigo-50\/75 {
  color: rgba(238, 242, 255, 0.75);
}

.text-indigo-50\/80 {
  color: rgba(238, 242, 255, 0.8);
}

.text-indigo-50\/90 {
  color: rgba(238, 242, 255, 0.9);
}

.text-indigo-50\/95 {
  color: rgba(238, 242, 255, 0.95);
}

.text-indigo-50\/100 {
  color: rgb(238, 242, 255);
}

.text-indigo-100\/0 {
  color: rgba(224, 231, 255, 0);
}

.text-indigo-100\/5 {
  color: rgba(224, 231, 255, 0.05);
}

.text-indigo-100\/10 {
  color: rgba(224, 231, 255, 0.1);
}

.text-indigo-100\/20 {
  color: rgba(224, 231, 255, 0.2);
}

.text-indigo-100\/25 {
  color: rgba(224, 231, 255, 0.25);
}

.text-indigo-100\/30 {
  color: rgba(224, 231, 255, 0.3);
}

.text-indigo-100\/40 {
  color: rgba(224, 231, 255, 0.4);
}

.text-indigo-100\/50 {
  color: rgba(224, 231, 255, 0.5);
}

.text-indigo-100\/60 {
  color: rgba(224, 231, 255, 0.6);
}

.text-indigo-100\/70 {
  color: rgba(224, 231, 255, 0.7);
}

.text-indigo-100\/75 {
  color: rgba(224, 231, 255, 0.75);
}

.text-indigo-100\/80 {
  color: rgba(224, 231, 255, 0.8);
}

.text-indigo-100\/90 {
  color: rgba(224, 231, 255, 0.9);
}

.text-indigo-100\/95 {
  color: rgba(224, 231, 255, 0.95);
}

.text-indigo-100\/100 {
  color: rgb(224, 231, 255);
}

.text-indigo-200\/0 {
  color: rgba(199, 210, 254, 0);
}

.text-indigo-200\/5 {
  color: rgba(199, 210, 254, 0.05);
}

.text-indigo-200\/10 {
  color: rgba(199, 210, 254, 0.1);
}

.text-indigo-200\/20 {
  color: rgba(199, 210, 254, 0.2);
}

.text-indigo-200\/25 {
  color: rgba(199, 210, 254, 0.25);
}

.text-indigo-200\/30 {
  color: rgba(199, 210, 254, 0.3);
}

.text-indigo-200\/40 {
  color: rgba(199, 210, 254, 0.4);
}

.text-indigo-200\/50 {
  color: rgba(199, 210, 254, 0.5);
}

.text-indigo-200\/60 {
  color: rgba(199, 210, 254, 0.6);
}

.text-indigo-200\/70 {
  color: rgba(199, 210, 254, 0.7);
}

.text-indigo-200\/75 {
  color: rgba(199, 210, 254, 0.75);
}

.text-indigo-200\/80 {
  color: rgba(199, 210, 254, 0.8);
}

.text-indigo-200\/90 {
  color: rgba(199, 210, 254, 0.9);
}

.text-indigo-200\/95 {
  color: rgba(199, 210, 254, 0.95);
}

.text-indigo-200\/100 {
  color: rgb(199, 210, 254);
}

.text-indigo-300\/0 {
  color: rgba(165, 180, 252, 0);
}

.text-indigo-300\/5 {
  color: rgba(165, 180, 252, 0.05);
}

.text-indigo-300\/10 {
  color: rgba(165, 180, 252, 0.1);
}

.text-indigo-300\/20 {
  color: rgba(165, 180, 252, 0.2);
}

.text-indigo-300\/25 {
  color: rgba(165, 180, 252, 0.25);
}

.text-indigo-300\/30 {
  color: rgba(165, 180, 252, 0.3);
}

.text-indigo-300\/40 {
  color: rgba(165, 180, 252, 0.4);
}

.text-indigo-300\/50 {
  color: rgba(165, 180, 252, 0.5);
}

.text-indigo-300\/60 {
  color: rgba(165, 180, 252, 0.6);
}

.text-indigo-300\/70 {
  color: rgba(165, 180, 252, 0.7);
}

.text-indigo-300\/75 {
  color: rgba(165, 180, 252, 0.75);
}

.text-indigo-300\/80 {
  color: rgba(165, 180, 252, 0.8);
}

.text-indigo-300\/90 {
  color: rgba(165, 180, 252, 0.9);
}

.text-indigo-300\/95 {
  color: rgba(165, 180, 252, 0.95);
}

.text-indigo-300\/100 {
  color: rgb(165, 180, 252);
}

.text-indigo-400\/0 {
  color: rgba(129, 140, 248, 0);
}

.text-indigo-400\/5 {
  color: rgba(129, 140, 248, 0.05);
}

.text-indigo-400\/10 {
  color: rgba(129, 140, 248, 0.1);
}

.text-indigo-400\/20 {
  color: rgba(129, 140, 248, 0.2);
}

.text-indigo-400\/25 {
  color: rgba(129, 140, 248, 0.25);
}

.text-indigo-400\/30 {
  color: rgba(129, 140, 248, 0.3);
}

.text-indigo-400\/40 {
  color: rgba(129, 140, 248, 0.4);
}

.text-indigo-400\/50 {
  color: rgba(129, 140, 248, 0.5);
}

.text-indigo-400\/60 {
  color: rgba(129, 140, 248, 0.6);
}

.text-indigo-400\/70 {
  color: rgba(129, 140, 248, 0.7);
}

.text-indigo-400\/75 {
  color: rgba(129, 140, 248, 0.75);
}

.text-indigo-400\/80 {
  color: rgba(129, 140, 248, 0.8);
}

.text-indigo-400\/90 {
  color: rgba(129, 140, 248, 0.9);
}

.text-indigo-400\/95 {
  color: rgba(129, 140, 248, 0.95);
}

.text-indigo-400\/100 {
  color: rgb(129, 140, 248);
}

.text-indigo-500\/0 {
  color: rgba(99, 102, 241, 0);
}

.text-indigo-500\/5 {
  color: rgba(99, 102, 241, 0.05);
}

.text-indigo-500\/10 {
  color: rgba(99, 102, 241, 0.1);
}

.text-indigo-500\/20 {
  color: rgba(99, 102, 241, 0.2);
}

.text-indigo-500\/25 {
  color: rgba(99, 102, 241, 0.25);
}

.text-indigo-500\/30 {
  color: rgba(99, 102, 241, 0.3);
}

.text-indigo-500\/40 {
  color: rgba(99, 102, 241, 0.4);
}

.text-indigo-500\/50 {
  color: rgba(99, 102, 241, 0.5);
}

.text-indigo-500\/60 {
  color: rgba(99, 102, 241, 0.6);
}

.text-indigo-500\/70 {
  color: rgba(99, 102, 241, 0.7);
}

.text-indigo-500\/75 {
  color: rgba(99, 102, 241, 0.75);
}

.text-indigo-500\/80 {
  color: rgba(99, 102, 241, 0.8);
}

.text-indigo-500\/90 {
  color: rgba(99, 102, 241, 0.9);
}

.text-indigo-500\/95 {
  color: rgba(99, 102, 241, 0.95);
}

.text-indigo-500\/100 {
  color: rgb(99, 102, 241);
}

.text-indigo-600\/0 {
  color: rgba(79, 70, 229, 0);
}

.text-indigo-600\/5 {
  color: rgba(79, 70, 229, 0.05);
}

.text-indigo-600\/10 {
  color: rgba(79, 70, 229, 0.1);
}

.text-indigo-600\/20 {
  color: rgba(79, 70, 229, 0.2);
}

.text-indigo-600\/25 {
  color: rgba(79, 70, 229, 0.25);
}

.text-indigo-600\/30 {
  color: rgba(79, 70, 229, 0.3);
}

.text-indigo-600\/40 {
  color: rgba(79, 70, 229, 0.4);
}

.text-indigo-600\/50 {
  color: rgba(79, 70, 229, 0.5);
}

.text-indigo-600\/60 {
  color: rgba(79, 70, 229, 0.6);
}

.text-indigo-600\/70 {
  color: rgba(79, 70, 229, 0.7);
}

.text-indigo-600\/75 {
  color: rgba(79, 70, 229, 0.75);
}

.text-indigo-600\/80 {
  color: rgba(79, 70, 229, 0.8);
}

.text-indigo-600\/90 {
  color: rgba(79, 70, 229, 0.9);
}

.text-indigo-600\/95 {
  color: rgba(79, 70, 229, 0.95);
}

.text-indigo-600\/100 {
  color: rgb(79, 70, 229);
}

.text-indigo-700\/0 {
  color: rgba(67, 56, 202, 0);
}

.text-indigo-700\/5 {
  color: rgba(67, 56, 202, 0.05);
}

.text-indigo-700\/10 {
  color: rgba(67, 56, 202, 0.1);
}

.text-indigo-700\/20 {
  color: rgba(67, 56, 202, 0.2);
}

.text-indigo-700\/25 {
  color: rgba(67, 56, 202, 0.25);
}

.text-indigo-700\/30 {
  color: rgba(67, 56, 202, 0.3);
}

.text-indigo-700\/40 {
  color: rgba(67, 56, 202, 0.4);
}

.text-indigo-700\/50 {
  color: rgba(67, 56, 202, 0.5);
}

.text-indigo-700\/60 {
  color: rgba(67, 56, 202, 0.6);
}

.text-indigo-700\/70 {
  color: rgba(67, 56, 202, 0.7);
}

.text-indigo-700\/75 {
  color: rgba(67, 56, 202, 0.75);
}

.text-indigo-700\/80 {
  color: rgba(67, 56, 202, 0.8);
}

.text-indigo-700\/90 {
  color: rgba(67, 56, 202, 0.9);
}

.text-indigo-700\/95 {
  color: rgba(67, 56, 202, 0.95);
}

.text-indigo-700\/100 {
  color: rgb(67, 56, 202);
}

.text-indigo-800\/0 {
  color: rgba(55, 48, 163, 0);
}

.text-indigo-800\/5 {
  color: rgba(55, 48, 163, 0.05);
}

.text-indigo-800\/10 {
  color: rgba(55, 48, 163, 0.1);
}

.text-indigo-800\/20 {
  color: rgba(55, 48, 163, 0.2);
}

.text-indigo-800\/25 {
  color: rgba(55, 48, 163, 0.25);
}

.text-indigo-800\/30 {
  color: rgba(55, 48, 163, 0.3);
}

.text-indigo-800\/40 {
  color: rgba(55, 48, 163, 0.4);
}

.text-indigo-800\/50 {
  color: rgba(55, 48, 163, 0.5);
}

.text-indigo-800\/60 {
  color: rgba(55, 48, 163, 0.6);
}

.text-indigo-800\/70 {
  color: rgba(55, 48, 163, 0.7);
}

.text-indigo-800\/75 {
  color: rgba(55, 48, 163, 0.75);
}

.text-indigo-800\/80 {
  color: rgba(55, 48, 163, 0.8);
}

.text-indigo-800\/90 {
  color: rgba(55, 48, 163, 0.9);
}

.text-indigo-800\/95 {
  color: rgba(55, 48, 163, 0.95);
}

.text-indigo-800\/100 {
  color: rgb(55, 48, 163);
}

.text-indigo-900\/0 {
  color: rgba(49, 46, 129, 0);
}

.text-indigo-900\/5 {
  color: rgba(49, 46, 129, 0.05);
}

.text-indigo-900\/10 {
  color: rgba(49, 46, 129, 0.1);
}

.text-indigo-900\/20 {
  color: rgba(49, 46, 129, 0.2);
}

.text-indigo-900\/25 {
  color: rgba(49, 46, 129, 0.25);
}

.text-indigo-900\/30 {
  color: rgba(49, 46, 129, 0.3);
}

.text-indigo-900\/40 {
  color: rgba(49, 46, 129, 0.4);
}

.text-indigo-900\/50 {
  color: rgba(49, 46, 129, 0.5);
}

.text-indigo-900\/60 {
  color: rgba(49, 46, 129, 0.6);
}

.text-indigo-900\/70 {
  color: rgba(49, 46, 129, 0.7);
}

.text-indigo-900\/75 {
  color: rgba(49, 46, 129, 0.75);
}

.text-indigo-900\/80 {
  color: rgba(49, 46, 129, 0.8);
}

.text-indigo-900\/90 {
  color: rgba(49, 46, 129, 0.9);
}

.text-indigo-900\/95 {
  color: rgba(49, 46, 129, 0.95);
}

.text-indigo-900\/100 {
  color: rgb(49, 46, 129);
}

.text-violet-50\/0 {
  color: rgba(245, 243, 255, 0);
}

.text-violet-50\/5 {
  color: rgba(245, 243, 255, 0.05);
}

.text-violet-50\/10 {
  color: rgba(245, 243, 255, 0.1);
}

.text-violet-50\/20 {
  color: rgba(245, 243, 255, 0.2);
}

.text-violet-50\/25 {
  color: rgba(245, 243, 255, 0.25);
}

.text-violet-50\/30 {
  color: rgba(245, 243, 255, 0.3);
}

.text-violet-50\/40 {
  color: rgba(245, 243, 255, 0.4);
}

.text-violet-50\/50 {
  color: rgba(245, 243, 255, 0.5);
}

.text-violet-50\/60 {
  color: rgba(245, 243, 255, 0.6);
}

.text-violet-50\/70 {
  color: rgba(245, 243, 255, 0.7);
}

.text-violet-50\/75 {
  color: rgba(245, 243, 255, 0.75);
}

.text-violet-50\/80 {
  color: rgba(245, 243, 255, 0.8);
}

.text-violet-50\/90 {
  color: rgba(245, 243, 255, 0.9);
}

.text-violet-50\/95 {
  color: rgba(245, 243, 255, 0.95);
}

.text-violet-50\/100 {
  color: rgb(245, 243, 255);
}

.text-violet-100\/0 {
  color: rgba(237, 233, 254, 0);
}

.text-violet-100\/5 {
  color: rgba(237, 233, 254, 0.05);
}

.text-violet-100\/10 {
  color: rgba(237, 233, 254, 0.1);
}

.text-violet-100\/20 {
  color: rgba(237, 233, 254, 0.2);
}

.text-violet-100\/25 {
  color: rgba(237, 233, 254, 0.25);
}

.text-violet-100\/30 {
  color: rgba(237, 233, 254, 0.3);
}

.text-violet-100\/40 {
  color: rgba(237, 233, 254, 0.4);
}

.text-violet-100\/50 {
  color: rgba(237, 233, 254, 0.5);
}

.text-violet-100\/60 {
  color: rgba(237, 233, 254, 0.6);
}

.text-violet-100\/70 {
  color: rgba(237, 233, 254, 0.7);
}

.text-violet-100\/75 {
  color: rgba(237, 233, 254, 0.75);
}

.text-violet-100\/80 {
  color: rgba(237, 233, 254, 0.8);
}

.text-violet-100\/90 {
  color: rgba(237, 233, 254, 0.9);
}

.text-violet-100\/95 {
  color: rgba(237, 233, 254, 0.95);
}

.text-violet-100\/100 {
  color: rgb(237, 233, 254);
}

.text-violet-200\/0 {
  color: rgba(221, 214, 254, 0);
}

.text-violet-200\/5 {
  color: rgba(221, 214, 254, 0.05);
}

.text-violet-200\/10 {
  color: rgba(221, 214, 254, 0.1);
}

.text-violet-200\/20 {
  color: rgba(221, 214, 254, 0.2);
}

.text-violet-200\/25 {
  color: rgba(221, 214, 254, 0.25);
}

.text-violet-200\/30 {
  color: rgba(221, 214, 254, 0.3);
}

.text-violet-200\/40 {
  color: rgba(221, 214, 254, 0.4);
}

.text-violet-200\/50 {
  color: rgba(221, 214, 254, 0.5);
}

.text-violet-200\/60 {
  color: rgba(221, 214, 254, 0.6);
}

.text-violet-200\/70 {
  color: rgba(221, 214, 254, 0.7);
}

.text-violet-200\/75 {
  color: rgba(221, 214, 254, 0.75);
}

.text-violet-200\/80 {
  color: rgba(221, 214, 254, 0.8);
}

.text-violet-200\/90 {
  color: rgba(221, 214, 254, 0.9);
}

.text-violet-200\/95 {
  color: rgba(221, 214, 254, 0.95);
}

.text-violet-200\/100 {
  color: rgb(221, 214, 254);
}

.text-violet-300\/0 {
  color: rgba(196, 181, 253, 0);
}

.text-violet-300\/5 {
  color: rgba(196, 181, 253, 0.05);
}

.text-violet-300\/10 {
  color: rgba(196, 181, 253, 0.1);
}

.text-violet-300\/20 {
  color: rgba(196, 181, 253, 0.2);
}

.text-violet-300\/25 {
  color: rgba(196, 181, 253, 0.25);
}

.text-violet-300\/30 {
  color: rgba(196, 181, 253, 0.3);
}

.text-violet-300\/40 {
  color: rgba(196, 181, 253, 0.4);
}

.text-violet-300\/50 {
  color: rgba(196, 181, 253, 0.5);
}

.text-violet-300\/60 {
  color: rgba(196, 181, 253, 0.6);
}

.text-violet-300\/70 {
  color: rgba(196, 181, 253, 0.7);
}

.text-violet-300\/75 {
  color: rgba(196, 181, 253, 0.75);
}

.text-violet-300\/80 {
  color: rgba(196, 181, 253, 0.8);
}

.text-violet-300\/90 {
  color: rgba(196, 181, 253, 0.9);
}

.text-violet-300\/95 {
  color: rgba(196, 181, 253, 0.95);
}

.text-violet-300\/100 {
  color: rgb(196, 181, 253);
}

.text-violet-400\/0 {
  color: rgba(167, 139, 250, 0);
}

.text-violet-400\/5 {
  color: rgba(167, 139, 250, 0.05);
}

.text-violet-400\/10 {
  color: rgba(167, 139, 250, 0.1);
}

.text-violet-400\/20 {
  color: rgba(167, 139, 250, 0.2);
}

.text-violet-400\/25 {
  color: rgba(167, 139, 250, 0.25);
}

.text-violet-400\/30 {
  color: rgba(167, 139, 250, 0.3);
}

.text-violet-400\/40 {
  color: rgba(167, 139, 250, 0.4);
}

.text-violet-400\/50 {
  color: rgba(167, 139, 250, 0.5);
}

.text-violet-400\/60 {
  color: rgba(167, 139, 250, 0.6);
}

.text-violet-400\/70 {
  color: rgba(167, 139, 250, 0.7);
}

.text-violet-400\/75 {
  color: rgba(167, 139, 250, 0.75);
}

.text-violet-400\/80 {
  color: rgba(167, 139, 250, 0.8);
}

.text-violet-400\/90 {
  color: rgba(167, 139, 250, 0.9);
}

.text-violet-400\/95 {
  color: rgba(167, 139, 250, 0.95);
}

.text-violet-400\/100 {
  color: rgb(167, 139, 250);
}

.text-violet-500\/0 {
  color: rgba(139, 92, 246, 0);
}

.text-violet-500\/5 {
  color: rgba(139, 92, 246, 0.05);
}

.text-violet-500\/10 {
  color: rgba(139, 92, 246, 0.1);
}

.text-violet-500\/20 {
  color: rgba(139, 92, 246, 0.2);
}

.text-violet-500\/25 {
  color: rgba(139, 92, 246, 0.25);
}

.text-violet-500\/30 {
  color: rgba(139, 92, 246, 0.3);
}

.text-violet-500\/40 {
  color: rgba(139, 92, 246, 0.4);
}

.text-violet-500\/50 {
  color: rgba(139, 92, 246, 0.5);
}

.text-violet-500\/60 {
  color: rgba(139, 92, 246, 0.6);
}

.text-violet-500\/70 {
  color: rgba(139, 92, 246, 0.7);
}

.text-violet-500\/75 {
  color: rgba(139, 92, 246, 0.75);
}

.text-violet-500\/80 {
  color: rgba(139, 92, 246, 0.8);
}

.text-violet-500\/90 {
  color: rgba(139, 92, 246, 0.9);
}

.text-violet-500\/95 {
  color: rgba(139, 92, 246, 0.95);
}

.text-violet-500\/100 {
  color: rgb(139, 92, 246);
}

.text-violet-600\/0 {
  color: rgba(124, 58, 237, 0);
}

.text-violet-600\/5 {
  color: rgba(124, 58, 237, 0.05);
}

.text-violet-600\/10 {
  color: rgba(124, 58, 237, 0.1);
}

.text-violet-600\/20 {
  color: rgba(124, 58, 237, 0.2);
}

.text-violet-600\/25 {
  color: rgba(124, 58, 237, 0.25);
}

.text-violet-600\/30 {
  color: rgba(124, 58, 237, 0.3);
}

.text-violet-600\/40 {
  color: rgba(124, 58, 237, 0.4);
}

.text-violet-600\/50 {
  color: rgba(124, 58, 237, 0.5);
}

.text-violet-600\/60 {
  color: rgba(124, 58, 237, 0.6);
}

.text-violet-600\/70 {
  color: rgba(124, 58, 237, 0.7);
}

.text-violet-600\/75 {
  color: rgba(124, 58, 237, 0.75);
}

.text-violet-600\/80 {
  color: rgba(124, 58, 237, 0.8);
}

.text-violet-600\/90 {
  color: rgba(124, 58, 237, 0.9);
}

.text-violet-600\/95 {
  color: rgba(124, 58, 237, 0.95);
}

.text-violet-600\/100 {
  color: rgb(124, 58, 237);
}

.text-violet-700\/0 {
  color: rgba(109, 40, 217, 0);
}

.text-violet-700\/5 {
  color: rgba(109, 40, 217, 0.05);
}

.text-violet-700\/10 {
  color: rgba(109, 40, 217, 0.1);
}

.text-violet-700\/20 {
  color: rgba(109, 40, 217, 0.2);
}

.text-violet-700\/25 {
  color: rgba(109, 40, 217, 0.25);
}

.text-violet-700\/30 {
  color: rgba(109, 40, 217, 0.3);
}

.text-violet-700\/40 {
  color: rgba(109, 40, 217, 0.4);
}

.text-violet-700\/50 {
  color: rgba(109, 40, 217, 0.5);
}

.text-violet-700\/60 {
  color: rgba(109, 40, 217, 0.6);
}

.text-violet-700\/70 {
  color: rgba(109, 40, 217, 0.7);
}

.text-violet-700\/75 {
  color: rgba(109, 40, 217, 0.75);
}

.text-violet-700\/80 {
  color: rgba(109, 40, 217, 0.8);
}

.text-violet-700\/90 {
  color: rgba(109, 40, 217, 0.9);
}

.text-violet-700\/95 {
  color: rgba(109, 40, 217, 0.95);
}

.text-violet-700\/100 {
  color: rgb(109, 40, 217);
}

.text-violet-800\/0 {
  color: rgba(91, 33, 182, 0);
}

.text-violet-800\/5 {
  color: rgba(91, 33, 182, 0.05);
}

.text-violet-800\/10 {
  color: rgba(91, 33, 182, 0.1);
}

.text-violet-800\/20 {
  color: rgba(91, 33, 182, 0.2);
}

.text-violet-800\/25 {
  color: rgba(91, 33, 182, 0.25);
}

.text-violet-800\/30 {
  color: rgba(91, 33, 182, 0.3);
}

.text-violet-800\/40 {
  color: rgba(91, 33, 182, 0.4);
}

.text-violet-800\/50 {
  color: rgba(91, 33, 182, 0.5);
}

.text-violet-800\/60 {
  color: rgba(91, 33, 182, 0.6);
}

.text-violet-800\/70 {
  color: rgba(91, 33, 182, 0.7);
}

.text-violet-800\/75 {
  color: rgba(91, 33, 182, 0.75);
}

.text-violet-800\/80 {
  color: rgba(91, 33, 182, 0.8);
}

.text-violet-800\/90 {
  color: rgba(91, 33, 182, 0.9);
}

.text-violet-800\/95 {
  color: rgba(91, 33, 182, 0.95);
}

.text-violet-800\/100 {
  color: rgb(91, 33, 182);
}

.text-violet-900\/0 {
  color: rgba(76, 29, 149, 0);
}

.text-violet-900\/5 {
  color: rgba(76, 29, 149, 0.05);
}

.text-violet-900\/10 {
  color: rgba(76, 29, 149, 0.1);
}

.text-violet-900\/20 {
  color: rgba(76, 29, 149, 0.2);
}

.text-violet-900\/25 {
  color: rgba(76, 29, 149, 0.25);
}

.text-violet-900\/30 {
  color: rgba(76, 29, 149, 0.3);
}

.text-violet-900\/40 {
  color: rgba(76, 29, 149, 0.4);
}

.text-violet-900\/50 {
  color: rgba(76, 29, 149, 0.5);
}

.text-violet-900\/60 {
  color: rgba(76, 29, 149, 0.6);
}

.text-violet-900\/70 {
  color: rgba(76, 29, 149, 0.7);
}

.text-violet-900\/75 {
  color: rgba(76, 29, 149, 0.75);
}

.text-violet-900\/80 {
  color: rgba(76, 29, 149, 0.8);
}

.text-violet-900\/90 {
  color: rgba(76, 29, 149, 0.9);
}

.text-violet-900\/95 {
  color: rgba(76, 29, 149, 0.95);
}

.text-violet-900\/100 {
  color: rgb(76, 29, 149);
}

.text-purple-50\/0 {
  color: rgba(250, 245, 255, 0);
}

.text-purple-50\/5 {
  color: rgba(250, 245, 255, 0.05);
}

.text-purple-50\/10 {
  color: rgba(250, 245, 255, 0.1);
}

.text-purple-50\/20 {
  color: rgba(250, 245, 255, 0.2);
}

.text-purple-50\/25 {
  color: rgba(250, 245, 255, 0.25);
}

.text-purple-50\/30 {
  color: rgba(250, 245, 255, 0.3);
}

.text-purple-50\/40 {
  color: rgba(250, 245, 255, 0.4);
}

.text-purple-50\/50 {
  color: rgba(250, 245, 255, 0.5);
}

.text-purple-50\/60 {
  color: rgba(250, 245, 255, 0.6);
}

.text-purple-50\/70 {
  color: rgba(250, 245, 255, 0.7);
}

.text-purple-50\/75 {
  color: rgba(250, 245, 255, 0.75);
}

.text-purple-50\/80 {
  color: rgba(250, 245, 255, 0.8);
}

.text-purple-50\/90 {
  color: rgba(250, 245, 255, 0.9);
}

.text-purple-50\/95 {
  color: rgba(250, 245, 255, 0.95);
}

.text-purple-50\/100 {
  color: rgb(250, 245, 255);
}

.text-purple-100\/0 {
  color: rgba(243, 232, 255, 0);
}

.text-purple-100\/5 {
  color: rgba(243, 232, 255, 0.05);
}

.text-purple-100\/10 {
  color: rgba(243, 232, 255, 0.1);
}

.text-purple-100\/20 {
  color: rgba(243, 232, 255, 0.2);
}

.text-purple-100\/25 {
  color: rgba(243, 232, 255, 0.25);
}

.text-purple-100\/30 {
  color: rgba(243, 232, 255, 0.3);
}

.text-purple-100\/40 {
  color: rgba(243, 232, 255, 0.4);
}

.text-purple-100\/50 {
  color: rgba(243, 232, 255, 0.5);
}

.text-purple-100\/60 {
  color: rgba(243, 232, 255, 0.6);
}

.text-purple-100\/70 {
  color: rgba(243, 232, 255, 0.7);
}

.text-purple-100\/75 {
  color: rgba(243, 232, 255, 0.75);
}

.text-purple-100\/80 {
  color: rgba(243, 232, 255, 0.8);
}

.text-purple-100\/90 {
  color: rgba(243, 232, 255, 0.9);
}

.text-purple-100\/95 {
  color: rgba(243, 232, 255, 0.95);
}

.text-purple-100\/100 {
  color: rgb(243, 232, 255);
}

.text-purple-200\/0 {
  color: rgba(233, 213, 255, 0);
}

.text-purple-200\/5 {
  color: rgba(233, 213, 255, 0.05);
}

.text-purple-200\/10 {
  color: rgba(233, 213, 255, 0.1);
}

.text-purple-200\/20 {
  color: rgba(233, 213, 255, 0.2);
}

.text-purple-200\/25 {
  color: rgba(233, 213, 255, 0.25);
}

.text-purple-200\/30 {
  color: rgba(233, 213, 255, 0.3);
}

.text-purple-200\/40 {
  color: rgba(233, 213, 255, 0.4);
}

.text-purple-200\/50 {
  color: rgba(233, 213, 255, 0.5);
}

.text-purple-200\/60 {
  color: rgba(233, 213, 255, 0.6);
}

.text-purple-200\/70 {
  color: rgba(233, 213, 255, 0.7);
}

.text-purple-200\/75 {
  color: rgba(233, 213, 255, 0.75);
}

.text-purple-200\/80 {
  color: rgba(233, 213, 255, 0.8);
}

.text-purple-200\/90 {
  color: rgba(233, 213, 255, 0.9);
}

.text-purple-200\/95 {
  color: rgba(233, 213, 255, 0.95);
}

.text-purple-200\/100 {
  color: rgb(233, 213, 255);
}

.text-purple-300\/0 {
  color: rgba(216, 180, 254, 0);
}

.text-purple-300\/5 {
  color: rgba(216, 180, 254, 0.05);
}

.text-purple-300\/10 {
  color: rgba(216, 180, 254, 0.1);
}

.text-purple-300\/20 {
  color: rgba(216, 180, 254, 0.2);
}

.text-purple-300\/25 {
  color: rgba(216, 180, 254, 0.25);
}

.text-purple-300\/30 {
  color: rgba(216, 180, 254, 0.3);
}

.text-purple-300\/40 {
  color: rgba(216, 180, 254, 0.4);
}

.text-purple-300\/50 {
  color: rgba(216, 180, 254, 0.5);
}

.text-purple-300\/60 {
  color: rgba(216, 180, 254, 0.6);
}

.text-purple-300\/70 {
  color: rgba(216, 180, 254, 0.7);
}

.text-purple-300\/75 {
  color: rgba(216, 180, 254, 0.75);
}

.text-purple-300\/80 {
  color: rgba(216, 180, 254, 0.8);
}

.text-purple-300\/90 {
  color: rgba(216, 180, 254, 0.9);
}

.text-purple-300\/95 {
  color: rgba(216, 180, 254, 0.95);
}

.text-purple-300\/100 {
  color: rgb(216, 180, 254);
}

.text-purple-400\/0 {
  color: rgba(192, 132, 252, 0);
}

.text-purple-400\/5 {
  color: rgba(192, 132, 252, 0.05);
}

.text-purple-400\/10 {
  color: rgba(192, 132, 252, 0.1);
}

.text-purple-400\/20 {
  color: rgba(192, 132, 252, 0.2);
}

.text-purple-400\/25 {
  color: rgba(192, 132, 252, 0.25);
}

.text-purple-400\/30 {
  color: rgba(192, 132, 252, 0.3);
}

.text-purple-400\/40 {
  color: rgba(192, 132, 252, 0.4);
}

.text-purple-400\/50 {
  color: rgba(192, 132, 252, 0.5);
}

.text-purple-400\/60 {
  color: rgba(192, 132, 252, 0.6);
}

.text-purple-400\/70 {
  color: rgba(192, 132, 252, 0.7);
}

.text-purple-400\/75 {
  color: rgba(192, 132, 252, 0.75);
}

.text-purple-400\/80 {
  color: rgba(192, 132, 252, 0.8);
}

.text-purple-400\/90 {
  color: rgba(192, 132, 252, 0.9);
}

.text-purple-400\/95 {
  color: rgba(192, 132, 252, 0.95);
}

.text-purple-400\/100 {
  color: rgb(192, 132, 252);
}

.text-purple-500\/0 {
  color: rgba(168, 85, 247, 0);
}

.text-purple-500\/5 {
  color: rgba(168, 85, 247, 0.05);
}

.text-purple-500\/10 {
  color: rgba(168, 85, 247, 0.1);
}

.text-purple-500\/20 {
  color: rgba(168, 85, 247, 0.2);
}

.text-purple-500\/25 {
  color: rgba(168, 85, 247, 0.25);
}

.text-purple-500\/30 {
  color: rgba(168, 85, 247, 0.3);
}

.text-purple-500\/40 {
  color: rgba(168, 85, 247, 0.4);
}

.text-purple-500\/50 {
  color: rgba(168, 85, 247, 0.5);
}

.text-purple-500\/60 {
  color: rgba(168, 85, 247, 0.6);
}

.text-purple-500\/70 {
  color: rgba(168, 85, 247, 0.7);
}

.text-purple-500\/75 {
  color: rgba(168, 85, 247, 0.75);
}

.text-purple-500\/80 {
  color: rgba(168, 85, 247, 0.8);
}

.text-purple-500\/90 {
  color: rgba(168, 85, 247, 0.9);
}

.text-purple-500\/95 {
  color: rgba(168, 85, 247, 0.95);
}

.text-purple-500\/100 {
  color: rgb(168, 85, 247);
}

.text-purple-600\/0 {
  color: rgba(147, 51, 234, 0);
}

.text-purple-600\/5 {
  color: rgba(147, 51, 234, 0.05);
}

.text-purple-600\/10 {
  color: rgba(147, 51, 234, 0.1);
}

.text-purple-600\/20 {
  color: rgba(147, 51, 234, 0.2);
}

.text-purple-600\/25 {
  color: rgba(147, 51, 234, 0.25);
}

.text-purple-600\/30 {
  color: rgba(147, 51, 234, 0.3);
}

.text-purple-600\/40 {
  color: rgba(147, 51, 234, 0.4);
}

.text-purple-600\/50 {
  color: rgba(147, 51, 234, 0.5);
}

.text-purple-600\/60 {
  color: rgba(147, 51, 234, 0.6);
}

.text-purple-600\/70 {
  color: rgba(147, 51, 234, 0.7);
}

.text-purple-600\/75 {
  color: rgba(147, 51, 234, 0.75);
}

.text-purple-600\/80 {
  color: rgba(147, 51, 234, 0.8);
}

.text-purple-600\/90 {
  color: rgba(147, 51, 234, 0.9);
}

.text-purple-600\/95 {
  color: rgba(147, 51, 234, 0.95);
}

.text-purple-600\/100 {
  color: rgb(147, 51, 234);
}

.text-purple-700\/0 {
  color: rgba(126, 34, 206, 0);
}

.text-purple-700\/5 {
  color: rgba(126, 34, 206, 0.05);
}

.text-purple-700\/10 {
  color: rgba(126, 34, 206, 0.1);
}

.text-purple-700\/20 {
  color: rgba(126, 34, 206, 0.2);
}

.text-purple-700\/25 {
  color: rgba(126, 34, 206, 0.25);
}

.text-purple-700\/30 {
  color: rgba(126, 34, 206, 0.3);
}

.text-purple-700\/40 {
  color: rgba(126, 34, 206, 0.4);
}

.text-purple-700\/50 {
  color: rgba(126, 34, 206, 0.5);
}

.text-purple-700\/60 {
  color: rgba(126, 34, 206, 0.6);
}

.text-purple-700\/70 {
  color: rgba(126, 34, 206, 0.7);
}

.text-purple-700\/75 {
  color: rgba(126, 34, 206, 0.75);
}

.text-purple-700\/80 {
  color: rgba(126, 34, 206, 0.8);
}

.text-purple-700\/90 {
  color: rgba(126, 34, 206, 0.9);
}

.text-purple-700\/95 {
  color: rgba(126, 34, 206, 0.95);
}

.text-purple-700\/100 {
  color: rgb(126, 34, 206);
}

.text-purple-800\/0 {
  color: rgba(107, 33, 168, 0);
}

.text-purple-800\/5 {
  color: rgba(107, 33, 168, 0.05);
}

.text-purple-800\/10 {
  color: rgba(107, 33, 168, 0.1);
}

.text-purple-800\/20 {
  color: rgba(107, 33, 168, 0.2);
}

.text-purple-800\/25 {
  color: rgba(107, 33, 168, 0.25);
}

.text-purple-800\/30 {
  color: rgba(107, 33, 168, 0.3);
}

.text-purple-800\/40 {
  color: rgba(107, 33, 168, 0.4);
}

.text-purple-800\/50 {
  color: rgba(107, 33, 168, 0.5);
}

.text-purple-800\/60 {
  color: rgba(107, 33, 168, 0.6);
}

.text-purple-800\/70 {
  color: rgba(107, 33, 168, 0.7);
}

.text-purple-800\/75 {
  color: rgba(107, 33, 168, 0.75);
}

.text-purple-800\/80 {
  color: rgba(107, 33, 168, 0.8);
}

.text-purple-800\/90 {
  color: rgba(107, 33, 168, 0.9);
}

.text-purple-800\/95 {
  color: rgba(107, 33, 168, 0.95);
}

.text-purple-800\/100 {
  color: rgb(107, 33, 168);
}

.text-purple-900\/0 {
  color: rgba(88, 28, 135, 0);
}

.text-purple-900\/5 {
  color: rgba(88, 28, 135, 0.05);
}

.text-purple-900\/10 {
  color: rgba(88, 28, 135, 0.1);
}

.text-purple-900\/20 {
  color: rgba(88, 28, 135, 0.2);
}

.text-purple-900\/25 {
  color: rgba(88, 28, 135, 0.25);
}

.text-purple-900\/30 {
  color: rgba(88, 28, 135, 0.3);
}

.text-purple-900\/40 {
  color: rgba(88, 28, 135, 0.4);
}

.text-purple-900\/50 {
  color: rgba(88, 28, 135, 0.5);
}

.text-purple-900\/60 {
  color: rgba(88, 28, 135, 0.6);
}

.text-purple-900\/70 {
  color: rgba(88, 28, 135, 0.7);
}

.text-purple-900\/75 {
  color: rgba(88, 28, 135, 0.75);
}

.text-purple-900\/80 {
  color: rgba(88, 28, 135, 0.8);
}

.text-purple-900\/90 {
  color: rgba(88, 28, 135, 0.9);
}

.text-purple-900\/95 {
  color: rgba(88, 28, 135, 0.95);
}

.text-purple-900\/100 {
  color: rgb(88, 28, 135);
}

.text-fuchsia-50\/0 {
  color: rgba(253, 244, 255, 0);
}

.text-fuchsia-50\/5 {
  color: rgba(253, 244, 255, 0.05);
}

.text-fuchsia-50\/10 {
  color: rgba(253, 244, 255, 0.1);
}

.text-fuchsia-50\/20 {
  color: rgba(253, 244, 255, 0.2);
}

.text-fuchsia-50\/25 {
  color: rgba(253, 244, 255, 0.25);
}

.text-fuchsia-50\/30 {
  color: rgba(253, 244, 255, 0.3);
}

.text-fuchsia-50\/40 {
  color: rgba(253, 244, 255, 0.4);
}

.text-fuchsia-50\/50 {
  color: rgba(253, 244, 255, 0.5);
}

.text-fuchsia-50\/60 {
  color: rgba(253, 244, 255, 0.6);
}

.text-fuchsia-50\/70 {
  color: rgba(253, 244, 255, 0.7);
}

.text-fuchsia-50\/75 {
  color: rgba(253, 244, 255, 0.75);
}

.text-fuchsia-50\/80 {
  color: rgba(253, 244, 255, 0.8);
}

.text-fuchsia-50\/90 {
  color: rgba(253, 244, 255, 0.9);
}

.text-fuchsia-50\/95 {
  color: rgba(253, 244, 255, 0.95);
}

.text-fuchsia-50\/100 {
  color: rgb(253, 244, 255);
}

.text-fuchsia-100\/0 {
  color: rgba(250, 232, 255, 0);
}

.text-fuchsia-100\/5 {
  color: rgba(250, 232, 255, 0.05);
}

.text-fuchsia-100\/10 {
  color: rgba(250, 232, 255, 0.1);
}

.text-fuchsia-100\/20 {
  color: rgba(250, 232, 255, 0.2);
}

.text-fuchsia-100\/25 {
  color: rgba(250, 232, 255, 0.25);
}

.text-fuchsia-100\/30 {
  color: rgba(250, 232, 255, 0.3);
}

.text-fuchsia-100\/40 {
  color: rgba(250, 232, 255, 0.4);
}

.text-fuchsia-100\/50 {
  color: rgba(250, 232, 255, 0.5);
}

.text-fuchsia-100\/60 {
  color: rgba(250, 232, 255, 0.6);
}

.text-fuchsia-100\/70 {
  color: rgba(250, 232, 255, 0.7);
}

.text-fuchsia-100\/75 {
  color: rgba(250, 232, 255, 0.75);
}

.text-fuchsia-100\/80 {
  color: rgba(250, 232, 255, 0.8);
}

.text-fuchsia-100\/90 {
  color: rgba(250, 232, 255, 0.9);
}

.text-fuchsia-100\/95 {
  color: rgba(250, 232, 255, 0.95);
}

.text-fuchsia-100\/100 {
  color: rgb(250, 232, 255);
}

.text-fuchsia-200\/0 {
  color: rgba(245, 208, 254, 0);
}

.text-fuchsia-200\/5 {
  color: rgba(245, 208, 254, 0.05);
}

.text-fuchsia-200\/10 {
  color: rgba(245, 208, 254, 0.1);
}

.text-fuchsia-200\/20 {
  color: rgba(245, 208, 254, 0.2);
}

.text-fuchsia-200\/25 {
  color: rgba(245, 208, 254, 0.25);
}

.text-fuchsia-200\/30 {
  color: rgba(245, 208, 254, 0.3);
}

.text-fuchsia-200\/40 {
  color: rgba(245, 208, 254, 0.4);
}

.text-fuchsia-200\/50 {
  color: rgba(245, 208, 254, 0.5);
}

.text-fuchsia-200\/60 {
  color: rgba(245, 208, 254, 0.6);
}

.text-fuchsia-200\/70 {
  color: rgba(245, 208, 254, 0.7);
}

.text-fuchsia-200\/75 {
  color: rgba(245, 208, 254, 0.75);
}

.text-fuchsia-200\/80 {
  color: rgba(245, 208, 254, 0.8);
}

.text-fuchsia-200\/90 {
  color: rgba(245, 208, 254, 0.9);
}

.text-fuchsia-200\/95 {
  color: rgba(245, 208, 254, 0.95);
}

.text-fuchsia-200\/100 {
  color: rgb(245, 208, 254);
}

.text-fuchsia-300\/0 {
  color: rgba(240, 171, 252, 0);
}

.text-fuchsia-300\/5 {
  color: rgba(240, 171, 252, 0.05);
}

.text-fuchsia-300\/10 {
  color: rgba(240, 171, 252, 0.1);
}

.text-fuchsia-300\/20 {
  color: rgba(240, 171, 252, 0.2);
}

.text-fuchsia-300\/25 {
  color: rgba(240, 171, 252, 0.25);
}

.text-fuchsia-300\/30 {
  color: rgba(240, 171, 252, 0.3);
}

.text-fuchsia-300\/40 {
  color: rgba(240, 171, 252, 0.4);
}

.text-fuchsia-300\/50 {
  color: rgba(240, 171, 252, 0.5);
}

.text-fuchsia-300\/60 {
  color: rgba(240, 171, 252, 0.6);
}

.text-fuchsia-300\/70 {
  color: rgba(240, 171, 252, 0.7);
}

.text-fuchsia-300\/75 {
  color: rgba(240, 171, 252, 0.75);
}

.text-fuchsia-300\/80 {
  color: rgba(240, 171, 252, 0.8);
}

.text-fuchsia-300\/90 {
  color: rgba(240, 171, 252, 0.9);
}

.text-fuchsia-300\/95 {
  color: rgba(240, 171, 252, 0.95);
}

.text-fuchsia-300\/100 {
  color: rgb(240, 171, 252);
}

.text-fuchsia-400\/0 {
  color: rgba(232, 121, 249, 0);
}

.text-fuchsia-400\/5 {
  color: rgba(232, 121, 249, 0.05);
}

.text-fuchsia-400\/10 {
  color: rgba(232, 121, 249, 0.1);
}

.text-fuchsia-400\/20 {
  color: rgba(232, 121, 249, 0.2);
}

.text-fuchsia-400\/25 {
  color: rgba(232, 121, 249, 0.25);
}

.text-fuchsia-400\/30 {
  color: rgba(232, 121, 249, 0.3);
}

.text-fuchsia-400\/40 {
  color: rgba(232, 121, 249, 0.4);
}

.text-fuchsia-400\/50 {
  color: rgba(232, 121, 249, 0.5);
}

.text-fuchsia-400\/60 {
  color: rgba(232, 121, 249, 0.6);
}

.text-fuchsia-400\/70 {
  color: rgba(232, 121, 249, 0.7);
}

.text-fuchsia-400\/75 {
  color: rgba(232, 121, 249, 0.75);
}

.text-fuchsia-400\/80 {
  color: rgba(232, 121, 249, 0.8);
}

.text-fuchsia-400\/90 {
  color: rgba(232, 121, 249, 0.9);
}

.text-fuchsia-400\/95 {
  color: rgba(232, 121, 249, 0.95);
}

.text-fuchsia-400\/100 {
  color: rgb(232, 121, 249);
}

.text-fuchsia-500\/0 {
  color: rgba(217, 70, 239, 0);
}

.text-fuchsia-500\/5 {
  color: rgba(217, 70, 239, 0.05);
}

.text-fuchsia-500\/10 {
  color: rgba(217, 70, 239, 0.1);
}

.text-fuchsia-500\/20 {
  color: rgba(217, 70, 239, 0.2);
}

.text-fuchsia-500\/25 {
  color: rgba(217, 70, 239, 0.25);
}

.text-fuchsia-500\/30 {
  color: rgba(217, 70, 239, 0.3);
}

.text-fuchsia-500\/40 {
  color: rgba(217, 70, 239, 0.4);
}

.text-fuchsia-500\/50 {
  color: rgba(217, 70, 239, 0.5);
}

.text-fuchsia-500\/60 {
  color: rgba(217, 70, 239, 0.6);
}

.text-fuchsia-500\/70 {
  color: rgba(217, 70, 239, 0.7);
}

.text-fuchsia-500\/75 {
  color: rgba(217, 70, 239, 0.75);
}

.text-fuchsia-500\/80 {
  color: rgba(217, 70, 239, 0.8);
}

.text-fuchsia-500\/90 {
  color: rgba(217, 70, 239, 0.9);
}

.text-fuchsia-500\/95 {
  color: rgba(217, 70, 239, 0.95);
}

.text-fuchsia-500\/100 {
  color: rgb(217, 70, 239);
}

.text-fuchsia-600\/0 {
  color: rgba(192, 38, 211, 0);
}

.text-fuchsia-600\/5 {
  color: rgba(192, 38, 211, 0.05);
}

.text-fuchsia-600\/10 {
  color: rgba(192, 38, 211, 0.1);
}

.text-fuchsia-600\/20 {
  color: rgba(192, 38, 211, 0.2);
}

.text-fuchsia-600\/25 {
  color: rgba(192, 38, 211, 0.25);
}

.text-fuchsia-600\/30 {
  color: rgba(192, 38, 211, 0.3);
}

.text-fuchsia-600\/40 {
  color: rgba(192, 38, 211, 0.4);
}

.text-fuchsia-600\/50 {
  color: rgba(192, 38, 211, 0.5);
}

.text-fuchsia-600\/60 {
  color: rgba(192, 38, 211, 0.6);
}

.text-fuchsia-600\/70 {
  color: rgba(192, 38, 211, 0.7);
}

.text-fuchsia-600\/75 {
  color: rgba(192, 38, 211, 0.75);
}

.text-fuchsia-600\/80 {
  color: rgba(192, 38, 211, 0.8);
}

.text-fuchsia-600\/90 {
  color: rgba(192, 38, 211, 0.9);
}

.text-fuchsia-600\/95 {
  color: rgba(192, 38, 211, 0.95);
}

.text-fuchsia-600\/100 {
  color: rgb(192, 38, 211);
}

.text-fuchsia-700\/0 {
  color: rgba(162, 28, 175, 0);
}

.text-fuchsia-700\/5 {
  color: rgba(162, 28, 175, 0.05);
}

.text-fuchsia-700\/10 {
  color: rgba(162, 28, 175, 0.1);
}

.text-fuchsia-700\/20 {
  color: rgba(162, 28, 175, 0.2);
}

.text-fuchsia-700\/25 {
  color: rgba(162, 28, 175, 0.25);
}

.text-fuchsia-700\/30 {
  color: rgba(162, 28, 175, 0.3);
}

.text-fuchsia-700\/40 {
  color: rgba(162, 28, 175, 0.4);
}

.text-fuchsia-700\/50 {
  color: rgba(162, 28, 175, 0.5);
}

.text-fuchsia-700\/60 {
  color: rgba(162, 28, 175, 0.6);
}

.text-fuchsia-700\/70 {
  color: rgba(162, 28, 175, 0.7);
}

.text-fuchsia-700\/75 {
  color: rgba(162, 28, 175, 0.75);
}

.text-fuchsia-700\/80 {
  color: rgba(162, 28, 175, 0.8);
}

.text-fuchsia-700\/90 {
  color: rgba(162, 28, 175, 0.9);
}

.text-fuchsia-700\/95 {
  color: rgba(162, 28, 175, 0.95);
}

.text-fuchsia-700\/100 {
  color: rgb(162, 28, 175);
}

.text-fuchsia-800\/0 {
  color: rgba(134, 25, 143, 0);
}

.text-fuchsia-800\/5 {
  color: rgba(134, 25, 143, 0.05);
}

.text-fuchsia-800\/10 {
  color: rgba(134, 25, 143, 0.1);
}

.text-fuchsia-800\/20 {
  color: rgba(134, 25, 143, 0.2);
}

.text-fuchsia-800\/25 {
  color: rgba(134, 25, 143, 0.25);
}

.text-fuchsia-800\/30 {
  color: rgba(134, 25, 143, 0.3);
}

.text-fuchsia-800\/40 {
  color: rgba(134, 25, 143, 0.4);
}

.text-fuchsia-800\/50 {
  color: rgba(134, 25, 143, 0.5);
}

.text-fuchsia-800\/60 {
  color: rgba(134, 25, 143, 0.6);
}

.text-fuchsia-800\/70 {
  color: rgba(134, 25, 143, 0.7);
}

.text-fuchsia-800\/75 {
  color: rgba(134, 25, 143, 0.75);
}

.text-fuchsia-800\/80 {
  color: rgba(134, 25, 143, 0.8);
}

.text-fuchsia-800\/90 {
  color: rgba(134, 25, 143, 0.9);
}

.text-fuchsia-800\/95 {
  color: rgba(134, 25, 143, 0.95);
}

.text-fuchsia-800\/100 {
  color: rgb(134, 25, 143);
}

.text-fuchsia-900\/0 {
  color: rgba(112, 26, 117, 0);
}

.text-fuchsia-900\/5 {
  color: rgba(112, 26, 117, 0.05);
}

.text-fuchsia-900\/10 {
  color: rgba(112, 26, 117, 0.1);
}

.text-fuchsia-900\/20 {
  color: rgba(112, 26, 117, 0.2);
}

.text-fuchsia-900\/25 {
  color: rgba(112, 26, 117, 0.25);
}

.text-fuchsia-900\/30 {
  color: rgba(112, 26, 117, 0.3);
}

.text-fuchsia-900\/40 {
  color: rgba(112, 26, 117, 0.4);
}

.text-fuchsia-900\/50 {
  color: rgba(112, 26, 117, 0.5);
}

.text-fuchsia-900\/60 {
  color: rgba(112, 26, 117, 0.6);
}

.text-fuchsia-900\/70 {
  color: rgba(112, 26, 117, 0.7);
}

.text-fuchsia-900\/75 {
  color: rgba(112, 26, 117, 0.75);
}

.text-fuchsia-900\/80 {
  color: rgba(112, 26, 117, 0.8);
}

.text-fuchsia-900\/90 {
  color: rgba(112, 26, 117, 0.9);
}

.text-fuchsia-900\/95 {
  color: rgba(112, 26, 117, 0.95);
}

.text-fuchsia-900\/100 {
  color: rgb(112, 26, 117);
}

.text-pink-50\/0 {
  color: rgba(253, 242, 248, 0);
}

.text-pink-50\/5 {
  color: rgba(253, 242, 248, 0.05);
}

.text-pink-50\/10 {
  color: rgba(253, 242, 248, 0.1);
}

.text-pink-50\/20 {
  color: rgba(253, 242, 248, 0.2);
}

.text-pink-50\/25 {
  color: rgba(253, 242, 248, 0.25);
}

.text-pink-50\/30 {
  color: rgba(253, 242, 248, 0.3);
}

.text-pink-50\/40 {
  color: rgba(253, 242, 248, 0.4);
}

.text-pink-50\/50 {
  color: rgba(253, 242, 248, 0.5);
}

.text-pink-50\/60 {
  color: rgba(253, 242, 248, 0.6);
}

.text-pink-50\/70 {
  color: rgba(253, 242, 248, 0.7);
}

.text-pink-50\/75 {
  color: rgba(253, 242, 248, 0.75);
}

.text-pink-50\/80 {
  color: rgba(253, 242, 248, 0.8);
}

.text-pink-50\/90 {
  color: rgba(253, 242, 248, 0.9);
}

.text-pink-50\/95 {
  color: rgba(253, 242, 248, 0.95);
}

.text-pink-50\/100 {
  color: rgb(253, 242, 248);
}

.text-pink-100\/0 {
  color: rgba(252, 231, 243, 0);
}

.text-pink-100\/5 {
  color: rgba(252, 231, 243, 0.05);
}

.text-pink-100\/10 {
  color: rgba(252, 231, 243, 0.1);
}

.text-pink-100\/20 {
  color: rgba(252, 231, 243, 0.2);
}

.text-pink-100\/25 {
  color: rgba(252, 231, 243, 0.25);
}

.text-pink-100\/30 {
  color: rgba(252, 231, 243, 0.3);
}

.text-pink-100\/40 {
  color: rgba(252, 231, 243, 0.4);
}

.text-pink-100\/50 {
  color: rgba(252, 231, 243, 0.5);
}

.text-pink-100\/60 {
  color: rgba(252, 231, 243, 0.6);
}

.text-pink-100\/70 {
  color: rgba(252, 231, 243, 0.7);
}

.text-pink-100\/75 {
  color: rgba(252, 231, 243, 0.75);
}

.text-pink-100\/80 {
  color: rgba(252, 231, 243, 0.8);
}

.text-pink-100\/90 {
  color: rgba(252, 231, 243, 0.9);
}

.text-pink-100\/95 {
  color: rgba(252, 231, 243, 0.95);
}

.text-pink-100\/100 {
  color: rgb(252, 231, 243);
}

.text-pink-200\/0 {
  color: rgba(251, 207, 232, 0);
}

.text-pink-200\/5 {
  color: rgba(251, 207, 232, 0.05);
}

.text-pink-200\/10 {
  color: rgba(251, 207, 232, 0.1);
}

.text-pink-200\/20 {
  color: rgba(251, 207, 232, 0.2);
}

.text-pink-200\/25 {
  color: rgba(251, 207, 232, 0.25);
}

.text-pink-200\/30 {
  color: rgba(251, 207, 232, 0.3);
}

.text-pink-200\/40 {
  color: rgba(251, 207, 232, 0.4);
}

.text-pink-200\/50 {
  color: rgba(251, 207, 232, 0.5);
}

.text-pink-200\/60 {
  color: rgba(251, 207, 232, 0.6);
}

.text-pink-200\/70 {
  color: rgba(251, 207, 232, 0.7);
}

.text-pink-200\/75 {
  color: rgba(251, 207, 232, 0.75);
}

.text-pink-200\/80 {
  color: rgba(251, 207, 232, 0.8);
}

.text-pink-200\/90 {
  color: rgba(251, 207, 232, 0.9);
}

.text-pink-200\/95 {
  color: rgba(251, 207, 232, 0.95);
}

.text-pink-200\/100 {
  color: rgb(251, 207, 232);
}

.text-pink-300\/0 {
  color: rgba(249, 168, 212, 0);
}

.text-pink-300\/5 {
  color: rgba(249, 168, 212, 0.05);
}

.text-pink-300\/10 {
  color: rgba(249, 168, 212, 0.1);
}

.text-pink-300\/20 {
  color: rgba(249, 168, 212, 0.2);
}

.text-pink-300\/25 {
  color: rgba(249, 168, 212, 0.25);
}

.text-pink-300\/30 {
  color: rgba(249, 168, 212, 0.3);
}

.text-pink-300\/40 {
  color: rgba(249, 168, 212, 0.4);
}

.text-pink-300\/50 {
  color: rgba(249, 168, 212, 0.5);
}

.text-pink-300\/60 {
  color: rgba(249, 168, 212, 0.6);
}

.text-pink-300\/70 {
  color: rgba(249, 168, 212, 0.7);
}

.text-pink-300\/75 {
  color: rgba(249, 168, 212, 0.75);
}

.text-pink-300\/80 {
  color: rgba(249, 168, 212, 0.8);
}

.text-pink-300\/90 {
  color: rgba(249, 168, 212, 0.9);
}

.text-pink-300\/95 {
  color: rgba(249, 168, 212, 0.95);
}

.text-pink-300\/100 {
  color: rgb(249, 168, 212);
}

.text-pink-400\/0 {
  color: rgba(244, 114, 182, 0);
}

.text-pink-400\/5 {
  color: rgba(244, 114, 182, 0.05);
}

.text-pink-400\/10 {
  color: rgba(244, 114, 182, 0.1);
}

.text-pink-400\/20 {
  color: rgba(244, 114, 182, 0.2);
}

.text-pink-400\/25 {
  color: rgba(244, 114, 182, 0.25);
}

.text-pink-400\/30 {
  color: rgba(244, 114, 182, 0.3);
}

.text-pink-400\/40 {
  color: rgba(244, 114, 182, 0.4);
}

.text-pink-400\/50 {
  color: rgba(244, 114, 182, 0.5);
}

.text-pink-400\/60 {
  color: rgba(244, 114, 182, 0.6);
}

.text-pink-400\/70 {
  color: rgba(244, 114, 182, 0.7);
}

.text-pink-400\/75 {
  color: rgba(244, 114, 182, 0.75);
}

.text-pink-400\/80 {
  color: rgba(244, 114, 182, 0.8);
}

.text-pink-400\/90 {
  color: rgba(244, 114, 182, 0.9);
}

.text-pink-400\/95 {
  color: rgba(244, 114, 182, 0.95);
}

.text-pink-400\/100 {
  color: rgb(244, 114, 182);
}

.text-pink-500\/0 {
  color: rgba(236, 72, 153, 0);
}

.text-pink-500\/5 {
  color: rgba(236, 72, 153, 0.05);
}

.text-pink-500\/10 {
  color: rgba(236, 72, 153, 0.1);
}

.text-pink-500\/20 {
  color: rgba(236, 72, 153, 0.2);
}

.text-pink-500\/25 {
  color: rgba(236, 72, 153, 0.25);
}

.text-pink-500\/30 {
  color: rgba(236, 72, 153, 0.3);
}

.text-pink-500\/40 {
  color: rgba(236, 72, 153, 0.4);
}

.text-pink-500\/50 {
  color: rgba(236, 72, 153, 0.5);
}

.text-pink-500\/60 {
  color: rgba(236, 72, 153, 0.6);
}

.text-pink-500\/70 {
  color: rgba(236, 72, 153, 0.7);
}

.text-pink-500\/75 {
  color: rgba(236, 72, 153, 0.75);
}

.text-pink-500\/80 {
  color: rgba(236, 72, 153, 0.8);
}

.text-pink-500\/90 {
  color: rgba(236, 72, 153, 0.9);
}

.text-pink-500\/95 {
  color: rgba(236, 72, 153, 0.95);
}

.text-pink-500\/100 {
  color: rgb(236, 72, 153);
}

.text-pink-600\/0 {
  color: rgba(219, 39, 119, 0);
}

.text-pink-600\/5 {
  color: rgba(219, 39, 119, 0.05);
}

.text-pink-600\/10 {
  color: rgba(219, 39, 119, 0.1);
}

.text-pink-600\/20 {
  color: rgba(219, 39, 119, 0.2);
}

.text-pink-600\/25 {
  color: rgba(219, 39, 119, 0.25);
}

.text-pink-600\/30 {
  color: rgba(219, 39, 119, 0.3);
}

.text-pink-600\/40 {
  color: rgba(219, 39, 119, 0.4);
}

.text-pink-600\/50 {
  color: rgba(219, 39, 119, 0.5);
}

.text-pink-600\/60 {
  color: rgba(219, 39, 119, 0.6);
}

.text-pink-600\/70 {
  color: rgba(219, 39, 119, 0.7);
}

.text-pink-600\/75 {
  color: rgba(219, 39, 119, 0.75);
}

.text-pink-600\/80 {
  color: rgba(219, 39, 119, 0.8);
}

.text-pink-600\/90 {
  color: rgba(219, 39, 119, 0.9);
}

.text-pink-600\/95 {
  color: rgba(219, 39, 119, 0.95);
}

.text-pink-600\/100 {
  color: rgb(219, 39, 119);
}

.text-pink-700\/0 {
  color: rgba(190, 24, 93, 0);
}

.text-pink-700\/5 {
  color: rgba(190, 24, 93, 0.05);
}

.text-pink-700\/10 {
  color: rgba(190, 24, 93, 0.1);
}

.text-pink-700\/20 {
  color: rgba(190, 24, 93, 0.2);
}

.text-pink-700\/25 {
  color: rgba(190, 24, 93, 0.25);
}

.text-pink-700\/30 {
  color: rgba(190, 24, 93, 0.3);
}

.text-pink-700\/40 {
  color: rgba(190, 24, 93, 0.4);
}

.text-pink-700\/50 {
  color: rgba(190, 24, 93, 0.5);
}

.text-pink-700\/60 {
  color: rgba(190, 24, 93, 0.6);
}

.text-pink-700\/70 {
  color: rgba(190, 24, 93, 0.7);
}

.text-pink-700\/75 {
  color: rgba(190, 24, 93, 0.75);
}

.text-pink-700\/80 {
  color: rgba(190, 24, 93, 0.8);
}

.text-pink-700\/90 {
  color: rgba(190, 24, 93, 0.9);
}

.text-pink-700\/95 {
  color: rgba(190, 24, 93, 0.95);
}

.text-pink-700\/100 {
  color: rgb(190, 24, 93);
}

.text-pink-800\/0 {
  color: rgba(157, 23, 77, 0);
}

.text-pink-800\/5 {
  color: rgba(157, 23, 77, 0.05);
}

.text-pink-800\/10 {
  color: rgba(157, 23, 77, 0.1);
}

.text-pink-800\/20 {
  color: rgba(157, 23, 77, 0.2);
}

.text-pink-800\/25 {
  color: rgba(157, 23, 77, 0.25);
}

.text-pink-800\/30 {
  color: rgba(157, 23, 77, 0.3);
}

.text-pink-800\/40 {
  color: rgba(157, 23, 77, 0.4);
}

.text-pink-800\/50 {
  color: rgba(157, 23, 77, 0.5);
}

.text-pink-800\/60 {
  color: rgba(157, 23, 77, 0.6);
}

.text-pink-800\/70 {
  color: rgba(157, 23, 77, 0.7);
}

.text-pink-800\/75 {
  color: rgba(157, 23, 77, 0.75);
}

.text-pink-800\/80 {
  color: rgba(157, 23, 77, 0.8);
}

.text-pink-800\/90 {
  color: rgba(157, 23, 77, 0.9);
}

.text-pink-800\/95 {
  color: rgba(157, 23, 77, 0.95);
}

.text-pink-800\/100 {
  color: rgb(157, 23, 77);
}

.text-pink-900\/0 {
  color: rgba(131, 24, 67, 0);
}

.text-pink-900\/5 {
  color: rgba(131, 24, 67, 0.05);
}

.text-pink-900\/10 {
  color: rgba(131, 24, 67, 0.1);
}

.text-pink-900\/20 {
  color: rgba(131, 24, 67, 0.2);
}

.text-pink-900\/25 {
  color: rgba(131, 24, 67, 0.25);
}

.text-pink-900\/30 {
  color: rgba(131, 24, 67, 0.3);
}

.text-pink-900\/40 {
  color: rgba(131, 24, 67, 0.4);
}

.text-pink-900\/50 {
  color: rgba(131, 24, 67, 0.5);
}

.text-pink-900\/60 {
  color: rgba(131, 24, 67, 0.6);
}

.text-pink-900\/70 {
  color: rgba(131, 24, 67, 0.7);
}

.text-pink-900\/75 {
  color: rgba(131, 24, 67, 0.75);
}

.text-pink-900\/80 {
  color: rgba(131, 24, 67, 0.8);
}

.text-pink-900\/90 {
  color: rgba(131, 24, 67, 0.9);
}

.text-pink-900\/95 {
  color: rgba(131, 24, 67, 0.95);
}

.text-pink-900\/100 {
  color: rgb(131, 24, 67);
}

.text-rose-50\/0 {
  color: rgba(255, 241, 242, 0);
}

.text-rose-50\/5 {
  color: rgba(255, 241, 242, 0.05);
}

.text-rose-50\/10 {
  color: rgba(255, 241, 242, 0.1);
}

.text-rose-50\/20 {
  color: rgba(255, 241, 242, 0.2);
}

.text-rose-50\/25 {
  color: rgba(255, 241, 242, 0.25);
}

.text-rose-50\/30 {
  color: rgba(255, 241, 242, 0.3);
}

.text-rose-50\/40 {
  color: rgba(255, 241, 242, 0.4);
}

.text-rose-50\/50 {
  color: rgba(255, 241, 242, 0.5);
}

.text-rose-50\/60 {
  color: rgba(255, 241, 242, 0.6);
}

.text-rose-50\/70 {
  color: rgba(255, 241, 242, 0.7);
}

.text-rose-50\/75 {
  color: rgba(255, 241, 242, 0.75);
}

.text-rose-50\/80 {
  color: rgba(255, 241, 242, 0.8);
}

.text-rose-50\/90 {
  color: rgba(255, 241, 242, 0.9);
}

.text-rose-50\/95 {
  color: rgba(255, 241, 242, 0.95);
}

.text-rose-50\/100 {
  color: rgb(255, 241, 242);
}

.text-rose-100\/0 {
  color: rgba(255, 228, 230, 0);
}

.text-rose-100\/5 {
  color: rgba(255, 228, 230, 0.05);
}

.text-rose-100\/10 {
  color: rgba(255, 228, 230, 0.1);
}

.text-rose-100\/20 {
  color: rgba(255, 228, 230, 0.2);
}

.text-rose-100\/25 {
  color: rgba(255, 228, 230, 0.25);
}

.text-rose-100\/30 {
  color: rgba(255, 228, 230, 0.3);
}

.text-rose-100\/40 {
  color: rgba(255, 228, 230, 0.4);
}

.text-rose-100\/50 {
  color: rgba(255, 228, 230, 0.5);
}

.text-rose-100\/60 {
  color: rgba(255, 228, 230, 0.6);
}

.text-rose-100\/70 {
  color: rgba(255, 228, 230, 0.7);
}

.text-rose-100\/75 {
  color: rgba(255, 228, 230, 0.75);
}

.text-rose-100\/80 {
  color: rgba(255, 228, 230, 0.8);
}

.text-rose-100\/90 {
  color: rgba(255, 228, 230, 0.9);
}

.text-rose-100\/95 {
  color: rgba(255, 228, 230, 0.95);
}

.text-rose-100\/100 {
  color: rgb(255, 228, 230);
}

.text-rose-200\/0 {
  color: rgba(254, 205, 211, 0);
}

.text-rose-200\/5 {
  color: rgba(254, 205, 211, 0.05);
}

.text-rose-200\/10 {
  color: rgba(254, 205, 211, 0.1);
}

.text-rose-200\/20 {
  color: rgba(254, 205, 211, 0.2);
}

.text-rose-200\/25 {
  color: rgba(254, 205, 211, 0.25);
}

.text-rose-200\/30 {
  color: rgba(254, 205, 211, 0.3);
}

.text-rose-200\/40 {
  color: rgba(254, 205, 211, 0.4);
}

.text-rose-200\/50 {
  color: rgba(254, 205, 211, 0.5);
}

.text-rose-200\/60 {
  color: rgba(254, 205, 211, 0.6);
}

.text-rose-200\/70 {
  color: rgba(254, 205, 211, 0.7);
}

.text-rose-200\/75 {
  color: rgba(254, 205, 211, 0.75);
}

.text-rose-200\/80 {
  color: rgba(254, 205, 211, 0.8);
}

.text-rose-200\/90 {
  color: rgba(254, 205, 211, 0.9);
}

.text-rose-200\/95 {
  color: rgba(254, 205, 211, 0.95);
}

.text-rose-200\/100 {
  color: rgb(254, 205, 211);
}

.text-rose-300\/0 {
  color: rgba(253, 164, 175, 0);
}

.text-rose-300\/5 {
  color: rgba(253, 164, 175, 0.05);
}

.text-rose-300\/10 {
  color: rgba(253, 164, 175, 0.1);
}

.text-rose-300\/20 {
  color: rgba(253, 164, 175, 0.2);
}

.text-rose-300\/25 {
  color: rgba(253, 164, 175, 0.25);
}

.text-rose-300\/30 {
  color: rgba(253, 164, 175, 0.3);
}

.text-rose-300\/40 {
  color: rgba(253, 164, 175, 0.4);
}

.text-rose-300\/50 {
  color: rgba(253, 164, 175, 0.5);
}

.text-rose-300\/60 {
  color: rgba(253, 164, 175, 0.6);
}

.text-rose-300\/70 {
  color: rgba(253, 164, 175, 0.7);
}

.text-rose-300\/75 {
  color: rgba(253, 164, 175, 0.75);
}

.text-rose-300\/80 {
  color: rgba(253, 164, 175, 0.8);
}

.text-rose-300\/90 {
  color: rgba(253, 164, 175, 0.9);
}

.text-rose-300\/95 {
  color: rgba(253, 164, 175, 0.95);
}

.text-rose-300\/100 {
  color: rgb(253, 164, 175);
}

.text-rose-400\/0 {
  color: rgba(251, 113, 133, 0);
}

.text-rose-400\/5 {
  color: rgba(251, 113, 133, 0.05);
}

.text-rose-400\/10 {
  color: rgba(251, 113, 133, 0.1);
}

.text-rose-400\/20 {
  color: rgba(251, 113, 133, 0.2);
}

.text-rose-400\/25 {
  color: rgba(251, 113, 133, 0.25);
}

.text-rose-400\/30 {
  color: rgba(251, 113, 133, 0.3);
}

.text-rose-400\/40 {
  color: rgba(251, 113, 133, 0.4);
}

.text-rose-400\/50 {
  color: rgba(251, 113, 133, 0.5);
}

.text-rose-400\/60 {
  color: rgba(251, 113, 133, 0.6);
}

.text-rose-400\/70 {
  color: rgba(251, 113, 133, 0.7);
}

.text-rose-400\/75 {
  color: rgba(251, 113, 133, 0.75);
}

.text-rose-400\/80 {
  color: rgba(251, 113, 133, 0.8);
}

.text-rose-400\/90 {
  color: rgba(251, 113, 133, 0.9);
}

.text-rose-400\/95 {
  color: rgba(251, 113, 133, 0.95);
}

.text-rose-400\/100 {
  color: rgb(251, 113, 133);
}

.text-rose-500\/0 {
  color: rgba(244, 63, 94, 0);
}

.text-rose-500\/5 {
  color: rgba(244, 63, 94, 0.05);
}

.text-rose-500\/10 {
  color: rgba(244, 63, 94, 0.1);
}

.text-rose-500\/20 {
  color: rgba(244, 63, 94, 0.2);
}

.text-rose-500\/25 {
  color: rgba(244, 63, 94, 0.25);
}

.text-rose-500\/30 {
  color: rgba(244, 63, 94, 0.3);
}

.text-rose-500\/40 {
  color: rgba(244, 63, 94, 0.4);
}

.text-rose-500\/50 {
  color: rgba(244, 63, 94, 0.5);
}

.text-rose-500\/60 {
  color: rgba(244, 63, 94, 0.6);
}

.text-rose-500\/70 {
  color: rgba(244, 63, 94, 0.7);
}

.text-rose-500\/75 {
  color: rgba(244, 63, 94, 0.75);
}

.text-rose-500\/80 {
  color: rgba(244, 63, 94, 0.8);
}

.text-rose-500\/90 {
  color: rgba(244, 63, 94, 0.9);
}

.text-rose-500\/95 {
  color: rgba(244, 63, 94, 0.95);
}

.text-rose-500\/100 {
  color: rgb(244, 63, 94);
}

.text-rose-600\/0 {
  color: rgba(225, 29, 72, 0);
}

.text-rose-600\/5 {
  color: rgba(225, 29, 72, 0.05);
}

.text-rose-600\/10 {
  color: rgba(225, 29, 72, 0.1);
}

.text-rose-600\/20 {
  color: rgba(225, 29, 72, 0.2);
}

.text-rose-600\/25 {
  color: rgba(225, 29, 72, 0.25);
}

.text-rose-600\/30 {
  color: rgba(225, 29, 72, 0.3);
}

.text-rose-600\/40 {
  color: rgba(225, 29, 72, 0.4);
}

.text-rose-600\/50 {
  color: rgba(225, 29, 72, 0.5);
}

.text-rose-600\/60 {
  color: rgba(225, 29, 72, 0.6);
}

.text-rose-600\/70 {
  color: rgba(225, 29, 72, 0.7);
}

.text-rose-600\/75 {
  color: rgba(225, 29, 72, 0.75);
}

.text-rose-600\/80 {
  color: rgba(225, 29, 72, 0.8);
}

.text-rose-600\/90 {
  color: rgba(225, 29, 72, 0.9);
}

.text-rose-600\/95 {
  color: rgba(225, 29, 72, 0.95);
}

.text-rose-600\/100 {
  color: rgb(225, 29, 72);
}

.text-rose-700\/0 {
  color: rgba(190, 18, 60, 0);
}

.text-rose-700\/5 {
  color: rgba(190, 18, 60, 0.05);
}

.text-rose-700\/10 {
  color: rgba(190, 18, 60, 0.1);
}

.text-rose-700\/20 {
  color: rgba(190, 18, 60, 0.2);
}

.text-rose-700\/25 {
  color: rgba(190, 18, 60, 0.25);
}

.text-rose-700\/30 {
  color: rgba(190, 18, 60, 0.3);
}

.text-rose-700\/40 {
  color: rgba(190, 18, 60, 0.4);
}

.text-rose-700\/50 {
  color: rgba(190, 18, 60, 0.5);
}

.text-rose-700\/60 {
  color: rgba(190, 18, 60, 0.6);
}

.text-rose-700\/70 {
  color: rgba(190, 18, 60, 0.7);
}

.text-rose-700\/75 {
  color: rgba(190, 18, 60, 0.75);
}

.text-rose-700\/80 {
  color: rgba(190, 18, 60, 0.8);
}

.text-rose-700\/90 {
  color: rgba(190, 18, 60, 0.9);
}

.text-rose-700\/95 {
  color: rgba(190, 18, 60, 0.95);
}

.text-rose-700\/100 {
  color: rgb(190, 18, 60);
}

.text-rose-800\/0 {
  color: rgba(159, 18, 57, 0);
}

.text-rose-800\/5 {
  color: rgba(159, 18, 57, 0.05);
}

.text-rose-800\/10 {
  color: rgba(159, 18, 57, 0.1);
}

.text-rose-800\/20 {
  color: rgba(159, 18, 57, 0.2);
}

.text-rose-800\/25 {
  color: rgba(159, 18, 57, 0.25);
}

.text-rose-800\/30 {
  color: rgba(159, 18, 57, 0.3);
}

.text-rose-800\/40 {
  color: rgba(159, 18, 57, 0.4);
}

.text-rose-800\/50 {
  color: rgba(159, 18, 57, 0.5);
}

.text-rose-800\/60 {
  color: rgba(159, 18, 57, 0.6);
}

.text-rose-800\/70 {
  color: rgba(159, 18, 57, 0.7);
}

.text-rose-800\/75 {
  color: rgba(159, 18, 57, 0.75);
}

.text-rose-800\/80 {
  color: rgba(159, 18, 57, 0.8);
}

.text-rose-800\/90 {
  color: rgba(159, 18, 57, 0.9);
}

.text-rose-800\/95 {
  color: rgba(159, 18, 57, 0.95);
}

.text-rose-800\/100 {
  color: rgb(159, 18, 57);
}

.text-rose-900\/0 {
  color: rgba(136, 19, 55, 0);
}

.text-rose-900\/5 {
  color: rgba(136, 19, 55, 0.05);
}

.text-rose-900\/10 {
  color: rgba(136, 19, 55, 0.1);
}

.text-rose-900\/20 {
  color: rgba(136, 19, 55, 0.2);
}

.text-rose-900\/25 {
  color: rgba(136, 19, 55, 0.25);
}

.text-rose-900\/30 {
  color: rgba(136, 19, 55, 0.3);
}

.text-rose-900\/40 {
  color: rgba(136, 19, 55, 0.4);
}

.text-rose-900\/50 {
  color: rgba(136, 19, 55, 0.5);
}

.text-rose-900\/60 {
  color: rgba(136, 19, 55, 0.6);
}

.text-rose-900\/70 {
  color: rgba(136, 19, 55, 0.7);
}

.text-rose-900\/75 {
  color: rgba(136, 19, 55, 0.75);
}

.text-rose-900\/80 {
  color: rgba(136, 19, 55, 0.8);
}

.text-rose-900\/90 {
  color: rgba(136, 19, 55, 0.9);
}

.text-rose-900\/95 {
  color: rgba(136, 19, 55, 0.95);
}

.text-rose-900\/100 {
  color: rgb(136, 19, 55);
}

.text-primary-50\/0 {
  color: rgba(254, 242, 242, 0);
}

.text-primary-50\/5 {
  color: rgba(254, 242, 242, 0.05);
}

.text-primary-50\/10 {
  color: rgba(254, 242, 242, 0.1);
}

.text-primary-50\/20 {
  color: rgba(254, 242, 242, 0.2);
}

.text-primary-50\/25 {
  color: rgba(254, 242, 242, 0.25);
}

.text-primary-50\/30 {
  color: rgba(254, 242, 242, 0.3);
}

.text-primary-50\/40 {
  color: rgba(254, 242, 242, 0.4);
}

.text-primary-50\/50 {
  color: rgba(254, 242, 242, 0.5);
}

.text-primary-50\/60 {
  color: rgba(254, 242, 242, 0.6);
}

.text-primary-50\/70 {
  color: rgba(254, 242, 242, 0.7);
}

.text-primary-50\/75 {
  color: rgba(254, 242, 242, 0.75);
}

.text-primary-50\/80 {
  color: rgba(254, 242, 242, 0.8);
}

.text-primary-50\/90 {
  color: rgba(254, 242, 242, 0.9);
}

.text-primary-50\/95 {
  color: rgba(254, 242, 242, 0.95);
}

.text-primary-50\/100 {
  color: rgb(254, 242, 242);
}

.text-primary-100\/0 {
  color: rgba(254, 226, 226, 0);
}

.text-primary-100\/5 {
  color: rgba(254, 226, 226, 0.05);
}

.text-primary-100\/10 {
  color: rgba(254, 226, 226, 0.1);
}

.text-primary-100\/20 {
  color: rgba(254, 226, 226, 0.2);
}

.text-primary-100\/25 {
  color: rgba(254, 226, 226, 0.25);
}

.text-primary-100\/30 {
  color: rgba(254, 226, 226, 0.3);
}

.text-primary-100\/40 {
  color: rgba(254, 226, 226, 0.4);
}

.text-primary-100\/50 {
  color: rgba(254, 226, 226, 0.5);
}

.text-primary-100\/60 {
  color: rgba(254, 226, 226, 0.6);
}

.text-primary-100\/70 {
  color: rgba(254, 226, 226, 0.7);
}

.text-primary-100\/75 {
  color: rgba(254, 226, 226, 0.75);
}

.text-primary-100\/80 {
  color: rgba(254, 226, 226, 0.8);
}

.text-primary-100\/90 {
  color: rgba(254, 226, 226, 0.9);
}

.text-primary-100\/95 {
  color: rgba(254, 226, 226, 0.95);
}

.text-primary-100\/100 {
  color: rgb(254, 226, 226);
}

.text-primary-200\/0 {
  color: rgba(254, 202, 202, 0);
}

.text-primary-200\/5 {
  color: rgba(254, 202, 202, 0.05);
}

.text-primary-200\/10 {
  color: rgba(254, 202, 202, 0.1);
}

.text-primary-200\/20 {
  color: rgba(254, 202, 202, 0.2);
}

.text-primary-200\/25 {
  color: rgba(254, 202, 202, 0.25);
}

.text-primary-200\/30 {
  color: rgba(254, 202, 202, 0.3);
}

.text-primary-200\/40 {
  color: rgba(254, 202, 202, 0.4);
}

.text-primary-200\/50 {
  color: rgba(254, 202, 202, 0.5);
}

.text-primary-200\/60 {
  color: rgba(254, 202, 202, 0.6);
}

.text-primary-200\/70 {
  color: rgba(254, 202, 202, 0.7);
}

.text-primary-200\/75 {
  color: rgba(254, 202, 202, 0.75);
}

.text-primary-200\/80 {
  color: rgba(254, 202, 202, 0.8);
}

.text-primary-200\/90 {
  color: rgba(254, 202, 202, 0.9);
}

.text-primary-200\/95 {
  color: rgba(254, 202, 202, 0.95);
}

.text-primary-200\/100 {
  color: rgb(254, 202, 202);
}

.text-primary-300\/0 {
  color: rgba(252, 165, 165, 0);
}

.text-primary-300\/5 {
  color: rgba(252, 165, 165, 0.05);
}

.text-primary-300\/10 {
  color: rgba(252, 165, 165, 0.1);
}

.text-primary-300\/20 {
  color: rgba(252, 165, 165, 0.2);
}

.text-primary-300\/25 {
  color: rgba(252, 165, 165, 0.25);
}

.text-primary-300\/30 {
  color: rgba(252, 165, 165, 0.3);
}

.text-primary-300\/40 {
  color: rgba(252, 165, 165, 0.4);
}

.text-primary-300\/50 {
  color: rgba(252, 165, 165, 0.5);
}

.text-primary-300\/60 {
  color: rgba(252, 165, 165, 0.6);
}

.text-primary-300\/70 {
  color: rgba(252, 165, 165, 0.7);
}

.text-primary-300\/75 {
  color: rgba(252, 165, 165, 0.75);
}

.text-primary-300\/80 {
  color: rgba(252, 165, 165, 0.8);
}

.text-primary-300\/90 {
  color: rgba(252, 165, 165, 0.9);
}

.text-primary-300\/95 {
  color: rgba(252, 165, 165, 0.95);
}

.text-primary-300\/100 {
  color: rgb(252, 165, 165);
}

.text-primary-400\/0 {
  color: rgba(248, 113, 113, 0);
}

.text-primary-400\/5 {
  color: rgba(248, 113, 113, 0.05);
}

.text-primary-400\/10 {
  color: rgba(248, 113, 113, 0.1);
}

.text-primary-400\/20 {
  color: rgba(248, 113, 113, 0.2);
}

.text-primary-400\/25 {
  color: rgba(248, 113, 113, 0.25);
}

.text-primary-400\/30 {
  color: rgba(248, 113, 113, 0.3);
}

.text-primary-400\/40 {
  color: rgba(248, 113, 113, 0.4);
}

.text-primary-400\/50 {
  color: rgba(248, 113, 113, 0.5);
}

.text-primary-400\/60 {
  color: rgba(248, 113, 113, 0.6);
}

.text-primary-400\/70 {
  color: rgba(248, 113, 113, 0.7);
}

.text-primary-400\/75 {
  color: rgba(248, 113, 113, 0.75);
}

.text-primary-400\/80 {
  color: rgba(248, 113, 113, 0.8);
}

.text-primary-400\/90 {
  color: rgba(248, 113, 113, 0.9);
}

.text-primary-400\/95 {
  color: rgba(248, 113, 113, 0.95);
}

.text-primary-400\/100 {
  color: rgb(248, 113, 113);
}

.text-primary-500\/0 {
  color: rgba(239, 68, 68, 0);
}

.text-primary-500\/5 {
  color: rgba(239, 68, 68, 0.05);
}

.text-primary-500\/10 {
  color: rgba(239, 68, 68, 0.1);
}

.text-primary-500\/20 {
  color: rgba(239, 68, 68, 0.2);
}

.text-primary-500\/25 {
  color: rgba(239, 68, 68, 0.25);
}

.text-primary-500\/30 {
  color: rgba(239, 68, 68, 0.3);
}

.text-primary-500\/40 {
  color: rgba(239, 68, 68, 0.4);
}

.text-primary-500\/50 {
  color: rgba(239, 68, 68, 0.5);
}

.text-primary-500\/60 {
  color: rgba(239, 68, 68, 0.6);
}

.text-primary-500\/70 {
  color: rgba(239, 68, 68, 0.7);
}

.text-primary-500\/75 {
  color: rgba(239, 68, 68, 0.75);
}

.text-primary-500\/80 {
  color: rgba(239, 68, 68, 0.8);
}

.text-primary-500\/90 {
  color: rgba(239, 68, 68, 0.9);
}

.text-primary-500\/95 {
  color: rgba(239, 68, 68, 0.95);
}

.text-primary-500\/100 {
  color: rgb(239, 68, 68);
}

.text-primary-600\/0 {
  color: rgba(220, 38, 38, 0);
}

.text-primary-600\/5 {
  color: rgba(220, 38, 38, 0.05);
}

.text-primary-600\/10 {
  color: rgba(220, 38, 38, 0.1);
}

.text-primary-600\/20 {
  color: rgba(220, 38, 38, 0.2);
}

.text-primary-600\/25 {
  color: rgba(220, 38, 38, 0.25);
}

.text-primary-600\/30 {
  color: rgba(220, 38, 38, 0.3);
}

.text-primary-600\/40 {
  color: rgba(220, 38, 38, 0.4);
}

.text-primary-600\/50 {
  color: rgba(220, 38, 38, 0.5);
}

.text-primary-600\/60 {
  color: rgba(220, 38, 38, 0.6);
}

.text-primary-600\/70 {
  color: rgba(220, 38, 38, 0.7);
}

.text-primary-600\/75 {
  color: rgba(220, 38, 38, 0.75);
}

.text-primary-600\/80 {
  color: rgba(220, 38, 38, 0.8);
}

.text-primary-600\/90 {
  color: rgba(220, 38, 38, 0.9);
}

.text-primary-600\/95 {
  color: rgba(220, 38, 38, 0.95);
}

.text-primary-600\/100 {
  color: rgb(220, 38, 38);
}

.text-primary-700\/0 {
  color: rgba(185, 28, 28, 0);
}

.text-primary-700\/5 {
  color: rgba(185, 28, 28, 0.05);
}

.text-primary-700\/10 {
  color: rgba(185, 28, 28, 0.1);
}

.text-primary-700\/20 {
  color: rgba(185, 28, 28, 0.2);
}

.text-primary-700\/25 {
  color: rgba(185, 28, 28, 0.25);
}

.text-primary-700\/30 {
  color: rgba(185, 28, 28, 0.3);
}

.text-primary-700\/40 {
  color: rgba(185, 28, 28, 0.4);
}

.text-primary-700\/50 {
  color: rgba(185, 28, 28, 0.5);
}

.text-primary-700\/60 {
  color: rgba(185, 28, 28, 0.6);
}

.text-primary-700\/70 {
  color: rgba(185, 28, 28, 0.7);
}

.text-primary-700\/75 {
  color: rgba(185, 28, 28, 0.75);
}

.text-primary-700\/80 {
  color: rgba(185, 28, 28, 0.8);
}

.text-primary-700\/90 {
  color: rgba(185, 28, 28, 0.9);
}

.text-primary-700\/95 {
  color: rgba(185, 28, 28, 0.95);
}

.text-primary-700\/100 {
  color: rgb(185, 28, 28);
}

.text-primary-800\/0 {
  color: rgba(153, 27, 27, 0);
}

.text-primary-800\/5 {
  color: rgba(153, 27, 27, 0.05);
}

.text-primary-800\/10 {
  color: rgba(153, 27, 27, 0.1);
}

.text-primary-800\/20 {
  color: rgba(153, 27, 27, 0.2);
}

.text-primary-800\/25 {
  color: rgba(153, 27, 27, 0.25);
}

.text-primary-800\/30 {
  color: rgba(153, 27, 27, 0.3);
}

.text-primary-800\/40 {
  color: rgba(153, 27, 27, 0.4);
}

.text-primary-800\/50 {
  color: rgba(153, 27, 27, 0.5);
}

.text-primary-800\/60 {
  color: rgba(153, 27, 27, 0.6);
}

.text-primary-800\/70 {
  color: rgba(153, 27, 27, 0.7);
}

.text-primary-800\/75 {
  color: rgba(153, 27, 27, 0.75);
}

.text-primary-800\/80 {
  color: rgba(153, 27, 27, 0.8);
}

.text-primary-800\/90 {
  color: rgba(153, 27, 27, 0.9);
}

.text-primary-800\/95 {
  color: rgba(153, 27, 27, 0.95);
}

.text-primary-800\/100 {
  color: rgb(153, 27, 27);
}

.text-primary-900\/0 {
  color: rgba(127, 29, 29, 0);
}

.text-primary-900\/5 {
  color: rgba(127, 29, 29, 0.05);
}

.text-primary-900\/10 {
  color: rgba(127, 29, 29, 0.1);
}

.text-primary-900\/20 {
  color: rgba(127, 29, 29, 0.2);
}

.text-primary-900\/25 {
  color: rgba(127, 29, 29, 0.25);
}

.text-primary-900\/30 {
  color: rgba(127, 29, 29, 0.3);
}

.text-primary-900\/40 {
  color: rgba(127, 29, 29, 0.4);
}

.text-primary-900\/50 {
  color: rgba(127, 29, 29, 0.5);
}

.text-primary-900\/60 {
  color: rgba(127, 29, 29, 0.6);
}

.text-primary-900\/70 {
  color: rgba(127, 29, 29, 0.7);
}

.text-primary-900\/75 {
  color: rgba(127, 29, 29, 0.75);
}

.text-primary-900\/80 {
  color: rgba(127, 29, 29, 0.8);
}

.text-primary-900\/90 {
  color: rgba(127, 29, 29, 0.9);
}

.text-primary-900\/95 {
  color: rgba(127, 29, 29, 0.95);
}

.text-primary-900\/100 {
  color: rgb(127, 29, 29);
}

.text-secondary-50\/0 {
  color: rgba(250, 250, 250, 0);
}

.text-secondary-50\/5 {
  color: rgba(250, 250, 250, 0.05);
}

.text-secondary-50\/10 {
  color: rgba(250, 250, 250, 0.1);
}

.text-secondary-50\/20 {
  color: rgba(250, 250, 250, 0.2);
}

.text-secondary-50\/25 {
  color: rgba(250, 250, 250, 0.25);
}

.text-secondary-50\/30 {
  color: rgba(250, 250, 250, 0.3);
}

.text-secondary-50\/40 {
  color: rgba(250, 250, 250, 0.4);
}

.text-secondary-50\/50 {
  color: rgba(250, 250, 250, 0.5);
}

.text-secondary-50\/60 {
  color: rgba(250, 250, 250, 0.6);
}

.text-secondary-50\/70 {
  color: rgba(250, 250, 250, 0.7);
}

.text-secondary-50\/75 {
  color: rgba(250, 250, 250, 0.75);
}

.text-secondary-50\/80 {
  color: rgba(250, 250, 250, 0.8);
}

.text-secondary-50\/90 {
  color: rgba(250, 250, 250, 0.9);
}

.text-secondary-50\/95 {
  color: rgba(250, 250, 250, 0.95);
}

.text-secondary-50\/100 {
  color: rgb(250, 250, 250);
}

.text-secondary-100\/0 {
  color: rgba(245, 245, 245, 0);
}

.text-secondary-100\/5 {
  color: rgba(245, 245, 245, 0.05);
}

.text-secondary-100\/10 {
  color: rgba(245, 245, 245, 0.1);
}

.text-secondary-100\/20 {
  color: rgba(245, 245, 245, 0.2);
}

.text-secondary-100\/25 {
  color: rgba(245, 245, 245, 0.25);
}

.text-secondary-100\/30 {
  color: rgba(245, 245, 245, 0.3);
}

.text-secondary-100\/40 {
  color: rgba(245, 245, 245, 0.4);
}

.text-secondary-100\/50 {
  color: rgba(245, 245, 245, 0.5);
}

.text-secondary-100\/60 {
  color: rgba(245, 245, 245, 0.6);
}

.text-secondary-100\/70 {
  color: rgba(245, 245, 245, 0.7);
}

.text-secondary-100\/75 {
  color: rgba(245, 245, 245, 0.75);
}

.text-secondary-100\/80 {
  color: rgba(245, 245, 245, 0.8);
}

.text-secondary-100\/90 {
  color: rgba(245, 245, 245, 0.9);
}

.text-secondary-100\/95 {
  color: rgba(245, 245, 245, 0.95);
}

.text-secondary-100\/100 {
  color: rgb(245, 245, 245);
}

.text-secondary-200\/0 {
  color: rgba(229, 229, 229, 0);
}

.text-secondary-200\/5 {
  color: rgba(229, 229, 229, 0.05);
}

.text-secondary-200\/10 {
  color: rgba(229, 229, 229, 0.1);
}

.text-secondary-200\/20 {
  color: rgba(229, 229, 229, 0.2);
}

.text-secondary-200\/25 {
  color: rgba(229, 229, 229, 0.25);
}

.text-secondary-200\/30 {
  color: rgba(229, 229, 229, 0.3);
}

.text-secondary-200\/40 {
  color: rgba(229, 229, 229, 0.4);
}

.text-secondary-200\/50 {
  color: rgba(229, 229, 229, 0.5);
}

.text-secondary-200\/60 {
  color: rgba(229, 229, 229, 0.6);
}

.text-secondary-200\/70 {
  color: rgba(229, 229, 229, 0.7);
}

.text-secondary-200\/75 {
  color: rgba(229, 229, 229, 0.75);
}

.text-secondary-200\/80 {
  color: rgba(229, 229, 229, 0.8);
}

.text-secondary-200\/90 {
  color: rgba(229, 229, 229, 0.9);
}

.text-secondary-200\/95 {
  color: rgba(229, 229, 229, 0.95);
}

.text-secondary-200\/100 {
  color: rgb(229, 229, 229);
}

.text-secondary-300\/0 {
  color: rgba(212, 212, 212, 0);
}

.text-secondary-300\/5 {
  color: rgba(212, 212, 212, 0.05);
}

.text-secondary-300\/10 {
  color: rgba(212, 212, 212, 0.1);
}

.text-secondary-300\/20 {
  color: rgba(212, 212, 212, 0.2);
}

.text-secondary-300\/25 {
  color: rgba(212, 212, 212, 0.25);
}

.text-secondary-300\/30 {
  color: rgba(212, 212, 212, 0.3);
}

.text-secondary-300\/40 {
  color: rgba(212, 212, 212, 0.4);
}

.text-secondary-300\/50 {
  color: rgba(212, 212, 212, 0.5);
}

.text-secondary-300\/60 {
  color: rgba(212, 212, 212, 0.6);
}

.text-secondary-300\/70 {
  color: rgba(212, 212, 212, 0.7);
}

.text-secondary-300\/75 {
  color: rgba(212, 212, 212, 0.75);
}

.text-secondary-300\/80 {
  color: rgba(212, 212, 212, 0.8);
}

.text-secondary-300\/90 {
  color: rgba(212, 212, 212, 0.9);
}

.text-secondary-300\/95 {
  color: rgba(212, 212, 212, 0.95);
}

.text-secondary-300\/100 {
  color: rgb(212, 212, 212);
}

.text-secondary-400\/0 {
  color: rgba(163, 163, 163, 0);
}

.text-secondary-400\/5 {
  color: rgba(163, 163, 163, 0.05);
}

.text-secondary-400\/10 {
  color: rgba(163, 163, 163, 0.1);
}

.text-secondary-400\/20 {
  color: rgba(163, 163, 163, 0.2);
}

.text-secondary-400\/25 {
  color: rgba(163, 163, 163, 0.25);
}

.text-secondary-400\/30 {
  color: rgba(163, 163, 163, 0.3);
}

.text-secondary-400\/40 {
  color: rgba(163, 163, 163, 0.4);
}

.text-secondary-400\/50 {
  color: rgba(163, 163, 163, 0.5);
}

.text-secondary-400\/60 {
  color: rgba(163, 163, 163, 0.6);
}

.text-secondary-400\/70 {
  color: rgba(163, 163, 163, 0.7);
}

.text-secondary-400\/75 {
  color: rgba(163, 163, 163, 0.75);
}

.text-secondary-400\/80 {
  color: rgba(163, 163, 163, 0.8);
}

.text-secondary-400\/90 {
  color: rgba(163, 163, 163, 0.9);
}

.text-secondary-400\/95 {
  color: rgba(163, 163, 163, 0.95);
}

.text-secondary-400\/100 {
  color: rgb(163, 163, 163);
}

.text-secondary-500\/0 {
  color: rgba(115, 115, 115, 0);
}

.text-secondary-500\/5 {
  color: rgba(115, 115, 115, 0.05);
}

.text-secondary-500\/10 {
  color: rgba(115, 115, 115, 0.1);
}

.text-secondary-500\/20 {
  color: rgba(115, 115, 115, 0.2);
}

.text-secondary-500\/25 {
  color: rgba(115, 115, 115, 0.25);
}

.text-secondary-500\/30 {
  color: rgba(115, 115, 115, 0.3);
}

.text-secondary-500\/40 {
  color: rgba(115, 115, 115, 0.4);
}

.text-secondary-500\/50 {
  color: rgba(115, 115, 115, 0.5);
}

.text-secondary-500\/60 {
  color: rgba(115, 115, 115, 0.6);
}

.text-secondary-500\/70 {
  color: rgba(115, 115, 115, 0.7);
}

.text-secondary-500\/75 {
  color: rgba(115, 115, 115, 0.75);
}

.text-secondary-500\/80 {
  color: rgba(115, 115, 115, 0.8);
}

.text-secondary-500\/90 {
  color: rgba(115, 115, 115, 0.9);
}

.text-secondary-500\/95 {
  color: rgba(115, 115, 115, 0.95);
}

.text-secondary-500\/100 {
  color: rgb(115, 115, 115);
}

.text-secondary-600\/0 {
  color: rgba(82, 82, 82, 0);
}

.text-secondary-600\/5 {
  color: rgba(82, 82, 82, 0.05);
}

.text-secondary-600\/10 {
  color: rgba(82, 82, 82, 0.1);
}

.text-secondary-600\/20 {
  color: rgba(82, 82, 82, 0.2);
}

.text-secondary-600\/25 {
  color: rgba(82, 82, 82, 0.25);
}

.text-secondary-600\/30 {
  color: rgba(82, 82, 82, 0.3);
}

.text-secondary-600\/40 {
  color: rgba(82, 82, 82, 0.4);
}

.text-secondary-600\/50 {
  color: rgba(82, 82, 82, 0.5);
}

.text-secondary-600\/60 {
  color: rgba(82, 82, 82, 0.6);
}

.text-secondary-600\/70 {
  color: rgba(82, 82, 82, 0.7);
}

.text-secondary-600\/75 {
  color: rgba(82, 82, 82, 0.75);
}

.text-secondary-600\/80 {
  color: rgba(82, 82, 82, 0.8);
}

.text-secondary-600\/90 {
  color: rgba(82, 82, 82, 0.9);
}

.text-secondary-600\/95 {
  color: rgba(82, 82, 82, 0.95);
}

.text-secondary-600\/100 {
  color: rgb(82, 82, 82);
}

.text-secondary-700\/0 {
  color: rgba(64, 64, 64, 0);
}

.text-secondary-700\/5 {
  color: rgba(64, 64, 64, 0.05);
}

.text-secondary-700\/10 {
  color: rgba(64, 64, 64, 0.1);
}

.text-secondary-700\/20 {
  color: rgba(64, 64, 64, 0.2);
}

.text-secondary-700\/25 {
  color: rgba(64, 64, 64, 0.25);
}

.text-secondary-700\/30 {
  color: rgba(64, 64, 64, 0.3);
}

.text-secondary-700\/40 {
  color: rgba(64, 64, 64, 0.4);
}

.text-secondary-700\/50 {
  color: rgba(64, 64, 64, 0.5);
}

.text-secondary-700\/60 {
  color: rgba(64, 64, 64, 0.6);
}

.text-secondary-700\/70 {
  color: rgba(64, 64, 64, 0.7);
}

.text-secondary-700\/75 {
  color: rgba(64, 64, 64, 0.75);
}

.text-secondary-700\/80 {
  color: rgba(64, 64, 64, 0.8);
}

.text-secondary-700\/90 {
  color: rgba(64, 64, 64, 0.9);
}

.text-secondary-700\/95 {
  color: rgba(64, 64, 64, 0.95);
}

.text-secondary-700\/100 {
  color: rgb(64, 64, 64);
}

.text-secondary-800\/0 {
  color: rgba(38, 38, 38, 0);
}

.text-secondary-800\/5 {
  color: rgba(38, 38, 38, 0.05);
}

.text-secondary-800\/10 {
  color: rgba(38, 38, 38, 0.1);
}

.text-secondary-800\/20 {
  color: rgba(38, 38, 38, 0.2);
}

.text-secondary-800\/25 {
  color: rgba(38, 38, 38, 0.25);
}

.text-secondary-800\/30 {
  color: rgba(38, 38, 38, 0.3);
}

.text-secondary-800\/40 {
  color: rgba(38, 38, 38, 0.4);
}

.text-secondary-800\/50 {
  color: rgba(38, 38, 38, 0.5);
}

.text-secondary-800\/60 {
  color: rgba(38, 38, 38, 0.6);
}

.text-secondary-800\/70 {
  color: rgba(38, 38, 38, 0.7);
}

.text-secondary-800\/75 {
  color: rgba(38, 38, 38, 0.75);
}

.text-secondary-800\/80 {
  color: rgba(38, 38, 38, 0.8);
}

.text-secondary-800\/90 {
  color: rgba(38, 38, 38, 0.9);
}

.text-secondary-800\/95 {
  color: rgba(38, 38, 38, 0.95);
}

.text-secondary-800\/100 {
  color: rgb(38, 38, 38);
}

.text-secondary-900\/0 {
  color: rgba(23, 23, 23, 0);
}

.text-secondary-900\/5 {
  color: rgba(23, 23, 23, 0.05);
}

.text-secondary-900\/10 {
  color: rgba(23, 23, 23, 0.1);
}

.text-secondary-900\/20 {
  color: rgba(23, 23, 23, 0.2);
}

.text-secondary-900\/25 {
  color: rgba(23, 23, 23, 0.25);
}

.text-secondary-900\/30 {
  color: rgba(23, 23, 23, 0.3);
}

.text-secondary-900\/40 {
  color: rgba(23, 23, 23, 0.4);
}

.text-secondary-900\/50 {
  color: rgba(23, 23, 23, 0.5);
}

.text-secondary-900\/60 {
  color: rgba(23, 23, 23, 0.6);
}

.text-secondary-900\/70 {
  color: rgba(23, 23, 23, 0.7);
}

.text-secondary-900\/75 {
  color: rgba(23, 23, 23, 0.75);
}

.text-secondary-900\/80 {
  color: rgba(23, 23, 23, 0.8);
}

.text-secondary-900\/90 {
  color: rgba(23, 23, 23, 0.9);
}

.text-secondary-900\/95 {
  color: rgba(23, 23, 23, 0.95);
}

.text-secondary-900\/100 {
  color: rgb(23, 23, 23);
}

.text-success-50\/0 {
  color: rgba(240, 253, 244, 0);
}

.text-success-50\/5 {
  color: rgba(240, 253, 244, 0.05);
}

.text-success-50\/10 {
  color: rgba(240, 253, 244, 0.1);
}

.text-success-50\/20 {
  color: rgba(240, 253, 244, 0.2);
}

.text-success-50\/25 {
  color: rgba(240, 253, 244, 0.25);
}

.text-success-50\/30 {
  color: rgba(240, 253, 244, 0.3);
}

.text-success-50\/40 {
  color: rgba(240, 253, 244, 0.4);
}

.text-success-50\/50 {
  color: rgba(240, 253, 244, 0.5);
}

.text-success-50\/60 {
  color: rgba(240, 253, 244, 0.6);
}

.text-success-50\/70 {
  color: rgba(240, 253, 244, 0.7);
}

.text-success-50\/75 {
  color: rgba(240, 253, 244, 0.75);
}

.text-success-50\/80 {
  color: rgba(240, 253, 244, 0.8);
}

.text-success-50\/90 {
  color: rgba(240, 253, 244, 0.9);
}

.text-success-50\/95 {
  color: rgba(240, 253, 244, 0.95);
}

.text-success-50\/100 {
  color: rgb(240, 253, 244);
}

.text-success-100\/0 {
  color: rgba(220, 252, 231, 0);
}

.text-success-100\/5 {
  color: rgba(220, 252, 231, 0.05);
}

.text-success-100\/10 {
  color: rgba(220, 252, 231, 0.1);
}

.text-success-100\/20 {
  color: rgba(220, 252, 231, 0.2);
}

.text-success-100\/25 {
  color: rgba(220, 252, 231, 0.25);
}

.text-success-100\/30 {
  color: rgba(220, 252, 231, 0.3);
}

.text-success-100\/40 {
  color: rgba(220, 252, 231, 0.4);
}

.text-success-100\/50 {
  color: rgba(220, 252, 231, 0.5);
}

.text-success-100\/60 {
  color: rgba(220, 252, 231, 0.6);
}

.text-success-100\/70 {
  color: rgba(220, 252, 231, 0.7);
}

.text-success-100\/75 {
  color: rgba(220, 252, 231, 0.75);
}

.text-success-100\/80 {
  color: rgba(220, 252, 231, 0.8);
}

.text-success-100\/90 {
  color: rgba(220, 252, 231, 0.9);
}

.text-success-100\/95 {
  color: rgba(220, 252, 231, 0.95);
}

.text-success-100\/100 {
  color: rgb(220, 252, 231);
}

.text-success-200\/0 {
  color: rgba(187, 247, 208, 0);
}

.text-success-200\/5 {
  color: rgba(187, 247, 208, 0.05);
}

.text-success-200\/10 {
  color: rgba(187, 247, 208, 0.1);
}

.text-success-200\/20 {
  color: rgba(187, 247, 208, 0.2);
}

.text-success-200\/25 {
  color: rgba(187, 247, 208, 0.25);
}

.text-success-200\/30 {
  color: rgba(187, 247, 208, 0.3);
}

.text-success-200\/40 {
  color: rgba(187, 247, 208, 0.4);
}

.text-success-200\/50 {
  color: rgba(187, 247, 208, 0.5);
}

.text-success-200\/60 {
  color: rgba(187, 247, 208, 0.6);
}

.text-success-200\/70 {
  color: rgba(187, 247, 208, 0.7);
}

.text-success-200\/75 {
  color: rgba(187, 247, 208, 0.75);
}

.text-success-200\/80 {
  color: rgba(187, 247, 208, 0.8);
}

.text-success-200\/90 {
  color: rgba(187, 247, 208, 0.9);
}

.text-success-200\/95 {
  color: rgba(187, 247, 208, 0.95);
}

.text-success-200\/100 {
  color: rgb(187, 247, 208);
}

.text-success-300\/0 {
  color: rgba(134, 239, 172, 0);
}

.text-success-300\/5 {
  color: rgba(134, 239, 172, 0.05);
}

.text-success-300\/10 {
  color: rgba(134, 239, 172, 0.1);
}

.text-success-300\/20 {
  color: rgba(134, 239, 172, 0.2);
}

.text-success-300\/25 {
  color: rgba(134, 239, 172, 0.25);
}

.text-success-300\/30 {
  color: rgba(134, 239, 172, 0.3);
}

.text-success-300\/40 {
  color: rgba(134, 239, 172, 0.4);
}

.text-success-300\/50 {
  color: rgba(134, 239, 172, 0.5);
}

.text-success-300\/60 {
  color: rgba(134, 239, 172, 0.6);
}

.text-success-300\/70 {
  color: rgba(134, 239, 172, 0.7);
}

.text-success-300\/75 {
  color: rgba(134, 239, 172, 0.75);
}

.text-success-300\/80 {
  color: rgba(134, 239, 172, 0.8);
}

.text-success-300\/90 {
  color: rgba(134, 239, 172, 0.9);
}

.text-success-300\/95 {
  color: rgba(134, 239, 172, 0.95);
}

.text-success-300\/100 {
  color: rgb(134, 239, 172);
}

.text-success-400\/0 {
  color: rgba(74, 222, 128, 0);
}

.text-success-400\/5 {
  color: rgba(74, 222, 128, 0.05);
}

.text-success-400\/10 {
  color: rgba(74, 222, 128, 0.1);
}

.text-success-400\/20 {
  color: rgba(74, 222, 128, 0.2);
}

.text-success-400\/25 {
  color: rgba(74, 222, 128, 0.25);
}

.text-success-400\/30 {
  color: rgba(74, 222, 128, 0.3);
}

.text-success-400\/40 {
  color: rgba(74, 222, 128, 0.4);
}

.text-success-400\/50 {
  color: rgba(74, 222, 128, 0.5);
}

.text-success-400\/60 {
  color: rgba(74, 222, 128, 0.6);
}

.text-success-400\/70 {
  color: rgba(74, 222, 128, 0.7);
}

.text-success-400\/75 {
  color: rgba(74, 222, 128, 0.75);
}

.text-success-400\/80 {
  color: rgba(74, 222, 128, 0.8);
}

.text-success-400\/90 {
  color: rgba(74, 222, 128, 0.9);
}

.text-success-400\/95 {
  color: rgba(74, 222, 128, 0.95);
}

.text-success-400\/100 {
  color: rgb(74, 222, 128);
}

.text-success-500\/0 {
  color: rgba(34, 197, 94, 0);
}

.text-success-500\/5 {
  color: rgba(34, 197, 94, 0.05);
}

.text-success-500\/10 {
  color: rgba(34, 197, 94, 0.1);
}

.text-success-500\/20 {
  color: rgba(34, 197, 94, 0.2);
}

.text-success-500\/25 {
  color: rgba(34, 197, 94, 0.25);
}

.text-success-500\/30 {
  color: rgba(34, 197, 94, 0.3);
}

.text-success-500\/40 {
  color: rgba(34, 197, 94, 0.4);
}

.text-success-500\/50 {
  color: rgba(34, 197, 94, 0.5);
}

.text-success-500\/60 {
  color: rgba(34, 197, 94, 0.6);
}

.text-success-500\/70 {
  color: rgba(34, 197, 94, 0.7);
}

.text-success-500\/75 {
  color: rgba(34, 197, 94, 0.75);
}

.text-success-500\/80 {
  color: rgba(34, 197, 94, 0.8);
}

.text-success-500\/90 {
  color: rgba(34, 197, 94, 0.9);
}

.text-success-500\/95 {
  color: rgba(34, 197, 94, 0.95);
}

.text-success-500\/100 {
  color: rgb(34, 197, 94);
}

.text-success-600\/0 {
  color: rgba(22, 163, 74, 0);
}

.text-success-600\/5 {
  color: rgba(22, 163, 74, 0.05);
}

.text-success-600\/10 {
  color: rgba(22, 163, 74, 0.1);
}

.text-success-600\/20 {
  color: rgba(22, 163, 74, 0.2);
}

.text-success-600\/25 {
  color: rgba(22, 163, 74, 0.25);
}

.text-success-600\/30 {
  color: rgba(22, 163, 74, 0.3);
}

.text-success-600\/40 {
  color: rgba(22, 163, 74, 0.4);
}

.text-success-600\/50 {
  color: rgba(22, 163, 74, 0.5);
}

.text-success-600\/60 {
  color: rgba(22, 163, 74, 0.6);
}

.text-success-600\/70 {
  color: rgba(22, 163, 74, 0.7);
}

.text-success-600\/75 {
  color: rgba(22, 163, 74, 0.75);
}

.text-success-600\/80 {
  color: rgba(22, 163, 74, 0.8);
}

.text-success-600\/90 {
  color: rgba(22, 163, 74, 0.9);
}

.text-success-600\/95 {
  color: rgba(22, 163, 74, 0.95);
}

.text-success-600\/100 {
  color: rgb(22, 163, 74);
}

.text-success-700\/0 {
  color: rgba(21, 128, 61, 0);
}

.text-success-700\/5 {
  color: rgba(21, 128, 61, 0.05);
}

.text-success-700\/10 {
  color: rgba(21, 128, 61, 0.1);
}

.text-success-700\/20 {
  color: rgba(21, 128, 61, 0.2);
}

.text-success-700\/25 {
  color: rgba(21, 128, 61, 0.25);
}

.text-success-700\/30 {
  color: rgba(21, 128, 61, 0.3);
}

.text-success-700\/40 {
  color: rgba(21, 128, 61, 0.4);
}

.text-success-700\/50 {
  color: rgba(21, 128, 61, 0.5);
}

.text-success-700\/60 {
  color: rgba(21, 128, 61, 0.6);
}

.text-success-700\/70 {
  color: rgba(21, 128, 61, 0.7);
}

.text-success-700\/75 {
  color: rgba(21, 128, 61, 0.75);
}

.text-success-700\/80 {
  color: rgba(21, 128, 61, 0.8);
}

.text-success-700\/90 {
  color: rgba(21, 128, 61, 0.9);
}

.text-success-700\/95 {
  color: rgba(21, 128, 61, 0.95);
}

.text-success-700\/100 {
  color: rgb(21, 128, 61);
}

.text-success-800\/0 {
  color: rgba(22, 101, 52, 0);
}

.text-success-800\/5 {
  color: rgba(22, 101, 52, 0.05);
}

.text-success-800\/10 {
  color: rgba(22, 101, 52, 0.1);
}

.text-success-800\/20 {
  color: rgba(22, 101, 52, 0.2);
}

.text-success-800\/25 {
  color: rgba(22, 101, 52, 0.25);
}

.text-success-800\/30 {
  color: rgba(22, 101, 52, 0.3);
}

.text-success-800\/40 {
  color: rgba(22, 101, 52, 0.4);
}

.text-success-800\/50 {
  color: rgba(22, 101, 52, 0.5);
}

.text-success-800\/60 {
  color: rgba(22, 101, 52, 0.6);
}

.text-success-800\/70 {
  color: rgba(22, 101, 52, 0.7);
}

.text-success-800\/75 {
  color: rgba(22, 101, 52, 0.75);
}

.text-success-800\/80 {
  color: rgba(22, 101, 52, 0.8);
}

.text-success-800\/90 {
  color: rgba(22, 101, 52, 0.9);
}

.text-success-800\/95 {
  color: rgba(22, 101, 52, 0.95);
}

.text-success-800\/100 {
  color: rgb(22, 101, 52);
}

.text-success-900\/0 {
  color: rgba(20, 83, 45, 0);
}

.text-success-900\/5 {
  color: rgba(20, 83, 45, 0.05);
}

.text-success-900\/10 {
  color: rgba(20, 83, 45, 0.1);
}

.text-success-900\/20 {
  color: rgba(20, 83, 45, 0.2);
}

.text-success-900\/25 {
  color: rgba(20, 83, 45, 0.25);
}

.text-success-900\/30 {
  color: rgba(20, 83, 45, 0.3);
}

.text-success-900\/40 {
  color: rgba(20, 83, 45, 0.4);
}

.text-success-900\/50 {
  color: rgba(20, 83, 45, 0.5);
}

.text-success-900\/60 {
  color: rgba(20, 83, 45, 0.6);
}

.text-success-900\/70 {
  color: rgba(20, 83, 45, 0.7);
}

.text-success-900\/75 {
  color: rgba(20, 83, 45, 0.75);
}

.text-success-900\/80 {
  color: rgba(20, 83, 45, 0.8);
}

.text-success-900\/90 {
  color: rgba(20, 83, 45, 0.9);
}

.text-success-900\/95 {
  color: rgba(20, 83, 45, 0.95);
}

.text-success-900\/100 {
  color: rgb(20, 83, 45);
}

.text-danger-50\/0 {
  color: rgba(255, 241, 242, 0);
}

.text-danger-50\/5 {
  color: rgba(255, 241, 242, 0.05);
}

.text-danger-50\/10 {
  color: rgba(255, 241, 242, 0.1);
}

.text-danger-50\/20 {
  color: rgba(255, 241, 242, 0.2);
}

.text-danger-50\/25 {
  color: rgba(255, 241, 242, 0.25);
}

.text-danger-50\/30 {
  color: rgba(255, 241, 242, 0.3);
}

.text-danger-50\/40 {
  color: rgba(255, 241, 242, 0.4);
}

.text-danger-50\/50 {
  color: rgba(255, 241, 242, 0.5);
}

.text-danger-50\/60 {
  color: rgba(255, 241, 242, 0.6);
}

.text-danger-50\/70 {
  color: rgba(255, 241, 242, 0.7);
}

.text-danger-50\/75 {
  color: rgba(255, 241, 242, 0.75);
}

.text-danger-50\/80 {
  color: rgba(255, 241, 242, 0.8);
}

.text-danger-50\/90 {
  color: rgba(255, 241, 242, 0.9);
}

.text-danger-50\/95 {
  color: rgba(255, 241, 242, 0.95);
}

.text-danger-50\/100 {
  color: rgb(255, 241, 242);
}

.text-danger-100\/0 {
  color: rgba(255, 228, 230, 0);
}

.text-danger-100\/5 {
  color: rgba(255, 228, 230, 0.05);
}

.text-danger-100\/10 {
  color: rgba(255, 228, 230, 0.1);
}

.text-danger-100\/20 {
  color: rgba(255, 228, 230, 0.2);
}

.text-danger-100\/25 {
  color: rgba(255, 228, 230, 0.25);
}

.text-danger-100\/30 {
  color: rgba(255, 228, 230, 0.3);
}

.text-danger-100\/40 {
  color: rgba(255, 228, 230, 0.4);
}

.text-danger-100\/50 {
  color: rgba(255, 228, 230, 0.5);
}

.text-danger-100\/60 {
  color: rgba(255, 228, 230, 0.6);
}

.text-danger-100\/70 {
  color: rgba(255, 228, 230, 0.7);
}

.text-danger-100\/75 {
  color: rgba(255, 228, 230, 0.75);
}

.text-danger-100\/80 {
  color: rgba(255, 228, 230, 0.8);
}

.text-danger-100\/90 {
  color: rgba(255, 228, 230, 0.9);
}

.text-danger-100\/95 {
  color: rgba(255, 228, 230, 0.95);
}

.text-danger-100\/100 {
  color: rgb(255, 228, 230);
}

.text-danger-200\/0 {
  color: rgba(254, 205, 211, 0);
}

.text-danger-200\/5 {
  color: rgba(254, 205, 211, 0.05);
}

.text-danger-200\/10 {
  color: rgba(254, 205, 211, 0.1);
}

.text-danger-200\/20 {
  color: rgba(254, 205, 211, 0.2);
}

.text-danger-200\/25 {
  color: rgba(254, 205, 211, 0.25);
}

.text-danger-200\/30 {
  color: rgba(254, 205, 211, 0.3);
}

.text-danger-200\/40 {
  color: rgba(254, 205, 211, 0.4);
}

.text-danger-200\/50 {
  color: rgba(254, 205, 211, 0.5);
}

.text-danger-200\/60 {
  color: rgba(254, 205, 211, 0.6);
}

.text-danger-200\/70 {
  color: rgba(254, 205, 211, 0.7);
}

.text-danger-200\/75 {
  color: rgba(254, 205, 211, 0.75);
}

.text-danger-200\/80 {
  color: rgba(254, 205, 211, 0.8);
}

.text-danger-200\/90 {
  color: rgba(254, 205, 211, 0.9);
}

.text-danger-200\/95 {
  color: rgba(254, 205, 211, 0.95);
}

.text-danger-200\/100 {
  color: rgb(254, 205, 211);
}

.text-danger-300\/0 {
  color: rgba(253, 164, 175, 0);
}

.text-danger-300\/5 {
  color: rgba(253, 164, 175, 0.05);
}

.text-danger-300\/10 {
  color: rgba(253, 164, 175, 0.1);
}

.text-danger-300\/20 {
  color: rgba(253, 164, 175, 0.2);
}

.text-danger-300\/25 {
  color: rgba(253, 164, 175, 0.25);
}

.text-danger-300\/30 {
  color: rgba(253, 164, 175, 0.3);
}

.text-danger-300\/40 {
  color: rgba(253, 164, 175, 0.4);
}

.text-danger-300\/50 {
  color: rgba(253, 164, 175, 0.5);
}

.text-danger-300\/60 {
  color: rgba(253, 164, 175, 0.6);
}

.text-danger-300\/70 {
  color: rgba(253, 164, 175, 0.7);
}

.text-danger-300\/75 {
  color: rgba(253, 164, 175, 0.75);
}

.text-danger-300\/80 {
  color: rgba(253, 164, 175, 0.8);
}

.text-danger-300\/90 {
  color: rgba(253, 164, 175, 0.9);
}

.text-danger-300\/95 {
  color: rgba(253, 164, 175, 0.95);
}

.text-danger-300\/100 {
  color: rgb(253, 164, 175);
}

.text-danger-400\/0 {
  color: rgba(251, 113, 133, 0);
}

.text-danger-400\/5 {
  color: rgba(251, 113, 133, 0.05);
}

.text-danger-400\/10 {
  color: rgba(251, 113, 133, 0.1);
}

.text-danger-400\/20 {
  color: rgba(251, 113, 133, 0.2);
}

.text-danger-400\/25 {
  color: rgba(251, 113, 133, 0.25);
}

.text-danger-400\/30 {
  color: rgba(251, 113, 133, 0.3);
}

.text-danger-400\/40 {
  color: rgba(251, 113, 133, 0.4);
}

.text-danger-400\/50 {
  color: rgba(251, 113, 133, 0.5);
}

.text-danger-400\/60 {
  color: rgba(251, 113, 133, 0.6);
}

.text-danger-400\/70 {
  color: rgba(251, 113, 133, 0.7);
}

.text-danger-400\/75 {
  color: rgba(251, 113, 133, 0.75);
}

.text-danger-400\/80 {
  color: rgba(251, 113, 133, 0.8);
}

.text-danger-400\/90 {
  color: rgba(251, 113, 133, 0.9);
}

.text-danger-400\/95 {
  color: rgba(251, 113, 133, 0.95);
}

.text-danger-400\/100 {
  color: rgb(251, 113, 133);
}

.text-danger-500\/0 {
  color: rgba(244, 63, 94, 0);
}

.text-danger-500\/5 {
  color: rgba(244, 63, 94, 0.05);
}

.text-danger-500\/10 {
  color: rgba(244, 63, 94, 0.1);
}

.text-danger-500\/20 {
  color: rgba(244, 63, 94, 0.2);
}

.text-danger-500\/25 {
  color: rgba(244, 63, 94, 0.25);
}

.text-danger-500\/30 {
  color: rgba(244, 63, 94, 0.3);
}

.text-danger-500\/40 {
  color: rgba(244, 63, 94, 0.4);
}

.text-danger-500\/50 {
  color: rgba(244, 63, 94, 0.5);
}

.text-danger-500\/60 {
  color: rgba(244, 63, 94, 0.6);
}

.text-danger-500\/70 {
  color: rgba(244, 63, 94, 0.7);
}

.text-danger-500\/75 {
  color: rgba(244, 63, 94, 0.75);
}

.text-danger-500\/80 {
  color: rgba(244, 63, 94, 0.8);
}

.text-danger-500\/90 {
  color: rgba(244, 63, 94, 0.9);
}

.text-danger-500\/95 {
  color: rgba(244, 63, 94, 0.95);
}

.text-danger-500\/100 {
  color: rgb(244, 63, 94);
}

.text-danger-600\/0 {
  color: rgba(225, 29, 72, 0);
}

.text-danger-600\/5 {
  color: rgba(225, 29, 72, 0.05);
}

.text-danger-600\/10 {
  color: rgba(225, 29, 72, 0.1);
}

.text-danger-600\/20 {
  color: rgba(225, 29, 72, 0.2);
}

.text-danger-600\/25 {
  color: rgba(225, 29, 72, 0.25);
}

.text-danger-600\/30 {
  color: rgba(225, 29, 72, 0.3);
}

.text-danger-600\/40 {
  color: rgba(225, 29, 72, 0.4);
}

.text-danger-600\/50 {
  color: rgba(225, 29, 72, 0.5);
}

.text-danger-600\/60 {
  color: rgba(225, 29, 72, 0.6);
}

.text-danger-600\/70 {
  color: rgba(225, 29, 72, 0.7);
}

.text-danger-600\/75 {
  color: rgba(225, 29, 72, 0.75);
}

.text-danger-600\/80 {
  color: rgba(225, 29, 72, 0.8);
}

.text-danger-600\/90 {
  color: rgba(225, 29, 72, 0.9);
}

.text-danger-600\/95 {
  color: rgba(225, 29, 72, 0.95);
}

.text-danger-600\/100 {
  color: rgb(225, 29, 72);
}

.text-danger-700\/0 {
  color: rgba(190, 18, 60, 0);
}

.text-danger-700\/5 {
  color: rgba(190, 18, 60, 0.05);
}

.text-danger-700\/10 {
  color: rgba(190, 18, 60, 0.1);
}

.text-danger-700\/20 {
  color: rgba(190, 18, 60, 0.2);
}

.text-danger-700\/25 {
  color: rgba(190, 18, 60, 0.25);
}

.text-danger-700\/30 {
  color: rgba(190, 18, 60, 0.3);
}

.text-danger-700\/40 {
  color: rgba(190, 18, 60, 0.4);
}

.text-danger-700\/50 {
  color: rgba(190, 18, 60, 0.5);
}

.text-danger-700\/60 {
  color: rgba(190, 18, 60, 0.6);
}

.text-danger-700\/70 {
  color: rgba(190, 18, 60, 0.7);
}

.text-danger-700\/75 {
  color: rgba(190, 18, 60, 0.75);
}

.text-danger-700\/80 {
  color: rgba(190, 18, 60, 0.8);
}

.text-danger-700\/90 {
  color: rgba(190, 18, 60, 0.9);
}

.text-danger-700\/95 {
  color: rgba(190, 18, 60, 0.95);
}

.text-danger-700\/100 {
  color: rgb(190, 18, 60);
}

.text-danger-800\/0 {
  color: rgba(159, 18, 57, 0);
}

.text-danger-800\/5 {
  color: rgba(159, 18, 57, 0.05);
}

.text-danger-800\/10 {
  color: rgba(159, 18, 57, 0.1);
}

.text-danger-800\/20 {
  color: rgba(159, 18, 57, 0.2);
}

.text-danger-800\/25 {
  color: rgba(159, 18, 57, 0.25);
}

.text-danger-800\/30 {
  color: rgba(159, 18, 57, 0.3);
}

.text-danger-800\/40 {
  color: rgba(159, 18, 57, 0.4);
}

.text-danger-800\/50 {
  color: rgba(159, 18, 57, 0.5);
}

.text-danger-800\/60 {
  color: rgba(159, 18, 57, 0.6);
}

.text-danger-800\/70 {
  color: rgba(159, 18, 57, 0.7);
}

.text-danger-800\/75 {
  color: rgba(159, 18, 57, 0.75);
}

.text-danger-800\/80 {
  color: rgba(159, 18, 57, 0.8);
}

.text-danger-800\/90 {
  color: rgba(159, 18, 57, 0.9);
}

.text-danger-800\/95 {
  color: rgba(159, 18, 57, 0.95);
}

.text-danger-800\/100 {
  color: rgb(159, 18, 57);
}

.text-danger-900\/0 {
  color: rgba(136, 19, 55, 0);
}

.text-danger-900\/5 {
  color: rgba(136, 19, 55, 0.05);
}

.text-danger-900\/10 {
  color: rgba(136, 19, 55, 0.1);
}

.text-danger-900\/20 {
  color: rgba(136, 19, 55, 0.2);
}

.text-danger-900\/25 {
  color: rgba(136, 19, 55, 0.25);
}

.text-danger-900\/30 {
  color: rgba(136, 19, 55, 0.3);
}

.text-danger-900\/40 {
  color: rgba(136, 19, 55, 0.4);
}

.text-danger-900\/50 {
  color: rgba(136, 19, 55, 0.5);
}

.text-danger-900\/60 {
  color: rgba(136, 19, 55, 0.6);
}

.text-danger-900\/70 {
  color: rgba(136, 19, 55, 0.7);
}

.text-danger-900\/75 {
  color: rgba(136, 19, 55, 0.75);
}

.text-danger-900\/80 {
  color: rgba(136, 19, 55, 0.8);
}

.text-danger-900\/90 {
  color: rgba(136, 19, 55, 0.9);
}

.text-danger-900\/95 {
  color: rgba(136, 19, 55, 0.95);
}

.text-danger-900\/100 {
  color: rgb(136, 19, 55);
}

.text-warning-50\/0 {
  color: rgba(255, 251, 235, 0);
}

.text-warning-50\/5 {
  color: rgba(255, 251, 235, 0.05);
}

.text-warning-50\/10 {
  color: rgba(255, 251, 235, 0.1);
}

.text-warning-50\/20 {
  color: rgba(255, 251, 235, 0.2);
}

.text-warning-50\/25 {
  color: rgba(255, 251, 235, 0.25);
}

.text-warning-50\/30 {
  color: rgba(255, 251, 235, 0.3);
}

.text-warning-50\/40 {
  color: rgba(255, 251, 235, 0.4);
}

.text-warning-50\/50 {
  color: rgba(255, 251, 235, 0.5);
}

.text-warning-50\/60 {
  color: rgba(255, 251, 235, 0.6);
}

.text-warning-50\/70 {
  color: rgba(255, 251, 235, 0.7);
}

.text-warning-50\/75 {
  color: rgba(255, 251, 235, 0.75);
}

.text-warning-50\/80 {
  color: rgba(255, 251, 235, 0.8);
}

.text-warning-50\/90 {
  color: rgba(255, 251, 235, 0.9);
}

.text-warning-50\/95 {
  color: rgba(255, 251, 235, 0.95);
}

.text-warning-50\/100 {
  color: rgb(255, 251, 235);
}

.text-warning-100\/0 {
  color: rgba(254, 243, 199, 0);
}

.text-warning-100\/5 {
  color: rgba(254, 243, 199, 0.05);
}

.text-warning-100\/10 {
  color: rgba(254, 243, 199, 0.1);
}

.text-warning-100\/20 {
  color: rgba(254, 243, 199, 0.2);
}

.text-warning-100\/25 {
  color: rgba(254, 243, 199, 0.25);
}

.text-warning-100\/30 {
  color: rgba(254, 243, 199, 0.3);
}

.text-warning-100\/40 {
  color: rgba(254, 243, 199, 0.4);
}

.text-warning-100\/50 {
  color: rgba(254, 243, 199, 0.5);
}

.text-warning-100\/60 {
  color: rgba(254, 243, 199, 0.6);
}

.text-warning-100\/70 {
  color: rgba(254, 243, 199, 0.7);
}

.text-warning-100\/75 {
  color: rgba(254, 243, 199, 0.75);
}

.text-warning-100\/80 {
  color: rgba(254, 243, 199, 0.8);
}

.text-warning-100\/90 {
  color: rgba(254, 243, 199, 0.9);
}

.text-warning-100\/95 {
  color: rgba(254, 243, 199, 0.95);
}

.text-warning-100\/100 {
  color: rgb(254, 243, 199);
}

.text-warning-200\/0 {
  color: rgba(253, 230, 138, 0);
}

.text-warning-200\/5 {
  color: rgba(253, 230, 138, 0.05);
}

.text-warning-200\/10 {
  color: rgba(253, 230, 138, 0.1);
}

.text-warning-200\/20 {
  color: rgba(253, 230, 138, 0.2);
}

.text-warning-200\/25 {
  color: rgba(253, 230, 138, 0.25);
}

.text-warning-200\/30 {
  color: rgba(253, 230, 138, 0.3);
}

.text-warning-200\/40 {
  color: rgba(253, 230, 138, 0.4);
}

.text-warning-200\/50 {
  color: rgba(253, 230, 138, 0.5);
}

.text-warning-200\/60 {
  color: rgba(253, 230, 138, 0.6);
}

.text-warning-200\/70 {
  color: rgba(253, 230, 138, 0.7);
}

.text-warning-200\/75 {
  color: rgba(253, 230, 138, 0.75);
}

.text-warning-200\/80 {
  color: rgba(253, 230, 138, 0.8);
}

.text-warning-200\/90 {
  color: rgba(253, 230, 138, 0.9);
}

.text-warning-200\/95 {
  color: rgba(253, 230, 138, 0.95);
}

.text-warning-200\/100 {
  color: rgb(253, 230, 138);
}

.text-warning-300\/0 {
  color: rgba(252, 211, 77, 0);
}

.text-warning-300\/5 {
  color: rgba(252, 211, 77, 0.05);
}

.text-warning-300\/10 {
  color: rgba(252, 211, 77, 0.1);
}

.text-warning-300\/20 {
  color: rgba(252, 211, 77, 0.2);
}

.text-warning-300\/25 {
  color: rgba(252, 211, 77, 0.25);
}

.text-warning-300\/30 {
  color: rgba(252, 211, 77, 0.3);
}

.text-warning-300\/40 {
  color: rgba(252, 211, 77, 0.4);
}

.text-warning-300\/50 {
  color: rgba(252, 211, 77, 0.5);
}

.text-warning-300\/60 {
  color: rgba(252, 211, 77, 0.6);
}

.text-warning-300\/70 {
  color: rgba(252, 211, 77, 0.7);
}

.text-warning-300\/75 {
  color: rgba(252, 211, 77, 0.75);
}

.text-warning-300\/80 {
  color: rgba(252, 211, 77, 0.8);
}

.text-warning-300\/90 {
  color: rgba(252, 211, 77, 0.9);
}

.text-warning-300\/95 {
  color: rgba(252, 211, 77, 0.95);
}

.text-warning-300\/100 {
  color: rgb(252, 211, 77);
}

.text-warning-400\/0 {
  color: rgba(251, 191, 36, 0);
}

.text-warning-400\/5 {
  color: rgba(251, 191, 36, 0.05);
}

.text-warning-400\/10 {
  color: rgba(251, 191, 36, 0.1);
}

.text-warning-400\/20 {
  color: rgba(251, 191, 36, 0.2);
}

.text-warning-400\/25 {
  color: rgba(251, 191, 36, 0.25);
}

.text-warning-400\/30 {
  color: rgba(251, 191, 36, 0.3);
}

.text-warning-400\/40 {
  color: rgba(251, 191, 36, 0.4);
}

.text-warning-400\/50 {
  color: rgba(251, 191, 36, 0.5);
}

.text-warning-400\/60 {
  color: rgba(251, 191, 36, 0.6);
}

.text-warning-400\/70 {
  color: rgba(251, 191, 36, 0.7);
}

.text-warning-400\/75 {
  color: rgba(251, 191, 36, 0.75);
}

.text-warning-400\/80 {
  color: rgba(251, 191, 36, 0.8);
}

.text-warning-400\/90 {
  color: rgba(251, 191, 36, 0.9);
}

.text-warning-400\/95 {
  color: rgba(251, 191, 36, 0.95);
}

.text-warning-400\/100 {
  color: rgb(251, 191, 36);
}

.text-warning-500\/0 {
  color: rgba(245, 158, 11, 0);
}

.text-warning-500\/5 {
  color: rgba(245, 158, 11, 0.05);
}

.text-warning-500\/10 {
  color: rgba(245, 158, 11, 0.1);
}

.text-warning-500\/20 {
  color: rgba(245, 158, 11, 0.2);
}

.text-warning-500\/25 {
  color: rgba(245, 158, 11, 0.25);
}

.text-warning-500\/30 {
  color: rgba(245, 158, 11, 0.3);
}

.text-warning-500\/40 {
  color: rgba(245, 158, 11, 0.4);
}

.text-warning-500\/50 {
  color: rgba(245, 158, 11, 0.5);
}

.text-warning-500\/60 {
  color: rgba(245, 158, 11, 0.6);
}

.text-warning-500\/70 {
  color: rgba(245, 158, 11, 0.7);
}

.text-warning-500\/75 {
  color: rgba(245, 158, 11, 0.75);
}

.text-warning-500\/80 {
  color: rgba(245, 158, 11, 0.8);
}

.text-warning-500\/90 {
  color: rgba(245, 158, 11, 0.9);
}

.text-warning-500\/95 {
  color: rgba(245, 158, 11, 0.95);
}

.text-warning-500\/100 {
  color: rgb(245, 158, 11);
}

.text-warning-600\/0 {
  color: rgba(217, 119, 6, 0);
}

.text-warning-600\/5 {
  color: rgba(217, 119, 6, 0.05);
}

.text-warning-600\/10 {
  color: rgba(217, 119, 6, 0.1);
}

.text-warning-600\/20 {
  color: rgba(217, 119, 6, 0.2);
}

.text-warning-600\/25 {
  color: rgba(217, 119, 6, 0.25);
}

.text-warning-600\/30 {
  color: rgba(217, 119, 6, 0.3);
}

.text-warning-600\/40 {
  color: rgba(217, 119, 6, 0.4);
}

.text-warning-600\/50 {
  color: rgba(217, 119, 6, 0.5);
}

.text-warning-600\/60 {
  color: rgba(217, 119, 6, 0.6);
}

.text-warning-600\/70 {
  color: rgba(217, 119, 6, 0.7);
}

.text-warning-600\/75 {
  color: rgba(217, 119, 6, 0.75);
}

.text-warning-600\/80 {
  color: rgba(217, 119, 6, 0.8);
}

.text-warning-600\/90 {
  color: rgba(217, 119, 6, 0.9);
}

.text-warning-600\/95 {
  color: rgba(217, 119, 6, 0.95);
}

.text-warning-600\/100 {
  color: rgb(217, 119, 6);
}

.text-warning-700\/0 {
  color: rgba(180, 83, 9, 0);
}

.text-warning-700\/5 {
  color: rgba(180, 83, 9, 0.05);
}

.text-warning-700\/10 {
  color: rgba(180, 83, 9, 0.1);
}

.text-warning-700\/20 {
  color: rgba(180, 83, 9, 0.2);
}

.text-warning-700\/25 {
  color: rgba(180, 83, 9, 0.25);
}

.text-warning-700\/30 {
  color: rgba(180, 83, 9, 0.3);
}

.text-warning-700\/40 {
  color: rgba(180, 83, 9, 0.4);
}

.text-warning-700\/50 {
  color: rgba(180, 83, 9, 0.5);
}

.text-warning-700\/60 {
  color: rgba(180, 83, 9, 0.6);
}

.text-warning-700\/70 {
  color: rgba(180, 83, 9, 0.7);
}

.text-warning-700\/75 {
  color: rgba(180, 83, 9, 0.75);
}

.text-warning-700\/80 {
  color: rgba(180, 83, 9, 0.8);
}

.text-warning-700\/90 {
  color: rgba(180, 83, 9, 0.9);
}

.text-warning-700\/95 {
  color: rgba(180, 83, 9, 0.95);
}

.text-warning-700\/100 {
  color: rgb(180, 83, 9);
}

.text-warning-800\/0 {
  color: rgba(146, 64, 14, 0);
}

.text-warning-800\/5 {
  color: rgba(146, 64, 14, 0.05);
}

.text-warning-800\/10 {
  color: rgba(146, 64, 14, 0.1);
}

.text-warning-800\/20 {
  color: rgba(146, 64, 14, 0.2);
}

.text-warning-800\/25 {
  color: rgba(146, 64, 14, 0.25);
}

.text-warning-800\/30 {
  color: rgba(146, 64, 14, 0.3);
}

.text-warning-800\/40 {
  color: rgba(146, 64, 14, 0.4);
}

.text-warning-800\/50 {
  color: rgba(146, 64, 14, 0.5);
}

.text-warning-800\/60 {
  color: rgba(146, 64, 14, 0.6);
}

.text-warning-800\/70 {
  color: rgba(146, 64, 14, 0.7);
}

.text-warning-800\/75 {
  color: rgba(146, 64, 14, 0.75);
}

.text-warning-800\/80 {
  color: rgba(146, 64, 14, 0.8);
}

.text-warning-800\/90 {
  color: rgba(146, 64, 14, 0.9);
}

.text-warning-800\/95 {
  color: rgba(146, 64, 14, 0.95);
}

.text-warning-800\/100 {
  color: rgb(146, 64, 14);
}

.text-warning-900\/0 {
  color: rgba(120, 53, 15, 0);
}

.text-warning-900\/5 {
  color: rgba(120, 53, 15, 0.05);
}

.text-warning-900\/10 {
  color: rgba(120, 53, 15, 0.1);
}

.text-warning-900\/20 {
  color: rgba(120, 53, 15, 0.2);
}

.text-warning-900\/25 {
  color: rgba(120, 53, 15, 0.25);
}

.text-warning-900\/30 {
  color: rgba(120, 53, 15, 0.3);
}

.text-warning-900\/40 {
  color: rgba(120, 53, 15, 0.4);
}

.text-warning-900\/50 {
  color: rgba(120, 53, 15, 0.5);
}

.text-warning-900\/60 {
  color: rgba(120, 53, 15, 0.6);
}

.text-warning-900\/70 {
  color: rgba(120, 53, 15, 0.7);
}

.text-warning-900\/75 {
  color: rgba(120, 53, 15, 0.75);
}

.text-warning-900\/80 {
  color: rgba(120, 53, 15, 0.8);
}

.text-warning-900\/90 {
  color: rgba(120, 53, 15, 0.9);
}

.text-warning-900\/95 {
  color: rgba(120, 53, 15, 0.95);
}

.text-warning-900\/100 {
  color: rgb(120, 53, 15);
}

.text-info-50\/0 {
  color: rgba(240, 249, 255, 0);
}

.text-info-50\/5 {
  color: rgba(240, 249, 255, 0.05);
}

.text-info-50\/10 {
  color: rgba(240, 249, 255, 0.1);
}

.text-info-50\/20 {
  color: rgba(240, 249, 255, 0.2);
}

.text-info-50\/25 {
  color: rgba(240, 249, 255, 0.25);
}

.text-info-50\/30 {
  color: rgba(240, 249, 255, 0.3);
}

.text-info-50\/40 {
  color: rgba(240, 249, 255, 0.4);
}

.text-info-50\/50 {
  color: rgba(240, 249, 255, 0.5);
}

.text-info-50\/60 {
  color: rgba(240, 249, 255, 0.6);
}

.text-info-50\/70 {
  color: rgba(240, 249, 255, 0.7);
}

.text-info-50\/75 {
  color: rgba(240, 249, 255, 0.75);
}

.text-info-50\/80 {
  color: rgba(240, 249, 255, 0.8);
}

.text-info-50\/90 {
  color: rgba(240, 249, 255, 0.9);
}

.text-info-50\/95 {
  color: rgba(240, 249, 255, 0.95);
}

.text-info-50\/100 {
  color: rgb(240, 249, 255);
}

.text-info-100\/0 {
  color: rgba(224, 242, 254, 0);
}

.text-info-100\/5 {
  color: rgba(224, 242, 254, 0.05);
}

.text-info-100\/10 {
  color: rgba(224, 242, 254, 0.1);
}

.text-info-100\/20 {
  color: rgba(224, 242, 254, 0.2);
}

.text-info-100\/25 {
  color: rgba(224, 242, 254, 0.25);
}

.text-info-100\/30 {
  color: rgba(224, 242, 254, 0.3);
}

.text-info-100\/40 {
  color: rgba(224, 242, 254, 0.4);
}

.text-info-100\/50 {
  color: rgba(224, 242, 254, 0.5);
}

.text-info-100\/60 {
  color: rgba(224, 242, 254, 0.6);
}

.text-info-100\/70 {
  color: rgba(224, 242, 254, 0.7);
}

.text-info-100\/75 {
  color: rgba(224, 242, 254, 0.75);
}

.text-info-100\/80 {
  color: rgba(224, 242, 254, 0.8);
}

.text-info-100\/90 {
  color: rgba(224, 242, 254, 0.9);
}

.text-info-100\/95 {
  color: rgba(224, 242, 254, 0.95);
}

.text-info-100\/100 {
  color: rgb(224, 242, 254);
}

.text-info-200\/0 {
  color: rgba(186, 230, 253, 0);
}

.text-info-200\/5 {
  color: rgba(186, 230, 253, 0.05);
}

.text-info-200\/10 {
  color: rgba(186, 230, 253, 0.1);
}

.text-info-200\/20 {
  color: rgba(186, 230, 253, 0.2);
}

.text-info-200\/25 {
  color: rgba(186, 230, 253, 0.25);
}

.text-info-200\/30 {
  color: rgba(186, 230, 253, 0.3);
}

.text-info-200\/40 {
  color: rgba(186, 230, 253, 0.4);
}

.text-info-200\/50 {
  color: rgba(186, 230, 253, 0.5);
}

.text-info-200\/60 {
  color: rgba(186, 230, 253, 0.6);
}

.text-info-200\/70 {
  color: rgba(186, 230, 253, 0.7);
}

.text-info-200\/75 {
  color: rgba(186, 230, 253, 0.75);
}

.text-info-200\/80 {
  color: rgba(186, 230, 253, 0.8);
}

.text-info-200\/90 {
  color: rgba(186, 230, 253, 0.9);
}

.text-info-200\/95 {
  color: rgba(186, 230, 253, 0.95);
}

.text-info-200\/100 {
  color: rgb(186, 230, 253);
}

.text-info-300\/0 {
  color: rgba(125, 211, 252, 0);
}

.text-info-300\/5 {
  color: rgba(125, 211, 252, 0.05);
}

.text-info-300\/10 {
  color: rgba(125, 211, 252, 0.1);
}

.text-info-300\/20 {
  color: rgba(125, 211, 252, 0.2);
}

.text-info-300\/25 {
  color: rgba(125, 211, 252, 0.25);
}

.text-info-300\/30 {
  color: rgba(125, 211, 252, 0.3);
}

.text-info-300\/40 {
  color: rgba(125, 211, 252, 0.4);
}

.text-info-300\/50 {
  color: rgba(125, 211, 252, 0.5);
}

.text-info-300\/60 {
  color: rgba(125, 211, 252, 0.6);
}

.text-info-300\/70 {
  color: rgba(125, 211, 252, 0.7);
}

.text-info-300\/75 {
  color: rgba(125, 211, 252, 0.75);
}

.text-info-300\/80 {
  color: rgba(125, 211, 252, 0.8);
}

.text-info-300\/90 {
  color: rgba(125, 211, 252, 0.9);
}

.text-info-300\/95 {
  color: rgba(125, 211, 252, 0.95);
}

.text-info-300\/100 {
  color: rgb(125, 211, 252);
}

.text-info-400\/0 {
  color: rgba(56, 189, 248, 0);
}

.text-info-400\/5 {
  color: rgba(56, 189, 248, 0.05);
}

.text-info-400\/10 {
  color: rgba(56, 189, 248, 0.1);
}

.text-info-400\/20 {
  color: rgba(56, 189, 248, 0.2);
}

.text-info-400\/25 {
  color: rgba(56, 189, 248, 0.25);
}

.text-info-400\/30 {
  color: rgba(56, 189, 248, 0.3);
}

.text-info-400\/40 {
  color: rgba(56, 189, 248, 0.4);
}

.text-info-400\/50 {
  color: rgba(56, 189, 248, 0.5);
}

.text-info-400\/60 {
  color: rgba(56, 189, 248, 0.6);
}

.text-info-400\/70 {
  color: rgba(56, 189, 248, 0.7);
}

.text-info-400\/75 {
  color: rgba(56, 189, 248, 0.75);
}

.text-info-400\/80 {
  color: rgba(56, 189, 248, 0.8);
}

.text-info-400\/90 {
  color: rgba(56, 189, 248, 0.9);
}

.text-info-400\/95 {
  color: rgba(56, 189, 248, 0.95);
}

.text-info-400\/100 {
  color: rgb(56, 189, 248);
}

.text-info-500\/0 {
  color: rgba(14, 165, 233, 0);
}

.text-info-500\/5 {
  color: rgba(14, 165, 233, 0.05);
}

.text-info-500\/10 {
  color: rgba(14, 165, 233, 0.1);
}

.text-info-500\/20 {
  color: rgba(14, 165, 233, 0.2);
}

.text-info-500\/25 {
  color: rgba(14, 165, 233, 0.25);
}

.text-info-500\/30 {
  color: rgba(14, 165, 233, 0.3);
}

.text-info-500\/40 {
  color: rgba(14, 165, 233, 0.4);
}

.text-info-500\/50 {
  color: rgba(14, 165, 233, 0.5);
}

.text-info-500\/60 {
  color: rgba(14, 165, 233, 0.6);
}

.text-info-500\/70 {
  color: rgba(14, 165, 233, 0.7);
}

.text-info-500\/75 {
  color: rgba(14, 165, 233, 0.75);
}

.text-info-500\/80 {
  color: rgba(14, 165, 233, 0.8);
}

.text-info-500\/90 {
  color: rgba(14, 165, 233, 0.9);
}

.text-info-500\/95 {
  color: rgba(14, 165, 233, 0.95);
}

.text-info-500\/100 {
  color: rgb(14, 165, 233);
}

.text-info-600\/0 {
  color: rgba(2, 132, 199, 0);
}

.text-info-600\/5 {
  color: rgba(2, 132, 199, 0.05);
}

.text-info-600\/10 {
  color: rgba(2, 132, 199, 0.1);
}

.text-info-600\/20 {
  color: rgba(2, 132, 199, 0.2);
}

.text-info-600\/25 {
  color: rgba(2, 132, 199, 0.25);
}

.text-info-600\/30 {
  color: rgba(2, 132, 199, 0.3);
}

.text-info-600\/40 {
  color: rgba(2, 132, 199, 0.4);
}

.text-info-600\/50 {
  color: rgba(2, 132, 199, 0.5);
}

.text-info-600\/60 {
  color: rgba(2, 132, 199, 0.6);
}

.text-info-600\/70 {
  color: rgba(2, 132, 199, 0.7);
}

.text-info-600\/75 {
  color: rgba(2, 132, 199, 0.75);
}

.text-info-600\/80 {
  color: rgba(2, 132, 199, 0.8);
}

.text-info-600\/90 {
  color: rgba(2, 132, 199, 0.9);
}

.text-info-600\/95 {
  color: rgba(2, 132, 199, 0.95);
}

.text-info-600\/100 {
  color: rgb(2, 132, 199);
}

.text-info-700\/0 {
  color: rgba(3, 105, 161, 0);
}

.text-info-700\/5 {
  color: rgba(3, 105, 161, 0.05);
}

.text-info-700\/10 {
  color: rgba(3, 105, 161, 0.1);
}

.text-info-700\/20 {
  color: rgba(3, 105, 161, 0.2);
}

.text-info-700\/25 {
  color: rgba(3, 105, 161, 0.25);
}

.text-info-700\/30 {
  color: rgba(3, 105, 161, 0.3);
}

.text-info-700\/40 {
  color: rgba(3, 105, 161, 0.4);
}

.text-info-700\/50 {
  color: rgba(3, 105, 161, 0.5);
}

.text-info-700\/60 {
  color: rgba(3, 105, 161, 0.6);
}

.text-info-700\/70 {
  color: rgba(3, 105, 161, 0.7);
}

.text-info-700\/75 {
  color: rgba(3, 105, 161, 0.75);
}

.text-info-700\/80 {
  color: rgba(3, 105, 161, 0.8);
}

.text-info-700\/90 {
  color: rgba(3, 105, 161, 0.9);
}

.text-info-700\/95 {
  color: rgba(3, 105, 161, 0.95);
}

.text-info-700\/100 {
  color: rgb(3, 105, 161);
}

.text-info-800\/0 {
  color: rgba(7, 89, 133, 0);
}

.text-info-800\/5 {
  color: rgba(7, 89, 133, 0.05);
}

.text-info-800\/10 {
  color: rgba(7, 89, 133, 0.1);
}

.text-info-800\/20 {
  color: rgba(7, 89, 133, 0.2);
}

.text-info-800\/25 {
  color: rgba(7, 89, 133, 0.25);
}

.text-info-800\/30 {
  color: rgba(7, 89, 133, 0.3);
}

.text-info-800\/40 {
  color: rgba(7, 89, 133, 0.4);
}

.text-info-800\/50 {
  color: rgba(7, 89, 133, 0.5);
}

.text-info-800\/60 {
  color: rgba(7, 89, 133, 0.6);
}

.text-info-800\/70 {
  color: rgba(7, 89, 133, 0.7);
}

.text-info-800\/75 {
  color: rgba(7, 89, 133, 0.75);
}

.text-info-800\/80 {
  color: rgba(7, 89, 133, 0.8);
}

.text-info-800\/90 {
  color: rgba(7, 89, 133, 0.9);
}

.text-info-800\/95 {
  color: rgba(7, 89, 133, 0.95);
}

.text-info-800\/100 {
  color: rgb(7, 89, 133);
}

.text-info-900\/0 {
  color: rgba(12, 74, 110, 0);
}

.text-info-900\/5 {
  color: rgba(12, 74, 110, 0.05);
}

.text-info-900\/10 {
  color: rgba(12, 74, 110, 0.1);
}

.text-info-900\/20 {
  color: rgba(12, 74, 110, 0.2);
}

.text-info-900\/25 {
  color: rgba(12, 74, 110, 0.25);
}

.text-info-900\/30 {
  color: rgba(12, 74, 110, 0.3);
}

.text-info-900\/40 {
  color: rgba(12, 74, 110, 0.4);
}

.text-info-900\/50 {
  color: rgba(12, 74, 110, 0.5);
}

.text-info-900\/60 {
  color: rgba(12, 74, 110, 0.6);
}

.text-info-900\/70 {
  color: rgba(12, 74, 110, 0.7);
}

.text-info-900\/75 {
  color: rgba(12, 74, 110, 0.75);
}

.text-info-900\/80 {
  color: rgba(12, 74, 110, 0.8);
}

.text-info-900\/90 {
  color: rgba(12, 74, 110, 0.9);
}

.text-info-900\/95 {
  color: rgba(12, 74, 110, 0.95);
}

.text-info-900\/100 {
  color: rgb(12, 74, 110);
}

.text-\[\#01306D\] {
  --tw-text-opacity: 1;
  color: rgb(1 48 109/var(--tw-text-opacity));
}

.text-\[\#a8977b\] {
  --tw-text-opacity: 1;
  color: rgb(168 151 123/var(--tw-text-opacity));
}

.text-\[\#003b79\] {
  --tw-text-opacity: 1;
  color: rgb(0 59 121/var(--tw-text-opacity));
}

.text-\[\#e51a24\] {
  --tw-text-opacity: 1;
  color: rgb(229 26 36/var(--tw-text-opacity));
}

.text-\[\#9b2534\] {
  --tw-text-opacity: 1;
  color: rgb(155 37 52/var(--tw-text-opacity));
}

.text-\[\#f08023\] {
  --tw-text-opacity: 1;
  color: rgb(240 128 35/var(--tw-text-opacity));
}

.text-\[\#233774\] {
  --tw-text-opacity: 1;
  color: rgb(35 55 116/var(--tw-text-opacity));
}

.text-\[\#1656b2\] {
  --tw-text-opacity: 1;
  color: rgb(22 86 178/var(--tw-text-opacity));
}

.text-\[\#262626\] {
  --tw-text-opacity: 1;
  color: rgb(38 38 38/var(--tw-text-opacity));
}

.text-\[\#f39200\] {
  --tw-text-opacity: 1;
  color: rgb(243 146 0/var(--tw-text-opacity));
}

.text-\[\#19525d\] {
  --tw-text-opacity: 1;
  color: rgb(25 82 93/var(--tw-text-opacity));
}

.text-\[\#a3122d\] {
  --tw-text-opacity: 1;
  color: rgb(163 18 45/var(--tw-text-opacity));
}

.text-\[\#006ab1\] {
  --tw-text-opacity: 1;
  color: rgb(0 106 177/var(--tw-text-opacity));
}

.text-\[\#022f63\] {
  --tw-text-opacity: 1;
  color: rgb(2 47 99/var(--tw-text-opacity));
}

.text-\[\#16448a\] {
  --tw-text-opacity: 1;
  color: rgb(22 68 138/var(--tw-text-opacity));
}

.text-\[\#067fb8\] {
  --tw-text-opacity: 1;
  color: rgb(6 127 184/var(--tw-text-opacity));
}

.text-\[\#015b9d\] {
  --tw-text-opacity: 1;
  color: rgb(1 91 157/var(--tw-text-opacity));
}

.text-\[\#004f9f\] {
  --tw-text-opacity: 1;
  color: rgb(0 79 159/var(--tw-text-opacity));
}

.text-\[\#b72b45\] {
  --tw-text-opacity: 1;
  color: rgb(183 43 69/var(--tw-text-opacity));
}

.text-\[\#246ca0\] {
  --tw-text-opacity: 1;
  color: rgb(36 108 160/var(--tw-text-opacity));
}

.text-\[\#d24d1b\] {
  --tw-text-opacity: 1;
  color: rgb(210 77 27/var(--tw-text-opacity));
}

.text-\[\#00804f\] {
  --tw-text-opacity: 1;
  color: rgb(0 128 79/var(--tw-text-opacity));
}

.text-\[\#e3001b\] {
  --tw-text-opacity: 1;
  color: rgb(227 0 27/var(--tw-text-opacity));
}

.text-\[\#988175\] {
  --tw-text-opacity: 1;
  color: rgb(152 129 117/var(--tw-text-opacity));
}

.text-\[\#e53011\] {
  --tw-text-opacity: 1;
  color: rgb(229 48 17/var(--tw-text-opacity));
}

.text-\[\#05735d\] {
  --tw-text-opacity: 1;
  color: rgb(5 115 93/var(--tw-text-opacity));
}

.text-\[\#2a364a\] {
  --tw-text-opacity: 1;
  color: rgb(42 54 74/var(--tw-text-opacity));
}

.text-\[\#0b64b4\] {
  --tw-text-opacity: 1;
  color: rgb(11 100 180/var(--tw-text-opacity));
}

.text-\[\#004b96\] {
  --tw-text-opacity: 1;
  color: rgb(0 75 150/var(--tw-text-opacity));
}

.text-\[\#0c549b\] {
  --tw-text-opacity: 1;
  color: rgb(12 84 155/var(--tw-text-opacity));
}

.text-\[\#07a052\] {
  --tw-text-opacity: 1;
  color: rgb(7 160 82/var(--tw-text-opacity));
}

.text-\[\#7fa632\] {
  --tw-text-opacity: 1;
  color: rgb(127 166 50/var(--tw-text-opacity));
}

.text-\[\#e7000d\] {
  --tw-text-opacity: 1;
  color: rgb(231 0 13/var(--tw-text-opacity));
}

.text-\[\#ed8309\] {
  --tw-text-opacity: 1;
  color: rgb(237 131 9/var(--tw-text-opacity));
}

.text-\[\#e30613\] {
  --tw-text-opacity: 1;
  color: rgb(227 6 19/var(--tw-text-opacity));
}

.text-\[\#173966\] {
  --tw-text-opacity: 1;
  color: rgb(23 57 102/var(--tw-text-opacity));
}

.text-\[\#144b60\] {
  --tw-text-opacity: 1;
  color: rgb(20 75 96/var(--tw-text-opacity));
}

.text-\[\#cf0f78\] {
  --tw-text-opacity: 1;
  color: rgb(207 15 120/var(--tw-text-opacity));
}

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

.text-opacity-0 {
  --tw-text-opacity: 0;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

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

.underline-offset-4 {
  text-underline-offset: 4px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.placeholder-gray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 24 39/var(--tw-placeholder-opacity));
}

.placeholder-gray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 24 39/var(--tw-placeholder-opacity));
}

.opacity-100 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-25 {
  opacity: 0.25;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-gray-700\/40 {
  --tw-shadow-color: rgb(55 65 81 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-0 {
  outline-width: 0px;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

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

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.ring-red-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity));
}

.ring-primary-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity));
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

.delay-100 {
  transition-delay: 100ms;
}

.delay-500 {
  transition-delay: 500ms;
}

.delay-200 {
  transition-delay: 200ms;
}

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

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

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

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

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

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

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

.ease-linear {
  transition-timing-function: linear;
}

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

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

/* inter-100 - latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url(/assets/inter/inter-v12-latin-ext-100-12b431f1048a21e4c6061069337d24be5972cad21f761f65d6179039bd7fbe0e.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/inter/inter-v12-latin-ext-100-12b431f1048a21e4c6061069337d24be5972cad21f761f65d6179039bd7fbe0e.eot?#iefix) format("embedded-opentype"), url(/assets/inter/inter-v12-latin-ext-100-8c619db5ec5c7f7cfe638c374bc12fd170e47fcd47334663c24a768634dda96b.woff2) format("woff2"), url(/assets/inter/inter-v12-latin-ext-100-7b84074b64cbf30b45f343fc9e1cb5fc60b85a278ca1d08e79239dc1b1cee480.woff) format("woff"), url(/assets/inter/inter-v12-latin-ext-100-ac9391ec0fdff6945ed97b2261bdfe8f5e16ead4f306ed9c2a512daaac3ed8e6.ttf) format("truetype"), url(/assets/inter/inter-v12-latin-ext-100-310cb968593f6f7840bf7d7d4d32c66f3dc3b6acef84ce9368125f1141d059c9.svg#Inter) format("svg"); /* Legacy iOS */
}
/* inter-200 - latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url(/assets/inter/inter-v12-latin-ext-200-fc5fece0e8a42f3a72de22bf67883f9117bacba3b14e83e1c551045f6191bf7b.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/inter/inter-v12-latin-ext-200-fc5fece0e8a42f3a72de22bf67883f9117bacba3b14e83e1c551045f6191bf7b.eot?#iefix) format("embedded-opentype"), url(/assets/inter/inter-v12-latin-ext-200-663b78819083fb4d6afbcd2ed9ee0b2ac5c79b3a8655f8ac48a13677f50be41f.woff2) format("woff2"), url(/assets/inter/inter-v12-latin-ext-200-ec3e497b4133615fe74903013800441a027a547201ec6c699ede6d526f5c64c3.woff) format("woff"), url(/assets/inter/inter-v12-latin-ext-200-b26ce5ca39f63a20cb394345af49dddd07143f6ca8749771078bac7e7ca6ee4b.ttf) format("truetype"), url(/assets/inter/inter-v12-latin-ext-200-b2eb5cd436c988c67fd09b1af4c1ff539b858fbab37ffa698d6b8c8c6b1876db.svg#Inter) format("svg"); /* Legacy iOS */
}
/* inter-300 - latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/inter/inter-v12-latin-ext-300-f62970c3b1bdb1b8d1542457eee23a8413d24e9162e8d1cc62c1068b16a68ce1.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/inter/inter-v12-latin-ext-300-f62970c3b1bdb1b8d1542457eee23a8413d24e9162e8d1cc62c1068b16a68ce1.eot?#iefix) format("embedded-opentype"), url(/assets/inter/inter-v12-latin-ext-300-44443acab575a97f76600f6fc8ac338fd2bb55239e18443b6cf9e11752a9d17a.woff2) format("woff2"), url(/assets/inter/inter-v12-latin-ext-300-34a077102d17152a8e61200ccf724de1cac662da5262970216203ecb8bd04a0c.woff) format("woff"), url(/assets/inter/inter-v12-latin-ext-300-cfae009a26b1f24eb8bac7c4ac8d98d889c0734ea430a3e16d58ba2fe29ca793.ttf) format("truetype"), url(/assets/inter/inter-v12-latin-ext-300-bd44a325c4b5fbf767b574642db4f0e5a910ba406a7c78220537553cfbc5e69d.svg#Inter) format("svg"); /* Legacy iOS */
}
/* inter-regular - latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/inter/inter-v12-latin-ext-regular-2b77c5bbd87a9c90bdead2e761360bcfc11fcce33c68026fb86b5848ba557d42.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/inter/inter-v12-latin-ext-regular-2b77c5bbd87a9c90bdead2e761360bcfc11fcce33c68026fb86b5848ba557d42.eot?#iefix) format("embedded-opentype"), url(/assets/inter/inter-v12-latin-ext-regular-8870ef2a738e0a6f69358c99f7a81a9a0505304c92d4ef9ff971382e34a38aac.woff2) format("woff2"), url(/assets/inter/inter-v12-latin-ext-regular-cb85cd6d5c856b00d048cd177cdfda1717a808d7edfec0950836748b59349735.woff) format("woff"), url(/assets/inter/inter-v12-latin-ext-regular-4107233bb57f2daf51ca66332bf5d6e7b7d12d67c8a00260dc095d3e56413c94.ttf) format("truetype"), url(/assets/inter/inter-v12-latin-ext-regular-3bd96143141942542dc8f009d338f754923073f5cef1333459f472d79e4f82bd.svg#Inter) format("svg"); /* Legacy iOS */
}
/* inter-500 - latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/inter/inter-v12-latin-ext-500-fda8248a6dcb46b1555b5445906960aa84d0669aab238325534e2ddc99588b5e.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/inter/inter-v12-latin-ext-500-fda8248a6dcb46b1555b5445906960aa84d0669aab238325534e2ddc99588b5e.eot?#iefix) format("embedded-opentype"), url(/assets/inter/inter-v12-latin-ext-500-005d4e230785b73d0e6e7450386bcfa43b8e07a9e0ae543620b512675e58061f.woff2) format("woff2"), url(/assets/inter/inter-v12-latin-ext-500-2cda195ab3fc8aeb06d4a7de3df780e3b284ce5d8bb9dc66c6cece3b624fcb9f.woff) format("woff"), url(/assets/inter/inter-v12-latin-ext-500-c37c3d66ba213dbe89cab48a3bf1e1d72f03c8e27755058fceca445a2c3362ae.ttf) format("truetype"), url(/assets/inter/inter-v12-latin-ext-500-07867b8f296fca61c8e44f94896554636e18029af749713439479b8c247e7b5c.svg#Inter) format("svg"); /* Legacy iOS */
}
/* inter-600 - latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/inter/inter-v12-latin-ext-600-0d0bee27d2f430b5941643845a0289c0e73a8ffa4f09f9ae6fa5eee7f77fd1d0.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/inter/inter-v12-latin-ext-600-0d0bee27d2f430b5941643845a0289c0e73a8ffa4f09f9ae6fa5eee7f77fd1d0.eot?#iefix) format("embedded-opentype"), url(/assets/inter/inter-v12-latin-ext-600-9193b6e5cda326ec98931bda2cf29e1480f4084bb63b399a96f4bdf627385bc9.woff2) format("woff2"), url(/assets/inter/inter-v12-latin-ext-600-9471f9d0e1f149c0292552dd5f4c16947cef05c76c4e2fde6f98ca6c53634a5a.woff) format("woff"), url(/assets/inter/inter-v12-latin-ext-600-283ec7854d6c27a1310a962583ae3aadca009b0063a2a732ea700b495701bf44.ttf) format("truetype"), url(/assets/inter/inter-v12-latin-ext-600-fea028fb910000e5609e293edca8d8ccd33e3dec9c160710885d4f9f61c26f3b.svg#Inter) format("svg"); /* Legacy iOS */
}
/* inter-700 - latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/inter/inter-v12-latin-ext-700-d4af6454f714c503cda31fab721d619c5bdde2efedc1beffcfb85965a5572a19.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/inter/inter-v12-latin-ext-700-d4af6454f714c503cda31fab721d619c5bdde2efedc1beffcfb85965a5572a19.eot?#iefix) format("embedded-opentype"), url(/assets/inter/inter-v12-latin-ext-700-9340bdfd94e986e3f1de3b48113de57cea3a52f3c2396abbc8a6f7ac39ddb34f.woff2) format("woff2"), url(/assets/inter/inter-v12-latin-ext-700-515b088173d502de3d708434f139becc5cdd4aebe17065684e4f5c98d08dddca.woff) format("woff"), url(/assets/inter/inter-v12-latin-ext-700-bf01cc690a37734b9d3bb18ce0eddc169258b9b98bf66ec294e8076c2a63f1c2.ttf) format("truetype"), url(/assets/inter/inter-v12-latin-ext-700-c9b6f25768263aea419f4769e59b268a602d4dfaa978ff1c3352cab376ea5025.svg#Inter) format("svg"); /* Legacy iOS */
}
/* inter-800 - latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url(/assets/inter/inter-v12-latin-ext-800-cb7ebe5ffb5a536ddd13f7f13ae11b55af77ee069a825d150b74b3cfbfe4ebc1.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/inter/inter-v12-latin-ext-800-cb7ebe5ffb5a536ddd13f7f13ae11b55af77ee069a825d150b74b3cfbfe4ebc1.eot?#iefix) format("embedded-opentype"), url(/assets/inter/inter-v12-latin-ext-800-7e780f1541a22ab24ea8afed5146ce92b531c8b55a28e5c15c37d161f123e4b9.woff2) format("woff2"), url(/assets/inter/inter-v12-latin-ext-800-24bb136b777ea5c71e40e48e21a30d0a75dd903667ffa58c8c1983e733f582bd.woff) format("woff"), url(/assets/inter/inter-v12-latin-ext-800-e36e5f2b0578141237e552d4045a8dad920665141dd468d8765c4705752d479a.ttf) format("truetype"), url(/assets/inter/inter-v12-latin-ext-800-98f57f5a131e3975c6eb919b18f7a23fe7b45f209c6bcc174839ee86d853b473.svg#Inter) format("svg"); /* Legacy iOS */
}
/* inter-900 - latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url(/assets/inter/inter-v12-latin-ext-900-b5e31110ae0194e9eb1dd8d412d893dc59f3f6e23c20190970b1bd8bab64303c.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/inter/inter-v12-latin-ext-900-b5e31110ae0194e9eb1dd8d412d893dc59f3f6e23c20190970b1bd8bab64303c.eot?#iefix) format("embedded-opentype"), url(/assets/inter/inter-v12-latin-ext-900-c0adee985d8b27ecf2aaa25a9e932c85d467ae12e83168e68d1251f91e93d2f1.woff2) format("woff2"), url(/assets/inter/inter-v12-latin-ext-900-5599cbb8ba1ecfae0b3cc41dc0d0e673923322b96c7d96827d8f01b3be4e3fe2.woff) format("woff"), url(/assets/inter/inter-v12-latin-ext-900-d01b9ea8999f67eb3dc9d39a36a4fb7059c248e6eda5345ec7ee1e15ef58c22c.ttf) format("truetype"), url(/assets/inter/inter-v12-latin-ext-900-31f87a66c2beae63b025502607373f21f03d8db96ac3922e0767e06a30977e92.svg#Inter) format("svg"); /* Legacy iOS */
}
/* montserrat-100 - latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: url(/assets/montserrat/montserrat-v25-latin-ext-100-8ad37d9d0b81a1d346732409b797a316045c497339d742021e164255cff2c428.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/montserrat/montserrat-v25-latin-ext-100-8ad37d9d0b81a1d346732409b797a316045c497339d742021e164255cff2c428.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v25-latin-ext-100-742c542d3ac98006224ac65e83d67ba2f37575401392ca0c11300f5f98d0bb6a.woff2) format("woff2"), url(/assets/montserrat/montserrat-v25-latin-ext-100-d39173f088aa1b533f8931640ff5d81f6916915ea9da0e4253a21b0c9462e8f4.woff) format("woff"), url(/assets/montserrat/montserrat-v25-latin-ext-100-0fc90615e3ed9200a43fd7c319fb866f9d8e55a546961c446d1d149dcdfc34bb.ttf) format("truetype"), url(/assets/montserrat/montserrat-v25-latin-ext-100-cfadcc0dbac39fac43850b25a25bd8c05f4f943869af914e64ca295742e73ee4.svg#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-300 - latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/montserrat/montserrat-v25-latin-ext-300-f2472b55b9b8d0481d78f223dcb3c974fff9b1eb0d42e6a95e1b1ae266d0e28c.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/montserrat/montserrat-v25-latin-ext-300-f2472b55b9b8d0481d78f223dcb3c974fff9b1eb0d42e6a95e1b1ae266d0e28c.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v25-latin-ext-300-af358a07666f587d7d85d1c61cf64d8ae2d7e9c7b286f9dbc2dd6b017c31dd74.woff2) format("woff2"), url(/assets/montserrat/montserrat-v25-latin-ext-300-a55b87e3dedc68ad31f973432db82d48f478f04a7b95e6f5c770b14218cbcf09.woff) format("woff"), url(/assets/montserrat/montserrat-v25-latin-ext-300-2e460c829333c6d4743f07e1928b3218c89bab316352eca92637028fe2678144.ttf) format("truetype"), url(/assets/montserrat/montserrat-v25-latin-ext-300-514fa84bcdf5a02590588cbd91a1bf1674fa649af1cad1eb1dfdc261474e4c35.svg#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-200 - latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: url(/assets/montserrat/montserrat-v25-latin-ext-200-b85faf35855c015d6f3b911c7347af453977b662b990e7d24529aca78dd177f8.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/montserrat/montserrat-v25-latin-ext-200-b85faf35855c015d6f3b911c7347af453977b662b990e7d24529aca78dd177f8.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v25-latin-ext-200-e691c3580015d2b90fb5903d166984a45efb8e3abe3b5574777e844a3eb7a9cb.woff2) format("woff2"), url(/assets/montserrat/montserrat-v25-latin-ext-200-f4762027a5c0ebd20ee705e0e601ca9ee400ed8f1aeb99f453ee4f0ee0411b2d.woff) format("woff"), url(/assets/montserrat/montserrat-v25-latin-ext-200-623f344c51f8c6fc628ead8fcd09cbead8612bbcf76119277874e8ef1e2dff78.ttf) format("truetype"), url(/assets/montserrat/montserrat-v25-latin-ext-200-59b04639900eb1d8ae29024d2718757d2b0376d7f8dc66bba5c947e47eec75ee.svg#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-regular - latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/montserrat/montserrat-v25-latin-ext-regular-d622ffb12e947176cb70000e916e3d8ea7ff846eaffc2852473281e611fb65bb.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/montserrat/montserrat-v25-latin-ext-regular-d622ffb12e947176cb70000e916e3d8ea7ff846eaffc2852473281e611fb65bb.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v25-latin-ext-regular-7e261a564292dd9b850fc8a0672548dcb33a9a8e57542b7160482a9d7618e2e6.woff2) format("woff2"), url(/assets/montserrat/montserrat-v25-latin-ext-regular-fa7500cc2b89fe95f6dbb50a6640ffce52239b16e4f3f60b10eb75baf165e734.woff) format("woff"), url(/assets/montserrat/montserrat-v25-latin-ext-regular-e32ab0e2f439287424df3f7ab132752e10b5041f11a7f179a895ec64ff22365a.ttf) format("truetype"), url(/assets/montserrat/montserrat-v25-latin-ext-regular-030973530de5bb6dfb6da46e1c20e1f237c2c0be5445168577cf04b1abcd58cc.svg#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-500 - latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/montserrat/montserrat-v25-latin-ext-500-bc111346218eaff77e75b2522e04de23462a0bb1fe1b9d90891ad5f66f3b8244.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/montserrat/montserrat-v25-latin-ext-500-bc111346218eaff77e75b2522e04de23462a0bb1fe1b9d90891ad5f66f3b8244.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v25-latin-ext-500-e6bebdfd0832363d4a36b9925a09953d98e933f9dedfd40a9ff09c61dabfb427.woff2) format("woff2"), url(/assets/montserrat/montserrat-v25-latin-ext-500-b2943c85a906f61bf855796e3e72a615c37faab51afcd8ca18b908a6d48a208d.woff) format("woff"), url(/assets/montserrat/montserrat-v25-latin-ext-500-7379abe22af4af68d562bb088f8f3df11bcedf5f2d3d4646ca644f3f04b446bb.ttf) format("truetype"), url(/assets/montserrat/montserrat-v25-latin-ext-500-940950f16e714c04bcdc0525f974187394e5a1fd20a9fbf306857802700c08e2.svg#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-600 - latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/montserrat/montserrat-v25-latin-ext-600-97e950fdc54a75b54cca22342cd0900e1f743802fd81aa8ff827e83555a2dca5.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/montserrat/montserrat-v25-latin-ext-600-97e950fdc54a75b54cca22342cd0900e1f743802fd81aa8ff827e83555a2dca5.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v25-latin-ext-600-0b425b2075e9094ce957b1e65ea0a8ddb6b6935d158c1bd267e95aa6a1129a0e.woff2) format("woff2"), url(/assets/montserrat/montserrat-v25-latin-ext-600-6aea389f247392a1d808d29fcda8238ae3531bb1f46db2b84d116e6104e45641.woff) format("woff"), url(/assets/montserrat/montserrat-v25-latin-ext-600-8ff1880b232f0698c334d1e173fc8d0c6a0924942bd47c7c74a8f02553d2399d.ttf) format("truetype"), url(/assets/montserrat/montserrat-v25-latin-ext-600-f4ee0260a1f5c229a8c1dca37f6403137939987555f357aeb5299fe88c9892be.svg#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-700 - latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/montserrat/montserrat-v25-latin-ext-700-f592788b059259fee5fba62272b7b9600896e5cfd8030dca574dfb202d895e59.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/montserrat/montserrat-v25-latin-ext-700-f592788b059259fee5fba62272b7b9600896e5cfd8030dca574dfb202d895e59.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v25-latin-ext-700-778dac158f1ae84a264b61704fa5a167ff5f7dee602c73816848eb6b8d9e19e5.woff2) format("woff2"), url(/assets/montserrat/montserrat-v25-latin-ext-700-7938759d1ca76eeedfe1c424a403ce1db9d315a0ace935ab4e2464e75a86bbe7.woff) format("woff"), url(/assets/montserrat/montserrat-v25-latin-ext-700-cb71630444277cc8434b99e13403600e161d98f63b3e4f87871b5b533e1db5e9.ttf) format("truetype"), url(/assets/montserrat/montserrat-v25-latin-ext-700-73246fa938f3506ef67419244b8ab1eb3f5f0e333bab715c69877f077384cd12.svg#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-800 - latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url(/assets/montserrat/montserrat-v25-latin-ext-800-44458838145dbf120eef0bc202db25489796a5b44296da1d36c52c189e867655.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/montserrat/montserrat-v25-latin-ext-800-44458838145dbf120eef0bc202db25489796a5b44296da1d36c52c189e867655.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v25-latin-ext-800-1e7a7057e629c1b5309fbe9453c2c3c1ad9e4b6c1869f2ae48499785e07b25a9.woff2) format("woff2"), url(/assets/montserrat/montserrat-v25-latin-ext-800-acb51aaedec50c2840c8897dee5fc38b4ed977b5ec18df728502c4aa1a3e08cd.woff) format("woff"), url(/assets/montserrat/montserrat-v25-latin-ext-800-3623ef4afd46debe3ecec2a3043ca2e1dd9fd1093358ae9e2ea066ed3ac0461b.ttf) format("truetype"), url(/assets/montserrat/montserrat-v25-latin-ext-800-9382a84de9fda83086ac488b791b9f5982d09187006b9799d1b8ea615bbc59f2.svg#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-900 - latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url(/assets/montserrat/montserrat-v25-latin-ext-900-8510d3a50efa3b8f0082ff160f8784d2e034f6999a96239cf9f51c003a3b6678.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/montserrat/montserrat-v25-latin-ext-900-8510d3a50efa3b8f0082ff160f8784d2e034f6999a96239cf9f51c003a3b6678.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v25-latin-ext-900-f44f518b732f0310f839b98696fdff06791e2ff3c6f6dc88298774a13258ec84.woff2) format("woff2"), url(/assets/montserrat/montserrat-v25-latin-ext-900-0936c9140c23765c219c41a123f830b1b97f059604b878e7330966552a353f82.woff) format("woff"), url(/assets/montserrat/montserrat-v25-latin-ext-900-ef3fccfb7330643cafe26a336c68d45fcbbf1f84f7b85b645c49e3dfb61de239.ttf) format("truetype"), url(/assets/montserrat/montserrat-v25-latin-ext-900-fbead5a7b216664c951d7a966886804ba0d5b47af86f51f41e7eb075366b1f9a.svg#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-100italic - latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  src: url(/assets/montserrat/montserrat-v25-latin-ext-100italic-7c1111da5f62720822063fad30af5eeeb7a6b938288c3af865b17d023352b1ca.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/montserrat/montserrat-v25-latin-ext-100italic-7c1111da5f62720822063fad30af5eeeb7a6b938288c3af865b17d023352b1ca.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v25-latin-ext-100italic-cc48fb62e53db5035f3ffec367874be35436fa37b9377c25dd1ef3e44719b705.woff2) format("woff2"), url(/assets/montserrat/montserrat-v25-latin-ext-100italic-3421bd7b4d46ccc3e1626ed79131bc8cc08d5276e23d5a5cd8cf13070669691a.woff) format("woff"), url(/assets/montserrat/montserrat-v25-latin-ext-100italic-9cd5177b66190ba9ce151da53f33ead5f8d5609d63984bd2d5bb4cee6d6bf798.ttf) format("truetype"), url(/assets/montserrat/montserrat-v25-latin-ext-100italic-0ac7bd0dcdda7c358d7612c78ade48dbb3eac8e4f5b210929c62238f5ed3d89f.svg#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-200italic - latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  src: url(/assets/montserrat/montserrat-v25-latin-ext-200italic-428c16e5ce300ce4e597e7439c97026a998576bb5fc4ffaea02ed7dd8678084b.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/montserrat/montserrat-v25-latin-ext-200italic-428c16e5ce300ce4e597e7439c97026a998576bb5fc4ffaea02ed7dd8678084b.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v25-latin-ext-200italic-afaf2ef2e5b0466611148a91f5887afc23782e5306c5699f7b3a8fc783cc5b65.woff2) format("woff2"), url(/assets/montserrat/montserrat-v25-latin-ext-200italic-65d2fb7c63880fd1d417f52e2997c8df2d5ebf289b6dba4b09040a921a65330e.woff) format("woff"), url(/assets/montserrat/montserrat-v25-latin-ext-200italic-0e9d1aea6b0c6754511ec355aeab51d972f185989d73c3bd963df1facec1f3bf.ttf) format("truetype"), url(/assets/montserrat/montserrat-v25-latin-ext-200italic-6070bf60af0d3c02da35ab367120d869d70f0560c77900ee7c12e6dccda3dc37.svg#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-300italic - latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  src: url(/assets/montserrat/montserrat-v25-latin-ext-300italic-42dc5d5cb4efa007f6d77ef932798a40ca063fcb12790afbc5f43f07c44ad3b7.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/montserrat/montserrat-v25-latin-ext-300italic-42dc5d5cb4efa007f6d77ef932798a40ca063fcb12790afbc5f43f07c44ad3b7.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v25-latin-ext-300italic-da49d2969b9f85888649c3de0fd16a822b3439a2bb075a89cae2e6195346e802.woff2) format("woff2"), url(/assets/montserrat/montserrat-v25-latin-ext-300italic-c748f4f90497034a0528114a26d0761c4d39e910b2c86d6815ddb0761dbce224.woff) format("woff"), url(/assets/montserrat/montserrat-v25-latin-ext-300italic-6d3f34bb2a4855bde018ce236f2cfb9f4c0fde86ede6bf4d3492a6bbb782eda2.ttf) format("truetype"), url(/assets/montserrat/montserrat-v25-latin-ext-300italic-21b2136dac4579a874b79ca2ce155d1ae7f568445c7a1ab4a9f371e88eb0802f.svg#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-italic - latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url(/assets/montserrat/montserrat-v25-latin-ext-italic-d4c328ac03b7e25dc0187aa60dff95675c8fe53612ecaf17b166516064f932d7.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/montserrat/montserrat-v25-latin-ext-italic-d4c328ac03b7e25dc0187aa60dff95675c8fe53612ecaf17b166516064f932d7.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v25-latin-ext-italic-5392bd4fedba5caa2553d2ce8883cabbcb0a48336cced5ea35b4fdd6d7ee1785.woff2) format("woff2"), url(/assets/montserrat/montserrat-v25-latin-ext-italic-9683275b594e154e9134979c61cb281adce4c4734214ad1795f3c5abd7657c76.woff) format("woff"), url(/assets/montserrat/montserrat-v25-latin-ext-italic-d93a11598de395111f06d006bec36dadf5e8a6a42fa2abdc6a064fc0febd48ed.ttf) format("truetype"), url(/assets/montserrat/montserrat-v25-latin-ext-italic-b166b17bb9cf3a055de3719c5515296fde06fa2ea62364c55f3096e738fa4bde.svg#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-500italic - latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  src: url(/assets/montserrat/montserrat-v25-latin-ext-500italic-f7d95454c845c0249d11640d5b084541e0a32e16737b787cd356aa9c0fd69ab5.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/montserrat/montserrat-v25-latin-ext-500italic-f7d95454c845c0249d11640d5b084541e0a32e16737b787cd356aa9c0fd69ab5.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v25-latin-ext-500italic-da5eefb2bc82a32a3cc525d5321d0b18bb64a8328feb00486d3a8d06c4f80f32.woff2) format("woff2"), url(/assets/montserrat/montserrat-v25-latin-ext-500italic-7fd6394bccdb622ee6ab87f5a9b5d9cbe0c29990f0343128401406508f14dc83.woff) format("woff"), url(/assets/montserrat/montserrat-v25-latin-ext-500italic-877c398aaccab6eae195ea474b5e2ef22b7e5851cc15eb21d28e5ea3c3a664bc.ttf) format("truetype"), url(/assets/montserrat/montserrat-v25-latin-ext-500italic-2990c231616ab26e9df3f5f2f1fd76d854308bd42288eaab52adb34a5ae04c33.svg#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-600italic - latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url(/assets/montserrat/montserrat-v25-latin-ext-600italic-3d005a3f94638f00d79bf258dd965f6c88a10757501f538ce1bd220a532ac864.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/montserrat/montserrat-v25-latin-ext-600italic-3d005a3f94638f00d79bf258dd965f6c88a10757501f538ce1bd220a532ac864.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v25-latin-ext-600italic-79d8e7d5dfc1d492c085e12b483f87a81298e8343803373de5e29ec6bfacf14d.woff2) format("woff2"), url(/assets/montserrat/montserrat-v25-latin-ext-600italic-67b389c155abb8f96ac755eacbee0dfc2bd2c0fa0e7ba25774ef84b7021d29d8.woff) format("woff"), url(/assets/montserrat/montserrat-v25-latin-ext-600italic-2c276f6903037f101b1b75a9025c19499230c1436829be0ceaabf327900e6089.ttf) format("truetype"), url(/assets/montserrat/montserrat-v25-latin-ext-600italic-cd12ca277b889601f19c434e391da97ed2a1fcda36bef0c1e5926e3d20eda594.svg#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-700italic - latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url(/assets/montserrat/montserrat-v25-latin-ext-700italic-0a48bbe0203285429f0b4cd5cfa42f7984152744d57145d21cb1d461a09e0f2d.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/montserrat/montserrat-v25-latin-ext-700italic-0a48bbe0203285429f0b4cd5cfa42f7984152744d57145d21cb1d461a09e0f2d.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v25-latin-ext-700italic-d6edc22706d333c04dcf1bb9301a5992eb2e065656af446f101b6aa085f2f224.woff2) format("woff2"), url(/assets/montserrat/montserrat-v25-latin-ext-700italic-88f66cd5df8fc113c6439a98f800f526490f8c8eefefca09aee2aefc5e4e350f.woff) format("woff"), url(/assets/montserrat/montserrat-v25-latin-ext-700italic-3971f50e1e05e36dd99392faa0750c1b0c2c9b4df3ce95b01b49aa173c56def4.ttf) format("truetype"), url(/assets/montserrat/montserrat-v25-latin-ext-700italic-3124161fb130f68dc6980237c30aaf999bbc1bcc0b7e7da4783786de7316e44f.svg#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-800italic - latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  src: url(/assets/montserrat/montserrat-v25-latin-ext-800italic-639c2e4db268cdd0da01e49b54da5b7db0de3d9918bafcb39f7f875c4d99112f.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/montserrat/montserrat-v25-latin-ext-800italic-639c2e4db268cdd0da01e49b54da5b7db0de3d9918bafcb39f7f875c4d99112f.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v25-latin-ext-800italic-3b3bb270b6ab7765dedf936191b4facf8c469591a1c55317d1fbef6c5192ef53.woff2) format("woff2"), url(/assets/montserrat/montserrat-v25-latin-ext-800italic-e6ed712875acd3aca13a85bff04d50198baa7e1c6bea0585cd752a9ab720a8c7.woff) format("woff"), url(/assets/montserrat/montserrat-v25-latin-ext-800italic-ef4276aee3b51a37865dd819bceaf52fc772a94176e8b4ee62c2d4d799514d92.ttf) format("truetype"), url(/assets/montserrat/montserrat-v25-latin-ext-800italic-dc01e0aff3250817a6f50cd826ea26ab0a9bde0e91134a493b11f0a9eef4c860.svg#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-900italic - latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  src: url(/assets/montserrat/montserrat-v25-latin-ext-900italic-359774de6c13b9a40fd3105f7e6e4955bcd63a8ee0f38528eade0be3676758c1.eot); /* IE9 Compat Modes */
  src: local(""), url(/assets/montserrat/montserrat-v25-latin-ext-900italic-359774de6c13b9a40fd3105f7e6e4955bcd63a8ee0f38528eade0be3676758c1.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v25-latin-ext-900italic-4a8da0b57a5cc61a760be78a5ddb29d8943561924f62196088a81f2161ee3339.woff2) format("woff2"), url(/assets/montserrat/montserrat-v25-latin-ext-900italic-92a9e0e17f4b9312aeb2afd7b1282c31220ca199f2015d039654ec7dfeac52e7.woff) format("woff"), url(/assets/montserrat/montserrat-v25-latin-ext-900italic-c5f125966f85b1ff8f68c4a40c9d32d0b6e0652707bafe1e2e36df94faee61de.ttf) format("truetype"), url(/assets/montserrat/montserrat-v25-latin-ext-900italic-45a3d36b0275c9b11e834318931c226607f8e4f50127214630cc7665e945a629.svg#Montserrat) format("svg"); /* Legacy iOS */
}
header.header {
  position: fixed;
  z-index: 40;
  width: 100%;
}

header.header .bg {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39/var(--tw-bg-opacity));
}

header.header .sr-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

header.header .inner-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 80rem;
  align-items: center;
  justify-content: space-between;
}

header.header .bullet-point {
  width: 100%;
  flex: 1 1 0%;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  header.header .bullet-point {
    flex: none;
  }
}
header.header .claim {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23/var(--tw-bg-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

header.header .claim .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  header.header .claim .inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  header.header .claim .inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
header.header .logo .logo-img {
  height: 2.5rem;
}

header.header .logo.desktop .logo-img.immostar {
  margin-top: -0.75rem;
  height: 2rem !important;
}

header.header .logo.mobile .logo-img.immostar {
  margin-top: -0.25rem;
}

.navigation.desktop {
  position: fixed;
  z-index: 50;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235/var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .navigation.desktop {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  }
}
@media (min-width: 1024px) {
  .navigation.desktop {
    position: static;
  }
}
.navigation.desktop .wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .navigation.desktop .wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .navigation.desktop .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.navigation.desktop .inner-wrapper {
  display: flex;
  height: 4rem;
  flex: 1 1 0%;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .navigation.desktop .inner-wrapper {
    height: 6rem;
  }
}
.navigation.desktop .logo.desktop {
  display: none;
}

@media (min-width: 1024px) {
  .navigation.desktop .logo.desktop {
    display: flex;
    align-items: center;
  }
}
.navigation.desktop .logo.desktop .visual {
  height: 2rem;
  width: auto;
}

.navigation.desktop .nav-elements-wrapper {
  display: none;
  height: 100%;
}

@media (min-width: 1024px) {
  .navigation.desktop .nav-elements-wrapper {
    display: flex;
  }
}
.navigation.desktop .nav-elements-wrapper .nav-elements {
  margin-left: 2rem;
  display: flex;
  height: 100%;
  justify-content: center;
}

.navigation.desktop .nav-elements-wrapper .nav-elements > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)));
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element, .navigation.desktop .nav-elements-wrapper .nav-elements .btn-tab-toggle {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element:hover, .navigation.desktop .nav-elements-wrapper .nav-elements .btn-tab-toggle:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element:not(.has-children) {
  display: flex;
  align-items: center;
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children {
  display: flex;
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .btn-tab-toggle-wrapper {
  position: relative;
  display: flex;
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .btn-tab-toggle-wrapper .btn-tab-toggle {
  position: relative;
  z-index: 10;
  margin-bottom: -1px;
  border-bottom-width: 2px;
  padding-top: 1px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .btn-tab-toggle-wrapper .btn-tab-toggle.open {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38/var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .btn-tab-toggle-wrapper .btn-tab-toggle.closed {
  border-color: transparent;
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .btn-tab-toggle-wrapper .btn-tab-toggle.closed:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .main-menu-category {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  z-index: 50;
  border-radius: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128/var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

@media (min-width: 640px) {
  .navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .main-menu-category {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .main-menu-category.x-enter {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .main-menu-category.x-enter-start {
  opacity: 0;
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .main-menu-category.x-enter-end {
  opacity: 1;
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .main-menu-category.x-leave {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .main-menu-category.x-leave-start {
  opacity: 1;
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .main-menu-category.x-leave-end {
  opacity: 0;
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .main-menu-category .children-wrapper {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(254 226 226/var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .main-menu-category .children-wrapper .list-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 80rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .main-menu-category .children-wrapper .list-wrapper .section {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .main-menu-category .children-wrapper .list-wrapper .section .title {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113/var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .main-menu-category .children-wrapper .list-wrapper .section .children-list {
  display: flex;
  flex-direction: column;
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .main-menu-category .children-wrapper .list-wrapper .section .children-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .main-menu-category .children-wrapper .list-wrapper .section .children-list .child-element {
  display: flex;
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .main-menu-category .children-wrapper .list-wrapper .section .children-list .child-element .link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.navigation.desktop .actions-wrapper {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: flex-end;
}

.navigation.desktop .actions-wrapper .all-actions {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .navigation.desktop .actions-wrapper .all-actions {
    margin-left: 2rem;
  }
}
.navigation.desktop .actions-wrapper .all-actions .spacer {
  display: flex;
  align-items: center;
}

.navigation.desktop .actions-wrapper .all-actions .spacer > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
}

@media (min-width: 768px) {
  .navigation.desktop .actions-wrapper .all-actions .spacer > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
  }
}
.navigation.desktop .actions-wrapper .all-actions .fav-list-wrapper {
  display: flex;
}

.navigation.desktop .actions-wrapper .all-actions .fav-list-wrapper .fav-list-btn {
  position: relative;
  margin: -0.5rem;
  height: 100%;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity));
}

.navigation.desktop .actions-wrapper .all-actions .fav-list-wrapper .fav-list-btn:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128/var(--tw-text-opacity));
}

.navigation.desktop .actions-wrapper .all-actions .fav-list-wrapper .fav-list-btn .fav-qty {
  position: absolute;
  top: 0.25rem;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0/var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  opacity: 0;
  display: flex;
  height: 1rem;
  min-width: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  line-height: 0.25em;
}

.navigation.desktop .actions-wrapper .all-actions .fav-list-wrapper .fav-list-btn .icon.active {
  display: none;
}

.navigation.desktop .actions-wrapper .all-actions .fav-list-wrapper .fav-list-btn.active .fav-qty {
  opacity: 1;
}

.navigation.desktop .actions-wrapper .all-actions .fav-list-wrapper .fav-list-btn.active .icon.active {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.navigation.desktop .actions-wrapper .all-actions .fav-list-wrapper .fav-list-btn.active .icon.inactive {
  display: none;
}

.navigation.desktop .actions-wrapper .all-actions .account-btn-wrapper {
  display: flex;
  align-items: center;
}

.navigation.desktop .actions-wrapper .all-actions .account-btn-wrapper .account-btn {
  margin: -0.5rem;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity));
}

.navigation.desktop .actions-wrapper .all-actions .account-btn-wrapper .account-btn:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128/var(--tw-text-opacity));
}

.navigation.desktop .actions-wrapper .vert-divider {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 1.5rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235/var(--tw-bg-opacity));
}

.navigation.desktop .actions-wrapper .mini-cart-btn {
  display: flow-root;
}

.navigation.mobile-header {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
}

.navigation.mobile-header > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
}

@media (min-width: 1024px) {
  .navigation.mobile-header {
    display: none;
  }
  .navigation.mobile-header .logo.mobile {
    display: none;
  }
}
/*

      TODO: USING COMPANY OR ORGANISATION NAME INSTEAD OF THEME NAME IN TEMPLATE

    */
.navigation.mobile-header .logo.mobile .visual {
  height: 2rem;
  width: auto;
}

.navigation.mobile-header .sr-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.burger-btn {
  display: inline-block;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity));
}

.navigation.mobile {
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  top: 93px;
  z-index: 40;
  display: flex;
}

@media (min-width: 1024px) {
  .navigation.mobile {
    display: none;
  }
}
.navigation.mobile .backdrop {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgb(0 0 0/var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
}

.navigation.mobile .backdrop.x-enter {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.navigation.mobile .backdrop.x-enter-start {
  opacity: 0;
}

.navigation.mobile .backdrop.x-enter-end {
  opacity: 1;
}

.navigation.mobile .backdrop.x-leave {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 300ms;
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.navigation.mobile .backdrop.x-leave-start {
  opacity: 1;
}

.navigation.mobile .backdrop.x-leave-end {
  opacity: 0;
}

.navigation.mobile > .wrapper {
  position: absolute;
  right: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.navigation.mobile > .wrapper.x-enter {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-delay: 300ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.navigation.mobile > .wrapper.x-enter-start {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.navigation.mobile > .wrapper.x-enter-end {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.navigation.mobile > .wrapper.x-leave {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.navigation.mobile > .wrapper.x-leave-start {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.navigation.mobile > .wrapper.x-leave-end {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.navigation.mobile .nav-header {
  display: flex;
  display: none;
  flex-direction: column;
}

.navigation.mobile .nav-header > .inner-spacing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.navigation.mobile .nav-header > .inner-spacing > .title {
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(107 114 128/var(--tw-text-opacity));
}

.navigation.mobile .nav-header .close-btn {
  margin: -0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity));
}

.navigation.mobile .links-wrapper {
  flex: 1 1 0%;
  overflow-y: auto;
}

.navigation.mobile .links-wrapper > .links-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
}

.navigation.mobile .links-wrapper > .links-grid > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.navigation.mobile .links-wrapper > .links-grid > a.element, .navigation.mobile .links-wrapper > .links-grid > .element > button {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.navigation.mobile .links-wrapper > .links-grid > a.element.open, .navigation.mobile .links-wrapper > .links-grid > .element > button.open {
  --tw-text-opacity: 1;
  color: rgb(185 28 28/var(--tw-text-opacity));
}

.navigation.mobile .links-wrapper > .links-grid .main-menu-category.x-enter {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.navigation.mobile .links-wrapper > .links-grid .main-menu-category.x-enter-start {
  max-height: 0px;
  opacity: 0;
}

.navigation.mobile .links-wrapper > .links-grid .main-menu-category.x-enter-end {
  max-height: 100vh;
  opacity: 1;
}

.navigation.mobile .links-wrapper > .links-grid .main-menu-category.x-leave {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.navigation.mobile .links-wrapper > .links-grid .main-menu-category.x-leave-start {
  max-height: 100vh;
  opacity: 1;
}

.navigation.mobile .links-wrapper > .links-grid .main-menu-category.x-leave-end {
  max-height: 0px;
  opacity: 0;
}

.navigation.mobile .links-wrapper > .links-grid .main-menu-category .children-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
}

.navigation.mobile .links-wrapper > .links-grid .main-menu-category .children-wrapper .list-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

.navigation.mobile .links-wrapper > .links-grid .main-menu-category .children-wrapper .list-wrapper .section .title {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}

.navigation.mobile .links-wrapper > .links-grid .main-menu-category .children-wrapper .list-wrapper .section .link {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(185 28 28/var(--tw-text-opacity));
}

.navigation.mobile .info-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.navigation.mobile .info-links > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
}

.navigation.mobile .info-links {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251/var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.searchbar-btn {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: rgb(156 163 175/var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgb(239 68 68/var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.searchbar-btn:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55/var(--tw-text-opacity));
}

.searchbar-wrapper {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  overflow-y: auto;
}

.searchbar-wrapper .modal-spacer {
  display: flex;
  min-height: 100vh;
  align-items: flex-end;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 5rem;
  text-align: center;
}

@media (min-width: 640px) {
  .searchbar-wrapper .modal-spacer {
    display: block;
    padding: 0px;
  }
}
.searchbar-wrapper .screen-cover {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgb(107 114 128/var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.searchbar-wrapper .screen-cover.x-enter {
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.searchbar-wrapper .screen-cover.x-enter-start {
  opacity: 0;
}

.searchbar-wrapper .screen-cover.x-enter-end {
  opacity: 1;
}

.searchbar-wrapper .screen-cover.x-leave {
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.searchbar-wrapper .screen-cover.x-leave-start {
  opacity: 1;
}

.searchbar-wrapper .screen-cover.x-leave-end {
  opacity: 0;
}

.searchbar-wrapper .hidden-spacer {
  display: none;
}

@media (min-width: 640px) {
  .searchbar-wrapper .hidden-spacer {
    display: inline-block;
    height: 100vh;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .searchbar-wrapper .hidden-spacer {
    vertical-align: top;
  }
}
.searchbar-wrapper .searchbar-modal {
  position: relative;
  display: inline-block;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  text-align: left;
  vertical-align: bottom;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px) {
  .searchbar-wrapper .searchbar-modal {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 32rem;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .searchbar-wrapper .searchbar-modal {
    margin-top: 6rem;
    vertical-align: top;
  }
}
.searchbar-wrapper .searchbar-modal.x-enter {
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.searchbar-wrapper .searchbar-modal.x-enter-start {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

@media (min-width: 640px) {
  .searchbar-wrapper .searchbar-modal.x-enter-start {
    --tw-translate-y: 0px;
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.searchbar-wrapper .searchbar-modal.x-enter-end {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

@media (min-width: 640px) {
  .searchbar-wrapper .searchbar-modal.x-enter-end {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.searchbar-wrapper .searchbar-modal.x-leave {
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.searchbar-wrapper .searchbar-modal.x-leave-start {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

@media (min-width: 640px) {
  .searchbar-wrapper .searchbar-modal.x-leave-start {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.searchbar-wrapper .searchbar-modal.x-leave-end {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

@media (min-width: 640px) {
  .searchbar-wrapper .searchbar-modal.x-leave-end {
    --tw-translate-y: 0px;
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.searchbar-wrapper .searchbar-modal .header {
  display: flex;
  align-items: center;
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  .searchbar-wrapper .searchbar-modal .header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.searchbar-wrapper .searchbar-modal .header .title {
  flex: 1 1 0%;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}

.searchbar-wrapper .searchbar-modal .input-wrapper {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  .searchbar-wrapper .searchbar-modal .input-wrapper {
    padding: 1.5rem;
  }
}
.searchbar-wrapper .searchbar-modal .close-modal-btn {
  font-size: 1.5rem;
  line-height: 2rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.searchbar-wrapper .searchbar-modal .close-modal-btn .close-modal-icon {
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity));
}

.searchbar-wrapper .searchbar-modal .close-modal-btn .close-modal-icon:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99/var(--tw-text-opacity));
}

.searchbar-inputs {
  display: flex;
  gap: 0.5rem;
}

.searchbar-inputs .wrapper {
  position: relative;
  flex-grow: 1;
}

.searchbar-inputs .wrapper .search-icon {
  position: absolute;
  margin-right: 0.5rem;
  margin-left: 0.75rem;
  margin-top: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128/var(--tw-text-opacity));
}

.searchbar-inputs .search-input {
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219/var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 1.5rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.searchbar-inputs .search-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246/var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.searchbar-inputs .reset-btn {
  position: absolute;
  right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128/var(--tw-text-opacity));
}

.searchbar-inputs .reset-btn:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.searchbar-inputs .reset-btn:active {
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.searchbar-inputs .reset-btn .icon {
  pointer-events: none;
}

.searchbar-inputs .submit-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.searchbar-inputs .submit-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28/var(--tw-bg-opacity));
}

.search-results-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .search-results-wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .search-results-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.search-results-wrapper > .title-wrapper {
  padding-bottom: 2.5rem;
}

.search-results-wrapper > .title-wrapper > .title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}

.search-results-wrapper .no-results {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.search-results-wrapper .results-spacing {
  margin-top: 1.5rem;
}

.search-results-wrapper .results-spacing > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.search-results-wrapper .results-spacing .result-type {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.search-results-wrapper .results-spacing .result.category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.search-results-wrapper .results-spacing .result.category:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251/var(--tw-bg-opacity));
}

.search-results-wrapper .results-spacing .result.category > .title {
  font-weight: 700;
}

.search-results-wrapper .results-spacing .result.category > .subtitle {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68/var(--tw-text-opacity));
}

.search-results-wrapper .results-spacing .results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 640px) {
  .search-results-wrapper .results-spacing .results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .search-results-wrapper .results-spacing .results-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .search-results-wrapper .results-spacing .results-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.contact-requests-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .contact-requests-wrapper {
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.contact-requests-wrapper > .title {
  margin-bottom: 3rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}

.contact-requests-wrapper .form-wrapper .inner-spacing > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.contact-requests-wrapper .form-wrapper .inner-spacing .contact-name-wrapper {
  grid-auto-flow: row dense;
  gap: 1rem;
}

.contact-requests-wrapper .form-wrapper .inner-spacing .contact-name-wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

@media (min-width: 768px) {
  .contact-requests-wrapper .form-wrapper .inner-spacing .contact-name-wrapper {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .contact-requests-wrapper .form-wrapper .inner-spacing .contact-name-wrapper > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
.contact-requests-wrapper .form-wrapper .inner-spacing .sm-col {
  grid-column: span 1/span 1;
}

.contact-requests-wrapper .form-wrapper .inner-spacing .md-col {
  grid-column: span 2/span 2;
}

.contact-requests-wrapper .form-wrapper .inner-spacing .lg-col {
  grid-column: span 3/span 3;
}

.contact-requests-wrapper .form-wrapper .inner-spacing .contact-info-wrapper {
  grid-auto-flow: row dense;
  gap: 1rem;
}

.contact-requests-wrapper .form-wrapper .inner-spacing .contact-info-wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

@media (min-width: 768px) {
  .contact-requests-wrapper .form-wrapper .inner-spacing .contact-info-wrapper {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .contact-requests-wrapper .form-wrapper .inner-spacing .contact-info-wrapper > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
.contact-requests-wrapper .form-wrapper .inner-spacing .privacy_ok {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.contact-requests-wrapper .form-wrapper .submit-btn {
  margin-top: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.contact-requests-wrapper .form-wrapper .submit-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68/var(--tw-bg-opacity));
}

.contact-requests-wrapper .success-wrapper {
  text-align: center;
}

.contact-requests-wrapper .success-wrapper .check-icon {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 8em;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(22 163 74/var(--tw-text-opacity));
}

.event {
  display: block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.event:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.event .title h3 {
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.event .title h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}

.event .description {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}

.event .description p {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.event .description ul {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  list-style-type: disc;
  padding-left: 1.25rem;
}

.event .key-data {
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251/var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.event .key-data .data-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 640px) {
  .event .key-data .data-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.event .key-data .data-wrapper dl > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.event .key-data .data-wrapper dl .info {
  display: flex;
  align-items: flex-start;
}

.event .key-data .data-wrapper dl .info > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
}

.event .key-data .data-wrapper dl .info .icon {
  margin-left: -0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity));
}

.event .key-data .data-wrapper dl dt {
  font-weight: 600;
}

.event .key-data .data-wrapper dl a {
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.event .key-data .data-wrapper dl a:hover {
  text-decoration-line: underline;
}

.tags {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tags .tag {
  margin: 0.25rem;
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.tags .tag .label {
  margin-right: 0.5rem;
}

.tags .tag .value {
  font-weight: 600;
}

.request {
  display: block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.request:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.request .title h3 {
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.request .title h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}

.ui-card {
  width: 100%;
}

.ui-card > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-divide-opacity));
}

.ui-card {
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.ui-card .title-button {
  display: flex;
  width: 100%;
  align-items: center;
}

.ui-card .title-button > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
}

.ui-card .title-button {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251/var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 640px) {
  .ui-card .title-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.ui-card .title-button .title {
  font-weight: 600;
}

.ui-card .panel {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.ui-card .panel .content {
  overflow: hidden;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .ui-card .panel .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.accordion .item {
  width: 100%;
}

.accordion .item > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-divide-opacity));
}

.accordion .item {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.accordion .item .toggle-btn {
  display: flex;
  width: 100%;
  align-items: center;
}

.accordion .item .toggle-btn > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
}

.accordion .item .toggle-btn {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.accordion .item .toggle-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251/var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .accordion .item .toggle-btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.accordion .item .title-wrapper {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: space-between;
}

.accordion .item .title-wrapper .title {
  flex: 1 1 0%;
  justify-content: flex-start;
  text-align: left;
}

.accordion .item .panel-wrapper {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion .item .panel-wrapper.open {
  opacity: 1;
}

.accordion .item .panel-wrapper.closed {
  max-height: 0px;
  opacity: 0;
}

.accordion .item .panel-wrapper .panel {
  overflow: hidden;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .accordion .item .panel-wrapper .panel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.accordion .item .panel-wrapper .panel.x-transition-enter {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.accordion .item .panel-wrapper .panel.x-transition-enter-start {
  max-height: 0px;
  opacity: 0;
}

.accordion .item .panel-wrapper .panel.x-transition-enter-end {
  max-height: 100vh;
  opacity: 1;
}

.accordion .item .panel-wrapper .panel.x-transition-leave {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.accordion .item .panel-wrapper .panel.x-transition-leave-start {
  max-height: 100vh;
  opacity: 1;
}

.accordion .item .panel-wrapper .panel.x-transition-leave-end {
  max-height: 0px;
  opacity: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  font-weight: 500;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
  --tw-ring-offset-width: 2px;
}

.btn:not(.outlined) {
  border-color: transparent;
}

.btn.btn-xxs, .btn.xxs {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.6rem;
}

.btn.btn-xs, .btn.xs {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.btn.btn-sm, .btn.sm {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.btn.btn-md, .btn.md {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.btn.btn-lg, .btn.lg {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.btn.btn-xl, .btn.xl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.btn.btn-xxl, .btn.xxl {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.btn.primary:not(.outlined) {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38/var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.btn.primary:not(.outlined):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68/var(--tw-bg-opacity));
}

.btn.primary.outlined {
  cursor: pointer;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68/var(--tw-border-opacity));
  background-color: transparent;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.btn.primary.outlined:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.btn.secondary:not(.outlined) {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64/var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.btn.secondary:not(.outlined):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82/var(--tw-bg-opacity));
}

.btn.secondary.outlined {
  cursor: pointer;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82/var(--tw-border-opacity));
  background-color: transparent;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(64 64 64/var(--tw-text-opacity));
}

.btn.secondary.outlined:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.dropdown {
  display: inline-block;
}

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

.dropdown.dropdown-left .items-wrapper {
  left: 0px;
  transform-origin: top left;
}

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

.dropdown.dropdown-right .items-wrapper {
  right: 0px;
  transform-origin: top right;
}

.dropdown .dropdown-inner {
  position: relative;
  display: inline-block;
  text-align: left;
}

.dropdown .dropdown-inner .icon {
  margin-right: -0.25rem;
  margin-left: 0.5rem;
}

.dropdown .dropdown-inner .items-wrapper {
  position: absolute;
  z-index: 50;
  margin-top: 0.5rem;
  width: 14rem;
}

.dropdown .dropdown-inner .items-wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246/var(--tw-divide-opacity));
}

.dropdown .dropdown-inner .items-wrapper {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.05;
}

.dropdown .dropdown-inner .items-wrapper:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

.dropdown .dropdown-inner .items-wrapper.x-transition-enter-start {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

.dropdown .dropdown-inner .items-wrapper.x-transition-enter-end {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

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

.dropdown .dropdown-inner .items-wrapper.x-transition-leave-start {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.dropdown .dropdown-inner .items-wrapper.x-transition-leave-end {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

.dropdown .dropdown-inner .items-wrapper .items {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.dropdown .dropdown-inner .items-wrapper .items .item {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}

.dropdown .dropdown-inner .items-wrapper .items .item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251/var(--tw-bg-opacity));
}

.form-container .form-group.default {
  position: relative;
  display: flex;
  align-items: stretch;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.form-container .form-group.default:focus-within {
  z-index: 10;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.form-container .form-group.has-error {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165/var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity));
}

.form-container .form-group.has-error:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38/var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity));
}

.form-container .form-group.has-error .label {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.form-container .form-group.no-error {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219/var(--tw-border-opacity));
}

.form-container .form-group.no-error:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229/var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity));
}

.form-container .form-group.no-error .label {
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}

.form-container .form-group .suffix, .form-container .form-group .prefix {
  display: flex;
  min-width: 4rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251/var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.form-container .form-group .prefix {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.form-container .form-group .suffix {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.form-container .form-group .label {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 10;
  display: block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

.form-container .form-group .input {
  position: relative;
  flex: 1 1 0%;
}

.form-container .form-group .input .field {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}

.form-container .form-group:not(.select) .input-field {
  display: block;
  width: 100%;
  border-width: 0px;
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}

.form-container .form-group:not(.select) .input-field::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128/var(--tw-placeholder-opacity));
}

.form-container .form-group:not(.select) .input-field::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128/var(--tw-placeholder-opacity));
}

.form-container .form-group:not(.select) .input-field:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.form-container .form-group.select {
  border-width: 1px;
}

.form-container .form-group.select .input {
  height: 3.5rem;
}

.form-container .form-group.select .input .field {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
}

.form-container .form-group.select .input-field {
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 0.375rem;
  border-color: transparent;
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.form-container .form-group.select .input-field:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.group:hover .form-container .form-group.select .input-field {
  --tw-text-opacity: 1;
  color: rgb(31 41 55/var(--tw-text-opacity));
}

.form-group-boolean {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.form-group-boolean .input {
  margin-right: 0.75rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219/var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(79 70 229/var(--tw-text-opacity));
}

.form-group-boolean .input:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.form-group-boolean .errors {
  display: block;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.form-group-boolean .label {
  flex: 1 1 0%;
}

.form-group-switch .switch-btn {
  position: relative;
  display: inline-flex;
  height: 1.5rem;
  width: 2.75rem;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 2px;
  border-color: transparent;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.form-group-switch .switch-btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}

.form-group-switch .switch-btn.checked {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229/var(--tw-bg-opacity));
}

.form-group-switch .switch-btn.unchecked {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235/var(--tw-bg-opacity));
}

.form-group-switch .switch-btn .toggle {
  pointer-events: none;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.form-group-switch .switch-btn .toggle.checked {
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.form-group-switch .switch-btn .toggle.unchecked {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.form-group-switch .label {
  margin-left: 0.75rem;
}

.form-group-switch .input-field {
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219/var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(79 70 229/var(--tw-text-opacity));
}

.form-group-switch .input-field:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.checkbox[type=checkbox] {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219/var(--tw-border-opacity));
}

.checkbox[type=checkbox]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229/var(--tw-border-opacity));
}

.modal {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  overflow-y: auto;
}

.modal .modal-inner {
  display: flex;
  min-height: 100vh;
  align-items: flex-end;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 5rem;
  text-align: center;
}

@media (min-width: 640px) {
  .modal .modal-inner {
    display: block;
    padding: 0px;
  }
}
.modal .modal-backdrop {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgb(107 114 128/var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.modal .modal-backdrop.x-transition-enter {
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.modal .modal-backdrop.x-transition-enter-start {
  opacity: 0;
}

.modal .modal-backdrop.x-transition-enter-end {
  opacity: 1;
}

.modal .modal-backdrop.x-transition-leave {
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.modal .modal-backdrop.x-transition-leave-start {
  opacity: 1;
}

.modal .modal-backdrop.x-transition-leave-end {
  opacity: 0;
}

.modal .modal-axe {
  display: none;
}

@media (min-width: 640px) {
  .modal .modal-axe {
    display: inline-block;
    height: 100vh;
    vertical-align: middle;
  }
}
.modal .modal-body {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  text-align: left;
  vertical-align: bottom;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px) {
  .modal .modal-body {
    margin-top: 2rem;
    margin-bottom: 2rem;
    vertical-align: middle;
  }
}
.modal .modal-body.x-transition-enter {
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.modal .modal-body.x-transition-enter-start {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

@media (min-width: 640px) {
  .modal .modal-body.x-transition-enter-start {
    --tw-translate-y: 0px;
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.modal .modal-body.x-transition-enter-end {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

@media (min-width: 640px) {
  .modal .modal-body.x-transition-enter-end {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.modal .modal-body.x-transition-leave {
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.modal .modal-body.x-transition-leave-start {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

@media (min-width: 640px) {
  .modal .modal-body.x-transition-leave-start {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.modal .modal-body.x-transition-leave-end {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

@media (min-width: 640px) {
  .modal .modal-body.x-transition-leave-end {
    --tw-translate-y: 0px;
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.modal .modal-body .header {
  display: flex;
  align-items: center;
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  .modal .modal-body .header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.modal .modal-body .header .modal-title {
  flex: 1 1 0%;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}

.modal .modal-body .header .close-btn {
  font-size: 1.5rem;
  line-height: 2rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.modal .modal-body .header .close-btn .icon {
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity));
}

.modal .modal-body .header .close-btn .icon:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99/var(--tw-text-opacity));
}

.modal .modal-body .spinner {
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

.modal .modal-body .spinner .icon {
  margin-left: auto;
  margin-right: auto;
  --tw-text-opacity: 1;
  color: rgb(209 213 219/var(--tw-text-opacity));
}

.modal .modal-body .content {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  .modal .modal-body .content {
    padding: 1.5rem;
  }
}
.modal .modal-body .footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  .modal .modal-body .footer {
    flex-direction: row-reverse;
    row-gap: 0px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

[x-cloak] {
  display: none !important;
}

.splide__pagination__page.is-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38/var(--tw-bg-opacity)) !important;
}

.splide__pagination {
  margin-bottom: -2rem !important;
}

@media (min-width: 640px) {
  .splide__pagination {
    margin-bottom: -3rem !important;
  }
}
.pagy-info {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.pagy-nav.pagination,
.pagy-nav-js {
  display: flex;
  align-items: center;
}

.pagy-nav.pagination > :not([hidden]) ~ :not([hidden]),
.pagy-nav-js > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse)));
}

.pagy-nav .page {
  margin-left: -1px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68/var(--tw-border-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.pagy-nav .page:first-child {
  overflow: hidden;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.pagy-nav .page:last-child {
  overflow: hidden;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-right-width: 1px !important;
}

.pagy-nav .page.gap {
  min-width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28/var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(254 226 226/var(--tw-text-opacity));
}

.pagy-nav .page a,
.pagy-nav .page.active,
.pagy-nav .page.prev.disabled,
.pagy-nav .page.next.disabled,
.pagy-nav-js .page a,
.pagy-nav-js .page.active,
.pagy-nav-js .page.prev.disabled,
.pagy-nav-js .page.next.disabled {
  display: block;
  min-width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38/var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(254 226 226/var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.pagy-nav .page a:hover, .pagy-nav .page.active:hover, .pagy-nav .page.prev.disabled:hover, .pagy-nav .page.next.disabled:hover, .pagy-nav-js .page a:hover, .pagy-nav-js .page.active:hover, .pagy-nav-js .page.prev.disabled:hover, .pagy-nav-js .page.next.disabled:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28/var(--tw-bg-opacity));
}

.pagy-nav .page a:active, .pagy-nav .page.active:active, .pagy-nav .page.prev.disabled:active, .pagy-nav .page.next.disabled:active, .pagy-nav-js .page a:active, .pagy-nav-js .page.active:active, .pagy-nav-js .page.prev.disabled:active, .pagy-nav-js .page.next.disabled:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity));
}

.pagy-nav .page.prev.disabled,
.pagy-nav .page.next.disabled,
.pagy-nav-js .page.prev.disabled,
.pagy-nav-js .page.next.disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(209 213 219/var(--tw-text-opacity));
}

@media (prefers-color-scheme: dark) {
  .pagy-nav .page.prev.disabled,
  .pagy-nav .page.next.disabled,
  .pagy-nav-js .page.prev.disabled,
  .pagy-nav-js .page.next.disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27/var(--tw-bg-opacity));
  }
}
.pagy-nav .page.prev.disabled:hover, .pagy-nav .page.next.disabled:hover, .pagy-nav-js .page.prev.disabled:hover, .pagy-nav-js .page.next.disabled:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity));
}

@media (prefers-color-scheme: dark) {
  .pagy-nav .page.prev.disabled:hover, .pagy-nav .page.next.disabled:hover, .pagy-nav-js .page.prev.disabled:hover, .pagy-nav-js .page.next.disabled:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27/var(--tw-bg-opacity));
  }
}
.pagy-nav .page.prev.disabled:active, .pagy-nav .page.next.disabled:active, .pagy-nav-js .page.prev.disabled:active, .pagy-nav-js .page.next.disabled:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity));
}

@media (prefers-color-scheme: dark) {
  .pagy-nav .page.prev.disabled:active, .pagy-nav .page.next.disabled:active, .pagy-nav-js .page.prev.disabled:active, .pagy-nav-js .page.next.disabled:active {
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27/var(--tw-bg-opacity));
  }
}
.pagy-nav .page.active,
.pagy-nav-js .page.active {
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  color: rgb(255 255 255/var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.pagy-nav .page.active:hover, .pagy-nav-js .page.active:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

.pagy-combo-nav-js {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202/var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.pagy-combo-nav-js .pagy-combo-input {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pagy-combo-nav-js .page.prev:hover, .pagy-combo-nav-js .page.next:hover {
  --tw-text-opacity: 1;
  color: rgb(254 202 202/var(--tw-text-opacity));
}

.pagy-combo-nav-js .page.prev:active, .pagy-combo-nav-js .page.next:active {
  --tw-text-opacity: 1;
  color: rgb(254 202 202/var(--tw-text-opacity));
}

.pagy-combo-nav-js .page.prev.disabled,
.pagy-combo-nav-js .page.next.disabled {
  cursor: not-allowed;
  --tw-text-opacity: 1;
  color: rgb(254 202 202/var(--tw-text-opacity));
}

.users-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px) {
  .users-wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .users-wrapper {
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.users-wrapper > .inner-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 4rem;
}

@media (min-width: 768px) {
  .users-wrapper > .inner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.users-wrapper .user-action-card {
  border-radius: 0.25rem;
  border-width: 1px;
  padding: 1.5rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

@media (min-width: 640px) {
  .users-wrapper .user-action-card {
    padding: 3rem;
  }
}
.users-wrapper .user-action-card > .title {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.users-wrapper .user-action-card > .error-message {
  margin-bottom: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230/var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242/var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(190 18 60/var(--tw-text-opacity));
}

.users-wrapper .user-action-card .credentials-input {
  position: relative;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.users-wrapper .user-action-card .credentials-input:focus-within {
  z-index: 10;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.users-wrapper .user-action-card .credentials-input.email {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.users-wrapper .user-action-card .credentials-input.pw {
  margin-top: -1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.users-wrapper .user-action-card .remember-me {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.users-wrapper .user-action-card .btn-wrapper {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.users-wrapper .user-action-card .btn-wrapper .submit-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.users-wrapper .user-action-card .btn-wrapper .submit-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27/var(--tw-bg-opacity));
}

.users-wrapper .user-action-card.new-account .pw-register {
  position: relative;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.users-wrapper .user-action-card.new-account .pw-register:focus-within {
  z-index: 10;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.users-wrapper .user-action-card.new-account .pw-register:not(.confirm) {
  margin-top: 1.25rem;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.users-wrapper .user-action-card.new-account .pw-register.confirm {
  margin-top: -1px;
  margin-bottom: -1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.users-wrapper .user-action-card.new-account .form-actions.btn-wrapper {
  margin-top: 2.5rem;
  text-align: right;
}

.users-wrapper .user-action-card.new-account .form-actions.btn-wrapper .submit-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.users-wrapper .user-action-card.new-account .form-actions.btn-wrapper .submit-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27/var(--tw-bg-opacity));
}

.users-wrapper .user-action-card.new-account .btn-wrapper {
  text-align: right;
}

.users-wrapper.account-actions {
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px) {
  .users-wrapper.account-actions {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .users-wrapper.account-actions {
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.users-wrapper.account-actions > .title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.users-wrapper.account-actions .btn-wrapper {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom-width: 1px;
  padding-bottom: 2.5rem;
}

.users-wrapper.account-actions .btn-wrapper .submit-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.users-wrapper.account-actions .btn-wrapper .submit-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27/var(--tw-bg-opacity));
}

.users-wrapper.account-actions .new-account-form-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 4rem;
}

@media (min-width: 640px) {
  .users-wrapper.account-actions .new-account-form-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .users-wrapper.account-actions .new-account-form-wrapper > .inner-spacing {
    grid-column: span 2/span 2;
  }
}
.users-wrapper.account-actions .new-account-form-wrapper .form-inputs .password-container {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .users-wrapper.account-actions .new-account-form-wrapper .form-inputs .password-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
.users-wrapper.account-actions .new-account-form-wrapper .form-inputs .name-container > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.users-wrapper .account-links {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128/var(--tw-text-opacity));
}

.navigation.desktop .nav-elements-wrapper .nav-elements .element.has-children .main-menu-category .children-wrapper .list-wrapper .section .children-list .child-element .users-wrapper .account-links:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.navigation.mobile .links-wrapper > .links-grid .main-menu-category .children-wrapper .list-wrapper .section .users-wrapper .account-links {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(185 28 28/var(--tw-text-opacity));
}

.account-wrapper > .inner-wrapper > .nav-wrapper .users-wrapper .account-links {
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99/var(--tw-text-opacity));
}

.account-wrapper > .inner-wrapper > .nav-wrapper .users-wrapper .account-links:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}

.account-wrapper > .inner-wrapper > .nav-wrapper .users-wrapper .account-links.active {
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.footer-wrapper .footer-links-wrapper .link-block .link-list > .item > .users-wrapper .account-links {
  --tw-text-opacity: 1;
  color: rgb(209 213 219/var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-wrapper .footer-links-wrapper .link-block .link-list > .item > .users-wrapper .account-links:hover {
  --tw-text-opacity: 1;
  color: rgb(243 244 246/var(--tw-text-opacity));
}

.footer-wrapper .footer-bottom-wrapper .bottom-links-wrapper .links > .users-wrapper .account-links {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219/var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-wrapper .footer-bottom-wrapper .bottom-links-wrapper .links > .users-wrapper .account-links:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.footer-wrapper .footer-bottom-wrapper .bottom-links-wrapper .language-selector > .users-wrapper .account-links {
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(209 213 219/var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-wrapper .footer-bottom-wrapper .bottom-links-wrapper .language-selector > .users-wrapper .account-links:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.footer-wrapper .footer-bottom-wrapper .bottom-links-wrapper .language-selector > .users-wrapper .account-links .link-title {
  margin-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.account-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px) {
  .account-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .account-wrapper {
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.account-wrapper > .title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .account-wrapper > .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.account-wrapper > .subtitle {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(107 114 128/var(--tw-text-opacity));
}

.account-wrapper .context-title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.account-wrapper > .inner-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 4rem;
}

@media (min-width: 640px) {
  .account-wrapper > .inner-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .account-wrapper > .inner-wrapper > .nav-wrapper {
    grid-column: span 4/span 4;
  }
}
.account-wrapper > .inner-wrapper > .nav-wrapper .link {
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99/var(--tw-text-opacity));
}

.account-wrapper > .inner-wrapper > .nav-wrapper .link:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}

.account-wrapper > .inner-wrapper > .nav-wrapper .link.active {
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.account-wrapper > .inner-wrapper > .nav-wrapper .icon {
  margin-right: 1rem;
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity));
}

.group:hover .account-wrapper > .inner-wrapper > .nav-wrapper .icon {
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.account-wrapper > .inner-wrapper > .nav-wrapper .icon.active {
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .account-wrapper > .inner-wrapper > .profile-body {
    grid-column: span 8/span 8;
  }
}
.account-wrapper > .inner-wrapper > .profile-body .form-group {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

.account-wrapper .profile-wrapper .form-inner-wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.account-wrapper .profile-wrapper .form-inner-wrapper .name-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 0.75rem;
}

@media (min-width: 640px) {
  .account-wrapper .profile-wrapper .form-inner-wrapper .name-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 0px;
  }
}
.account-wrapper .profile-wrapper .form-inner-wrapper .name-wrapper .name-input {
  position: relative;
  flex: 1 1 0%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219/var(--tw-border-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.account-wrapper .profile-wrapper .form-inner-wrapper .name-wrapper .name-input:focus-within {
  z-index: 10;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38/var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity));
}

@media (min-width: 640px) {
  .account-wrapper .profile-wrapper .form-inner-wrapper .name-wrapper .name-input {
    grid-column: span 5/span 5;
  }
}
.account-wrapper .profile-wrapper .form-inner-wrapper .details-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 0.75rem;
}

@media (min-width: 640px) {
  .account-wrapper .profile-wrapper .form-inner-wrapper .details-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 0px;
  }
}
.account-wrapper .profile-wrapper .form-inner-wrapper .details-wrapper .detail-input {
  position: relative;
  flex: 1 1 0%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219/var(--tw-border-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.account-wrapper .profile-wrapper .form-inner-wrapper .details-wrapper .detail-input:focus-within {
  z-index: 10;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38/var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity));
}

@media (min-width: 640px) {
  .account-wrapper .profile-wrapper .form-inner-wrapper .details-wrapper .detail-input.postal {
    grid-column: span 3/span 3;
  }
  .account-wrapper .profile-wrapper .form-inner-wrapper .details-wrapper .detail-input.city {
    grid-column: span 5/span 5;
  }
  .account-wrapper .profile-wrapper .form-inner-wrapper .details-wrapper .detail-input.country {
    grid-column: span 4/span 4;
  }
}
.account-wrapper .profile-wrapper .form-inner-wrapper .phone-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 0.75rem;
}

@media (min-width: 640px) {
  .account-wrapper .profile-wrapper .form-inner-wrapper .phone-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 0px;
  }
}
.account-wrapper .submit-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.account-wrapper .submit-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27/var(--tw-bg-opacity));
}

.account-wrapper .orders-wrapper .list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.account-wrapper .orders-wrapper .list-wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
}

@media (min-width: 640px) {
  .account-wrapper .orders-wrapper .list-wrapper {
    flex-direction: row;
  }
}
.account-wrapper .orders-wrapper .list-wrapper .order-header {
  display: flex;
  width: 100%;
  align-items: center;
}

.account-wrapper .orders-wrapper .list-wrapper .order-header > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
}

.account-wrapper .orders-wrapper .list-wrapper .order-header .order-date {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235/var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55/var(--tw-text-opacity));
}

.account-wrapper .orders-wrapper .list-wrapper .order-header .price-wrapper {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  display: flex;
  display: none;
  flex: 1 1 0%;
  align-items: center;
  justify-content: flex-end;
}

.account-wrapper .orders-wrapper .list-wrapper .order-header .price-wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
}

.account-wrapper .orders-wrapper .list-wrapper .order-header .price-wrapper {
  padding-right: 3rem;
}

@media (min-width: 640px) {
  .account-wrapper .orders-wrapper .list-wrapper .order-header .price-wrapper {
    display: block;
  }
}
.account-wrapper .orders-wrapper .list-wrapper .order-header .price-wrapper .total-gross {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226/var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(153 27 27/var(--tw-text-opacity));
}

.account-wrapper .orders-wrapper .list-wrapper .order-header .price-wrapper .status {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226/var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(153 27 27/var(--tw-text-opacity));
}

.account-wrapper .orders-wrapper .list-wrapper .order-content {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.account-wrapper .orders-wrapper .list-wrapper .order-content .item {
  border-bottom-width: 1px;
  padding-bottom: 0.5rem;
  text-align: left;
}

.account-wrapper .orders-wrapper .list-wrapper .order-content .quantity, .account-wrapper .orders-wrapper .list-wrapper .order-content .price {
  border-bottom-width: 1px;
  padding-bottom: 0.5rem;
  text-align: right;
}

.account-wrapper .orders-wrapper .list-wrapper .order-content .order-line > .title-wrapper {
  border-bottom-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.account-wrapper .orders-wrapper .list-wrapper .order-content .order-line > .title-wrapper > .subtitle {
  --tw-text-opacity: 1;
  color: rgb(107 114 128/var(--tw-text-opacity));
}

.account-wrapper .orders-wrapper .list-wrapper .order-content .order-line .quantity, .account-wrapper .orders-wrapper .list-wrapper .order-content .order-line .price {
  border-bottom-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: right;
}

.account-wrapper .orders-wrapper .list-wrapper .order-content .total-wrapper {
  border-bottom-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: right;
}

.account-wrapper .orders-wrapper .list-wrapper .order-content .total-wrapper > .header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.account-wrapper .orders-wrapper .list-wrapper .order-content .total-wrapper > .total-gross {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: right;
}

.account-wrapper .order-wrapper > .title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.account-wrapper .order-wrapper > .inner-spacing > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.account-wrapper .order-wrapper .overview-wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.account-wrapper .order-wrapper .overview-wrapper .row {
  display: flex;
  flex-direction: column;
}

@media (min-width: 640px) {
  .account-wrapper .order-wrapper .overview-wrapper .row {
    flex-direction: row;
  }
}
.account-wrapper .order-wrapper .overview-wrapper .row:not(.first) {
  padding-top: 0.75rem;
}

.account-wrapper .order-wrapper .overview-wrapper .row > .title {
  flex: 1 1 0%;
  font-weight: 600;
}

.account-wrapper .order-wrapper .overview-wrapper .row > .value {
  flex: 1 1 0%;
}

.account-wrapper .order-wrapper .overview-wrapper .row .payment-status {
  margin-left: 0.5rem;
  border-radius: 9999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.account-wrapper .order-wrapper .overview-wrapper .row .payment-status:not(.paid) {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60/var(--tw-bg-opacity));
}

.account-wrapper .order-wrapper .overview-wrapper .row .payment-status.paid {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61/var(--tw-bg-opacity));
}

.account-wrapper .order-wrapper .lines-wrapper .lines-list {
  margin-bottom: 0.75rem;
}

.account-wrapper .order-wrapper .lines-wrapper .lines-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-divide-opacity));
}

.account-wrapper .order-wrapper .lines-wrapper .lines-list .line-item {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.account-wrapper .order-wrapper .lines-wrapper .lines-list .line-item .qty-badge {
  position: absolute;
  margin-left: -0.25rem;
  margin-top: -0.25rem;
  display: flex;
  height: 1.25rem;
  min-width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55/var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.account-wrapper .order-wrapper .lines-wrapper .lines-list .line-item .item-image {
  height: 4rem;
  width: 4rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-border-opacity));
}

.account-wrapper .order-wrapper .lines-wrapper .lines-list .line-item .info-wrapper {
  margin-left: 1rem;
  line-height: 1.5;
}

.account-wrapper .order-wrapper .lines-wrapper .lines-list .line-item .info-wrapper > .title-wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
}

.account-wrapper .order-wrapper .lines-wrapper .lines-list .line-item .info-wrapper > .title-wrapper > .title {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}

.account-wrapper .order-wrapper .lines-wrapper .lines-list .line-item .info-wrapper > .title-wrapper > .title:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55/var(--tw-text-opacity));
}

.account-wrapper .order-wrapper .lines-wrapper .lines-list .line-item .info-wrapper > .subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128/var(--tw-text-opacity));
}

.account-wrapper .order-wrapper .lines-wrapper .lines-list .line-item .info-wrapper > .total-gross {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}

.account-wrapper .order-wrapper .lines-wrapper .total-wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.account-wrapper .order-wrapper .lines-wrapper .total-wrapper {
  border-top-width: 1px;
  padding-top: 0.75rem;
}

.account-wrapper .order-wrapper .lines-wrapper .total-wrapper .summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.account-wrapper .order-wrapper .lines-wrapper .total-wrapper .summary-line.limiter-top {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-border-opacity));
  padding-top: 0.75rem;
}

.account-wrapper .order-wrapper .lines-wrapper .total-wrapper .summary-line.total {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}

.account-wrapper .order-wrapper .lines-wrapper .total-wrapper .summary-line > .title {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99/var(--tw-text-opacity));
}

.account-wrapper .order-wrapper .lines-wrapper .total-wrapper .summary-line > .value {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}

.account-wrapper .order-wrapper .lines-wrapper .total-wrapper .summary-line .vat-info {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(107 114 128/var(--tw-text-opacity));
}

.account-wrapper .order-wrapper .addresses-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .account-wrapper .order-wrapper .addresses-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.account-wrapper .order-wrapper .actions-wrapper {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.account-wrapper .order-wrapper .actions-wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
}

.account-wrapper .order-wrapper .actions-wrapper {
  border-top-width: 1px;
  padding-top: 1.25rem;
}

@media (min-width: 640px) {
  .account-wrapper .order-wrapper .actions-wrapper {
    flex-direction: row;
  }
  .account-wrapper .order-wrapper .actions-wrapper > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
.faq-header > .inner-spacing {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
}

@media (min-width: 640px) {
  .faq-header > .inner-spacing {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .faq-header > .inner-spacing {
    padding-top: 3rem;
  }
}
@media (min-width: 1024px) {
  .faq-header > .inner-spacing {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.faq-header > .inner-spacing > .title-wrapper {
  display: flex;
  flex-direction: column;
}

.faq-header > .inner-spacing > .title-wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.faq-header > .inner-spacing > .title-wrapper {
  padding-bottom: 3rem;
}

.faq-header > .inner-spacing > .title-wrapper > .title {
  margin-left: -0.25rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #f87171;
  --tw-gradient-to: rgb(248 113 113 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #b91c1c;
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-weight: 800;
  color: transparent;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 8rem;
}

@media (min-width: 640px) {
  .faq-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .faq-wrapper {
    padding-top: 3rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 1024px) {
  .faq-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.faq-wrapper > .categories-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .faq-wrapper > .categories-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.faq-wrapper > .categories-wrapper .category {
  border-radius: 0.5rem;
  border-width: 2px;
  padding: 1.5rem;
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.faq-wrapper > .categories-wrapper .category:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68/var(--tw-border-opacity));
}

.faq-wrapper > .categories-wrapper .category .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.group:hover .faq-wrapper > .categories-wrapper .category .title-wrapper {
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.faq-wrapper > .categories-wrapper .category .title-wrapper > .icon {
  margin-bottom: 1.25rem;
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(239 68 68/var(--tw-text-opacity));
}

.faq-wrapper .category-content-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}

@media (min-width: 768px) {
  .faq-wrapper .category-content-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .faq-wrapper .category-content-wrapper > .list-wrapper {
    grid-column: span 3/span 3;
  }
}
.faq-wrapper .category-content-wrapper > .list-wrapper > .headline {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.faq-wrapper .category-content-wrapper > .list-wrapper > .spacing {
  margin-top: 1.5rem;
  display: flow-root;
}

.faq-wrapper .category-content-wrapper > .list-wrapper > .spacing > .list {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.faq-wrapper .category-content-wrapper > .list-wrapper > .spacing > .list > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-divide-opacity));
}

.faq-wrapper .category-content-wrapper > .list-wrapper > .spacing > .list .entry {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.faq-wrapper .category-content-wrapper > .list-wrapper > .spacing > .list .entry.active {
  font-weight: 700;
}

.faq-wrapper .category-content-wrapper > .list-wrapper > .spacing > .list .entry.child {
  margin-left: 0.75rem;
  padding-bottom: 0px;
}

.faq-wrapper .category-content-wrapper > .list-wrapper > .spacing > .list .entry .icon {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.faq-wrapper .category-content-wrapper > .list-wrapper > .spacing > .list .entry .child-list {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-left: 2rem;
}

@media (min-width: 768px) {
  .faq-wrapper .category-content-wrapper > .questions-wrapper {
    grid-column: span 9/span 9;
  }
}
.faq-wrapper .category-content-wrapper > .questions-wrapper > .title {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.faq-wrapper .category-content-wrapper > .questions-wrapper > .questions {
  width: 100%;
}

.faq-wrapper .category-content-wrapper > .questions-wrapper > .questions > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-divide-opacity));
}

@media (min-width: 768px) {
  .faq-wrapper .category-content-wrapper .search-results-wrapper {
    grid-column: span 9/span 9;
  }
}
.faq-wrapper .category-content-wrapper .search-results-wrapper > .title {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.faq-wrapper .category-content-wrapper .search-results-wrapper > .subtitle {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.faq-wrapper .category-content-wrapper .search-results-wrapper .results {
  width: 100%;
}

.faq-wrapper .category-content-wrapper .search-results-wrapper .results > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-divide-opacity));
}

.faq-wrapper .category-content-wrapper .search-results-wrapper .result-link {
  margin-bottom: 0.75rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245/var(--tw-bg-opacity));
  padding: 1rem;
}

.faq-wrapper .category-content-wrapper .search-results-wrapper .result-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.faq.search {
  margin-bottom: 2.5rem;
  display: flex;
}

.faq.search .search-input {
  width: 100%;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-border-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.faq.search .search-input:focus {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38/var(--tw-border-opacity));
  outline-width: 0px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.faq.search .submit-btn {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.faq.search .submit-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27/var(--tw-bg-opacity));
}

.faq.search .submit-btn .icon {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.footer-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64/var(--tw-bg-opacity));
}

.footer-wrapper > .inner-spacing {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .footer-wrapper > .inner-spacing {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .footer-wrapper > .inner-spacing {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.footer-wrapper .inner-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .footer-wrapper .inner-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .footer-wrapper .inner-wrapper .logo-wrapper {
    display: flex;
    justify-content: center;
  }
}
.footer-wrapper .inner-wrapper .logo-wrapper .logo {
  height: 2rem;
  width: auto;
}

.footer-wrapper .footer-links-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper .footer-links-wrapper .footer-links-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}

@media (min-width: 768px) {
  .footer-wrapper .footer-links-wrapper .footer-links-grid {
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .footer-wrapper .footer-links-wrapper .footer-links-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.footer-wrapper .footer-links-wrapper .link-block .title {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(243 244 246/var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .footer-wrapper .footer-links-wrapper .link-block .title {
    margin-bottom: 0.75rem;
  }
}
.footer-wrapper .footer-links-wrapper .link-block .link-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.footer-wrapper .footer-links-wrapper .link-block .link-list > .item {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-wrapper .footer-links-wrapper .link-block .link-list > .item > .link {
  --tw-text-opacity: 1;
  color: rgb(209 213 219/var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-wrapper .footer-links-wrapper .link-block .link-list > .item > .link:hover {
  --tw-text-opacity: 1;
  color: rgb(243 244 246/var(--tw-text-opacity));
}

.footer-wrapper .footer-bottom-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38/var(--tw-bg-opacity));
  font-weight: 600;
}

.footer-wrapper .footer-bottom-wrapper > .inner-spacing {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .footer-wrapper .footer-bottom-wrapper > .inner-spacing {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .footer-wrapper .footer-bottom-wrapper > .inner-spacing {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .footer-wrapper .footer-bottom-wrapper > .inner-spacing {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.footer-wrapper .footer-bottom-wrapper .copyright-wrapper {
  text-align: center;
}

@media (min-width: 768px) {
  .footer-wrapper .footer-bottom-wrapper .copyright-wrapper {
    text-align: left;
  }
}
.footer-wrapper .footer-bottom-wrapper .copyright-wrapper .copyright {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219/var(--tw-text-opacity));
}

.footer-wrapper .footer-bottom-wrapper .bottom-links-wrapper {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .footer-wrapper .footer-bottom-wrapper .bottom-links-wrapper {
    margin-top: 0px;
  }
}
.footer-wrapper .footer-bottom-wrapper .bottom-links-wrapper .links {
  display: flex;
}

.footer-wrapper .footer-bottom-wrapper .bottom-links-wrapper .links > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)));
}

.footer-wrapper .footer-bottom-wrapper .bottom-links-wrapper .links > .link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219/var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-wrapper .footer-bottom-wrapper .bottom-links-wrapper .links > .link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.footer-wrapper .footer-bottom-wrapper .bottom-links-wrapper .language-selector {
  margin-left: 1.5rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219/var(--tw-border-opacity));
  padding-left: 1.5rem;
}

.footer-wrapper .footer-bottom-wrapper .bottom-links-wrapper .language-selector > .link {
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(209 213 219/var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-wrapper .footer-bottom-wrapper .bottom-links-wrapper .language-selector > .link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.footer-wrapper .footer-bottom-wrapper .bottom-links-wrapper .language-selector > .link .link-title {
  margin-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body {
  vertical-align: baseline;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body > .body-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

body > .body-wrapper > main {
  padding-top: 93px;
}

@media (min-width: 640px) {
  body > .body-wrapper > main {
    padding-top: 125px;
    padding-bottom: 0px;
  }
}
body .start-box-link {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38/var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

body .start-box-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28/var(--tw-bg-opacity));
}

body .netrockers_cms_html h1, body .netrockers_cms_text h1 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

body .netrockers_cms_html h2, body .netrockers_cms_text h2 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

body .netrockers_cms_html h3, body .netrockers_cms_text h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

body .netrockers_cms_html h4, body .netrockers_cms_text h4 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

body .netrockers_cms_html h5, body .netrockers_cms_text h5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

body .netrockers_cms_html h6, body .netrockers_cms_text h6 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

body .netrockers_cms_html p, body .netrockers_cms_text p {
  margin-bottom: 0.25rem;
}

body .netrockers_cms_html ul, body .netrockers_cms_text ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}

body .netrockers_cms_html a, body .netrockers_cms_text a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
  text-decoration-line: underline;
}

body .netrockers_cms_html a:hover, body .netrockers_cms_text a:hover {
  text-decoration-line: none;
}

.sr-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@media (min-width: 640px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    right: 50% !important;
    margin-right: -200px;
  }
}
@keyframes bounce-right {
  0%, 100% {
    transform: translateX(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  50% {
    transform: translateX(25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.body-wrapper main {
  min-height: 55vh;
}

.tippy-box[data-theme~=s] {
  opacity: 0.9;
}

.tippy-box[data-theme~=s] .tippy-content {
  padding: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1;
}

@keyframes heartAnimation {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.75);
  }
  66% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0%, 35% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.focus-within\:z-10:focus-within {
  z-index: 10;
}

.focus-within\:border-red-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38/var(--tw-border-opacity));
}

.focus-within\:border-indigo-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229/var(--tw-border-opacity));
}

.focus-within\:border-primary-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38/var(--tw-border-opacity));
}

.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);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.focus-within\:ring-red-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity));
}

.focus-within\:ring-primary-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity));
}

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

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

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

.hover\:border-primary-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68/var(--tw-border-opacity));
}

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

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68/var(--tw-bg-opacity));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202/var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251/var(--tw-bg-opacity));
}

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

.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28/var(--tw-bg-opacity));
}

.hover\:bg-primary-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68/var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235/var(--tw-bg-opacity));
}

.hover\:\!bg-primary-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68/var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81/var(--tw-bg-opacity));
}

.hover\:bg-primary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38/var(--tw-bg-opacity));
}

.hover\:bg-primary-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27/var(--tw-bg-opacity));
}

.hover\:bg-secondary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82/var(--tw-bg-opacity));
}

.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgb(99 102 241/var(--tw-text-opacity));
}

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

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

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}

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

.hover\:text-primary-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

.hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68/var(--tw-text-opacity));
}

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

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

.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgb(243 244 246/var(--tw-text-opacity));
}

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

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

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

.focus\:border-2:focus {
  border-width: 2px;
}

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

.focus\:border-gray-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246/var(--tw-border-opacity));
}

.focus\:border-primary-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38/var(--tw-border-opacity));
}

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

.focus\:outline-0:focus {
  outline-width: 0px;
}

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

.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);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.focus\:ring-primary-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:animate-bounce-right {
  animation: bounce-right 1s ease-in-out infinite both;
}

.group:hover .group-hover\:bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99/var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

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

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

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

@media (min-width: 640px) {
  .sm\:sticky {
    position: sticky;
  }
  .sm\:top-\[125px\] {
    top: 125px;
  }
  .sm\:top-56 {
    top: 14rem;
  }
  .sm\:\!right-1\/2 {
    right: 50% !important;
  }
  .sm\:order-first {
    order: -9999;
  }
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .sm\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .sm\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .sm\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .sm\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .sm\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .sm\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .sm\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .sm\:float-right {
    float: right;
  }
  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sm\:mt-0 {
    margin-top: 0px;
  }
  .sm\:ml-6 {
    margin-left: 1.5rem;
  }
  .sm\:mb-12 {
    margin-bottom: 3rem;
  }
  .sm\:mt-6 {
    margin-top: 1.5rem;
  }
  .sm\:mt-12 {
    margin-top: 3rem;
  }
  .sm\:-mt-16 {
    margin-top: -4rem;
  }
  .sm\:-mt-12 {
    margin-top: -3rem;
  }
  .sm\:ml-5 {
    margin-left: 1.25rem;
  }
  .sm\:mb-0 {
    margin-bottom: 0px;
  }
  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }
  .sm\:mr-3 {
    margin-right: 0.75rem;
  }
  .sm\:mb-4 {
    margin-bottom: 1rem;
  }
  .sm\:mr-2 {
    margin-right: 0.5rem;
  }
  .sm\:ml-0 {
    margin-left: 0px;
  }
  .sm\:ml-2 {
    margin-left: 0.5rem;
  }
  .sm\:-mr-\[200px\] {
    margin-right: -200px;
  }
  .sm\:block {
    display: block;
  }
  .sm\:inline-block {
    display: inline-block;
  }
  .sm\:inline {
    display: inline;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-64 {
    height: 16rem;
  }
  .sm\:h-screen {
    height: 100vh;
  }
  .sm\:h-\[450px\] {
    height: 450px;
  }
  .sm\:max-h-full {
    max-height: 100%;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:w-6\/12 {
    width: 50%;
  }
  .sm\:w-\[400px\] {
    width: 400px;
  }
  .sm\:w-1\/3 {
    width: 33.333333%;
  }
  .sm\:w-3\/4 {
    width: 75%;
  }
  .sm\:w-64 {
    width: 16rem;
  }
  .sm\:min-w-\[30rem\] {
    min-width: 30rem;
  }
  .sm\:max-w-lg {
    max-width: 32rem;
  }
  .sm\:max-w-7xl {
    max-width: 80rem;
  }
  .sm\:max-w-2xl {
    max-width: 42rem;
  }
  .sm\:max-w-xl {
    max-width: 36rem;
  }
  .sm\:max-w-3xl {
    max-width: 48rem;
  }
  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:scroll-mt-\[185px\] {
    scroll-margin-top: 185px;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:items-end {
    align-items: flex-end;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-8 {
    gap: 2rem;
  }
  .sm\:gap-12 {
    gap: 3rem;
  }
  .sm\:gap-6 {
    gap: 1.5rem;
  }
  .sm\:gap-y-0 {
    row-gap: 0px;
  }
  .sm\:gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .sm\:gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .sm\:gap-x-16 {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
  }
  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }
  .sm\:rounded-md {
    border-radius: 0.375rem;
  }
  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
  }
  .sm\:p-0 {
    padding: 0px;
  }
  .sm\:p-6 {
    padding: 1.5rem;
  }
  .sm\:p-8 {
    padding: 2rem;
  }
  .sm\:p-12 {
    padding: 3rem;
  }
  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:pt-8 {
    padding-top: 2rem;
  }
  .sm\:pt-0 {
    padding-top: 0px;
  }
  .sm\:pr-12 {
    padding-right: 3rem;
  }
  .sm\:pt-12 {
    padding-top: 3rem;
  }
  .sm\:pt-\[125px\] {
    padding-top: 125px;
  }
  .sm\:align-middle {
    vertical-align: middle;
  }
  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:aspect-w-2 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 2;
  }
  .sm\:aspect-w-2 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .sm\:aspect-h-1 {
    --tw-aspect-h: 1;
  }
  .sm\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  }
}
@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .md\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .md\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:-mt-16 {
    margin-top: -4rem;
  }
  .md\:mt-24 {
    margin-top: 6rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:h-72 {
    height: 18rem;
  }
  .md\:h-\[400px\] {
    height: 400px;
  }
  .md\:w-4\/12 {
    width: 33.333333%;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-\[40rem\] {
    width: 40rem;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:gap-12 {
    gap: 3rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:rounded-lg {
    border-radius: 0.5rem;
  }
  .md\:p-12 {
    padding: 3rem;
  }
  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:pr-6 {
    padding-right: 1.5rem;
  }
  .md\:pt-12 {
    padding-top: 3rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:align-top {
    vertical-align: top;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:aspect-w-3 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 3;
  }
  .md\:aspect-w-3 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .lg\:static {
    position: static;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:top-0 {
    top: 0px;
  }
  .lg\:right-0 {
    right: 0px;
  }
  .lg\:order-first {
    order: -9999;
  }
  .lg\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .lg\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .lg\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:ml-0 {
    margin-left: 0px;
  }
  .lg\:ml-8 {
    margin-left: 2rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:h-96 {
    height: 24rem;
  }
  .lg\:h-24 {
    height: 6rem;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-3\/12 {
    width: 25%;
  }
  .lg\:w-\[50rem\] {
    width: 50rem;
  }
  .lg\:max-w-7xl {
    max-width: 80rem;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .lg\:gap-y-8 {
    row-gap: 2rem;
  }
  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * (1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * (1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }
  .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse)));
  }
  .lg\:border-0 {
    border-width: 0px;
  }
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:pr-16 {
    padding-right: 4rem;
  }
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:aspect-w-1 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 1;
  }
  .lg\:aspect-w-1 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .lg\:aspect-h-1 {
    --tw-aspect-h: 1;
  }
  .lg\:aspect-w-2 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 2;
  }
  .lg\:aspect-w-2 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1280px) {
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

/*# sourceMappingURL=theme-rex.css.map */
