/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0.05rem dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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: -0.1rem;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: "BitruePro";
  src: url("asset.c04d65cf3ca694965601.woff2") format('woff2'), url("asset.6df29da6c50389012bed.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
button,
input,
optgroup,
option,
select,
textarea {
  font-family: inherit;
}
input,
textarea {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}
html {
  box-sizing: border-box;
  color: hsl(200, 19%, 18%);
  font-size: 20px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-underline-position: under;
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(55, 60, 70, var(--tw-text-opacity));
}
html.tw-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(10, 15, 20, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(210, 215, 220, var(--tw-text-opacity));
}
body {
  font-family: "BitruePro", Arial, sans-serif !important;
  /* https://hugogiraudel.com/2020/05/18/using-calc-to-figure-out-optimal-line-height/ */
  line-height: calc(0.1rem + 2ex + 0.1rem);
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-size: 0.7rem;
  line-height: 1.5em;
}
:first-child {
  margin-top: 0;
}
:last-child {
  margin-bottom: 0;
}
[disabled] {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
a:focus:active,
button:focus:active {
  outline: 0;
}
.clear-float::after {
  content: '';
  display: block;
  clear: both;
}
::-webkit-scrollbar {
  width: 0.15rem;
  height: 0.3rem;
  background: transparent;
}
::-webkit-scrollbar-thumb {
  display: block;
  height: 3rem;
  border-radius: 0.3rem;
  background-color: rgba(235,237,239,.6);
}
.tw-dark ::-webkit-scrollbar-thumb {
  background-color: rgba(100,106,113,.5);
}
.loader-pulse {
  position: relative;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgba(230, 170, 30, var(--tw-text-opacity));
  height: 1.75rem;
  width: 2rem;
}
.loader-pulse > [data-strip] {
  position: relative;
  float: left;
  display: block;
  vertical-align: top;
  width: calc(20% - 0.2rem);
  height: 100%;
  border-radius: 0.1rem;
  margin: 0.1rem;
  background: currentColor;
  -webkit-animation: loader-pulse 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
          animation: loader-pulse 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}
.loader-pulse > [data-strip]:nth-child(1),
.loader-pulse > [data-strip]:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.loader-pulse > [data-strip]:nth-child(2),
.loader-pulse > [data-strip]:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@-webkit-keyframes loader-pulse {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-pulse {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.transferModalCss div[class$='-body'] {
  overflow: visible !important;
}



.transfer_icon-checked .checkbox-bg {
  fill: #FFCC33;
}
.transfer_icon-checked .checkbox-check {
  fill: #fff;
}
.transfer_icon-checkbox .checkbox-border {
  fill: #232832;
  fill-opacity: 0.16;
}
.transfer_icon-checkbox-disabled .checkbox-bg {
  fill: #232832;
  fill-opacity: 0.08;
}
.transfer_icon-question .question-icon {
  fill: #373C46;
  fill-opacity: 0.4;
}
.transfer_icon-down .down-icon {
  fill: #373C46;
}
.transfer_icon-redo .redo-icon {
  fill: #373C46;
  fill-opacity: 0.6;
}
.transfer_icon-close .close-bg {
  fill: #232832;
  fill-opacity: 0.04;
}
.transfer_icon-close .close-icon {
  fill: #373C46;
}
.transfer_icon-info .info-icon {
  fill: #373C46;
  fill-opacity: 0.4;
}
html[data-theme='dark'] .transfer_icon-checked .checkbox-bg {
  fill: #FFCC33;
}
html[data-theme='dark'] .transfer_icon-checked .checkbox-check {
  fill: #151920;
}
html[data-theme='dark'] .transfer_icon-checkbox .checkbox-border {
  fill: #fff;
  fill-opacity: 0.16;
}
html[data-theme='dark'] .transfer_icon-checkbox-disabled .checkbox-bg {
  fill: #fff;
  fill-opacity: 0.08;
}
html[data-theme='dark'] .transfer_icon-question .question-icon {
  fill: #fff;
  fill-opacity: 0.4;
}
html[data-theme='dark'] .transfer_icon-down .down-icon {
  fill: #fff;
}
html[data-theme='dark'] .transfer_icon-redo .redo-icon {
  fill: #fff;
  fill-opacity: 0.6;
}
html[data-theme='dark'] .transfer_icon-close .close-bg {
  fill: #fff;
  fill-opacity: 0.04;
}
html[data-theme='dark'] .transfer_icon-close .close-icon {
  fill: #fff;
}
html[data-theme='dark'] .transfer_icon-info .info-icon {
  fill: #fff;
  fill-opacity: 0.4;
}



/*! tailwindcss v2.2.9 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

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

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

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

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 0.05rem dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

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

progress {
	vertical-align: baseline;
}

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

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

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

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

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

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

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

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

/*
Interactive
===========
*/

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

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: BitruePro; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 0.05rem;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

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

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

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

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

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-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-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
}

.tw-truncate-multiline {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	line-height: 1.5;
}

.tw-scrollbar-none::-webkit-scrollbar {
	display: none;
}

.tw-outline-border {
	outline: 0.05rem solid #373C46;
}

.tw-outline-secondly-border {
	outline: 0.05rem solid #373C4666;
}

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

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

.tw-fixed {
	position: fixed;
}

.tw-absolute {
	position: absolute;
}

.tw-relative {
	position: relative;
}

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

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

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

.tw-bottom-0 {
	bottom: 0;
}

.tw-right-\[-24px\] {
	right: -1.2rem;
}

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

.tw-left-\[-24px\] {
	left: -1.2rem;
}

.tw-right-\[12px\] {
	right: 0.6rem;
}

.tw-top-\[8px\] {
	top: 0.4rem;
}

.\!tw-top-\[32px\] {
	top: 1.6rem !important;
}

.\!tw-right-\[32px\] {
	right: 1.6rem !important;
}

.\!tw-top-\[20px\] {
	top: 1rem !important;
}

.tw-right-\[-8px\] {
	right: -0.4rem;
}

.tw-top-\[-6px\] {
	top: -0.3rem;
}

.tw-left-\[0px\] {
	left: 0;
}

.tw-right-0 {
	right: 0;
}

.tw-left-0 {
	left: 0;
}

.tw-bottom-\[34px\] {
	bottom: 1.7rem;
}

.tw-right-\[16px\] {
	right: 0.8rem;
}

.tw-bottom-\[42px\] {
	bottom: 2.1rem;
}

.tw-right-\[-1px\] {
	right: -0.05rem;
}

.\!tw-top-\[25px\] {
	top: 1.25rem !important;
}

.tw-left-\[60px\] {
	left: 3rem;
}

.tw-top-\[105px\] {
	top: 5.25rem;
}

.tw-left-\[10px\] {
	left: 0.5rem;
}

.tw-top-\[275px\] {
	top: 13.75rem;
}

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

.tw-top-\[-5px\] {
	top: -0.25rem;
}

.tw-left-\[50px\] {
	left: 2.5rem;
}

.tw-top-\[32px\] {
	top: 1.6rem;
}

.tw-right-\[32px\] {
	right: 1.6rem;
}

.tw-z-\[9999\] {
	z-index: 9999;
}

.tw-z-\[10\] {
	z-index: 10;
}

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

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

.tw-z-\[200\] {
	z-index: 200;
}

.tw-z-\[400\] {
	z-index: 400;
}

.tw-z-\[800\] {
	z-index: 800;
}

.tw-z-\[10000\] {
	z-index: 10000;
}

.tw-z-modal-container {
	z-index: 100;
}

.tw-z-\[60\] {
	z-index: 60;
}

.tw-z-\[66\] {
	z-index: 66;
}

.tw-z-\[201\] {
	z-index: 201;
}

.tw-z-\[500\] {
	z-index: 500;
}

.tw-order-1 {
	order: 1;
}

.tw-order-2 {
	order: 2;
}

.tw-m-\[-10px\] {
	margin: -0.5rem;
}

.tw-my-\[16px\] {
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
}

.tw-mx-\[16px\] {
	margin-left: 0.8rem;
	margin-right: 0.8rem;
}

.tw-my-\[6px\] {
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
}

.tw-mx-\[12px\] {
	margin-left: 0.6rem;
	margin-right: 0.6rem;
}

.tw-my-\[20px\] {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.tw-my-\[10px\] {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.tw-my-\[12px\] {
	margin-top: 0.6rem;
	margin-bottom: 0.6rem;
}

.tw-my-\[24px\] {
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}

.tw-mx-\[15px\] {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}

.tw-mx-\[4px\] {
	margin-left: 0.2rem;
	margin-right: 0.2rem;
}

.tw-my-16px {
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
}

.tw-mb-24px {
	margin-bottom: 1.2rem;
}

.tw-mr-\[2px\] {
	margin-right: 0.1rem;
}

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

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

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

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

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

.tw-mt-\[3px\] {
	margin-top: 0.15rem;
}

.tw-mt-\[24px\] {
	margin-top: 1.2rem;
}

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

.tw-mt-\[16px\] {
	margin-top: 0.8rem;
}

.tw-ml-\[32px\] {
	margin-left: 1.6rem;
}

.tw-ml-\[2px\] {
	margin-left: 0.1rem;
}

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

.tw-mb-\[24px\] {
	margin-bottom: 1.2rem;
}

.tw-mt-\[1px\] {
	margin-top: 0.05rem;
}

.tw-ml-\[16px\] {
	margin-left: 0.8rem;
}

.tw-mb-\[16px\] {
	margin-bottom: 0.8rem;
}

.tw-mb-\[8px\] {
	margin-bottom: 0.4rem;
}

.tw-mt-\[20px\] {
	margin-top: 1rem;
}

.tw-mb-\[18px\] {
	margin-bottom: 0.9rem;
}

.tw-mr-\[6px\] {
	margin-right: 0.3rem;
}

.tw-ml-\[8px\] {
	margin-left: 0.4rem;
}

.tw-mr-\[-6px\] {
	margin-right: -0.3rem;
}

.tw-ml-\[12px\] {
	margin-left: 0.6rem;
}

.tw-mr-\[12px\] {
	margin-right: 0.6rem;
}

.tw-mb-\[10px\] {
	margin-bottom: 0.5rem;
}

.tw-ml-\[4px\] {
	margin-left: 0.2rem;
}

.tw-mt-\[6px\] {
	margin-top: 0.3rem;
}

.tw-mt-\[12px\] {
	margin-top: 0.6rem;
}

.tw-mt-\[4px\] {
	margin-top: 0.2rem;
}

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

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

.tw-mb-\[32px\] {
	margin-bottom: 1.6rem;
}

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

.tw-mr-\[4px\] {
	margin-right: 0.2rem;
}

.tw-mt-\[36px\] {
	margin-top: 1.8rem;
}

.tw-mb-\[11px\] {
	margin-bottom: 0.55rem;
}

.tw-mt-\[10px\] {
	margin-top: 0.5rem;
}

.tw-mr-\[8px\] {
	margin-right: 0.4rem;
}

.tw-mt-\[-1px\] {
	margin-top: -0.05rem;
}

.tw-mb-\[6px\] {
	margin-bottom: 0.3rem;
}

.tw-mt-\[8px\] {
	margin-top: 0.4rem;
}

.tw-ml-\[38px\] {
	margin-left: 1.9rem;
}

.tw-mt-\[30px\] {
	margin-top: 1.5rem;
}

.tw-mt-\[37px\] {
	margin-top: 1.85rem;
}

.tw-mt-\[18px\] {
	margin-top: 0.9rem;
}

.tw-mt-\[32px\] {
	margin-top: 1.6rem;
}

.tw-mt-\[69px\] {
	margin-top: 3.45rem;
}

.tw-mb-\[22px\] {
	margin-bottom: 1.1rem;
}

.tw-mb-\[7px\] {
	margin-bottom: 0.35rem;
}

.tw-box-border {
	box-sizing: border-box;
}

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

.tw-flex {
	display: flex;
}

.\!tw-flex {
	display: flex !important;
}

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

.tw-grid {
	display: grid;
}

.tw-hidden {
	display: none;
}

.tw-h-\[50px\] {
	height: 2.5rem;
}

.tw-h-\[32px\] {
	height: 1.6rem;
}

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

.tw-h-\[16px\] {
	height: 0.8rem;
}

.tw-h-\[9px\] {
	height: 0.45rem;
}

.tw-h-\[3px\] {
	height: 0.15rem;
}

.tw-h-\[1px\] {
	height: 0.05rem;
}

.tw-h-\[48px\] {
	height: 2.4rem;
}

.tw-h-6 {
	height: 1.5rem;
}

.tw-h-\[136px\] {
	height: 6.8rem;
}

.tw-h-\[160px\] {
	height: 8rem;
}

.\!tw-h-\[48px\] {
	height: 2.4rem !important;
}

.\!tw-h-\[72px\] {
	height: 3.6rem !important;
}

.tw-h-\[408px\] {
	height: 20.4rem;
}

.tw-h-\[40px\] {
	height: 2rem;
}

.tw-h-\[140px\] {
	height: 7rem;
}

.tw-h-\[80px\] {
	height: 4rem;
}

.tw-h-\[24px\] {
	height: 1.2rem;
}

.tw-h-\[34px\] {
	height: 1.7rem;
}

.tw-h-\[12px\] {
	height: 0.6rem;
}

.tw-h-\[14px\] {
	height: 0.7rem;
}

.\!tw-h-\[42px\] {
	height: 2.1rem !important;
}

.tw-h-\[55px\] {
	height: 2.75rem;
}

.tw-h-\[355px\] {
	height: 17.75rem;
}

.tw-h-\[20px\] {
	height: 1rem;
}

.tw-h-\[calc\(100\%-56px\)\] {
	height: calc(100% - 2.8rem);
}

.tw-h-\[480px\] {
	height: 24rem;
}

.tw-h-\[35px\] {
	height: 1.75rem;
}

.tw-h-\[60px\] {
	height: 3rem;
}

.tw-h-auto {
	height: auto;
}

.tw-h-\[44px\] {
	height: 2.2rem;
}

.tw-h-\[52px\] {
	height: 2.6rem;
}

.tw-h-\[56px\] {
	height: 2.8rem;
}

.tw-h-\[100px\] {
	height: 5rem;
}

.tw-h-\[117px\] {
	height: 5.85rem;
}

.tw-h-\[64px\] {
	height: 3.2rem;
}

.tw-h-0 {
	height: 0;
}

.tw-h-8 {
	height: 2rem;
}

.tw-h-\[10px\] {
	height: 0.5rem;
}

.tw-h-\[calc\(100\%-20px\)\] {
	height: calc(100% - 1rem);
}

.tw-h-\[13px\] {
	height: 0.65rem;
}

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

.tw-h-\[571px\] {
	height: 28.55rem;
}

.tw-h-\[201px\] {
	height: 10.05rem;
}

.tw-h-\[86px\] {
	height: 4.3rem;
}

.tw-h-\[76px\] {
	height: 3.8rem;
}

.tw-h-\[calc\(100\%-243px\)\] {
	height: calc(100% - 12.15rem);
}

.tw-h-\[calc\(100\%-60px\)\] {
	height: calc(100% - 3rem);
}

.tw-h-\[calc\(100\%-50px\)\] {
	height: calc(100% - 2.5rem);
}

.tw-h-\[58px\] {
	height: 2.9rem;
}

.tw-max-h-\[198px\] {
	max-height: 9.9rem;
}

.tw-max-h-\[21px\] {
	max-height: 1.05rem;
}

.tw-max-h-\[278px\] {
	max-height: 13.9rem;
}

.tw-min-h-\[82px\] {
	min-height: 4.1rem;
}

.tw-min-h-\[44px\] {
	min-height: 2.2rem;
}

.tw-min-h-\[156px\] {
	min-height: 7.8rem;
}

.tw-w-\[32px\] {
	width: 1.6rem;
}

.tw-w-\[36px\] {
	width: 1.8rem;
}

.tw-w-\[22px\] {
	width: 1.1rem;
}

.tw-w-\[16px\] {
	width: 0.8rem;
}

.tw-w-\[9px\] {
	width: 0.45rem;
}

.tw-w-\[30px\] {
	width: 1.5rem;
}

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

.tw-w-\[24px\] {
	width: 1.2rem;
}

.tw-w-6 {
	width: 1.5rem;
}

.tw-w-0 {
	width: 0;
}

.tw-w-\[136px\] {
	width: 6.8rem;
}

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

.tw-w-\[186px\] {
	width: 9.3rem;
}

.tw-w-\[140px\] {
	width: 7rem;
}

.tw-w-\[80px\] {
	width: 4rem;
}

.tw-w-\[48px\] {
	width: 2.4rem;
}

.tw-w-\[274px\] {
	width: 13.7rem;
}

.tw-w-\[20px\] {
	width: 1rem;
}

.tw-w-\[calc\(100\%-32px\)\] {
	width: calc(100% - 1.6rem);
}

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

.tw-w-\[1px\] {
	width: 0.05rem;
}

.tw-w-\[14px\] {
	width: 0.7rem;
}

.tw-w-\[68px\] {
	width: 3.4rem;
}

.\!tw-w-\[42px\] {
	width: 2.1rem !important;
}

.tw-w-\[380px\] {
	width: 19rem;
}

.tw-w-\[372px\] {
	width: 18.6rem;
}

.tw-w-\[440px\] {
	width: 22rem;
}

.tw-w-\[44px\] {
	width: 2.2rem;
}

.tw-w-\[calc\(100\%-56px\)\] {
	width: calc(100% - 2.8rem);
}

.tw-w-\[108px\] {
	width: 5.4rem;
}

.tw-w-\[100px\] {
	width: 5rem;
}

.tw-w-auto {
	width: auto;
}

.tw-w-\[260px\] {
	width: 13rem;
}

.tw-w-\[150px\] {
	width: 7.5rem;
}

.tw-w-\[40px\] {
	width: 2rem;
}

.tw-w-\[10px\] {
	width: 0.5rem;
}

.tw-w-\[56px\] {
	width: 2.8rem;
}

.tw-w-\[104px\] {
	width: 5.2rem;
}

.tw-w-\[182px\] {
	width: 9.1rem;
}

.tw-w-screen {
	width: 100vw;
}

.tw-w-\[432px\] {
	width: 21.6rem;
}

.tw-w-\[76px\] {
	width: 3.8rem;
}

.tw-w-\[184px\] {
	width: 9.2rem;
}

.tw-min-w-\[30px\] {
	min-width: 1.5rem;
}

.tw-max-w-\[300px\] {
	max-width: 15rem;
}

.tw-max-w-\[320px\] {
	max-width: 16rem;
}

.\!tw-max-w-\[660px\] {
	max-width: 33rem !important;
}

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

.tw-max-w-\[100px\] {
	max-width: 5rem;
}

.tw-max-w-\[82px\] {
	max-width: 4.1rem;
}

.tw-max-w-\[900px\] {
	max-width: 45rem;
}

.tw-max-w-\[180px\] {
	max-width: 9rem;
}

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

.tw-flex-\[14px\] {
	flex: 0.7rem;
}

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

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

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

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

.tw-translate-x-\[-50\%\] {
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}

.tw-translate-y-4 {
	--tw-translate-y: 1rem;
	transform: var(--tw-transform);
}

.tw-translate-y-0 {
	--tw-translate-y: 0;
	transform: var(--tw-transform);
}

.tw-translate-x-\[calc\(100\%-2px\)\] {
	--tw-translate-x: calc(100% - 0.1rem);
	transform: var(--tw-transform);
}

.tw-translate-x-0 {
	--tw-translate-x: 0;
	transform: var(--tw-transform);
}

.tw-translate-y-2 {
	--tw-translate-y: 0.5rem;
	transform: var(--tw-transform);
}

.tw-translate-x-full {
	--tw-translate-x: 100%;
	transform: var(--tw-transform);
}

.tw--translate-x-1\/2 {
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}

.tw--translate-y-1\/2 {
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}

.tw-translate-y-\[-50\%\] {
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}

.tw-rotate-45 {
	--tw-rotate: 45deg;
	transform: var(--tw-transform);
}

.tw-transform {
	transform: var(--tw-transform);
}

@keyframes tw-fade-out {

	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.tw-animate-preloader-fade-out {
	animation: tw-fade-out 416.6667ms linear both;
}

.tw-cursor-pointer {
	cursor: pointer;
}

.tw-cursor-default {
	cursor: default;
}

.tw-cursor-help {
	cursor: help;
}

.tw-list-none {
	list-style-type: none;
}

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

.tw-appearance-none {
	-webkit-appearance: none;
	        appearance: none;
}

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

.tw-grid-cols-\[2fr\,repeat\(5\,1fr\)\] {
	grid-template-columns: 2fr repeat(5, 1fr);
}

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

.tw-grid-cols-\[2fr\,2fr\,2fr\,1fr\] {
	grid-template-columns: 2fr 2fr 2fr 1fr;
}

.tw-grid-cols-\[1fr\,2fr\,2fr\,1fr\,1fr\] {
	grid-template-columns: 1fr 2fr 2fr 1fr 1fr;
}

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

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

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

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

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

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

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

.\!tw-items-center {
	align-items: center !important;
}

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

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

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

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

.tw-gap-\[8px\] {
	gap: 0.4rem;
}

.tw-gap-\[24px\] {
	gap: 1.2rem;
}

.tw-gap-\[16px\] {
	gap: 0.8rem;
}

.tw-gap-\[12px\] {
	gap: 0.6rem;
}

.tw-gap-\[6px\] {
	gap: 0.3rem;
}

.tw-gap-1 {
	gap: 0.25rem;
}

.tw-gap-\[4px\] {
	gap: 0.2rem;
}

.\!tw-gap-\[16px\] {
	gap: 0.8rem !important;
}

.tw-gap-\[32px\] {
	gap: 1.6rem;
}

.tw-gap-\[2px\] {
	gap: 0.1rem;
}

.tw-gap-\[3px\] {
	gap: 0.15rem;
}

.tw-gap-\[60px\] {
	gap: 3rem;
}

.tw-gap-\[7px\] {
	gap: 0.35rem;
}

.tw-gap-\[10px\] {
	gap: 0.5rem;
}

.tw-gap-\[52px\] {
	gap: 2.6rem;
}

.tw-gap-\[72px\] {
	gap: 3.6rem;
}

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

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

.tw-overflow-hidden {
	overflow: hidden;
}

.\!tw-overflow-visible {
	overflow: visible !important;
}

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

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

.tw-overflow-x-scroll {
	overflow-x: scroll;
}

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

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

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

.tw-break-all {
	word-break: break-all;
}

.tw-rounded-\[8px\] {
	border-radius: 0.4rem;
}

.tw-rounded-full {
	border-radius: 499.95rem;
}

.tw-rounded-\[2\.5px\] {
	border-radius: 0.125rem;
}

.tw-rounded-\[16px\] {
	border-radius: 0.8rem;
}

.tw-rounded-\[4px\] {
	border-radius: 0.2rem;
}

.\!tw-rounded-\[16px\] {
	border-radius: 0.8rem !important;
}

.tw-rounded-\[12px\] {
	border-radius: 0.6rem;
}

.tw-rounded-\[6px\] {
	border-radius: 0.3rem;
}

.tw-rounded-\[20px\] {
	border-radius: 1rem;
}

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

.tw-rounded-\[10px\] {
	border-radius: 0.5rem;
}

.tw-rounded-\[999px\] {
	border-radius: 49.95rem;
}

.tw-rounded-\[2px\] {
	border-radius: 0.1rem;
}

.\!tw-rounded-\[12px\] {
	border-radius: 0.6rem !important;
}

.tw-rounded-t-\[16px\] {
	border-top-left-radius: 0.8rem;
	border-top-right-radius: 0.8rem;
}

.tw-rounded-t-\[24px\] {
	border-top-left-radius: 1.2rem;
	border-top-right-radius: 1.2rem;
}

.tw-rounded-bl-\[12px\] {
	border-bottom-left-radius: 0.6rem;
}

.tw-rounded-tr-\[12px\] {
	border-top-right-radius: 0.6rem;
}

.tw-border {
	border-width: 0.05rem;
}

.tw-border-1 {
	border-width: 0.05rem;
}

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

.tw-border-r-1 {
	border-right-width: 0.05rem;
}

.tw-border-t {
	border-top-width: 0.05rem;
}

.tw-border-b {
	border-bottom-width: 0.05rem;
}

.tw-border-b-0 {
	border-bottom-width: 0;
}

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

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

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

.tw-border-\[\#23283214\] {
	border-color: #23283214;
}

.tw-border-\[\#FFCC3333\] {
	border-color: #FFCC3333;
}

.tw-border-\[\#2328320A\] {
	border-color: #2328320A;
}

.tw-border-\[\#9baac51a\] {
	border-color: #9baac51a;
}

.tw-border-\[\#2328320a\] {
	border-color: #2328320a;
}

.tw-border-\[rgba\(35\,40\,50\,0\.08\)\] {
	border-color: rgba(35,40,50,0.08);
}

.tw-border-\[\#646A71FF\] {
	border-color: #646A71FF;
}

.tw-border-\[rgba\(0\,0\,0\,0\.20\)\] {
	border-color: rgba(0,0,0,0.20);
}

.tw-border-\[\#FBFBFB66\] {
	border-color: #FBFBFB66;
}

.tw-border-\[rgba\(89\,107\,135\,0\.10\)\] {
	border-color: rgba(89,107,135,0.10);
}

.tw-bg-\[\#1e2732\] {
	--tw-bg-opacity: 1;
	background-color: rgba(30, 39, 50, var(--tw-bg-opacity));
}

.tw-bg-\[rgba\(35\,40\,50\,0\.04\)\] {
	background-color: rgba(35,40,50,0.04);
}

.tw-bg-\[\#ebb432\] {
	--tw-bg-opacity: 1;
	background-color: rgba(235, 180, 50, var(--tw-bg-opacity));
}

.tw-bg-\[\#8C8C8C66\] {
	background-color: #8C8C8C66;
}

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

.tw-bg-\[\#E6AA1E\] {
	--tw-bg-opacity: 1;
	background-color: rgba(230, 170, 30, var(--tw-bg-opacity));
}

.tw-bg-\[\#2328320A\] {
	background-color: #2328320A;
}

.tw-bg-\[\#F9F9FB\] {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 249, 251, var(--tw-bg-opacity));
}

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

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

.tw-bg-purple-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

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

.tw-bg-gray-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.tw-bg-green-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.tw-bg-yellow-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.tw-bg-\[\#20252E\] {
	--tw-bg-opacity: 1;
	background-color: rgba(32, 37, 46, var(--tw-bg-opacity));
}

.tw-bg-\[\#23283205\] {
	background-color: #23283205;
}

.tw-bg-\[\#FFCC3333\] {
	background-color: #FFCC3333;
}

.tw-bg-\[\#2328320a\] {
	background-color: #2328320a;
}

.tw-bg-light-bg {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 254, 254, var(--tw-bg-opacity));
}

.tw-bg-\[\#23283214\] {
	background-color: #23283214;
}

.tw-bg-\[\#F7C142\] {
	--tw-bg-opacity: 1;
	background-color: rgba(247, 193, 66, var(--tw-bg-opacity));
}

.tw-bg-\[\#FAF1E1\] {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 241, 225, var(--tw-bg-opacity));
}

.tw-bg-\[\#fefefe\] {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 254, 254, var(--tw-bg-opacity));
}

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

.tw-bg-\[\#FBFBFB\] {
	--tw-bg-opacity: 1;
	background-color: rgba(251, 251, 251, var(--tw-bg-opacity));
}

.tw-bg-\[\#FFCC33\] {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 204, 51, var(--tw-bg-opacity));
}

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

.tw-bg-\[\#FFCC3314\] {
	background-color: #FFCC3314;
}

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

.tw-bg-\[\#EBB432\] {
	--tw-bg-opacity: 1;
	background-color: rgba(235, 180, 50, var(--tw-bg-opacity));
}

.tw-bg-\[\#2328321F\] {
	background-color: #2328321F;
}

.tw-bg-\[\#373C46\] {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 60, 70, var(--tw-bg-opacity));
}

.tw-bg-\[rgba\(255\,255\,255\,0\.08\)\] {
	background-color: rgba(255,255,255,0.08);
}

.tw-bg-\[rgba\(255\,204\,51\,0\.08\)\] {
	background-color: rgba(255,204,51,0.08);
}

.\!tw-bg-\[\#fefefe\] {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(254, 254, 254, var(--tw-bg-opacity)) !important;
}

.tw-bg-\[rgba\(11\,15\,24\,0\.7\)\] {
	background-color: rgba(11,15,24,0.7);
}

.tw-bg-\[\#9baac51a\] {
	background-color: #9baac51a;
}

.tw-bg-\[\#00000014\] {
	background-color: #00000014;
}

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

.tw-bg-light-account-dialog {
	background-image: linear-gradient(105deg, rgba(255, 204, 51, 0.12) 0%, rgba(255, 204, 51, 0.04) 98.37%);
}

.tw-bg-light-right-gradient-270 {
	background-image: linear-gradient(90deg, #FFF 31.21%, #FFFFFF00 100%);
}

.tw-bg-light-gradient-270 {
	background-image: linear-gradient(270deg, #FFF 31.21%, rgba(255, 255, 255, 0.00) 100%);
}

.tw-bg-light-recommend-gradient-270 {
	background-image: linear-gradient(270deg, #fff 32.38%, #ffffffcc 76.49%);
}

.tw-bg-trade-list-gradient-270 {
	background-image: linear-gradient(180deg, rgba(255, 204, 51, 0.10) 0%, rgba(255, 204, 51, 0.01) 100%);
}

.tw-bg-bottom {
	background-position: bottom;
}

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

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

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

.tw-p-\[12px\] {
	padding: 0.6rem;
}

.tw-p-\[16px\] {
	padding: 0.8rem;
}

.tw-p-\[6px\] {
	padding: 0.3rem;
}

.tw-p-\[20px\] {
	padding: 1rem;
}

.tw-p-\[10px\] {
	padding: 0.5rem;
}

.tw-p-\[4px\] {
	padding: 0.2rem;
}

.tw-p-4 {
	padding: 1rem;
}

.tw-p-\[8px\] {
	padding: 0.4rem;
}

.tw-p-16px {
	padding: 0.8rem;
}

.tw-p-\[5px\] {
	padding: 0.25rem;
}

.\!tw-p-\[32px\] {
	padding: 1.6rem !important;
}

.\!tw-p-0 {
	padding: 0 !important;
}

.\!tw-p-\[0px\] {
	padding: 0 !important;
}

.tw-px-\[16px\] {
	padding-left: 0.8rem;
	padding-right: 0.8rem;
}

.tw-py-\[15px\] {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.tw-py-\[2px\] {
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}

.tw-px-\[3px\] {
	padding-left: 0.15rem;
	padding-right: 0.15rem;
}

.tw-py-\[16px\] {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

.tw-px-\[12px\] {
	padding-left: 0.6rem;
	padding-right: 0.6rem;
}

.tw-py-\[10px\] {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.\!tw-py-\[32px\] {
	padding-top: 1.6rem !important;
	padding-bottom: 1.6rem !important;
}

.\!tw-px-\[56px\] {
	padding-left: 2.8rem !important;
	padding-right: 2.8rem !important;
}

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

.\!tw-py-\[20px\] {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.tw-px-\[32px\] {
	padding-left: 1.6rem;
	padding-right: 1.6rem;
}

.tw-py-\[24px\] {
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}

.\!tw-py-\[12px\] {
	padding-top: 0.6rem !important;
	padding-bottom: 0.6rem !important;
}

.\!tw-px-\[20px\] {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.\!tw-px-\[32px\] {
	padding-left: 1.6rem !important;
	padding-right: 1.6rem !important;
}

.tw-py-\[12px\] {
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}

.tw-py-\[6px\] {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

.tw-px-\[24px\] {
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

.tw-px-\[6px\] {
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}

.tw-px-\[15px\] {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.tw-py-\[8px\] {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}

.tw-px-\[8px\] {
	padding-left: 0.4rem;
	padding-right: 0.4rem;
}

.tw-py-\[20px\] {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.tw-py-\[14px\] {
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
}

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

.tw-px-\[20px\] {
	padding-left: 1rem;
	padding-right: 1rem;
}

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

.tw-py-\[60px\] {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.tw-px-\[26px\] {
	padding-left: 1.3rem;
	padding-right: 1.3rem;
}

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

.tw-py-16px {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

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

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

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

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

.\!tw-pt-\[0px\] {
	padding-top: 0 !important;
}

.\!tw-pb-\[0px\] {
	padding-bottom: 0 !important;
}

.\!tw-pl-\[32px\] {
	padding-left: 1.6rem !important;
}

.\!tw-pr-\[24px\] {
	padding-right: 1.2rem !important;
}

.tw-pt-\[24px\] {
	padding-top: 1.2rem;
}

.tw-pr-\[32px\] {
	padding-right: 1.6rem;
}

.tw-pb-\[16px\] {
	padding-bottom: 0.8rem;
}

.tw-pr-\[8px\] {
	padding-right: 0.4rem;
}

.\!tw-pt-\[32px\] {
	padding-top: 1.6rem !important;
}

.\!tw-pb-\[48px\] {
	padding-bottom: 2.4rem !important;
}

.tw-pt-\[20px\] {
	padding-top: 1rem;
}

.tw-pr-\[10px\] {
	padding-right: 0.5rem;
}

.\!tw-pr-0 {
	padding-right: 0 !important;
}

.tw-pr-\[74px\] {
	padding-right: 3.7rem;
}

.tw-pl-\[16px\] {
	padding-left: 0.8rem;
}

.tw-pl-\[74px\] {
	padding-left: 3.7rem;
}

.tw-pr-\[16px\] {
	padding-right: 0.8rem;
}

.tw-pl-\[20px\] {
	padding-left: 1rem;
}

.tw-pl-\[8px\] {
	padding-left: 0.4rem;
}

.tw-pr-\[6px\] {
	padding-right: 0.3rem;
}

.\!tw-pb-\[24px\] {
	padding-bottom: 1.2rem !important;
}

.\!tw-pr-\[70px\] {
	padding-right: 3.5rem !important;
}

.\!tw-pb-\[32px\] {
	padding-bottom: 1.6rem !important;
}

.tw-pt-\[16px\] {
	padding-top: 0.8rem;
}

.tw-pt-\[8px\] {
	padding-top: 0.4rem;
}

.tw-pb-\[12px\] {
	padding-bottom: 0.6rem;
}

.tw-pt-\[54px\] {
	padding-top: 2.7rem;
}

.tw-pt-\[32px\] {
	padding-top: 1.6rem;
}

.tw-pb-\[21px\] {
	padding-bottom: 1.05rem;
}

.\!tw-text-left {
	text-align: left !important;
}

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

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

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

.tw-text-xl {
	font-size: 0.9rem;
}

.tw-text-\[20px\] {
	font-size: 1rem;
}

.tw-text-\[13px\] {
	font-size: 0.65rem;
}

.tw-text-2xl {
	font-size: 1rem;
}

.tw-text-\[16px\] {
	font-size: 0.8rem;
}

.tw-text-lg {
	font-size: 0.8rem;
}

.tw-text-sm {
	font-size: 0.65rem;
}

.tw-text-\[14px\] {
	font-size: 0.7rem;
}

.tw-text-\[28px\] {
	font-size: 1.4rem;
}

.\!tw-text-\[16px\] {
	font-size: 0.8rem !important;
}

.tw-text-\[12px\] {
	font-size: 0.6rem;
}

.tw-text-base {
	font-size: 0.7rem;
	line-height: 1.5em;
}

.tw-text-\[36px\] {
	font-size: 1.8rem;
}

.tw-text-\[18px\] {
	font-size: 0.9rem;
}

.tw-text-xs {
	font-size: 0.6rem;
	line-height: 0.85rem;
}

.tw-text-\[15px\] {
	font-size: 0.75rem;
}

.tw-text-\[24px\] {
	font-size: 1.2rem;
}

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

.tw-font-semibold {
	font-weight: 600;
}

.tw-font-extrabold {
	font-weight: 800;
}

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

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

.tw-leading-\[130\%\] {
	line-height: 130%;
}

.tw-leading-\[22px\] {
	line-height: 1.1rem;
}

.tw-leading-\[150\%\] {
	line-height: 150%;
}

.tw-leading-\[18\.2px\] {
	line-height: 0.91rem;
}

.tw-leading-\[15\.6px\] {
	line-height: 0.78rem;
}

.tw-leading-\[26px\] {
	line-height: 1.3rem;
}

.\!tw-leading-\[1\.3\] {
	line-height: 1.3 !important;
}

.tw-leading-\[20px\] {
	line-height: 1rem;
}

.tw-tracking-\[0px\] {
	letter-spacing: 0;
}

.tw-text-accent {
	--tw-text-opacity: 1;
	color: rgba(230, 170, 30, var(--tw-text-opacity));
}

.tw-text-\[\#00A870\] {
	--tw-text-opacity: 1;
	color: rgba(0, 168, 112, var(--tw-text-opacity));
}

.tw-text-\[\#3B82F6\] {
	--tw-text-opacity: 1;
	color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.tw-text-\[\#E6AA1E\] {
	--tw-text-opacity: 1;
	color: rgba(230, 170, 30, var(--tw-text-opacity));
}

.tw-text-\[\#EF4444\] {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}

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

.tw-text-\[\#828c9b\] {
	--tw-text-opacity: 1;
	color: rgba(130, 140, 155, var(--tw-text-opacity));
}

.\!tw-text-\[\#191e28\] {
	--tw-text-opacity: 1 !important;
	color: rgba(25, 30, 40, var(--tw-text-opacity)) !important;
}

.tw-text-\[\#0ABE82\] {
	--tw-text-opacity: 1;
	color: rgba(10, 190, 130, var(--tw-text-opacity));
}

.tw-text-\[\#f04b55\] {
	--tw-text-opacity: 1;
	color: rgba(240, 75, 85, var(--tw-text-opacity));
}

.tw-text-\[\#232832\] {
	--tw-text-opacity: 1;
	color: rgba(35, 40, 50, var(--tw-text-opacity));
}

.tw-text-\[\#373C46\] {
	--tw-text-opacity: 1;
	color: rgba(55, 60, 70, var(--tw-text-opacity));
}

.tw-text-\[\#23283266\] {
	color: #23283266;
}

.tw-text-\[\#373c4666\] {
	color: #373c4666;
}

.tw-text-light-text-2 {
	--tw-text-opacity: 1;
	color: rgba(130, 140, 155, var(--tw-text-opacity));
}

.tw-text-\[\#23283299\] {
	color: #23283299;
}

.tw-text-message {
	--tw-text-opacity: 1;
	color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.tw-text-success {
	--tw-text-opacity: 1;
	color: rgba(10, 190, 130, var(--tw-text-opacity));
}

.tw-text-info {
	--tw-text-opacity: 1;
	color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.tw-text-error {
	--tw-text-opacity: 1;
	color: rgba(240, 75, 85, var(--tw-text-opacity));
}

.tw-text-\[\#373C4666\] {
	color: #373C4666;
}

.tw-text-\[\#EBB432\] {
	--tw-text-opacity: 1;
	color: rgba(235, 180, 50, var(--tw-text-opacity));
}

.tw-text-\[\#D5A128\] {
	--tw-text-opacity: 1;
	color: rgba(213, 161, 40, var(--tw-text-opacity));
}

.tw-text-\[\#F04B55\] {
	--tw-text-opacity: 1;
	color: rgba(240, 75, 85, var(--tw-text-opacity));
}

.tw-text-\[\#FBFBFB\] {
	--tw-text-opacity: 1;
	color: rgba(251, 251, 251, var(--tw-text-opacity));
}

.tw-text-\[\#000000\] {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.tw-text-\[\#373c46\] {
	--tw-text-opacity: 1;
	color: rgba(55, 60, 70, var(--tw-text-opacity));
}

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

.tw-text-\[\#dde0e2\] {
	--tw-text-opacity: 1;
	color: rgba(221, 224, 226, var(--tw-text-opacity));
}

.tw-text-\[\#373C4699\] {
	color: #373C4699;
}

.\!tw-text-\[\#232832\] {
	--tw-text-opacity: 1 !important;
	color: rgba(35, 40, 50, var(--tw-text-opacity)) !important;
}

.tw-text-\[\#62687599\] {
	color: #62687599;
}

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

.tw-text-\[\#f75151\] {
	--tw-text-opacity: 1;
	color: rgba(247, 81, 81, var(--tw-text-opacity));
}

.tw-text-\[\#828C9B\] {
	--tw-text-opacity: 1;
	color: rgba(130, 140, 155, var(--tw-text-opacity));
}

.tw-text-\[rgba\(35\,40\,50\,0\.40\)\] {
	color: rgba(35,40,50,0.40);
}

.tw-text-\[rgba\(35\,40\,50\,0\.60\)\] {
	color: rgba(35,40,50,0.60);
}

.\!tw-text-\[\#828c9b\] {
	--tw-text-opacity: 1 !important;
	color: rgba(130, 140, 155, var(--tw-text-opacity)) !important;
}

.tw-text-\[\#FFFFFF66\] {
	color: #FFFFFF66;
}

.tw-text-\[\#22332266\] {
	color: #22332266;
}

.tw-text-\[\#2328324D\] {
	color: #2328324D;
}

.tw-text-\[\#BDC6CD\] {
	--tw-text-opacity: 1;
	color: rgba(189, 198, 205, var(--tw-text-opacity));
}

.\!tw-text-\[\#e6aa1e\] {
	--tw-text-opacity: 1 !important;
	color: rgba(230, 170, 30, var(--tw-text-opacity)) !important;
}

.tw-text-\[rgba\(255\,255\,255\,0\.60\)\] {
	color: rgba(255,255,255,0.60);
}

.tw-text-\[\#ebb432\] {
	--tw-text-opacity: 1;
	color: rgba(235, 180, 50, var(--tw-text-opacity));
}

.tw-text-\[\#fbfbfb\] {
	--tw-text-opacity: 1;
	color: rgba(251, 251, 251, var(--tw-text-opacity));
}

.tw-text-\[\#656A70\] {
	--tw-text-opacity: 1;
	color: rgba(101, 106, 112, var(--tw-text-opacity));
}

.tw-text-\[\#b0b9c3\] {
	--tw-text-opacity: 1;
	color: rgba(176, 185, 195, var(--tw-text-opacity));
}

.tw-text-bad {
	--tw-text-opacity: 1;
	color: rgba(240, 75, 85, var(--tw-text-opacity));
}

.tw-text-good {
	--tw-text-opacity: 1;
	color: rgba(10, 190, 130, var(--tw-text-opacity));
}

.tw-text-\[\#333333\] {
	--tw-text-opacity: 1;
	color: rgba(51, 51, 51, var(--tw-text-opacity));
}

.tw-text-\[\#00000099\] {
	color: #00000099;
}

.tw-text-\[\#00000066\] {
	color: #00000066;
}

.tw-text-\[\#232832FF\] {
	color: #232832FF;
}

.tw-text-\[\#EBEEF0\] {
	--tw-text-opacity: 1;
	color: rgba(235, 238, 240, var(--tw-text-opacity));
}

.tw-text-\[\#646A71\] {
	--tw-text-opacity: 1;
	color: rgba(100, 106, 113, var(--tw-text-opacity));
}

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

.tw-opacity-0 {
	opacity: 0;
}

.tw-opacity-100 {
	opacity: 1;
}

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

.tw-opacity-60 {
	opacity: 0.6;
}

.tw-shadow-lg {
	--tw-shadow: 0 0.5rem 0.75rem -0.15rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.3rem -0.1rem rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-light-recommend {
	--tw-shadow: 0 0.3rem 0.6rem 0 rgba(0,0,0,0.08);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-light-announcement {
	--tw-shadow: 0 0.3rem 1.2rem rgba(0,0,0,0.1);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-light-order {
	--tw-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.06), 0 0 0.05rem rgba(0, 0, 0, 0.10);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-outline-none {
	outline: 0.1rem solid transparent;
	outline-offset: 0.1rem;
}

.tw-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(0 + 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);
}

.tw-transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, 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;
}

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

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

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

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

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

.tw-duration-200 {
	transition-duration: 200ms;
}

.tw-duration-100 {
	transition-duration: 100ms;
}

.tw-duration-\[1000ms\] {
	transition-duration: 1000ms;
}

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

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

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

.after\:tw-rounded-none::after {
	content: "";
	border-radius: 0;
}

.hover\:\!tw-outline-hover-border:hover {
	outline: 0.1rem solid #EBB432 !important;
}

.hover\:tw-bg-red-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.hover\:tw-bg-purple-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.hover\:tw-bg-indigo-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.hover\:tw-bg-gray-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.hover\:tw-bg-green-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.hover\:tw-bg-yellow-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.hover\:tw-bg-\[\#2328320A\]:hover {
	background-color: #2328320A;
}

.hover\:tw-bg-\[\#E6AA1E\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(230, 170, 30, var(--tw-bg-opacity));
}

.hover\:tw-bg-\[\#bfb9a9\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(191, 185, 169, var(--tw-bg-opacity));
}

.hover\:tw-bg-\[\#23283205\]:hover {
	background-color: #23283205;
}

.hover\:tw-bg-\[\#FFFFFF05\]:hover {
	background-color: #FFFFFF05;
}

.hover\:\!tw-text-\[\#EBB432\]:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(235, 180, 50, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-700:hover {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.hover\:tw-text-\[\#EBB432\]:hover {
	--tw-text-opacity: 1;
	color: rgba(235, 180, 50, var(--tw-text-opacity));
}

.hover\:tw-text-\[\#373c46\]:hover {
	--tw-text-opacity: 1;
	color: rgba(55, 60, 70, var(--tw-text-opacity));
}

.hover\:tw-text-\[\#e6aa1e\]:hover {
	--tw-text-opacity: 1;
	color: rgba(230, 170, 30, var(--tw-text-opacity));
}

.hover\:tw-opacity-80:hover {
	opacity: 0.8;
}

.focus\:tw-ring-red-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus\:tw-ring-purple-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.focus\:tw-ring-indigo-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

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

.focus\:tw-ring-green-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.focus\:tw-ring-yellow-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.tw-group:hover .group-hover\:tw-block {
	display: block;
}

.tw-group:hover .group-hover\:tw-inline-block {
	display: inline-block;
}

.tw-group:hover .group-hover\:tw-flex {
	display: flex;
}

.tw-group:hover .group-hover\:tw-h-auto {
	height: auto;
}

.tw-group:hover .group-hover\:tw-max-h-\[500px\] {
	max-height: 25rem;
}

.tw-group:hover .group-hover\:tw-overflow-visible {
	overflow: visible;
}

.tw-group:hover .group-hover\:tw-whitespace-normal {
	white-space: normal;
}

.tw-group:hover .group-hover\:\!tw-text-\[\#EBB432\] {
	--tw-text-opacity: 1 !important;
	color: rgba(235, 180, 50, var(--tw-text-opacity)) !important;
}

.tw-dark .dark\:tw-outline-dark-border {
	outline: 0.05rem solid #BBC3CC;
}

.tw-dark .dark\:tw-outline-dark-secondly-border {
	outline: 0.05rem solid #BBC3CC66;
}

.tw-dark .dark\:tw-border-none {
	border-style: none;
}

.tw-dark .dark\:tw-border-\[rgba\(255\2c 255\2c 255\2c 0\.08\)\] {
	border-color: rgba(255,255,255,0.08);
}

.tw-dark .dark\:tw-border-\[\#FFFFFF14\] {
	border-color: #FFFFFF14;
}

.tw-dark .dark\:tw-border-\[\#FFFFFF0A\] {
	border-color: #FFFFFF0A;
}

.tw-dark .dark\:tw-border-\[\#ffffff14\] {
	border-color: #ffffff14;
}

.tw-dark .dark\:tw-border-\[\#FBFBFB14\] {
	border-color: #FBFBFB14;
}

.tw-dark .dark\:tw-border-\[\#FBFBFB0A\] {
	border-color: #FBFBFB0A;
}

.tw-dark .dark\:tw-border-\[\#596b871a\] {
	border-color: #596b871a;
}

.tw-dark .dark\:tw-border-\[\#a4898914\] {
	border-color: #a4898914;
}

.tw-dark .dark\:tw-border-\[\#ffffff0a\] {
	border-color: #ffffff0a;
}

.tw-dark .dark\:tw-border-\[rgba\(255\2c 255\2c 255\2c 0\.3\)\] {
	border-color: rgba(255,255,255,0.3);
}

.tw-dark .dark\:tw-bg-\[rgba\(251\2c 251\2c 251\2c 0\.04\)\] {
	background-color: rgba(251,251,251,0.04);
}

.tw-dark .dark\:tw-bg-\[\#FFFFFF0A\] {
	background-color: #FFFFFF0A;
}

.tw-dark .dark\:tw-bg-\[transparent\] {
	background-color: transparent;
}

.tw-dark .dark\:tw-bg-\[\#12161d\] {
	--tw-bg-opacity: 1;
	background-color: rgba(18, 22, 29, var(--tw-bg-opacity));
}

.tw-dark .dark\:tw-bg-\[\#0e0f14\] {
	--tw-bg-opacity: 1;
	background-color: rgba(14, 15, 20, var(--tw-bg-opacity));
}

.tw-dark .dark\:tw-bg-\[\#FFFFFF05\] {
	background-color: #FFFFFF05;
}

.tw-dark .dark\:tw-bg-\[\#ffffff29\] {
	background-color: #ffffff29;
}

.tw-dark .dark\:tw-bg-\[\#ffffff0a\] {
	background-color: #ffffff0a;
}

.tw-dark .dark\:tw-bg-dark-bg {
	--tw-bg-opacity: 1;
	background-color: rgba(18, 22, 29, var(--tw-bg-opacity));
}

.tw-dark .dark\:tw-bg-\[\#FBFBFB14\] {
	background-color: #FBFBFB14;
}

.tw-dark .dark\:tw-bg-\[\#FFCC331F\] {
	background-color: #FFCC331F;
}

.tw-dark .dark\:tw-bg-\[\#232832\] {
	--tw-bg-opacity: 1;
	background-color: rgba(35, 40, 50, var(--tw-bg-opacity));
}

.tw-dark .dark\:tw-bg-\[\#12161D\] {
	--tw-bg-opacity: 1;
	background-color: rgba(18, 22, 29, var(--tw-bg-opacity));
}

.tw-dark .dark\:tw-bg-\[\#151920\] {
	--tw-bg-opacity: 1;
	background-color: rgba(21, 25, 32, var(--tw-bg-opacity));
}

.tw-dark .dark\:tw-bg-\[\#FFFFFF14\] {
	background-color: #FFFFFF14;
}

.tw-dark .dark\:tw-bg-\[\#1F2228\] {
	--tw-bg-opacity: 1;
	background-color: rgba(31, 34, 40, var(--tw-bg-opacity));
}

.tw-dark .dark\:tw-bg-\[\#373C46\] {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 60, 70, var(--tw-bg-opacity));
}

.tw-dark .dark\:tw-bg-\[\#2B2E35\] {
	--tw-bg-opacity: 1;
	background-color: rgba(43, 46, 53, var(--tw-bg-opacity));
}

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

.tw-dark .dark\:tw-bg-\[rgba\(255\2c 204\2c 51\2c 0\.08\)\] {
	background-color: rgba(255,204,51,0.08);
}

.tw-dark .dark\:tw-bg-\[rgba\(255\2c 255\2c 255\2c 0\.04\)\] {
	background-color: rgba(255,255,255,0.04);
}

.tw-dark .dark\:\!tw-bg-\[\#12161D\] {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(18, 22, 29, var(--tw-bg-opacity)) !important;
}

.tw-dark .dark\:tw-bg-\[\#2A2E33\] {
	--tw-bg-opacity: 1;
	background-color: rgba(42, 46, 51, var(--tw-bg-opacity));
}

.tw-dark .dark\:tw-bg-\[\#596b871a\] {
	background-color: #596b871a;
}

.tw-dark .dark\:tw-bg-\[\#F9F9F9\] {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.tw-dark .dark\:tw-bg-right-gradient-270 {
	background-image: linear-gradient(90deg, #12161D 32.38%, rgba(18, 22, 29, 0.00) 100%);;
}

.tw-dark .dark\:tw-bg-gradient-270 {
	background-image: linear-gradient(270deg, #12161D 31.21%, rgba(18, 22, 29, 0.00) 100%);
}

.tw-dark .dark\:tw-bg-dark-recommend-gradient-270 {
	background-image: linear-gradient(270deg, #12161D 32.38%, rgba(18, 22, 29, 0.00) 76.49%);
}

.tw-dark .dark\:tw-font-semibold {
	font-weight: 600;
}

.tw-dark .dark\:tw-text-\[\#646a71\] {
	--tw-text-opacity: 1;
	color: rgba(100, 106, 113, var(--tw-text-opacity));
}

.tw-dark .dark\:\!tw-text-\[\#ebf0fa\] {
	--tw-text-opacity: 1 !important;
	color: rgba(235, 240, 250, var(--tw-text-opacity)) !important;
}

.tw-dark .dark\:tw-text-\[white\] {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tw-dark .dark\:tw-text-\[\#BBC3CC\] {
	--tw-text-opacity: 1;
	color: rgba(187, 195, 204, var(--tw-text-opacity));
}

.tw-dark .dark\:tw-text-\[\#FFFFFF66\] {
	color: #FFFFFF66;
}

.tw-dark .dark\:tw-text-\[\#FFFFFF\] {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tw-dark .dark\:tw-text-\[\#bbc3cc66\] {
	color: #bbc3cc66;
}

.tw-dark .dark\:tw-text-dark-text-2 {
	--tw-text-opacity: 1;
	color: rgba(100, 106, 113, var(--tw-text-opacity));
}

.tw-dark .dark\:tw-text-\[\#fff\] {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tw-dark .dark\:tw-text-\[\#FFFFFF99\] {
	color: #FFFFFF99;
}

.tw-dark .dark\:tw-text-\[\#FFF\] {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tw-dark .dark\:\!tw-text-\[\#232832\] {
	--tw-text-opacity: 1 !important;
	color: rgba(35, 40, 50, var(--tw-text-opacity)) !important;
}

.tw-dark .dark\:\!tw-text-\[\#FFFFFF99\] {
	color: #FFFFFF99 !important;
}

.tw-dark .dark\:tw-text-\[\#BBC3CC66\] {
	color: #BBC3CC66;
}

.tw-dark .dark\:tw-text-\[\#232832\] {
	--tw-text-opacity: 1;
	color: rgba(35, 40, 50, var(--tw-text-opacity));
}

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

.tw-dark .dark\:tw-text-\[\#FBFBFB\] {
	--tw-text-opacity: 1;
	color: rgba(251, 251, 251, var(--tw-text-opacity));
}

.tw-dark .dark\:tw-text-\[\#fbfbfb99\] {
	color: #fbfbfb99;
}

.tw-dark .dark\:tw-text-\[\#bbc3cc\] {
	--tw-text-opacity: 1;
	color: rgba(187, 195, 204, var(--tw-text-opacity));
}

.tw-dark .dark\:tw-text-\[\#FBFBFB66\] {
	color: #FBFBFB66;
}

.tw-dark .dark\:tw-text-\[\#383f48\] {
	--tw-text-opacity: 1;
	color: rgba(56, 63, 72, var(--tw-text-opacity));
}

.tw-dark .dark\:tw-text-\[\#FBFBFB99\] {
	color: #FBFBFB99;
}

.tw-dark .dark\:\!tw-text-\[\#FBFBFB\] {
	--tw-text-opacity: 1 !important;
	color: rgba(251, 251, 251, var(--tw-text-opacity)) !important;
}

.tw-dark .dark\:tw-text-\[\#BBC3CC99\] {
	color: #BBC3CC99;
}

.tw-dark .dark\:tw-text-white\/40 {
	color: rgba(255, 255, 255, 0.4);
}

.tw-dark .dark\:tw-text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tw-dark .dark\:tw-text-\[rgba\(255\2c 255\2c 255\2c 0\.40\)\] {
	color: rgba(255,255,255,0.40);
}

.tw-dark .dark\:tw-text-\[rgba\(255\2c 255\2c 255\2c 0\.60\)\] {
	color: rgba(255,255,255,0.60);
}

.tw-dark .dark\:tw-text-\[\#fbfbfb66\] {
	color: #fbfbfb66;
}

.tw-dark .dark\:tw-text-\[\#FFFFFF4D\] {
	color: #FFFFFF4D;
}

.tw-dark .dark\:tw-text-\[\#353C45\] {
	--tw-text-opacity: 1;
	color: rgba(53, 60, 69, var(--tw-text-opacity));
}

.tw-dark .dark\:tw-text-\[\#EBEEF0\] {
	--tw-text-opacity: 1;
	color: rgba(235, 238, 240, var(--tw-text-opacity));
}

.tw-dark .dark\:tw-text-\[\#646A71\] {
	--tw-text-opacity: 1;
	color: rgba(100, 106, 113, var(--tw-text-opacity));
}

.tw-dark .dark\:tw-text-\[\#fbfbfb\] {
	--tw-text-opacity: 1;
	color: rgba(251, 251, 251, var(--tw-text-opacity));
}

.tw-dark .dark\:tw-text-\[rgba\(251\2c 251\2c 251\2c 0\.40\)\] {
	color: rgba(251,251,251,0.40);
}

.tw-dark .dark\:tw-text-\[\#D7DCE1\] {
	--tw-text-opacity: 1;
	color: rgba(215, 220, 225, var(--tw-text-opacity));
}

.tw-dark .dark\:tw-text-\[\#F3F4F5\] {
	--tw-text-opacity: 1;
	color: rgba(243, 244, 245, var(--tw-text-opacity));
}

.tw-dark .dark\:tw-text-\[\#FBFBFB29\] {
	color: #FBFBFB29;
}

.tw-dark .dark\:tw-text-\[\#EBEEF0FF\] {
	color: #EBEEF0FF;
}

.tw-dark .dark\:tw-text-\[\#646A71FF\] {
	color: #646A71FF;
}

.tw-dark .dark\:tw-text-\[\#FBFBFBFF\] {
	color: #FBFBFBFF;
}

.tw-dark .dark\:tw-opacity-40 {
	opacity: 0.4;
}

.tw-dark .dark\:tw-shadow-none {
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-dark .dark\:hover\:tw-bg-\[\#FFFFFF0A\]:hover {
	background-color: #FFFFFF0A;
}

.tw-dark .dark\:hover\:tw-bg-\[\#FBFBFB0A\]:hover {
	background-color: #FBFBFB0A;
}

.tw-dark .dark\:hover\:tw-bg-\[\#FBFBFB05\]:hover {
	background-color: #FBFBFB05;
}

.tw-dark .dark\:hover\:tw-text-\[\#d2d7dc\]:hover {
	--tw-text-opacity: 1;
	color: rgba(210, 215, 220, var(--tw-text-opacity));
}

@media (min-width: 640px) {

	.sm\:tw-inline-block {
		display: inline-block;
	}

	.sm\:tw-h-screen {
		height: 100vh;
	}

	.sm\:tw-translate-y-0 {
		--tw-translate-y: 0;
		transform: var(--tw-transform);
	}

	.sm\:tw-translate-x-2 {
		--tw-translate-x: 0.5rem;
		transform: var(--tw-transform);
	}

	.sm\:tw-translate-x-0 {
		--tw-translate-x: 0;
		transform: var(--tw-transform);
	}

	.sm\:tw-scale-95 {
		--tw-scale-x: .95;
		--tw-scale-y: .95;
		transform: var(--tw-transform);
	}

	.sm\:tw-scale-100 {
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		transform: var(--tw-transform);
	}

	.sm\:tw-align-middle {
		vertical-align: middle;
	}
}

