/*
! tailwindcss v3.4.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: currentColor; /* 2 */
}

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: var(--font-IBM_Plex_Sans_Thai), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

body,
  html,
  main{
  height: 100%;
}

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

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

  .container{
    max-width: 330px;
  }
}
@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;
  }
}
.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;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.bottom-0{
  bottom: 0px;
}
.bottom-0\.5{
  bottom: 0.125rem;
}
.bottom-1{
  bottom: 0.25rem;
}
.bottom-6{
  bottom: 1.5rem;
}
.left-0{
  left: 0px;
}
.left-4{
  left: 1rem;
}
.left-\[2\.25px\]{
  left: 2.25px;
}
.left-auto{
  left: auto;
}
.right-0{
  right: 0px;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-\[-10px\]{
  right: -10px;
}
.right-\[-18px\]{
  right: -18px;
}
.right-\[-20px\]{
  right: -20px;
}
.top-0{
  top: 0px;
}
.top-12{
  top: 3rem;
}
.top-3{
  top: 0.75rem;
}
.top-5{
  top: 1.25rem;
}
.top-6{
  top: 1.5rem;
}
.top-\[-10px\]{
  top: -10px;
}
.top-\[113px\]{
  top: 113px;
}
.top-\[1rem\]{
  top: 1rem;
}
.top-\[2\.25px\]{
  top: 2.25px;
}
.top-\[20px\]{
  top: 20px;
}
.top-\[216px\]{
  top: 216px;
}
.top-\[50px\]{
  top: 50px;
}
.top-\[51px\]{
  top: 51px;
}
.top-\[59px\]{
  top: 59px;
}
.top-\[67px\]{
  top: 67px;
}
.top-auto{
  top: auto;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[3\]{
  z-index: 3;
}
.z-\[4\]{
  z-index: 4;
}
.z-\[6\]{
  z-index: 6;
}
.z-\[7\]{
  z-index: 7;
}
.z-\[8\]{
  z-index: 8;
}
.z-\[995\]{
  z-index: 995;
}
.z-\[996\]{
  z-index: 996;
}
.z-\[997\]{
  z-index: 997;
}
.z-\[99999\]{
  z-index: 99999;
}
.z-\[9999\]{
  z-index: 9999;
}
.z-header{
  z-index: 996;
}
.z-modal{
  z-index: 999;
}
.m-0{
  margin: 0px;
}
.m-1{
  margin: 0.25rem;
}
.m-2{
  margin: 0.5rem;
}
.m-2\.5{
  margin: 0.625rem;
}
.m-4{
  margin: 1rem;
}
.m-auto{
  margin: auto;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-1\.5{
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.-my-1\.5{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-0\.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.-mb-2{
  margin-bottom: -0.5rem;
}
.-mb-px{
  margin-bottom: -1px;
}
.-ml-\[26px\]{
  margin-left: -26px;
}
.-mt-10{
  margin-top: -2.5rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.-mt-6{
  margin-top: -1.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-0\.5{
  margin-right: 0.125rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-11{
  margin-top: 2.75rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-3\.5{
  margin-top: 0.875rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-48{
  margin-top: 12rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[1px\]{
  margin-top: 1px;
}
.mt-\[2px\]{
  margin-top: 2px;
}
.box-border{
  box-sizing: border-box;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-3{
  height: 0.75rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[100\%\]{
  height: 100%;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[100vh\]{
  height: 100vh;
}
.h-\[108px\]{
  height: 108px;
}
.h-\[11\.79px\]{
  height: 11.79px;
}
.h-\[115px\]{
  height: 115px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[12px\]{
  height: 12px;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[19\.5px\]{
  height: 19.5px;
}
.h-\[194px\]{
  height: 194px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[224px\]{
  height: 224px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[64px\]{
  height: 64px;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[8px\]{
  height: 8px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-\[108px\]{
  max-height: 108px;
}
.max-h-\[156px\]{
  max-height: 156px;
}
.max-h-\[188px\]{
  max-height: 188px;
}
.max-h-\[200px\]{
  max-height: 200px;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.max-h-fit{
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.max-h-full{
  max-height: 100%;
}
.min-h-\[140px\]{
  min-height: 140px;
}
.min-h-\[32px\]{
  min-height: 32px;
}
.min-h-\[36px\]{
  min-height: 36px;
}
.min-h-\[40px\]{
  min-height: 40px;
}
.min-h-\[48px\]{
  min-height: 48px;
}
.min-h-\[56px\]{
  min-height: 56px;
}
.min-h-\[64px\]{
  min-height: 64px;
}
.min-h-\[73px\]{
  min-height: 73px;
}
.min-h-\[80px\]{
  min-height: 80px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-10{
  width: 2.5rem;
}
.w-2{
  width: 0.5rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\/4{
  width: 75%;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-64{
  width: 16rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[124px\]{
  width: 124px;
}
.w-\[149px\]{
  width: 149px;
}
.w-\[16\.25px\]{
  width: 16.25px;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[19\.5px\]{
  width: 19.5px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[253px\]{
  width: 253px;
}
.w-\[270px\]{
  width: 270px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[36px\]{
  width: 36px;
}
.w-\[375px\]{
  width: 375px;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[44px\]{
  width: 44px;
}
.w-\[48px\]{
  width: 48px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[92\%\]{
  width: 92%;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.w-svw{
  width: 100svw;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[150px\]{
  min-width: 150px;
}
.min-w-\[16px\]{
  min-width: 16px;
}
.min-w-\[20px\]{
  min-width: 20px;
}
.min-w-\[24px\]{
  min-width: 24px;
}
.min-w-\[40px\]{
  min-width: 40px;
}
.min-w-\[48px\]{
  min-width: 48px;
}
.min-w-\[96px\]{
  min-width: 96px;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-\[100px\]{
  max-width: 100px;
}
.max-w-\[267px\]{
  max-width: 267px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[343px\]{
  max-width: 343px;
}
.max-w-\[375px\]{
  max-width: 375px;
}
.max-w-\[415px\]{
  max-width: 415px;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-\[90vw\]{
  max-width: 90vw;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-screen-sm{
  max-width: 640px;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-initial{
  flex: 0 1 auto;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.origin-\[0-0\]{
  transform-origin: 0-0;
}
.-translate-x-full{
  --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));
}
.translate-y-\[-0\.5rem\]{
  --tw-translate-y: -0.5rem;
  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\.8rem\]{
  --tw-translate-y: -0.8rem;
  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-0{
  --tw-rotate: 0deg;
  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-180{
  --tw-rotate: 180deg;
  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-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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-\[0\.7\]{
  --tw-scale-x: 0.7;
  --tw-scale-y: 0.7;
  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-none{
  transform: none;
}
@keyframes fade{

  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}
.animate-fade{
  animation: fade 1s both;
}
@keyframes fade-down{

  0%{
    opacity: 0;
    transform: translateY(-2rem);
  }

  100%{
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-down{
  animation: fade-down 1s both;
}
@keyframes fade-up{

  0%{
    opacity: 0;
    transform: translateY(2rem);
  }

  100%{
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-up{
  animation: fade-up 1s both;
}
@keyframes pulse{

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

  0%, 100%{
    opacity: 0;
    transform: scale(0);
  }

  20%, 80%{
    opacity: 1;
    transform: scale(1);
  }
}
.animate-pulse-appear-disappear{
  animation: pulse-appear-disappear 700ms infinite ease-in-out;
}
@keyframes spin{

  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.\!cursor-not-allowed{
  cursor: not-allowed !important;
}
.cursor-auto{
  cursor: auto;
}
.cursor-default{
  cursor: default;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.resize-none{
  resize: none;
}
.snap-start{
  scroll-snap-align: start;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.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-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;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.\!justify-center{
  justify-content: center !important;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-8{
  gap: 2rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(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 * calc(1 - var(--tw-space-x-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 * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-center{
  align-self: center;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[100px\]{
  border-radius: 100px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-tl-none{
  border-top-left-radius: 0px;
}
.rounded-tr-none{
  border-top-right-radius: 0px;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-0{
  border-left-width: 0px;
}
.border-r-\[1px\]{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-none{
  border-style: none;
}
.border-\[\#C7C7C7\]{
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity));
}
.border-\[\#E8E8E8\]{
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
}
.border-error-light{
  --tw-border-opacity: 1;
  border-color: rgb(255 201 201 / var(--tw-border-opacity));
}
.border-error-main{
  --tw-border-opacity: 1;
  border-color: rgb(186 26 26 / var(--tw-border-opacity));
}
.border-gray-light{
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}
.border-info-light{
  --tw-border-opacity: 1;
  border-color: rgb(235 249 255 / var(--tw-border-opacity));
}
.border-info-main{
  --tw-border-opacity: 1;
  border-color: rgb(27 175 242 / var(--tw-border-opacity));
}
.border-neutral-100{
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
}
.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity));
}
.border-neutral-300{
  --tw-border-opacity: 1;
  border-color: rgb(142 142 142 / var(--tw-border-opacity));
}
.border-neutral-50{
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}
.border-primary-light{
  --tw-border-opacity: 1;
  border-color: rgb(255 217 218 / var(--tw-border-opacity));
}
.border-primary-main{
  --tw-border-opacity: 1;
  border-color: rgb(232 32 38 / var(--tw-border-opacity));
}
.border-quaternary-light{
  --tw-border-opacity: 1;
  border-color: rgb(161 255 249 / var(--tw-border-opacity));
}
.border-quaternary-main{
  --tw-border-opacity: 1;
  border-color: rgb(8 198 186 / var(--tw-border-opacity));
}
.border-secondary-light{
  --tw-border-opacity: 1;
  border-color: rgb(234 222 255 / var(--tw-border-opacity));
}
.border-secondary-main{
  --tw-border-opacity: 1;
  border-color: rgb(97 9 255 / var(--tw-border-opacity));
}
.border-success-light{
  --tw-border-opacity: 1;
  border-color: rgb(208 255 217 / var(--tw-border-opacity));
}
.border-success-main{
  --tw-border-opacity: 1;
  border-color: rgb(0 191 38 / var(--tw-border-opacity));
}
.border-tertiary-light{
  --tw-border-opacity: 1;
  border-color: rgb(255 247 212 / var(--tw-border-opacity));
}
.border-tertiary-main{
  --tw-border-opacity: 1;
  border-color: rgb(255 207 0 / var(--tw-border-opacity));
}
.border-warning-light{
  --tw-border-opacity: 1;
  border-color: rgb(255 235 229 / var(--tw-border-opacity));
}
.border-warning-main{
  --tw-border-opacity: 1;
  border-color: rgb(242 98 51 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-neutral-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(232 232 232 / var(--tw-border-opacity));
}
.\!bg-neutral-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(199 199 199 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#F4F4F4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.bg-error-light{
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 201 / var(--tw-bg-opacity));
}
.bg-error-main{
  --tw-bg-opacity: 1;
  background-color: rgb(186 26 26 / var(--tw-bg-opacity));
}
.bg-gray-light{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-info-light{
  --tw-bg-opacity: 1;
  background-color: rgb(235 249 255 / var(--tw-bg-opacity));
}
.bg-info-main{
  --tw-bg-opacity: 1;
  background-color: rgb(27 175 242 / var(--tw-bg-opacity));
}
.bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}
.bg-neutral-200{
  --tw-bg-opacity: 1;
  background-color: rgb(199 199 199 / var(--tw-bg-opacity));
}
.bg-neutral-300{
  --tw-bg-opacity: 1;
  background-color: rgb(142 142 142 / var(--tw-bg-opacity));
}
.bg-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-neutral-900{
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity));
}
.bg-primary-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(169 35 40 / var(--tw-bg-opacity));
}
.bg-primary-light{
  --tw-bg-opacity: 1;
  background-color: rgb(255 217 218 / var(--tw-bg-opacity));
}
.bg-primary-main{
  --tw-bg-opacity: 1;
  background-color: rgb(232 32 38 / var(--tw-bg-opacity));
}
.bg-quaternary-light{
  --tw-bg-opacity: 1;
  background-color: rgb(161 255 249 / var(--tw-bg-opacity));
}
.bg-quaternary-main{
  --tw-bg-opacity: 1;
  background-color: rgb(8 198 186 / var(--tw-bg-opacity));
}
.bg-secondary-light{
  --tw-bg-opacity: 1;
  background-color: rgb(234 222 255 / var(--tw-bg-opacity));
}
.bg-secondary-main{
  --tw-bg-opacity: 1;
  background-color: rgb(97 9 255 / var(--tw-bg-opacity));
}
.bg-success-light{
  --tw-bg-opacity: 1;
  background-color: rgb(208 255 217 / var(--tw-bg-opacity));
}
.bg-success-main{
  --tw-bg-opacity: 1;
  background-color: rgb(0 191 38 / var(--tw-bg-opacity));
}
.bg-tertiary-light{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 212 / var(--tw-bg-opacity));
}
.bg-tertiary-main{
  --tw-bg-opacity: 1;
  background-color: rgb(255 207 0 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-warning-light{
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 229 / var(--tw-bg-opacity));
}
.bg-warning-main{
  --tw-bg-opacity: 1;
  background-color: rgb(242 98 51 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-primary-light{
  --tw-gradient-from: #FFD9DA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 217 218 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-primary-main{
  --tw-gradient-to: #E82026 var(--tw-gradient-to-position);
}
.fill-black{
  fill: #000000;
}
.fill-error-dark{
  fill: #701f1f;
}
.fill-error-main{
  fill: #BA1A1A;
}
.fill-info-dark{
  fill: #1f5973;
}
.fill-neutral-200{
  fill: #C7C7C7;
}
.fill-neutral-700{
  fill: #505050;
}
.fill-primary-dark{
  fill: #A92328;
}
.fill-quaternary-dark{
  fill: #103f3c;
}
.fill-secondary-dark{
  fill: #381675;
}
.fill-success-dark{
  fill: #0b4015;
}
.fill-success-main{
  fill: #00BF26;
}
.fill-tertiary-dark{
  fill: #5D5014;
}
.fill-warning-dark{
  fill: #793924;
}
.fill-warning-main{
  fill: #F26233;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-\[1px\]{
  padding: 1px;
}
.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-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.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-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pl-1{
  padding-left: 0.25rem !important;
}
.\!pl-1\.5{
  padding-left: 0.375rem !important;
}
.\!pl-2{
  padding-left: 0.5rem !important;
}
.\!pl-3{
  padding-left: 0.75rem !important;
}
.\!pr-2{
  padding-right: 0.5rem !important;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-2\.5{
  padding-bottom: 0.625rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[8px\]{
  padding-bottom: 8px;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-2\.5{
  padding-left: 0.625rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-\[16px\]{
  padding-left: 16px;
}
.pl-\[26px\]{
  padding-left: 26px;
}
.pr-0{
  padding-right: 0px;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-\[16px\]{
  padding-right: 16px;
}
.pt-0{
  padding-top: 0px;
}
.pt-0\.5{
  padding-top: 0.125rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-3\.5{
  padding-top: 0.875rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-\[0\.6rem\]{
  padding-top: 0.6rem;
}
.pt-\[14px\]{
  padding-top: 14px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-start{
  text-align: start;
}
.align-middle{
  vertical-align: middle;
}
.text-\[0\.6rem\]{
  font-size: 0.6rem;
}
.text-\[0\.75rem\]{
  font-size: 0.75rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[2rem\]{
  font-size: 2rem;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-\[8px\]{
  font-size: 8px;
}
.text-body{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-body1{
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.text-footnote{
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.text-h1{
  font-size: 2.5rem;
  line-height: 3.75rem;
}
.text-h2{
  font-size: 2rem;
  line-height: 3rem;
}
.text-h3{
  font-size: 1.50rem;
  line-height: 2.25rem;
}
.text-h4{
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.text-h5{
  font-size: 1.15rem;
  line-height: 1.7249999999999999rem;
}
.text-h6{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-note{
  font-size: 0.625rem;
  line-height: 0.9375rem;
}
.\!font-normal{
  font-weight: 400 !important;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-\[1rem\]{
  line-height: 1rem;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[35px\]{
  line-height: 35px;
}
.leading-\[39px\]{
  line-height: 39px;
}
.leading-\[47px\]{
  line-height: 47px;
}
.\!text-neutral-200{
  --tw-text-opacity: 1 !important;
  color: rgb(199 199 199 / var(--tw-text-opacity)) !important;
}
.text-\[\#212124\]{
  --tw-text-opacity: 1;
  color: rgb(33 33 36 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black\/\[0\.7\]{
  color: rgb(0 0 0 / 0.7);
}
.text-error-light{
  --tw-text-opacity: 1;
  color: rgb(255 201 201 / var(--tw-text-opacity));
}
.text-error-main{
  --tw-text-opacity: 1;
  color: rgb(186 26 26 / var(--tw-text-opacity));
}
.text-gray-dark{
  --tw-text-opacity: 1;
  color: rgb(33 33 36 / var(--tw-text-opacity));
}
.text-info-light{
  --tw-text-opacity: 1;
  color: rgb(235 249 255 / var(--tw-text-opacity));
}
.text-info-main{
  --tw-text-opacity: 1;
  color: rgb(27 175 242 / var(--tw-text-opacity));
}
.text-neutral-200{
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity));
}
.text-neutral-300{
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-text-opacity));
}
.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity));
}
.text-neutral-800{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-primary-dark{
  --tw-text-opacity: 1;
  color: rgb(169 35 40 / var(--tw-text-opacity));
}
.text-primary-light{
  --tw-text-opacity: 1;
  color: rgb(255 217 218 / var(--tw-text-opacity));
}
.text-primary-main{
  --tw-text-opacity: 1;
  color: rgb(232 32 38 / var(--tw-text-opacity));
}
.text-quaternary-dark{
  --tw-text-opacity: 1;
  color: rgb(16 63 60 / var(--tw-text-opacity));
}
.text-quaternary-light{
  --tw-text-opacity: 1;
  color: rgb(161 255 249 / var(--tw-text-opacity));
}
.text-quaternary-main{
  --tw-text-opacity: 1;
  color: rgb(8 198 186 / var(--tw-text-opacity));
}
.text-secondary-light{
  --tw-text-opacity: 1;
  color: rgb(234 222 255 / var(--tw-text-opacity));
}
.text-secondary-main{
  --tw-text-opacity: 1;
  color: rgb(97 9 255 / var(--tw-text-opacity));
}
.text-success-light{
  --tw-text-opacity: 1;
  color: rgb(208 255 217 / var(--tw-text-opacity));
}
.text-success-main{
  --tw-text-opacity: 1;
  color: rgb(0 191 38 / var(--tw-text-opacity));
}
.text-tertiary-dark{
  --tw-text-opacity: 1;
  color: rgb(93 80 20 / var(--tw-text-opacity));
}
.text-tertiary-light{
  --tw-text-opacity: 1;
  color: rgb(255 247 212 / var(--tw-text-opacity));
}
.text-tertiary-main{
  --tw-text-opacity: 1;
  color: rgb(255 207 0 / var(--tw-text-opacity));
}
.text-warning-light{
  --tw-text-opacity: 1;
  color: rgb(255 235 229 / var(--tw-text-opacity));
}
.text-warning-main{
  --tw-text-opacity: 1;
  color: rgb(242 98 51 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-opacity-\[0\.7\]{
  --tw-text-opacity: 0.7;
}
.no-underline{
  text-decoration-line: none;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-50{
  opacity: 0.5;
}
.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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_4px_12px_0px_\#00000014\]{
  --tw-shadow: 0px 4px 12px 0px #00000014;
  --tw-shadow-colored: 0px 4px 12px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_4px_16px_0px_\#0000000F\]{
  --tw-shadow: 0px 4px 16px 0px #0000000F;
  --tw-shadow-colored: 0px 4px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), 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 #0000), var(--tw-ring-shadow, 0 0 #0000), 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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.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 #0000);
}
.blur{
  --tw-blur: blur(8px);
  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);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  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);
}
.grayscale-0{
  --tw-grayscale: grayscale(0);
  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);
}
.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);
}
.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.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);
}
.animate-delay-150{
  animation-delay: 150ms;
}
.animate-delay-300{
  animation-delay: 300ms;
}
.animate-duration-150{
  animation-duration: 150ms;
}
.animate-duration-200{
  animation-duration: 200ms;
}
html{
  scroll-behavior: smooth;
}

@keyframes grow-x {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes shrink-x {
  from {
    transform: scaleX(1);
  }

  to {
    transform: scaleX(0);
  }
}

::view-transition-old(figure-caption),
::view-transition-new(figure-caption) {
  height: auto;
  right: 0;
  left: auto;
  transform-origin: right center;
}

::view-transition-old(figure-caption) {
  animation: 0.25s linear both shrink-x;
}

::view-transition-new(figure-caption) {
  animation: 0.25s 0.25s linear both grow-x;
}

input[type='range'].custom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 24px;
  /* padding + border = 12 + 2*2px */
  width: 24px;
  border-radius: 9999px;
  /* rounded-full */
  border: 2px solid var(--colors-primary, #E82026);
  background: white;
  cursor: pointer;
  margin-top: -1px;
  /* align thumb with track if needed */
}

input[type='range'].custom-slider::-moz-range-thumb {
  height: 24px;
  width: 24px;
  border-radius: 9999px;
  border: 2px solid var(--colors-primary, #E82026);
  background: white;
  cursor: pointer;
}

input[type='range'].disabled-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 24px;
  /* padding + border = 12 + 2*2px */
  width: 24px;
  border-radius: 9999px;
  /* rounded-full */
  border: 2px solid var(--colors-primary, #E4E4E7);
  background: white;
  cursor: pointer;
  margin-top: -1px;
  /* align thumb with track if needed */
}

input[type='range'].disabled-slider::-moz-range-thumb {
  height: 24px;
  width: 24px;
  border-radius: 9999px;
  border: 2px solid var(--colors-primary, #E4E4E7);
  background: white;
  cursor: pointer;
}

.placeholder\:font-normal::-moz-placeholder{
  font-weight: 400;
}

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

.placeholder\:text-neutral-100::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity));
}

.placeholder\:text-neutral-100::placeholder{
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity));
}

.placeholder\:text-neutral-200::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity));
}

.placeholder\:text-neutral-200::placeholder{
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity));
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}

.after\:left-\[2px\]::after{
  content: var(--tw-content);
  left: 2px;
}

.after\:left-\[3px\]::after{
  content: var(--tw-content);
  left: 3px;
}

.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}

.after\:top-0\.5::after{
  content: var(--tw-content);
  top: 0.125rem;
}

.after\:top-\[2px\]::after{
  content: var(--tw-content);
  top: 2px;
}

.after\:top-auto::after{
  content: var(--tw-content);
  top: auto;
}

.after\:z-\[4\]::after{
  content: var(--tw-content);
  z-index: 4;
}

.after\:h-4::after{
  content: var(--tw-content);
  height: 1rem;
}

.after\:h-5::after{
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:h-7::after{
  content: var(--tw-content);
  height: 1.75rem;
}

.after\:h-\[1px\]::after{
  content: var(--tw-content);
  height: 1px;
}

.after\:h-\[4px\]::after{
  content: var(--tw-content);
  height: 4px;
}

.after\:w-4::after{
  content: var(--tw-content);
  width: 1rem;
}

.after\:w-5::after{
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:w-7::after{
  content: var(--tw-content);
  width: 1.75rem;
}

.after\:w-\[100\%\]::after{
  content: var(--tw-content);
  width: 100%;
}

.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}

.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:rounded-none::after{
  content: var(--tw-content);
  border-radius: 0px;
}

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

.after\:bg-neutral-100::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

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

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

.after\:duration-100::after{
  content: var(--tw-content);
  transition-duration: 100ms;
}

.after\:ease-in::after{
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

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

.focus-within\:border-neutral-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity));
}

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

.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 #0000);
}

.focus-within\:ring-black:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.focus-within\:ring-error-main:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 26 26 / var(--tw-ring-opacity));
}

.focus-within\:ring-neutral-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 199 199 / var(--tw-ring-opacity));
}

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

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

.hover\:border-error-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(112 31 31 / var(--tw-border-opacity));
}

.hover\:border-info-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(31 89 115 / var(--tw-border-opacity));
}

.hover\:border-neutral-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity));
}

.hover\:border-neutral-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(142 142 142 / var(--tw-border-opacity));
}

.hover\:border-neutral-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(107 107 107 / var(--tw-border-opacity));
}

.hover\:border-primary-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(169 35 40 / var(--tw-border-opacity));
}

.hover\:border-quaternary-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(16 63 60 / var(--tw-border-opacity));
}

.hover\:border-secondary-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(56 22 117 / var(--tw-border-opacity));
}

.hover\:border-success-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(11 64 21 / var(--tw-border-opacity));
}

.hover\:border-tertiary-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(93 80 20 / var(--tw-border-opacity));
}

.hover\:border-warning-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(121 57 36 / var(--tw-border-opacity));
}

.hover\:bg-error-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(112 31 31 / var(--tw-bg-opacity));
}

.hover\:bg-info-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 89 115 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.hover\:bg-primary-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(169 35 40 / var(--tw-bg-opacity));
}

.hover\:bg-primary-main:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(232 32 38 / var(--tw-bg-opacity));
}

.hover\:bg-quaternary-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(16 63 60 / var(--tw-bg-opacity));
}

.hover\:bg-secondary-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(56 22 117 / var(--tw-bg-opacity));
}

.hover\:bg-success-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(11 64 21 / var(--tw-bg-opacity));
}

.hover\:bg-tertiary-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(93 80 20 / var(--tw-bg-opacity));
}

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

.hover\:bg-warning-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(121 57 36 / var(--tw-bg-opacity));
}

.hover\:text-error-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(112 31 31 / var(--tw-text-opacity));
}

.hover\:text-info-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(31 89 115 / var(--tw-text-opacity));
}

.hover\:text-neutral-900:hover{
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.hover\:text-primary-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(169 35 40 / var(--tw-text-opacity));
}

.hover\:text-quaternary-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(16 63 60 / var(--tw-text-opacity));
}

.hover\:text-secondary-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(56 22 117 / var(--tw-text-opacity));
}

.hover\:text-success-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(11 64 21 / var(--tw-text-opacity));
}

.hover\:text-tertiary-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(93 80 20 / var(--tw-text-opacity));
}

.hover\:text-warning-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(121 57 36 / var(--tw-text-opacity));
}

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

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

.hover\:ring-1:hover{
  --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 #0000);
}

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

.hover\:ring-error-main:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 26 26 / var(--tw-ring-opacity));
}

.hover\:ring-neutral-200:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 199 199 / var(--tw-ring-opacity));
}

.hover\:grayscale-0:hover{
  --tw-grayscale: grayscale(0);
  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);
}

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

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

.focus\:bg-info-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(235 249 255 / var(--tw-bg-opacity));
}

.focus\:bg-neutral-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

.focus\:bg-primary-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 217 218 / var(--tw-bg-opacity));
}

.focus\:bg-quaternary-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(161 255 249 / var(--tw-bg-opacity));
}

.focus\:bg-secondary-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(234 222 255 / var(--tw-bg-opacity));
}

.focus\:bg-success-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(208 255 217 / var(--tw-bg-opacity));
}

.focus\:bg-tertiary-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 212 / var(--tw-bg-opacity));
}

.focus\:bg-warning-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 229 / var(--tw-bg-opacity));
}

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

.focus\:text-error-main:focus{
  --tw-text-opacity: 1;
  color: rgb(186 26 26 / var(--tw-text-opacity));
}

.focus\:text-info-main:focus{
  --tw-text-opacity: 1;
  color: rgb(27 175 242 / var(--tw-text-opacity));
}

.focus\:text-primary-main:focus{
  --tw-text-opacity: 1;
  color: rgb(232 32 38 / var(--tw-text-opacity));
}

.focus\:text-quaternary-dark:focus{
  --tw-text-opacity: 1;
  color: rgb(16 63 60 / var(--tw-text-opacity));
}

.focus\:text-quaternary-main:focus{
  --tw-text-opacity: 1;
  color: rgb(8 198 186 / var(--tw-text-opacity));
}

.focus\:text-secondary-main:focus{
  --tw-text-opacity: 1;
  color: rgb(97 9 255 / var(--tw-text-opacity));
}

.focus\:text-success-main:focus{
  --tw-text-opacity: 1;
  color: rgb(0 191 38 / var(--tw-text-opacity));
}

.focus\:text-tertiary-dark:focus{
  --tw-text-opacity: 1;
  color: rgb(93 80 20 / var(--tw-text-opacity));
}

.focus\:text-tertiary-main:focus{
  --tw-text-opacity: 1;
  color: rgb(255 207 0 / var(--tw-text-opacity));
}

.focus\:text-warning-main:focus{
  --tw-text-opacity: 1;
  color: rgb(242 98 51 / var(--tw-text-opacity));
}

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

.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 #0000);
}

.focus\:ring-primary-main:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 32 38 / var(--tw-ring-opacity));
}

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

.focus\:after\:bg-error-main:focus::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(186 26 26 / var(--tw-bg-opacity));
}

.focus\:after\:bg-info-main:focus::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(27 175 242 / var(--tw-bg-opacity));
}

.focus\:after\:bg-primary-main:focus::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(232 32 38 / var(--tw-bg-opacity));
}

.focus\:after\:bg-quaternary-dark:focus::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(16 63 60 / var(--tw-bg-opacity));
}

.focus\:after\:bg-quaternary-main:focus::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(8 198 186 / var(--tw-bg-opacity));
}

.focus\:after\:bg-secondary-main:focus::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(97 9 255 / var(--tw-bg-opacity));
}

.focus\:after\:bg-success-main:focus::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 191 38 / var(--tw-bg-opacity));
}

.focus\:after\:bg-tertiary-dark:focus::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(93 80 20 / var(--tw-bg-opacity));
}

.focus\:after\:bg-tertiary-main:focus::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 207 0 / var(--tw-bg-opacity));
}

.focus\:after\:bg-warning-main:focus::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(242 98 51 / var(--tw-bg-opacity));
}

.group:focus-within .group-focus-within\:visible{
  visibility: visible;
}

.group:focus-within .group-focus-within\:text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.peer:checked ~ .peer-checked\:visible{
  visibility: visible;
}

.peer:checked ~ .peer-checked\:border-\[10px\]{
  border-width: 10px;
}

.peer:checked ~ .peer-checked\:border-\[6px\]{
  border-width: 6px;
}

.peer:checked ~ .peer-checked\:border-\[8px\]{
  border-width: 8px;
}

.peer:checked ~ .peer-checked\:border-error-main{
  --tw-border-opacity: 1;
  border-color: rgb(186 26 26 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:border-info-main{
  --tw-border-opacity: 1;
  border-color: rgb(27 175 242 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:border-neutral-50{
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:border-primary-main{
  --tw-border-opacity: 1;
  border-color: rgb(232 32 38 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:border-quaternary-main{
  --tw-border-opacity: 1;
  border-color: rgb(8 198 186 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:border-secondary-main{
  --tw-border-opacity: 1;
  border-color: rgb(97 9 255 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:border-success-main{
  --tw-border-opacity: 1;
  border-color: rgb(0 191 38 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:border-tertiary-main{
  --tw-border-opacity: 1;
  border-color: rgb(255 207 0 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:border-warning-main{
  --tw-border-opacity: 1;
  border-color: rgb(242 98 51 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:bg-error-main{
  --tw-bg-opacity: 1;
  background-color: rgb(186 26 26 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-info-main{
  --tw-bg-opacity: 1;
  background-color: rgb(27 175 242 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-neutral-200{
  --tw-bg-opacity: 1;
  background-color: rgb(199 199 199 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-primary-main{
  --tw-bg-opacity: 1;
  background-color: rgb(232 32 38 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-quaternary-main{
  --tw-bg-opacity: 1;
  background-color: rgb(8 198 186 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-secondary-main{
  --tw-bg-opacity: 1;
  background-color: rgb(97 9 255 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-success-main{
  --tw-bg-opacity: 1;
  background-color: rgb(0 191 38 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-tertiary-main{
  --tw-bg-opacity: 1;
  background-color: rgb(255 207 0 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-warning-main{
  --tw-bg-opacity: 1;
  background-color: rgb(242 98 51 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:after\:translate-x-4::after{
  content: var(--tw-content);
  --tw-translate-x: 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));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after{
  content: var(--tw-content);
  --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));
}

.peer:checked ~ .peer-checked\:after\:border-white::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\: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));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\: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));
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:scale-\[1\]{
  --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));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:scale-\[1\]{
  --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));
}

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

.peer:hover ~ .peer-hover\:border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity));
}

.peer:checked:hover ~ .peer-checked\:peer-hover\:border-error-dark{
  --tw-border-opacity: 1;
  border-color: rgb(112 31 31 / var(--tw-border-opacity));
}

.peer:checked:hover ~ .peer-checked\:peer-hover\:border-info-dark{
  --tw-border-opacity: 1;
  border-color: rgb(31 89 115 / var(--tw-border-opacity));
}

.peer:checked:hover ~ .peer-checked\:peer-hover\:border-neutral-50{
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}

.peer:checked:hover ~ .peer-checked\:peer-hover\:border-primary-dark{
  --tw-border-opacity: 1;
  border-color: rgb(169 35 40 / var(--tw-border-opacity));
}

.peer:checked:hover ~ .peer-checked\:peer-hover\:border-quaternary-dark{
  --tw-border-opacity: 1;
  border-color: rgb(16 63 60 / var(--tw-border-opacity));
}

.peer:checked:hover ~ .peer-checked\:peer-hover\:border-secondary-dark{
  --tw-border-opacity: 1;
  border-color: rgb(56 22 117 / var(--tw-border-opacity));
}

.peer:checked:hover ~ .peer-checked\:peer-hover\:border-success-dark{
  --tw-border-opacity: 1;
  border-color: rgb(11 64 21 / var(--tw-border-opacity));
}

.peer:checked:hover ~ .peer-checked\:peer-hover\:border-tertiary-dark{
  --tw-border-opacity: 1;
  border-color: rgb(93 80 20 / var(--tw-border-opacity));
}

.peer:checked:hover ~ .peer-checked\:peer-hover\:border-warning-dark{
  --tw-border-opacity: 1;
  border-color: rgb(121 57 36 / var(--tw-border-opacity));
}

.peer:checked:hover ~ .peer-checked\:peer-hover\:bg-error-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(112 31 31 / var(--tw-bg-opacity));
}

.peer:checked:hover ~ .peer-checked\:peer-hover\:bg-info-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(31 89 115 / var(--tw-bg-opacity));
}

.peer:checked:hover ~ .peer-checked\:peer-hover\:bg-primary-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(169 35 40 / var(--tw-bg-opacity));
}

.peer:checked:hover ~ .peer-checked\:peer-hover\:bg-quaternary-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(16 63 60 / var(--tw-bg-opacity));
}

.peer:checked:hover ~ .peer-checked\:peer-hover\:bg-secondary-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(56 22 117 / var(--tw-bg-opacity));
}

.peer:checked:hover ~ .peer-checked\:peer-hover\:bg-success-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(11 64 21 / var(--tw-bg-opacity));
}

.peer:checked:hover ~ .peer-checked\:peer-hover\:bg-tertiary-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(93 80 20 / var(--tw-bg-opacity));
}

.peer:checked:hover ~ .peer-checked\:peer-hover\:bg-warning-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(121 57 36 / var(--tw-bg-opacity));
}

.peer:focus ~ .peer-focus\:translate-y-\[-0\.5rem\]{
  --tw-translate-y: -0.5rem;
  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));
}

.peer:focus ~ .peer-focus\:translate-y-\[-0\.8rem\]{
  --tw-translate-y: -0.8rem;
  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));
}

.peer:focus ~ .peer-focus\:scale-\[0\.7\]{
  --tw-scale-x: 0.7;
  --tw-scale-y: 0.7;
  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));
}

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

.peer:focus ~ .peer-focus\: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 #0000);
}

@media (prefers-reduced-motion: reduce){

  .motion-reduce\:transition-none{
    transition-property: none;
  }
}

@media (max-width: 767px){

  .mobile\:hidden{
    display: none;
  }

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

  .mobile\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 768px) and (max-width: 1279px){

  .tablet\:fixed{
    position: fixed;
  }

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

  .tablet\:hidden{
    display: none;
  }

  .tablet\:max-w-lg{
    max-width: 32rem;
  }

  .tablet\:max-w-md{
    max-width: 28rem;
  }

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

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

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

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

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

  .tablet\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px){

  .desktop\:absolute{
    position: absolute;
  }

  .desktop\:top-\[51px\]{
    top: 51px;
  }

  .desktop\:top-\[59px\]{
    top: 59px;
  }

  .desktop\:top-\[67px\]{
    top: 67px;
  }

  .desktop\:hidden{
    display: none;
  }

  .desktop\:h-\[inherit\]{
    height: inherit;
  }

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

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

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

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

  .desktop\:animate-none{
    animation: none;
  }

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

  .desktop\:rounded-t-\[0\]{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

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

  .desktop\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\: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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-height: 670px){

  .md-height\:h-14{
    height: 3.5rem;
  }
}

@media (prefers-color-scheme: dark){

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

  .dark\:bg-neutral-300{
    --tw-bg-opacity: 1;
    background-color: rgb(142 142 142 / var(--tw-bg-opacity));
  }

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

.\[\&\.active\]\:text-black.active{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.\[\&\.active\]\:text-error-main.active{
  --tw-text-opacity: 1;
  color: rgb(186 26 26 / var(--tw-text-opacity));
}

.\[\&\.active\]\:text-info-main.active{
  --tw-text-opacity: 1;
  color: rgb(27 175 242 / var(--tw-text-opacity));
}

.\[\&\.active\]\:text-primary-main.active{
  --tw-text-opacity: 1;
  color: rgb(232 32 38 / var(--tw-text-opacity));
}

.\[\&\.active\]\:text-quaternary-dark.active{
  --tw-text-opacity: 1;
  color: rgb(16 63 60 / var(--tw-text-opacity));
}

.\[\&\.active\]\:text-quaternary-main.active{
  --tw-text-opacity: 1;
  color: rgb(8 198 186 / var(--tw-text-opacity));
}

.\[\&\.active\]\:text-secondary-main.active{
  --tw-text-opacity: 1;
  color: rgb(97 9 255 / var(--tw-text-opacity));
}

.\[\&\.active\]\:text-success-main.active{
  --tw-text-opacity: 1;
  color: rgb(0 191 38 / var(--tw-text-opacity));
}

.\[\&\.active\]\:text-tertiary-dark.active{
  --tw-text-opacity: 1;
  color: rgb(93 80 20 / var(--tw-text-opacity));
}

.\[\&\.active\]\:text-tertiary-main.active{
  --tw-text-opacity: 1;
  color: rgb(255 207 0 / var(--tw-text-opacity));
}

.\[\&\.active\]\:text-warning-main.active{
  --tw-text-opacity: 1;
  color: rgb(242 98 51 / var(--tw-text-opacity));
}

.\[\&\.active\]\:after\:bg-black.active::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:after\:bg-error-main.active::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(186 26 26 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:after\:bg-info-main.active::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(27 175 242 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:after\:bg-primary-main.active::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(232 32 38 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:after\:bg-quaternary-dark.active::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(16 63 60 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:after\:bg-quaternary-main.active::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(8 198 186 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:after\:bg-secondary-main.active::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(97 9 255 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:after\:bg-success-main.active::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 191 38 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:after\:bg-tertiary-dark.active::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(93 80 20 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:after\:bg-tertiary-main.active::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 207 0 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:after\:bg-warning-main.active::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(242 98 51 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:hover\:bg-error-light:hover.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 201 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:hover\:bg-info-light:hover.active{
  --tw-bg-opacity: 1;
  background-color: rgb(235 249 255 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:hover\:bg-neutral-100:hover.active{
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:hover\:bg-primary-light:hover.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 217 218 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:hover\:bg-quaternary-light:hover.active{
  --tw-bg-opacity: 1;
  background-color: rgb(161 255 249 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:hover\:bg-secondary-light:hover.active{
  --tw-bg-opacity: 1;
  background-color: rgb(234 222 255 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:hover\:bg-success-light:hover.active{
  --tw-bg-opacity: 1;
  background-color: rgb(208 255 217 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:hover\:bg-tertiary-light:hover.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 212 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:hover\:bg-warning-light:hover.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 229 / var(--tw-bg-opacity));
}

.\[\&\.data-disabled\>\*\]\:cursor-not-allowed.data-disabled>*{
  cursor: not-allowed;
}

.\[\&\.data-disabled\>\.status\>svg\]\:fill-neutral-700.data-disabled>.status>svg{
  fill: #505050;
}

.\[\&\.data-disabled\>\.status\>svg\]\:text-neutral-200.data-disabled>.status>svg{
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity));
}

.\[\&\.data-disabled\]\:pointer-events-none.data-disabled{
  pointer-events: none;
}

.\[\&\.data-disabled\]\:cursor-not-allowed.data-disabled{
  cursor: not-allowed;
}

.\[\&\.data-disabled\]\:border-neutral-200.data-disabled{
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity));
}

.\[\&\.data-disabled\]\:bg-neutral-50.data-disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.\[\&\.data-disabled\]\:bg-transparent.data-disabled{
  background-color: transparent;
}

.\[\&\.data-disabled\]\:text-neutral-300.data-disabled{
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-text-opacity));
}

.\[\&\:last-child\]\:border-0:last-child{
  border-width: 0px;
}

.\[\&\:last-child\]\:pr-0:last-child{
  padding-right: 0px;
}

.\[\&\:not\(\:focus\:placeholder-shown\)\]\:placeholder\:opacity-0:not(:focus:placeholder-shown)::-moz-placeholder{
  opacity: 0;
}

.\[\&\:not\(\:focus\:-moz-placeholder-shown\)\]\:placeholder\:opacity-0:not(:focus:-moz-placeholder-shown)::placeholder{
  opacity: 0;
}

.\[\&\:not\(\:focus\:placeholder-shown\)\]\:placeholder\:opacity-0:not(:focus:placeholder-shown)::placeholder{
  opacity: 0;
}

.\[\&\:not\(\:focus\:placeholder-shown\)\]\:placeholder\:opacity-100:not(:focus:placeholder-shown)::-moz-placeholder{
  opacity: 1;
}

.\[\&\:not\(\:focus\:-moz-placeholder-shown\)\]\:placeholder\:opacity-100:not(:focus:-moz-placeholder-shown)::placeholder{
  opacity: 1;
}

.\[\&\:not\(\:focus\:placeholder-shown\)\]\:placeholder\:opacity-100:not(:focus:placeholder-shown)::placeholder{
  opacity: 1;
}

.\[\&\>\.status\>svg\]\:h-full>.status>svg{
  height: 100%;
}

.\[\&\>\.status\>svg\]\:fill-black>.status>svg{
  fill: #000000;
}

.\[\&\>\.status\>svg\]\:fill-error-dark>.status>svg{
  fill: #701f1f;
}

.\[\&\>\.status\>svg\]\:fill-info-dark>.status>svg{
  fill: #1f5973;
}

.\[\&\>\.status\>svg\]\:fill-neutral-800>.status>svg{
  fill: #404040;
}

.\[\&\>\.status\>svg\]\:fill-neutral-900>.status>svg{
  fill: #303030;
}

.\[\&\>\.status\>svg\]\:fill-primary-dark>.status>svg{
  fill: #A92328;
}

.\[\&\>\.status\>svg\]\:fill-quaternary-dark>.status>svg{
  fill: #103f3c;
}

.\[\&\>\.status\>svg\]\:fill-secondary-dark>.status>svg{
  fill: #381675;
}

.\[\&\>\.status\>svg\]\:fill-success-dark>.status>svg{
  fill: #0b4015;
}

.\[\&\>\.status\>svg\]\:fill-tertiary-dark>.status>svg{
  fill: #5D5014;
}

.\[\&\>\.status\>svg\]\:fill-warning-dark>.status>svg{
  fill: #793924;
}

.\[\&\>\.status\>svg\]\:fill-white>.status>svg{
  fill: #FFFFFF;
}

.\[\&\>\.status\>svg\]\:text-black>.status>svg{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.\[\&\>\.status\>svg\]\:text-error-light>.status>svg{
  --tw-text-opacity: 1;
  color: rgb(255 201 201 / var(--tw-text-opacity));
}

.\[\&\>\.status\>svg\]\:text-info-light>.status>svg{
  --tw-text-opacity: 1;
  color: rgb(235 249 255 / var(--tw-text-opacity));
}

.\[\&\>\.status\>svg\]\:text-neutral-800>.status>svg{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.\[\&\>\.status\>svg\]\:text-primary-light>.status>svg{
  --tw-text-opacity: 1;
  color: rgb(255 217 218 / var(--tw-text-opacity));
}

.\[\&\>\.status\>svg\]\:text-quaternary-light>.status>svg{
  --tw-text-opacity: 1;
  color: rgb(161 255 249 / var(--tw-text-opacity));
}

.\[\&\>\.status\>svg\]\:text-secondary-light>.status>svg{
  --tw-text-opacity: 1;
  color: rgb(234 222 255 / var(--tw-text-opacity));
}

.\[\&\>\.status\>svg\]\:text-success-light>.status>svg{
  --tw-text-opacity: 1;
  color: rgb(208 255 217 / var(--tw-text-opacity));
}

.\[\&\>\.status\>svg\]\:text-tertiary-dark>.status>svg{
  --tw-text-opacity: 1;
  color: rgb(93 80 20 / var(--tw-text-opacity));
}

.\[\&\>\.status\>svg\]\:text-tertiary-light>.status>svg{
  --tw-text-opacity: 1;
  color: rgb(255 247 212 / var(--tw-text-opacity));
}

.\[\&\>\.status\>svg\]\:text-warning-light>.status>svg{
  --tw-text-opacity: 1;
  color: rgb(255 235 229 / var(--tw-text-opacity));
}

.\[\&\>\.status\>svg\]\:text-white>.status>svg{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\>span\.status\>svg\]\:fill-primary-dark>span.status>svg{
  fill: #A92328;
}

.\[\&\>span\.status\>svg\]\:text-primary-light>span.status>svg{
  --tw-text-opacity: 1;
  color: rgb(255 217 218 / var(--tw-text-opacity));
}

.\[\&\>span\]\:inline-flex>span{
  display: inline-flex;
}

.\[\&_\.status\]\:\!hidden .status{
  display: none !important;
}

.\[\&_input\]\:\!w-full input{
  width: 100% !important;
}

.\[\&_input\]\:\!max-w-\[48px\] input{
  max-width: 48px !important;
}

.\[\&_input\]\:pl-1 input{
  padding-left: 0.25rem;
}

.\[\&_input\]\:pr-1 input{
  padding-right: 0.25rem;
}
