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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

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

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

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

  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-right-2 {
  right: -.125rem;
}

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

.-top-\[\.1875rem\] {
  top: -.1875rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-44 {
  top: 2.75rem;
}

.top-90 {
  top: 5.625rem;
}

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

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

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

.float-right {
  float: right;
}

.m-1 {
  margin: 0.25rem;
}

.m-12 {
  margin: .75rem;
}

.m-16 {
  margin: 1rem;
}

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

.m-22 {
  margin: 1.375rem;
}

.m-3 {
  margin: .1875rem;
}

.m-32 {
  margin: 2rem;
}

.m-4 {
  margin: .25rem;
}

.m-44 {
  margin: 2.75rem;
}

.m-52 {
  margin: 3.25rem;
}

.m-54 {
  margin: 3.375rem;
}

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

.m-7 {
  margin: .4375rem;
}

.m-8 {
  margin: .5rem;
}

.m-9 {
  margin: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-22 {
  margin-bottom: 1.375rem;
}

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

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

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

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

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

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

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

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

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

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

.ml-54 {
  margin-left: 3.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-54 {
  margin-top: 3.375rem;
}

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

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

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

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-100 {
  height: 6.25rem;
}

.h-135 {
  height: 8.4375rem;
}

.h-140 {
  height: 8.75rem;
}

.h-180 {
  height: 11.25rem;
}

.h-212 {
  height: 13.25rem;
}

.h-24 {
  height: 1.5rem;
}

.h-4 {
  height: .25rem;
}

.h-40 {
  height: 2.5rem;
}

.h-400 {
  height: 25rem;
}

.h-44 {
  height: 2.75rem;
}

.h-46 {
  height: 2.875rem;
}

.h-52 {
  height: 3.25rem;
}

.h-56 {
  height: 3.5rem;
}

.h-60 {
  height: 3.75rem;
}

.h-68 {
  height: 4.25rem;
}

.h-74 {
  height: 4.625rem;
}

.h-75 {
  height: 4.6875rem;
}

.h-80 {
  height: 5rem;
}

.h-86 {
  height: 5.375rem;
}

.h-92 {
  height: 5.75rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-100 {
  width: 6.25rem;
}

.w-120 {
  width: 7.5rem;
}

.w-152 {
  width: 9.5rem;
}

.w-24 {
  width: 1.5rem;
}

.w-240 {
  width: 15rem;
}

.w-295 {
  width: 18.4375rem;
}

.w-319 {
  width: 19.9375rem;
}

.w-343 {
  width: 21.4375rem;
}

.w-351 {
  width: 21.9375rem;
}

.w-4 {
  width: .25rem;
}

.w-40 {
  width: 2.5rem;
}

.w-44 {
  width: 2.75rem;
}

.w-60 {
  width: 3.75rem;
}

.w-75 {
  width: 4.6875rem;
}

.w-80 {
  width: 5rem;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

.shrink {
  flex-shrink: 1;
}

.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-\[180deg\] {
  --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));
}

.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-none {
  transform: none;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded-2 {
  border-radius: .125rem;
}

.rounded-20 {
  border-radius: 1.25rem;
}

.rounded-4 {
  border-radius: .25rem;
}

.rounded-6 {
  border-radius: .375rem;
}

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

.border {
  border-width: 0.0625rem;
}

.border-\[\.0938rem\] {
  border-width: .0938rem;
}

.border-\[\.1875rem\] {
  border-width: .1875rem;
}

.border-b {
  border-bottom-width: 0.0625rem;
}

.border-l {
  border-left-width: 0.0625rem;
}

.border-t {
  border-top-width: 0.0625rem;
}

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

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

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

.border-\[\#156DF2\] {
  --tw-border-opacity: 1;
  border-color: rgb(21 109 242 / var(--tw-border-opacity, 1));
}

.border-\[\#D9D9DA\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 218 / var(--tw-border-opacity, 1));
}

.border-\[\#DDDDDD\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}

.border-\[\#E6E6E8\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 232 / var(--tw-border-opacity, 1));
}

.border-\[\#F8F8F9\] {
  --tw-border-opacity: 1;
  border-color: rgb(248 248 249 / var(--tw-border-opacity, 1));
}

.border-\[\#cccccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.border-\[\#ffffff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

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

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

.bg-\[\#009944\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 68 / var(--tw-bg-opacity, 1));
}

.bg-\[\#156DF2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 109 242 / var(--tw-bg-opacity, 1));
}

.bg-\[\#4D97F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(77 151 243 / var(--tw-bg-opacity, 1));
}

.bg-\[\#5CC86F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(92 200 111 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B9B9BD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(185 185 189 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F35E4D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 94 77 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F5F5F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 247 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F8F8F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 249 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFDF76\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 223 118 / var(--tw-bg-opacity, 1));
}

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

.bg-\[rgba\(21\2c 109\2c 242\2c \.12\)\] {
  background-color: rgba(21,109,242,.12);
}

.bg-\[rgba\(255\2c 156\2c 7\2c 0\.12\)\] {
  background-color: rgba(255,156,7,0.12);
}

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

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

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

.bg-\[linear-gradient\(180deg\2c \#FFFFFF_0\%\2c rgba\(255\2c 255\2c 255\2c 0\)_100\%\)\] {
  background-image: linear-gradient(180deg,#FFFFFF 0%,rgba(255,255,255,0) 100%);
}

.bg-\[url\(\'\/images-m\/462\.png\'\)\] {
  background-image: url('/images-m/462.png');
}

.bg-\[url\(\'\/images-m\/481\.png\'\)\] {
  background-image: url('/images-m/481.png');
}

.bg-\[url\(\'\/images-m\/482\.png\'\)\] {
  background-image: url('/images-m/482.png');
}

.bg-\[url\(\'\/images-m\/login-bg\.png\'\)\] {
  background-image: url('/images-m/login-bg.png');
}

.bg-\[length\:100\%_100\%\] {
  background-size: 100% 100%;
}

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

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

.bg-\[100\%\] {
  background-position: 100%;
}

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

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: .625rem;
}

.p-12 {
  padding: .75rem;
}

.p-16 {
  padding: 1rem;
}

.p-20 {
  padding: 1.25rem;
}

.p-28 {
  padding: 1.75rem;
}

.p-4 {
  padding: .25rem;
}

.p-6 {
  padding: .375rem;
}

.p-8 {
  padding: .5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-24 {
  padding-bottom: 1.5rem;
}

.pb-56 {
  padding-bottom: 3.5rem;
}

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

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

.pt-10 {
  padding-top: .625rem;
}

.pt-12 {
  padding-top: .75rem;
}

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

.pt-22 {
  padding-top: 1.375rem;
}

.pt-28 {
  padding-top: 1.75rem;
}

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

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

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

.text-10\/12 {
  font-size: .625rem;
  line-height: .75rem;
}

.text-10\/14 {
  font-size: .625rem;
  line-height: .875rem;
}

.text-10\/16 {
  font-size: .625rem;
  line-height: 1rem;
}

.text-12 {
  font-size: .75rem;
}

.text-12\/12 {
  font-size: .75rem;
  line-height: .75rem;
}

.text-12\/16 {
  font-size: .75rem;
  line-height: 1rem;
}

.text-12\/18 {
  font-size: .75rem;
  line-height: 1.125rem;
}

.text-13\/18 {
  font-size: .8125rem;
  line-height: 1.125rem;
}

.text-14 {
  font-size: .875rem;
}

.text-14\/14 {
  font-size: .875rem;
  line-height: .875rem;
}

.text-14\/16 {
  font-size: .875rem;
  line-height: 1rem;
}

.text-14\/18 {
  font-size: .875rem;
  line-height: 1.125rem;
}

.text-14\/20 {
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-14\/26 {
  font-size: .875rem;
  line-height: 1.625rem;
}

.text-15\/22 {
  font-size: .9375rem;
  line-height: 1.375rem;
}

.text-16 {
  font-size: 1rem;
}

.text-16\/14 {
  font-size: 1rem;
  line-height: .875rem;
}

.text-16\/16 {
  font-size: 1rem;
  line-height: 1rem;
}

.text-16\/24 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-18 {
  font-size: 1.125rem;
}

.text-18\/24 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.text-18\/26 {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.text-18\/28 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-20\/20 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.text-20\/28 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-22\/30 {
  font-size: 1.375rem;
  line-height: 1.875rem;
}

.text-24\/24 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.text-28\/28 {
  font-size: 1.75rem;
  line-height: 1.75rem;
}

.text-28\/44 {
  font-size: 1.75rem;
  line-height: 2.75rem;
}

.text-32\/32 {
  font-size: 2rem;
  line-height: 2rem;
}

.text-32\/46 {
  font-size: 2rem;
  line-height: 2.875rem;
}

.font-\[600\] {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.text-\[\#141419\] {
  --tw-text-opacity: 1;
  color: rgb(20 20 25 / var(--tw-text-opacity, 1));
}

.text-\[\#156DF2\] {
  --tw-text-opacity: 1;
  color: rgb(21 109 242 / var(--tw-text-opacity, 1));
}

.text-\[\#222229\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 41 / var(--tw-text-opacity, 1));
}

.text-\[\#59595D\] {
  --tw-text-opacity: 1;
  color: rgb(89 89 93 / var(--tw-text-opacity, 1));
}

.text-\[\#764800\] {
  --tw-text-opacity: 1;
  color: rgb(118 72 0 / var(--tw-text-opacity, 1));
}

.text-\[\#888889\] {
  --tw-text-opacity: 1;
  color: rgb(136 136 137 / var(--tw-text-opacity, 1));
}

.text-\[\#B9B9BD\] {
  --tw-text-opacity: 1;
  color: rgb(185 185 189 / var(--tw-text-opacity, 1));
}

.text-\[\#E6E6E8\] {
  --tw-text-opacity: 1;
  color: rgb(230 230 232 / var(--tw-text-opacity, 1));
}

.text-\[\#F94B30\] {
  --tw-text-opacity: 1;
  color: rgb(249 75 48 / var(--tw-text-opacity, 1));
}

.text-\[\#FF9C07\] {
  --tw-text-opacity: 1;
  color: rgb(255 156 7 / var(--tw-text-opacity, 1));
}

.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-\[rgba\(255\2c 255\2c 255\2c 0\.2\)\] {
  color: rgba(255,255,255,0.2);
}

.text-\[rgba\(255\2c 255\2c 255\2c 0\.64\)\] {
  color: rgba(255,255,255,0.64);
}

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-\[\.37\] {
  opacity: .37;
}

.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-\[0_\.1875rem_\.375rem_0_rgba\(0\2c 0\2c 0\2c 0\.16\)\] {
  --tw-shadow: 0 .1875rem .375rem 0 rgba(0,0,0,0.16);
  --tw-shadow-colored: 0 .1875rem .375rem 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

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

.transition {
  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;
}

:root {
  font-size: 4.2667vw;
}

@media (min-width: 768px) {
  :root {
    font-size: 25px;
  }
}

:root {
  --van-text-color: #222229;
  --van-padding-sm: .75rem;
  --van-radius-sm: .125rem;
  --van-padding-xs: .5rem;
  --van-toast-font-size: .875rem;
  --van-tab-font-size: inherit;
  --van-tab-line-height: inherit;
  --van-cell-font-size: 1rem;
  --van-cell-line-height: 1.5rem;
  --van-cell-vertical-padding: 1rem;
  --van-cell-horizontal-padding: 1rem;
  --van-cell-value-font-size: .875rem;
  --van-tab-text-color: #222229;
  --van-tab-active-text-color: #156DF2;
  --van-tabs-line-height: 2.75rem;
  --van-dropdown-menu-height: initial;
  --van-dropdown-menu-shadow: none;
  --van-back-top-size: 2rem;
  --van-back-top-icon-size: 1.25rem;
  --van-back-top-background: #156DF2;
  --van-uploader-size: 5rem;
  --van-checkbox-label-margin: .5rem;
  --van-checkbox-label-color: #59595D;
  --van-checkbox-size: 1.125rem;
  --van-grid-item-text-font-size: .8125rem;
  --van-grid-item-text-color: #222229;
  --van-grid-item-content-padding: 1rem .5rem;
  --van-notify-font-size: .875rem;
  --van-notify-padding: .5rem 1rem;
  --van-notify-line-height: 1.25rem;
  --van-picker-title-font-size: 1rem;
  --van-picker-title-line-height: 1.25rem;
  --van-picker-confirm-action-color: #156DF2;
  --van-picker-action-padding: 0 1rem;
  --van-picker-action-font-size: .875rem;
  --van-picker-option-padding: 0 .25rem;
  --van-picker-option-font-size: 1rem;
  --van-search-padding: .625rem var(--van-padding-sm);
  --van-search-input-height: 2.125rem;
  --van-field-icon-size: 1.125rem;
  --van-field-error-message-font-size: .75rem;
  --van-empty-description-margin-top: 1rem;
  --van-empty-description-padding: 0 3.75rem;
  --van-empty-description-font-size: .875rem;
  --van-empty-description-line-height: 1.25rem;
}

body {
  background-color: #f2f2f2;
}

i {
  font-style: initial;
}

.van-skeleton {
  padding: 0;
}

.van-field__left-icon {
  margin-right: .25rem;
}

.van-tabs__nav--line.van-tabs__nav--shrink,
.van-tabs__nav--line.van-tabs__nav--complete {
  padding-left: 0;
  padding-right: 0;
}

.van-tab--shrink {
  padding: 0 .75rem;
}

[class*=van-hairline]:after {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #E6E6E8;
  border-width: .0313rem;
  margin: 0 .5rem;
}

.van-tabs__nav--line {
  padding-bottom: 1rem;
}

.van-tabs__line {
  bottom: 1rem;
}

.form-create-m .van-field>.van-field__value>.van-field__body>.van-field__control>*>.van-field:after, 
.form-create-m .van-field>.van-field__value>.van-field__body>.van-field__control>.van-field:after {
  display: none;
}

.van-dropdown-menu .van-overlay,
.van-dropdown-menu .van-dropdown-item__content {
  margin: 0 .75rem;
  width: calc(100% - 1.5rem);
}

.van-overlay {
  left: initial;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .van-overlay {
    max-width: 600px;
  }
}

.van-field--disabled .van-field__label {
  color: #222229;
}

.placeholder\:text-\[\#888889\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(136 136 137 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#888889\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(136 136 137 / var(--tw-text-opacity, 1));
}

.has-\[img\]\:max-w-full:has(img) {
  max-width: 100%;
}

@media (min-width: 768px) {
  .md\:max-w-\[600px\] {
    max-width: 600px;
  }
}