/* stylelint-disable at-rule-no-unknown */
@tailwind base;
@tailwind components;
@tailwind utilities;

.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@layer components {
    /* 解决Form子项自定义组件中input组件校验错误不出现红框的情况 */
    .input-combination {
        input {
            @apply focus:outline-none focus:border-[#d9150b]
                hover:outline-none hover:border-[#d9150b]
                border-[#d9150b] focus:shadow-[0_0_0_2px_rgba(255,43,32,0.2)];
        }
    }
}

@layer utilities {
    /* 通用滚动条隐藏 */
    .no-scrollbar::-webkit-scrollbar {
        display: none;
    }

    .no-scrollbar {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}


.required::before {
    content: '*';
    color: #D9150B;
    margin: 0 5px 0 0;
}

.hide {
    display: none;
}

.body-scroll-locked, .body-scroll-locked-x {
    overflow: hidden;
}

.body-scroll-locked-x {
    padding-right: 15px;
}

/* stylelint-disable at-rule-no-unknown */
*, ::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%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
/* 解决Form子项自定义组件中input组件校验错误不出现红框的情况 */
.input-combination {
        input {
    --tw-border-opacity: 1;
    border-color: rgb(217 21 11 / var(--tw-border-opacity, 1));
  }
        input:hover {
    --tw-border-opacity: 1;
    border-color: rgb(217 21 11 / var(--tw-border-opacity, 1));
  }
        input:hover {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
        input:focus {
    --tw-border-opacity: 1;
    border-color: rgb(217 21 11 / var(--tw-border-opacity, 1));
  }
        input:focus {
    --tw-shadow: 0 0 0 2px rgba(255,43,32,0.2);
    --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
        input:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
    }
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-top-1 {
  top: -0.25rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-\[17px\] {
  bottom: 17px;
}
.bottom-\[35px\] {
  bottom: 35px;
}
.bottom-\[36px\] {
  bottom: 36px;
}
.bottom-\[40px\] {
  bottom: 40px;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-\[0\] {
  left: 0;
}
.left-\[10px\] {
  left: 10px;
}
.left-\[144px\] {
  left: 144px;
}
.left-\[15px\] {
  left: 15px;
}
.left-\[16px\] {
  left: 16px;
}
.left-\[214px\] {
  left: 214px;
}
.left-\[264px\] {
  left: 264px;
}
.left-\[48px\] {
  left: 48px;
}
.left-\[84px\] {
  left: 84px;
}
.right-0 {
  right: 0px;
}
.right-\[19px\] {
  right: 19px;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[21px\] {
  right: 21px;
}
.right-\[23px\] {
  right: 23px;
}
.right-\[25px\] {
  right: 25px;
}
.right-\[29px\] {
  right: 29px;
}
.right-\[30px\] {
  right: 30px;
}
.right-\[35px\] {
  right: 35px;
}
.right-\[48px\] {
  right: 48px;
}
.right-\[88px\] {
  right: 88px;
}
.right-\[9px\] {
  right: 9px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/4 {
  top: 25%;
}
.top-14 {
  top: 3.5rem;
}
.top-16 {
  top: 4rem;
}
.top-\[-2px\] {
  top: -2px;
}
.top-\[-42px\] {
  top: -42px;
}
.top-\[-5px\] {
  top: -5px;
}
.top-\[0\] {
  top: 0;
}
.top-\[0px\] {
  top: 0px;
}
.top-\[12px\] {
  top: 12px;
}
.top-\[150px\] {
  top: 150px;
}
.top-\[16px\] {
  top: 16px;
}
.top-\[194px\] {
  top: 194px;
}
.top-\[23px\] {
  top: 23px;
}
.top-\[250px\] {
  top: 250px;
}
.top-\[25px\] {
  top: 25px;
}
.top-\[34px\] {
  top: 34px;
}
.top-\[42px\] {
  top: 42px;
}
.top-\[46px\] {
  top: 46px;
}
.top-\[4px\] {
  top: 4px;
}
.top-\[740px\] {
  top: 740px;
}
.top-\[98px\] {
  top: 98px;
}
.top-\[9px\] {
  top: 9px;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[11\] {
  z-index: 11;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[21\] {
  z-index: 21;
}
.z-\[9999\] {
  z-index: 9999;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-end-4 {
  grid-column-end: 4;
}
.m-1 {
  margin: 0.25rem;
}
.m-auto {
  margin: auto;
}
.mx-\[-24px\] {
  margin-left: -24px;
  margin-right: -24px;
}
.mx-\[0\] {
  margin-left: 0;
  margin-right: 0;
}
.mx-\[12px\] {
  margin-left: 12px;
  margin-right: 12px;
}
.mx-\[16px\] {
  margin-left: 16px;
  margin-right: 16px;
}
.mx-\[24px\] {
  margin-left: 24px;
  margin-right: 24px;
}
.mx-\[4px\] {
  margin-left: 4px;
  margin-right: 4px;
}
.mx-\[7px\] {
  margin-left: 7px;
  margin-right: 7px;
}
.mx-\[8px\] {
  margin-left: 8px;
  margin-right: 8px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-\[12px\] {
  margin-top: 12px;
  margin-bottom: 12px;
}
.my-\[16px\] {
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-\[24px\] {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-\[9px\] {
  margin-top: 9px;
  margin-bottom: 9px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.\!mb-\[16px\] {
  margin-bottom: 16px !important;
}
.\!mb-\[24px\] {
  margin-bottom: 24px !important;
}
.\!mr-\[10px\] {
  margin-right: 10px !important;
}
.\!mr-\[12px\] {
  margin-right: 12px !important;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[-12px\] {
  margin-bottom: -12px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[19px\] {
  margin-bottom: 19px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[21px\] {
  margin-bottom: 21px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[48px\] {
  margin-bottom: 48px;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mb-\[55px\] {
  margin-bottom: 55px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[66px\] {
  margin-bottom: 66px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.mb-\[70px\] {
  margin-bottom: 70px;
}
.mb-\[7px\] {
  margin-bottom: 7px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-\[\] {
  margin-bottom: ;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[-1px\] {
  margin-left: -1px;
}
.ml-\[-20px\] {
  margin-left: -20px;
}
.ml-\[-25px\] {
  margin-left: -25px;
}
.ml-\[-4px\] {
  margin-left: -4px;
}
.ml-\[-8px\] {
  margin-left: -8px;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[11px\] {
  margin-left: 11px;
}
.ml-\[125px\] {
  margin-left: 125px;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.ml-\[14px\] {
  margin-left: 14px;
}
.ml-\[150px\] {
  margin-left: 150px;
}
.ml-\[152px\] {
  margin-left: 152px;
}
.ml-\[15px\] {
  margin-left: 15px;
}
.ml-\[165px\] {
  margin-left: 165px;
}
.ml-\[16px\] {
  margin-left: 16px;
}
.ml-\[199px\] {
  margin-left: 199px;
}
.ml-\[20px\] {
  margin-left: 20px;
}
.ml-\[23px\] {
  margin-left: 23px;
}
.ml-\[24px\] {
  margin-left: 24px;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.ml-\[30px\] {
  margin-left: 30px;
}
.ml-\[330px\] {
  margin-left: 330px;
}
.ml-\[3px\] {
  margin-left: 3px;
}
.ml-\[40px\] {
  margin-left: 40px;
}
.ml-\[45px\] {
  margin-left: 45px;
}
.ml-\[4px\] {
  margin-left: 4px;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.ml-\[60px\] {
  margin-left: 60px;
}
.ml-\[6px\] {
  margin-left: 6px;
}
.ml-\[75px\] {
  margin-left: 75px;
}
.ml-\[77px\] {
  margin-left: 77px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.ml-\[auto\] {
  margin-left: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-\[-10px\] {
  margin-right: -10px;
}
.mr-\[-1px\] {
  margin-right: -1px;
}
.mr-\[-25px\] {
  margin-right: -25px;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[12px\] {
  margin-right: 12px;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.mr-\[16px\] {
  margin-right: 16px;
}
.mr-\[17px\] {
  margin-right: 17px;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mr-\[223px\] {
  margin-right: 223px;
}
.mr-\[22px\] {
  margin-right: 22px;
}
.mr-\[24px\] {
  margin-right: 24px;
}
.mr-\[2px\] {
  margin-right: 2px;
}
.mr-\[32px\] {
  margin-right: 32px;
}
.mr-\[38px\] {
  margin-right: 38px;
}
.mr-\[3px\] {
  margin-right: 3px;
}
.mr-\[4px\] {
  margin-right: 4px;
}
.mr-\[50px\] {
  margin-right: 50px;
}
.mr-\[6px\] {
  margin-right: 6px;
}
.mr-\[7px\] {
  margin-right: 7px;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mr-\[90px\] {
  margin-right: 90px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[-10px\] {
  margin-top: -10px;
}
.mt-\[-16px\] {
  margin-top: -16px;
}
.mt-\[-25px\] {
  margin-top: -25px;
}
.mt-\[-30px\] {
  margin-top: -30px;
}
.mt-\[-3px\] {
  margin-top: -3px;
}
.mt-\[-4px\] {
  margin-top: -4px;
}
.mt-\[-8px\] {
  margin-top: -8px;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[114px\] {
  margin-top: 114px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[135px\] {
  margin-top: 135px;
}
.mt-\[13px\] {
  margin-top: 13px;
}
.mt-\[141px\] {
  margin-top: 141px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-\[151px\] {
  margin-top: 151px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mt-\[23px\] {
  margin-top: 23px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[26px\] {
  margin-top: 26px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.mt-\[36px\] {
  margin-top: 36px;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[42px\] {
  margin-top: 42px;
}
.mt-\[43px\] {
  margin-top: 43px;
}
.mt-\[46px\] {
  margin-top: 46px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[53px\] {
  margin-top: 53px;
}
.mt-\[57px\] {
  margin-top: 57px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[63px\] {
  margin-top: 63px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-\[74px\] {
  margin-top: 74px;
}
.mt-\[79px\] {
  margin-top: 79px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-\[98px\] {
  margin-top: 98px;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-\[17\] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 17;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[1920\/1093\] {
  aspect-ratio: 1920/1093;
}
.aspect-\[1920\/1933\] {
  aspect-ratio: 1920/1933;
}
.size-\[115px\] {
  width: 115px;
  height: 115px;
}
.size-\[13px\] {
  width: 13px;
  height: 13px;
}
.size-\[16\.5px\] {
  width: 16.5px;
  height: 16.5px;
}
.size-\[16px\] {
  width: 16px;
  height: 16px;
}
.size-\[17px\] {
  width: 17px;
  height: 17px;
}
.size-\[22px\] {
  width: 22px;
  height: 22px;
}
.size-\[24px\] {
  width: 24px;
  height: 24px;
}
.size-\[28px\] {
  width: 28px;
  height: 28px;
}
.size-\[32px\] {
  width: 32px;
  height: 32px;
}
.size-\[40px\] {
  width: 40px;
  height: 40px;
}
.size-\[42px\] {
  width: 42px;
  height: 42px;
}
.size-\[74px\] {
  width: 74px;
  height: 74px;
}
.size-\[8px\] {
  width: 8px;
  height: 8px;
}
.size-\[94px\] {
  width: 94px;
  height: 94px;
}
.\!h-\[16px\] {
  height: 16px !important;
}
.\!h-\[32px\] {
  height: 32px !important;
}
.h-0 {
  height: 0px;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-8 {
  height: 2rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[104px\] {
  height: 104px;
}
.h-\[106px\] {
  height: 106px;
}
.h-\[108px\] {
  height: 108px;
}
.h-\[1093px\] {
  height: 1093px;
}
.h-\[110px\] {
  height: 110px;
}
.h-\[115px\] {
  height: 115px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[132px\] {
  height: 132px;
}
.h-\[134px\] {
  height: 134px;
}
.h-\[135px\] {
  height: 135px;
}
.h-\[1382px\] {
  height: 1382px;
}
.h-\[142px\] {
  height: 142px;
}
.h-\[1453px\] {
  height: 1453px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[158px\] {
  height: 158px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[168px\] {
  height: 168px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[174px\] {
  height: 174px;
}
.h-\[175px\] {
  height: 175px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[1807px\] {
  height: 1807px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[181px\] {
  height: 181px;
}
.h-\[182px\] {
  height: 182px;
}
.h-\[187px\] {
  height: 187px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[190px\] {
  height: 190px;
}
.h-\[192px\] {
  height: 192px;
}
.h-\[1933px\] {
  height: 1933px;
}
.h-\[194px\] {
  height: 194px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[206px\] {
  height: 206px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[215px\] {
  height: 215px;
}
.h-\[221px\] {
  height: 221px;
}
.h-\[222px\] {
  height: 222px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[231px\] {
  height: 231px;
}
.h-\[234px\] {
  height: 234px;
}
.h-\[235px\] {
  height: 235px;
}
.h-\[238px\] {
  height: 238px;
}
.h-\[242px\] {
  height: 242px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[270px\] {
  height: 270px;
}
.h-\[284px\] {
  height: 284px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[290px\] {
  height: 290px;
}
.h-\[296px\] {
  height: 296px;
}
.h-\[298px\] {
  height: 298px;
}
.h-\[29px\] {
  height: 29px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[304px\] {
  height: 304px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[313px\] {
  height: 313px;
}
.h-\[319px\] {
  height: 319px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[323px\] {
  height: 323px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[338px\] {
  height: 338px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[359px\] {
  height: 359px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[373px\] {
  height: 373px;
}
.h-\[374px\] {
  height: 374px;
}
.h-\[376px\] {
  height: 376px;
}
.h-\[377px\] {
  height: 377px;
}
.h-\[380px\] {
  height: 380px;
}
.h-\[412px\] {
  height: 412px;
}
.h-\[420px\] {
  height: 420px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[444px\] {
  height: 444px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[462px\] {
  height: 462px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[47px\] {
  height: 47px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[49px\] {
  height: 49px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[503px\] {
  height: 503px;
}
.h-\[506px\] {
  height: 506px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[518px\] {
  height: 518px;
}
.h-\[51px\] {
  height: 51px;
}
.h-\[520px\] {
  height: 520px;
}
.h-\[522px\] {
  height: 522px;
}
.h-\[526px\] {
  height: 526px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[53px\] {
  height: 53px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[553px\] {
  height: 553px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[57px\] {
  height: 57px;
}
.h-\[594px\] {
  height: 594px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[618px\] {
  height: 618px;
}
.h-\[622px\] {
  height: 622px;
}
.h-\[640px\] {
  height: 640px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[65px\] {
  height: 65px;
}
.h-\[66px\] {
  height: 66px;
}
.h-\[672px\] {
  height: 672px;
}
.h-\[68px\] {
  height: 68px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[730px\] {
  height: 730px;
}
.h-\[74px\] {
  height: 74px;
}
.h-\[755px\] {
  height: 755px;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[76px\] {
  height: 76px;
}
.h-\[77px\] {
  height: 77px;
}
.h-\[78px\] {
  height: 78px;
}
.h-\[7px\] {
  height: 7px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[811px\] {
  height: 811px;
}
.h-\[82px\] {
  height: 82px;
}
.h-\[832px\] {
  height: 832px;
}
.h-\[86px\] {
  height: 86px;
}
.h-\[88px\] {
  height: 88px;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[auto\] {
  height: auto;
}
.h-\[calc\(100\%-40px\)\] {
  height: calc(100% - 40px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[1\.5em\] {
  max-height: 1.5em;
}
.max-h-\[150px\] {
  max-height: 150px;
}
.max-h-\[270px\] {
  max-height: 270px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[424px\] {
  max-height: 424px;
}
.max-h-\[428px\] {
  max-height: 428px;
}
.max-h-\[508px\] {
  max-height: 508px;
}
.min-h-\[194px\] {
  min-height: 194px;
}
.min-h-\[30px\] {
  min-height: 30px;
}
.min-h-\[358px\] {
  min-height: 358px;
}
.min-h-\[378px\] {
  min-height: 378px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-\[16px\] {
  width: 16px !important;
}
.w-0 {
  width: 0px;
}
.w-1\/2 {
  width: 50%;
}
.w-2 {
  width: 0.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[1016px\] {
  width: 1016px;
}
.w-\[1031px\] {
  width: 1031px;
}
.w-\[106px\] {
  width: 106px;
}
.w-\[1074px\] {
  width: 1074px;
}
.w-\[108px\] {
  width: 108px;
}
.w-\[1090px\] {
  width: 1090px;
}
.w-\[1100px\] {
  width: 1100px;
}
.w-\[1102px\] {
  width: 1102px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[1120px\] {
  width: 1120px;
}
.w-\[1200px\] {
  width: 1200px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[126px\] {
  width: 126px;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[132px\] {
  width: 132px;
}
.w-\[1332px\] {
  width: 1332px;
}
.w-\[1392px\] {
  width: 1392px;
}
.w-\[142px\] {
  width: 142px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[152px\] {
  width: 152px;
}
.w-\[157px\] {
  width: 157px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[168px\] {
  width: 168px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[176px\] {
  width: 176px;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[188px\] {
  width: 188px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[190px\] {
  width: 190px;
}
.w-\[192px\] {
  width: 192px;
}
.w-\[196px\] {
  width: 196px;
}
.w-\[198px\] {
  width: 198px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[205px\] {
  width: 205px;
}
.w-\[206px\] {
  width: 206px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[210px\] {
  width: 210px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[222px\] {
  width: 222px;
}
.w-\[224px\] {
  width: 224px;
}
.w-\[225px\] {
  width: 225px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[232px\] {
  width: 232px;
}
.w-\[234px\] {
  width: 234px;
}
.w-\[238px\] {
  width: 238px;
}
.w-\[247px\] {
  width: 247px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[252px\] {
  width: 252px;
}
.w-\[256px\] {
  width: 256px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[262px\] {
  width: 262px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[270px\] {
  width: 270px;
}
.w-\[27px\] {
  width: 27px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[286px\] {
  width: 286px;
}
.w-\[288px\] {
  width: 288px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[290px\] {
  width: 290px;
}
.w-\[299px\] {
  width: 299px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[312px\] {
  width: 312px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[322px\] {
  width: 322px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[331px\] {
  width: 331px;
}
.w-\[339px\] {
  width: 339px;
}
.w-\[340px\] {
  width: 340px;
}
.w-\[346px\] {
  width: 346px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[363px\] {
  width: 363px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[37px\] {
  width: 37px;
}
.w-\[380px\] {
  width: 380px;
}
.w-\[390px\] {
  width: 390px;
}
.w-\[394px\] {
  width: 394px;
}
.w-\[400\] {
  width: 400;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[404px\] {
  width: 404px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[410px\] {
  width: 410px;
}
.w-\[423px\] {
  width: 423px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[436px\] {
  width: 436px;
}
.w-\[440px\] {
  width: 440px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[46px\] {
  width: 46px;
}
.w-\[47px\] {
  width: 47px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[49px\] {
  width: 49px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[54px\] {
  width: 54px;
}
.w-\[552px\] {
  width: 552px;
}
.w-\[55px\] {
  width: 55px;
}
.w-\[568px\] {
  width: 568px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[57px\] {
  width: 57px;
}
.w-\[58px\] {
  width: 58px;
}
.w-\[590px\] {
  width: 590px;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[673px\] {
  width: 673px;
}
.w-\[68px\] {
  width: 68px;
}
.w-\[694px\] {
  width: 694px;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[738px\] {
  width: 738px;
}
.w-\[73px\] {
  width: 73px;
}
.w-\[74px\] {
  width: 74px;
}
.w-\[754px\] {
  width: 754px;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[7px\] {
  width: 7px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[82px\] {
  width: 82px;
}
.w-\[84px\] {
  width: 84px;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[878px\] {
  width: 878px;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[8px\] {
  width: 8px;
}
.w-\[911px\] {
  width: 911px;
}
.w-\[940px\] {
  width: 940px;
}
.w-\[94px\] {
  width: 94px;
}
.w-\[983px\] {
  width: 983px;
}
.w-\[98px\] {
  width: 98px;
}
.w-\[auto\] {
  width: auto;
}
.w-\[calc\(100\%-136px\)\] {
  width: calc(100% - 136px);
}
.w-\[calc\(100\%-162px\)\] {
  width: calc(100% - 162px);
}
.w-\[calc\(100\%-172px\)\] {
  width: calc(100% - 172px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[110px\] {
  min-width: 110px;
}
.min-w-\[1232px\] {
  min-width: 1232px;
}
.min-w-\[1392px\] {
  min-width: 1392px;
}
.min-w-\[1440px\] {
  min-width: 1440px;
}
.min-w-\[16px\] {
  min-width: 16px;
}
.min-w-\[368px\] {
  min-width: 368px;
}
.min-w-\[371px\] {
  min-width: 371px;
}
.min-w-\[388px\] {
  min-width: 388px;
}
.min-w-\[56px\] {
  min-width: 56px;
}
.min-w-\[665px\] {
  min-width: 665px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.max-w-\[1102px\] {
  max-width: 1102px;
}
.max-w-\[112px\] {
  max-width: 112px;
}
.max-w-\[118px\] {
  max-width: 118px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[132px\] {
  max-width: 132px;
}
.max-w-\[135px\] {
  max-width: 135px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[194px\] {
  max-width: 194px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[262px\] {
  max-width: 262px;
}
.max-w-\[270px\] {
  max-width: 270px;
}
.max-w-\[324px\] {
  max-width: 324px;
}
.max-w-\[340px\] {
  max-width: 340px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[70px\] {
  max-width: 70px;
}
.max-w-\[830px\] {
  max-width: 830px;
}
.max-w-\[83px\] {
  max-width: 83px;
}
.max-w-\[854px\] {
  max-width: 854px;
}
.max-w-\[861px\] {
  max-width: 861px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-\[1\] {
  flex-grow: 1;
}
.flex-grow-\[2\] {
  flex-grow: 2;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[43\%\] {
  --tw-translate-x: -43%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[3px\] {
  --tw-translate-x: 3px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.\!cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[100px_180px_200px_140px_150px_180px\] {
  grid-template-columns: 100px 180px 200px 140px 150px 180px;
}
.grid-rows-\[34px\2c 319px\] {
  grid-template-rows: 34px 319px;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-0 {
  gap: 0px;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[13px\] {
  gap: 13px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[17px\] {
  gap: 17px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[62px\] {
  gap: 62px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-px {
  gap: 1px;
}
.\!gap-y-\[16px\] {
  row-gap: 16px !important;
}
.gap-x-\[12px\] {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.gap-x-\[16px\] {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.gap-x-\[8px\] {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-y-\[12px\] {
  row-gap: 12px;
}
.gap-y-\[24px\] {
  row-gap: 24px;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.divide-y-\[1px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}
.divide-\[\#F6F7FA\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(246 247 250 / var(--tw-divide-opacity, 1));
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[39px\] {
  border-radius: 39px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[60px\] {
  border-radius: 60px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[9px\] {
  border-radius: 9px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-l-\[2px\] {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rounded-l-\[4px\] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-r-\[0\] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-t-\[2px\] {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.rounded-t-\[30px\] {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.rounded-bl-\[4px\] {
  border-bottom-left-radius: 4px;
}
.rounded-br-\[4px\] {
  border-bottom-right-radius: 4px;
}
.rounded-br-\[8px\] {
  border-bottom-right-radius: 8px;
}
.rounded-tl-\[4px\] {
  border-top-left-radius: 4px;
}
.rounded-tl-\[8px\] {
  border-top-left-radius: 8px;
}
.rounded-tl-none {
  border-top-left-radius: 0px;
}
.rounded-tr-\[4px\] {
  border-top-right-radius: 4px;
}
.rounded-tr-\[8px\] {
  border-top-right-radius: 8px;
}
.rounded-tr-none {
  border-top-right-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[0\.6px\] {
  border-width: 0.6px;
}
.border-\[1\.2px\] {
  border-width: 1.2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-y-\[16px\] {
  border-top-width: 16px;
  border-bottom-width: 16px;
}
.border-y-\[1px\] {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[0\.82px\] {
  border-bottom-width: 0.82px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-b-\[4px\] {
  border-bottom-width: 4px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-\[1px\] {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-\[1px\] {
  border-right-width: 1px;
}
.border-r-\[2px\] {
  border-right-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.\!border-\[\#0054e6\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 84 230 / var(--tw-border-opacity, 1)) !important;
}
.border-0 {
  border-color: hover;
}
.border-\[\#0054e6\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 84 230 / var(--tw-border-opacity, 1));
}
.border-\[\#24c729\] {
  --tw-border-opacity: 1;
  border-color: rgb(36 199 41 / var(--tw-border-opacity, 1));
}
.border-\[\#4e6ef280\] {
  border-color: #4e6ef280;
}
.border-\[\#4f5fa1\] {
  --tw-border-opacity: 1;
  border-color: rgb(79 95 161 / var(--tw-border-opacity, 1));
}
.border-\[\#619bff\] {
  --tw-border-opacity: 1;
  border-color: rgb(97 155 255 / var(--tw-border-opacity, 1));
}
.border-\[\#848b99\] {
  --tw-border-opacity: 1;
  border-color: rgb(132 139 153 / var(--tw-border-opacity, 1));
}
.border-\[\#999\] {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity, 1));
}
.border-\[\#A8F9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(168 249 217 / var(--tw-border-opacity, 1));
}
.border-\[\#B0FAFFCC\] {
  border-color: #B0FAFFCC;
}
.border-\[\#B3F8FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(179 248 255 / var(--tw-border-opacity, 1));
}
.border-\[\#C4D2FFCC\] {
  border-color: #C4D2FFCC;
}
.border-\[\#C4DAFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(196 218 255 / var(--tw-border-opacity, 1));
}
.border-\[\#D3D9E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(211 217 229 / var(--tw-border-opacity, 1));
}
.border-\[\#D3D9E6\] {
  --tw-border-opacity: 1;
  border-color: rgb(211 217 230 / var(--tw-border-opacity, 1));
}
.border-\[\#E0FFF2\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 255 242 / var(--tw-border-opacity, 1));
}
.border-\[\#E2E6F0\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 230 240 / var(--tw-border-opacity, 1));
}
.border-\[\#E3EDFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 237 255 / var(--tw-border-opacity, 1));
}
.border-\[\#E4D8FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 216 255 / var(--tw-border-opacity, 1));
}
.border-\[\#E5ECFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 236 255 / var(--tw-border-opacity, 1));
}
.border-\[\#E7E9EC\] {
  --tw-border-opacity: 1;
  border-color: rgb(231 233 236 / var(--tw-border-opacity, 1));
}
.border-\[\#EBE0FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 224 255 / var(--tw-border-opacity, 1));
}
.border-\[\#EBEDF5\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 237 245 / var(--tw-border-opacity, 1));
}
.border-\[\#FCDFDE\] {
  --tw-border-opacity: 1;
  border-color: rgb(252 223 222 / var(--tw-border-opacity, 1));
}
.border-\[\#FFEECF\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 238 207 / var(--tw-border-opacity, 1));
}
.border-\[\#FFFDC7\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 253 199 / var(--tw-border-opacity, 1));
}
.border-\[\#d3d9e5\] {
  --tw-border-opacity: 1;
  border-color: rgb(211 217 229 / var(--tw-border-opacity, 1));
}
.border-\[\#d3d9e6\] {
  --tw-border-opacity: 1;
  border-color: rgb(211 217 230 / var(--tw-border-opacity, 1));
}
.border-\[\#d8ac00\] {
  --tw-border-opacity: 1;
  border-color: rgb(216 172 0 / var(--tw-border-opacity, 1));
}
.border-\[\#e1e5ef\] {
  --tw-border-opacity: 1;
  border-color: rgb(225 229 239 / var(--tw-border-opacity, 1));
}
.border-\[\#e2e6f0\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 230 240 / var(--tw-border-opacity, 1));
}
.border-\[\#e6e6e6\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}
.border-\[\#ebedf5\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 237 245 / var(--tw-border-opacity, 1));
}
.border-\[\#eee\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}
.border-\[\#f6f7fa\] {
  --tw-border-opacity: 1;
  border-color: rgb(246 247 250 / var(--tw-border-opacity, 1));
}
.border-\[\#ff660080\] {
  border-color: #ff660080;
}
.border-\[\#fff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-\[\#ffffff1a\] {
  border-color: #ffffff1a;
}
.border-\[\#ffffff63\] {
  border-color: #ffffff63;
}
.border-\[\#ffffff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-b-0 {
  border-bottom-color: hover;
}
.border-b-\[\#eBedf5\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(235 237 245 / var(--tw-border-opacity, 1));
}
.border-t-\[\#e1e5ef\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(225 229 239 / var(--tw-border-opacity, 1));
}
.bg-\[\#0054E6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 84 230 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0054e6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 84 230 / var(--tw-bg-opacity, 1));
}
.bg-\[\#196EFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 110 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#196eff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 110 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#24E3A3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 227 163 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2c1d1d\]\/50 {
  background-color: rgb(44 29 29 / 0.5);
}
.bg-\[\#36DDFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(54 221 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#6D84F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(109 132 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#8865FC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(136 101 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#8e8e8e\]\/30 {
  background-color: rgb(142 142 142 / 0.3);
}
.bg-\[\#9B9B9B2E\] {
  background-color: #9B9B9B2E;
}
.bg-\[\#A8B0BF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(168 176 191 / var(--tw-bg-opacity, 1));
}
.bg-\[\#C4DAFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(196 218 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D3D9E5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 217 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E2E6F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 230 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EBEDF5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 237 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F2F7FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 247 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F6F7FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF680\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 128 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFFFF80\] {
  background-color: #FFFFFF80;
}
.bg-\[\#a8b0bf\] {
  --tw-bg-opacity: 1;
  background-color: rgb(168 176 191 / var(--tw-bg-opacity, 1));
}
.bg-\[\#c5ccdb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(197 204 219 / var(--tw-bg-opacity, 1));
}
.bg-\[\#d0e1ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(208 225 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#d3d9e6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 217 230 / var(--tw-bg-opacity, 1));
}
.bg-\[\#d3f4d1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 244 209 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e1e5ef\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 229 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e3edff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 237 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ebedf5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 237 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ebf2ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 242 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ebfbf9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 251 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ecf3fd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 243 253 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f0fff1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 255 241 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f2f5fD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 253 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f2f7ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 247 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5222d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 34 45 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5cc00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 204 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f6f7fA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f6f7fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f6f8f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fbf0fd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 240 253 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fcdfde\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 223 222 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fdefec\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 239 236 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fdf7ec\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 247 236 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ff3a33\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 58 51 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffe1b1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 225 177 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff4f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fffdc7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 199 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffffff1a\] {
  background-color: #ffffff1a;
}
.bg-\[\#ffffff4f\] {
  background-color: #ffffff4f;
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[transparent\] {
  background-color: transparent;
}
.bg-\[white\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-\[linear-gradient\(-90deg\2c rgba\(255\2c 255\2c 255\2c 0\)_0\%\2c \#FFFFFF_100\%\)\] {
  background-image: linear-gradient(-90deg,rgba(255,255,255,0) 0%,#FFFFFF 100%);
}
.bg-\[linear-gradient\(270deg\2c rgba\(245\2c 247\2c 251\2c 0\)_-2\.74\%\2c \#E7F3FF_82\.33\%\)\] {
  background-image: linear-gradient(270deg,rgba(245,247,251,0) -2.74%,#E7F3FF 82.33%);
}
.bg-\[linear-gradient\(271\.73deg\2c \#00B3FF_0\.13\%\2c \#4D6EF2_48\.5\%\2c \#BF9FFF_95\.96\%\)\] {
  background-image: linear-gradient(271.73deg,#00B3FF 0.13%,#4D6EF2 48.5%,#BF9FFF 95.96%);
}
.bg-\[linear-gradient\(272deg\2c _\#00B2FF_0\.13\%\2c _\#4D6EF2_48\.5\%\2c _\#BF9FFF_95\.96\%\)\] {
  background-image: linear-gradient(272deg, #00B2FF 0.13%, #4D6EF2 48.5%, #BF9FFF 95.96%);
}
.bg-\[linear-gradient\(7\.71deg\2c \#5BAFFF_6\.13\%\2c \#A358FF_94\.2\%\)\] {
  background-image: linear-gradient(7.71deg,#5BAFFF 6.13%,#A358FF 94.2%);
}
.bg-\[linear-gradient\(77\.46deg\2c \#632FFF_9\.1\%\2c \#3493F1_70\.41\%\)\] {
  background-image: linear-gradient(77.46deg,#632FFF 9.1%,#3493F1 70.41%);
}
.bg-\[linear-gradient\(81\.49deg\2c \#632FFF_6\.5\%\2c \#3493F1_177\.06\%\)\] {
  background-image: linear-gradient(81.49deg,#632FFF 6.5%,#3493F1 177.06%);
}
.bg-\[linear-gradient\(85\.11deg\2c \#B458FF_2\.29\%\2c \#6058FF_53\.94\%\2c \#5BAFFF_93\.71\%\)\] {
  background-image: linear-gradient(85.11deg,#B458FF 2.29%,#6058FF 53.94%,#5BAFFF 93.71%);
}
.bg-\[linear-gradient\(90\.01deg\2c \#E1ECFF_2\.16\%\2c \#EFF5FF_99\.99\%\)\] {
  background-image: linear-gradient(90.01deg,#E1ECFF 2.16%,#EFF5FF 99.99%);
}
.bg-\[linear-gradient\(90deg\2c rgba\(255\2c 255\2c 255\2c 0\)_0\%\2c \#FFFFFF_100\%\)\] {
  background-image: linear-gradient(90deg,rgba(255,255,255,0) 0%,#FFFFFF 100%);
}
.bg-\[linear-gradient\(94\.65deg\2c \#632FFF_3\.76\%\2c \#3493F1_90\.16\%\2c \#76E3FF_165\.26\%\)\] {
  background-image: linear-gradient(94.65deg,#632FFF 3.76%,#3493F1 90.16%,#76E3FF 165.26%);
}
.bg-\[radial-gradient\(218\.09\%_158\.4\%_at_95\.37\%_92\.26\%\2c \#C3E6FF_0\%\2c \#E6F5FF_100\%\)\] {
  background-image: radial-gradient(218.09% 158.4% at 95.37% 92.26%,#C3E6FF 0%,#E6F5FF 100%);
}
.bg-\[radial-gradient\(233\.13\%_413\.9\%_at_99\.6\%_53\.77\%\2c \#C3E6FF_0\%\2c \#E6F5FF_100\%\)\] {
  background-image: radial-gradient(233.13% 413.9% at 99.6% 53.77%,#C3E6FF 0%,#E6F5FF 100%);
}
.bg-\[radial-gradient\(ellipse_51\%_63\%_at_54\%_0\%\2c rgba\(204\2c 183\2c 255\2c 0\.6\)_0\%\2c transparent_100\%\)\] {
  background-image: radial-gradient(ellipse 51% 63% at 54% 0%,rgba(204,183,255,0.6) 0%,transparent 100%);
}
.bg-\[url\(\"https\:\/\/pic\.rmb\.bdstatic\.com\/6503198101864c4e6292fed0269f1687\.png\"\)\] {
  background-image: url("https://pic.rmb.bdstatic.com/6503198101864c4e6292fed0269f1687.png");
}
.bg-\[url\(\'https\:\/\/pic\.rmb\.bdstatic\.com\/9cb3c7432398bfa42e9c9733f47c084a\.png\'\)\] {
  background-image: url('https://pic.rmb.bdstatic.com/9cb3c7432398bfa42e9c9733f47c084a.png');
}
.bg-\[url\(\'https\:\/\/pic\.rmb\.bdstatic\.com\/c95ebffd6fd24437f5275a2ef746ae65\.png\'\)\] {
  background-image: url('https://pic.rmb.bdstatic.com/c95ebffd6fd24437f5275a2ef746ae65.png');
}
.bg-\[url\(https\:\/\/pic\.rmb\.bdstatic\.com\/592847ced82d1d75eef1e4adb75fb5c4\.png\)\] {
  background-image: url(https://pic.rmb.bdstatic.com/592847ced82d1d75eef1e4adb75fb5c4.png);
}
.bg-\[url\(https\:\/\/pic\.rmb\.bdstatic\.com\/6223f900702e6380317feceb763f156e\.png\)\] {
  background-image: url(https://pic.rmb.bdstatic.com/6223f900702e6380317feceb763f156e.png);
}
.bg-\[url\(https\:\/\/pic\.rmb\.bdstatic\.com\/77ea9c7434ce6bd50c523abd1bf755c0\.png\)\] {
  background-image: url(https://pic.rmb.bdstatic.com/77ea9c7434ce6bd50c523abd1bf755c0.png);
}
.bg-\[url\(https\:\/\/pic\.rmb\.bdstatic\.com\/activity\/2025-6\/1751009220273\/1dc3a4fe62ae\.png\)\] {
  background-image: url(https://pic.rmb.bdstatic.com/activity/2025-6/1751009220273/1dc3a4fe62ae.png);
}
.bg-\[url\(https\:\/\/pic\.rmb\.bdstatic\.com\/activity\/2025-6\/1751009375065\/754e74ea2fe8\.png\)\] {
  background-image: url(https://pic.rmb.bdstatic.com/activity/2025-6/1751009375065/754e74ea2fe8.png);
}
.bg-\[url\(https\:\/\/pic\.rmb\.bdstatic\.com\/activity\/2025-7\/1751372077508\/761adc66794e\.png\)\] {
  background-image: url(https://pic.rmb.bdstatic.com/activity/2025-7/1751372077508/761adc66794e.png);
}
.bg-\[url\(https\:\/\/pic\.rmb\.bdstatic\.com\/e80ecf30c129ae694ee2bbd93af34217\.png\)\] {
  background-image: url(https://pic.rmb.bdstatic.com/e80ecf30c129ae694ee2bbd93af34217.png);
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.from-\[\#848B99\] {
  --tw-gradient-from: #848B99 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 139 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#B458FF\] {
  --tw-gradient-from: #B458FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 88 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#F5CC00\] {
  --tw-gradient-from: #F5CC00 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 204 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FC544E\] {
  --tw-gradient-from: #FC544E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 84 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FF9729\] {
  --tw-gradient-from: #FF9729 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 151 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#f1fff0\] {
  --tw-gradient-from: #f1fff0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 255 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#f2f7ff\] {
  --tw-gradient-from: #f2f7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 247 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#f6f7fa\] {
  --tw-gradient-from: #f6f7fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 247 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#fc499d\] {
  --tw-gradient-from: #fc499d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 73 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#fff2f2\] {
  --tw-gradient-from: #fff2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#fff7e6\] {
  --tw-gradient-from: #fff7e6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\$\{bgGradientFrom\}\] {
  --tw-gradient-from: ${bgGradientFrom} var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#5e3Af0\] {
  --tw-gradient-to: rgb(94 58 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #5e3Af0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#6058FF\] {
  --tw-gradient-to: rgb(96 88 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6058FF var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#196eff\] {
  --tw-gradient-to: #196eff var(--tw-gradient-to-position);
}
.to-\[\#5BAFFF\] {
  --tw-gradient-to: #5BAFFF var(--tw-gradient-to-position);
}
.to-\[\#A8B0BF\] {
  --tw-gradient-to: #A8B0BF var(--tw-gradient-to-position);
}
.to-\[\#FC8983\] {
  --tw-gradient-to: #FC8983 var(--tw-gradient-to-position);
}
.to-\[\#FFBE78\] {
  --tw-gradient-to: #FFBE78 var(--tw-gradient-to-position);
}
.to-\[\#FFEE52\] {
  --tw-gradient-to: #FFEE52 var(--tw-gradient-to-position);
}
.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.bg-\[size\:16px_16px\] {
  background-size: 16px 16px;
}
.bg-cover {
  background-size: cover;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-\[position\:left_2px\] {
  background-position: left 2px;
}
.bg-center {
  background-position: center;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[14px\] {
  padding: 14px;
}
.p-\[150px\] {
  padding: 150px;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[19px\] {
  padding: 19px;
}
.p-\[1px\] {
  padding: 1px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[4px\] {
  padding: 4px;
}
.p-\[8px\] {
  padding: 8px;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[16\] {
  padding-left: 16;
  padding-right: 16;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[1px\] {
  padding-left: 1px;
  padding-right: 1px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[28px\] {
  padding-left: 28px;
  padding-right: 28px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}
.px-\[3px\] {
  padding-left: 3px;
  padding-right: 3px;
}
.px-\[48px\] {
  padding-left: 48px;
  padding-right: 48px;
}
.px-\[4\] {
  padding-left: 4;
  padding-right: 4;
}
.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[7px\] {
  padding-left: 7px;
  padding-right: 7px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.px-\[px\] {
  padding-left: px;
  padding-right: px;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[17px\] {
  padding-top: 17px;
  padding-bottom: 17px;
}
.py-\[19px\] {
  padding-top: 19px;
  padding-bottom: 19px;
}
.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[1px\] {
  padding-bottom: 1px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[32px\] {
  padding-bottom: 32px;
}
.pb-\[67px\] {
  padding-bottom: 67px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[24px\] {
  padding-left: 24px;
}
.pl-\[26px\] {
  padding-left: 26px;
}
.pl-\[27px\] {
  padding-left: 27px;
}
.pl-\[32px\] {
  padding-left: 32px;
}
.pl-\[35px\] {
  padding-left: 35px;
}
.pl-\[4px\] {
  padding-left: 4px;
}
.pl-\[8px\] {
  padding-left: 8px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-\[12px\] {
  padding-right: 12px;
}
.pr-\[19px\] {
  padding-right: 19px;
}
.pr-\[24px\] {
  padding-right: 24px;
}
.pr-\[32px\] {
  padding-right: 32px;
}
.pr-\[5px\] {
  padding-right: 5px;
}
.pr-\[8px\] {
  padding-right: 8px;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[0px\] {
  padding-top: 0px;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.pt-\[23px\] {
  padding-top: 23px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[2px\] {
  padding-top: 2px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[33px\] {
  padding-top: 33px;
}
.pt-\[4px\] {
  padding-top: 4px;
}
.pt-\[54px\] {
  padding-top: 54px;
}
.pt-\[62px\] {
  padding-top: 62px;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.pt-\[9px\] {
  padding-top: 9px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.indent-10 {
  text-indent: 2.5rem;
}
.indent-4 {
  text-indent: 1rem;
}
.indent-6 {
  text-indent: 1.5rem;
}
.indent-\[16px\] {
  text-indent: 16px;
}
.align-\[-2px\] {
  vertical-align: -2px;
}
.font-\[\"PingFang_SC\"\] {
  font-family: "PingFang SC";
}
.font-\[\"custom-title-font\"\] {
  font-family: "custom-title-font";
}
.font-\[\'PingFangSC\'\] {
  font-family: 'PingFangSC';
}
.font-pingfang-sc {
  font-family: "PingFang SC", sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16\.5px\] {
  font-size: 16.5px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[33px\] {
  font-size: 33px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[53px\] {
  font-size: 53px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[360\] {
  font-weight: 360;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[600\] {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-\[100\%\] {
  line-height: 100%;
}
.leading-\[12px\] {
  line-height: 12px;
}
.leading-\[13px\] {
  line-height: 13px;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[17px\] {
  line-height: 17px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[19px\] {
  line-height: 19px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[34px\] {
  line-height: 34px;
}
.leading-\[36px\] {
  line-height: 36px;
}
.leading-\[37px\] {
  line-height: 37px;
}
.leading-\[38px\] {
  line-height: 38px;
}
.leading-\[52px\] {
  line-height: 52px;
}
.leading-\[64px\] {
  line-height: 64px;
}
.leading-\[74px\] {
  line-height: 74px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[2px\] {
  letter-spacing: 2px;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.\!text-\[\#848b99\] {
  --tw-text-opacity: 1 !important;
  color: rgb(132 139 153 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#00000080\] {
  color: #00000080;
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#0047c2\] {
  --tw-text-opacity: 1;
  color: rgb(0 71 194 / var(--tw-text-opacity, 1));
}
.text-\[\#0052cc\] {
  --tw-text-opacity: 1;
  color: rgb(0 82 204 / var(--tw-text-opacity, 1));
}
.text-\[\#0054E6\] {
  --tw-text-opacity: 1;
  color: rgb(0 84 230 / var(--tw-text-opacity, 1));
}
.text-\[\#0054e6\] {
  --tw-text-opacity: 1;
  color: rgb(0 84 230 / var(--tw-text-opacity, 1));
}
.text-\[\#092455\] {
  --tw-text-opacity: 1;
  color: rgb(9 36 85 / var(--tw-text-opacity, 1));
}
.text-\[\#127a0a\] {
  --tw-text-opacity: 1;
  color: rgb(18 122 10 / var(--tw-text-opacity, 1));
}
.text-\[\#131213\] {
  --tw-text-opacity: 1;
  color: rgb(19 18 19 / var(--tw-text-opacity, 1));
}
.text-\[\#191b1e\] {
  --tw-text-opacity: 1;
  color: rgb(25 27 30 / var(--tw-text-opacity, 1));
}
.text-\[\#196EFF\] {
  --tw-text-opacity: 1;
  color: rgb(25 110 255 / var(--tw-text-opacity, 1));
}
.text-\[\#196eff\] {
  --tw-text-opacity: 1;
  color: rgb(25 110 255 / var(--tw-text-opacity, 1));
}
.text-\[\#1c44ff\] {
  --tw-text-opacity: 1;
  color: rgb(28 68 255 / var(--tw-text-opacity, 1));
}
.text-\[\#1f1f1f\] {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}
.text-\[\#20bea3\] {
  --tw-text-opacity: 1;
  color: rgb(32 190 163 / var(--tw-text-opacity, 1));
}
.text-\[\#242529\] {
  --tw-text-opacity: 1;
  color: rgb(36 37 41 / var(--tw-text-opacity, 1));
}
.text-\[\#24c729\] {
  --tw-text-opacity: 1;
  color: rgb(36 199 41 / var(--tw-text-opacity, 1));
}
.text-\[\#254360\] {
  --tw-text-opacity: 1;
  color: rgb(37 67 96 / var(--tw-text-opacity, 1));
}
.text-\[\#282323\] {
  --tw-text-opacity: 1;
  color: rgb(40 35 35 / var(--tw-text-opacity, 1));
}
.text-\[\#282C33\] {
  --tw-text-opacity: 1;
  color: rgb(40 44 51 / var(--tw-text-opacity, 1));
}
.text-\[\#282c33\] {
  --tw-text-opacity: 1;
  color: rgb(40 44 51 / var(--tw-text-opacity, 1));
}
.text-\[\#292929\] {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
}
.text-\[\#303132\] {
  --tw-text-opacity: 1;
  color: rgb(48 49 50 / var(--tw-text-opacity, 1));
}
.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#363636\] {
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity, 1));
}
.text-\[\#373636\] {
  --tw-text-opacity: 1;
  color: rgb(55 54 54 / var(--tw-text-opacity, 1));
}
.text-\[\#3855D5\] {
  --tw-text-opacity: 1;
  color: rgb(56 85 213 / var(--tw-text-opacity, 1));
}
.text-\[\#3E86FFB2\] {
  color: #3E86FFB2;
}
.text-\[\#429bff\] {
  --tw-text-opacity: 1;
  color: rgb(66 155 255 / var(--tw-text-opacity, 1));
}
.text-\[\#4e6ef2\] {
  --tw-text-opacity: 1;
  color: rgb(78 110 242 / var(--tw-text-opacity, 1));
}
.text-\[\#4f5fa1\] {
  --tw-text-opacity: 1;
  color: rgb(79 95 161 / var(--tw-text-opacity, 1));
}
.text-\[\#545B66\] {
  --tw-text-opacity: 1;
  color: rgb(84 91 102 / var(--tw-text-opacity, 1));
}
.text-\[\#545a66\] {
  --tw-text-opacity: 1;
  color: rgb(84 90 102 / var(--tw-text-opacity, 1));
}
.text-\[\#545b66\] {
  --tw-text-opacity: 1;
  color: rgb(84 91 102 / var(--tw-text-opacity, 1));
}
.text-\[\#555B65\] {
  --tw-text-opacity: 1;
  color: rgb(85 91 101 / var(--tw-text-opacity, 1));
}
.text-\[\#575b6b\] {
  --tw-text-opacity: 1;
  color: rgb(87 91 107 / var(--tw-text-opacity, 1));
}
.text-\[\#5EEAFFCC\] {
  color: #5EEAFFCC;
}
.text-\[\#619BFF\] {
  --tw-text-opacity: 1;
  color: rgb(97 155 255 / var(--tw-text-opacity, 1));
}
.text-\[\#619bff\] {
  --tw-text-opacity: 1;
  color: rgb(97 155 255 / var(--tw-text-opacity, 1));
}
.text-\[\#632FFF\] {
  --tw-text-opacity: 1;
  color: rgb(99 47 255 / var(--tw-text-opacity, 1));
}
.text-\[\#632fff\] {
  --tw-text-opacity: 1;
  color: rgb(99 47 255 / var(--tw-text-opacity, 1));
}
.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-\[\#68EDBC\] {
  --tw-text-opacity: 1;
  color: rgb(104 237 188 / var(--tw-text-opacity, 1));
}
.text-\[\#8190bf\] {
  --tw-text-opacity: 1;
  color: rgb(129 144 191 / var(--tw-text-opacity, 1));
}
.text-\[\#825F00\] {
  --tw-text-opacity: 1;
  color: rgb(130 95 0 / var(--tw-text-opacity, 1));
}
.text-\[\#848B99\] {
  --tw-text-opacity: 1;
  color: rgb(132 139 153 / var(--tw-text-opacity, 1));
}
.text-\[\#848b99\] {
  --tw-text-opacity: 1;
  color: rgb(132 139 153 / var(--tw-text-opacity, 1));
}
.text-\[\#858585\] {
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity, 1));
}
.text-\[\#858B98\] {
  --tw-text-opacity: 1;
  color: rgb(133 139 152 / var(--tw-text-opacity, 1));
}
.text-\[\#868C99\] {
  --tw-text-opacity: 1;
  color: rgb(134 140 153 / var(--tw-text-opacity, 1));
}
.text-\[\#8f4b03\] {
  --tw-text-opacity: 1;
  color: rgb(143 75 3 / var(--tw-text-opacity, 1));
}
.text-\[\#8fbcff\] {
  --tw-text-opacity: 1;
  color: rgb(143 188 255 / var(--tw-text-opacity, 1));
}
.text-\[\#9CAFFF\] {
  --tw-text-opacity: 1;
  color: rgb(156 175 255 / var(--tw-text-opacity, 1));
}
.text-\[\#9b9b9b\] {
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1));
}
.text-\[\#A8B0BF\] {
  --tw-text-opacity: 1;
  color: rgb(168 176 191 / var(--tw-text-opacity, 1));
}
.text-\[\#AD8FFF\] {
  --tw-text-opacity: 1;
  color: rgb(173 143 255 / var(--tw-text-opacity, 1));
}
.text-\[\#F5CC00\] {
  --tw-text-opacity: 1;
  color: rgb(245 204 0 / var(--tw-text-opacity, 1));
}
.text-\[\#FC544E\] {
  --tw-text-opacity: 1;
  color: rgb(252 84 78 / var(--tw-text-opacity, 1));
}
.text-\[\#FF9729\] {
  --tw-text-opacity: 1;
  color: rgb(255 151 41 / var(--tw-text-opacity, 1));
}
.text-\[\#FFFFFFDB\] {
  color: #FFFFFFDB;
}
.text-\[\#a88100\] {
  --tw-text-opacity: 1;
  color: rgb(168 129 0 / var(--tw-text-opacity, 1));
}
.text-\[\#a8b0bF\] {
  --tw-text-opacity: 1;
  color: rgb(168 176 191 / var(--tw-text-opacity, 1));
}
.text-\[\#a8b0bf\] {
  --tw-text-opacity: 1;
  color: rgb(168 176 191 / var(--tw-text-opacity, 1));
}
.text-\[\#b0b0b0\] {
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity, 1));
}
.text-\[\#d9150b\] {
  --tw-text-opacity: 1;
  color: rgb(217 21 11 / var(--tw-text-opacity, 1));
}
.text-\[\#db2c23\] {
  --tw-text-opacity: 1;
  color: rgb(219 44 35 / var(--tw-text-opacity, 1));
}
.text-\[\#db3384\] {
  --tw-text-opacity: 1;
  color: rgb(219 51 132 / var(--tw-text-opacity, 1));
}
.text-\[\#e63700\] {
  --tw-text-opacity: 1;
  color: rgb(230 55 0 / var(--tw-text-opacity, 1));
}
.text-\[\#e69800\] {
  --tw-text-opacity: 1;
  color: rgb(230 152 0 / var(--tw-text-opacity, 1));
}
.text-\[\#f54242\] {
  --tw-text-opacity: 1;
  color: rgb(245 66 66 / var(--tw-text-opacity, 1));
}
.text-\[\#f60\] {
  --tw-text-opacity: 1;
  color: rgb(255 102 0 / var(--tw-text-opacity, 1));
}
.text-\[\#ff8400\] {
  --tw-text-opacity: 1;
  color: rgb(255 132 0 / var(--tw-text-opacity, 1));
}
.text-\[\#ff9000\] {
  --tw-text-opacity: 1;
  color: rgb(255 144 0 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[282c33\] {
  color: 282c33;
}
.text-\[blue\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity, 1));
}
.text-\[green\] {
  --tw-text-opacity: 1;
  color: rgb(0 128 0 / var(--tw-text-opacity, 1));
}
.text-\[red\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.line-through {
  text-decoration-line: line-through;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-\[0\.9\] {
  opacity: 0.9;
}
.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_13px_23px_rgba\(163\2c 219\2c 255\2c 0\.14\)\] {
  --tw-shadow: 0 13px 23px rgba(163,219,255,0.14);
  --tw-shadow-colored: 0 13px 23px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_13px_22px_rgba\(163\2c 219\2c 255\2c 0\.14\)\] {
  --tw-shadow: 0px 13px 22px rgba(163,219,255,0.14);
  --tw-shadow-colored: 0px 13px 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_2px_4px_rgba\(0\2c 0\2c 0\2c 0\.04\)\] {
  --tw-shadow: 0px 2px 4px rgba(0,0,0,0.04);
  --tw-shadow-colored: 0px 2px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_4px_30px_0px_\#BCCEF099\] {
  --tw-shadow: 0px 4px 30px 0px #BCCEF099;
  --tw-shadow-colored: 0px 4px 30px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_8px_10px_1px_\#0000000F\] {
  --tw-shadow: 0px 8px 10px 1px #0000000F;
  --tw-shadow-colored: 0px 8px 10px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-s3 {
  --tw-shadow: 0px 2px 24px 1px rgba(0, 0, 0, 0.05), 0px 4px 26px 2px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0px 2px 24px 1px var(--tw-shadow-color), 0px 4px 26px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.outline-1 {
  outline-width: 1px;
}
.outline-white\/70 {
  outline-color: rgb(255 255 255 / 0.7);
}
.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);
}
.blur-2xl {
  --tw-blur: blur(40px);
  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);
}
.blur-3xl {
  --tw-blur: blur(64px);
  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);
}
.invert {
  --tw-invert: invert(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);
}
.backdrop-blur-\[13\.8px\] {
  --tw-backdrop-blur: blur(13.8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-\[20px\] {
  --tw-backdrop-blur: blur(20px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-\[25\.5px\] {
  --tw-backdrop-blur: blur(25.5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[all\] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-\[0\.3s\] {
  transition-duration: 0.3s;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* 通用滚动条隐藏 */
.no-scrollbar::-webkit-scrollbar {
        display: none;
    }
.no-scrollbar {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}

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

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

.before\:w-\[277px\]::before {
  content: var(--tw-content);
  width: 277px;
}

.before\:w-\[85px\]::before {
  content: var(--tw-content);
  width: 85px;
}

.before\:bg-\[url\(https\:\/\/pic\.rmb\.bdstatic\.com\/8996564f28f8cca17c8b6a9f4e56abea\.png\)\]::before {
  content: var(--tw-content);
  background-image: url(https://pic.rmb.bdstatic.com/8996564f28f8cca17c8b6a9f4e56abea.png);
}

.before\:bg-\[url\(https\:\/\/pic\.rmb\.bdstatic\.com\/965647062a584dcd6fe651d069714ce1\.png\)\]::before {
  content: var(--tw-content);
  background-image: url(https://pic.rmb.bdstatic.com/965647062a584dcd6fe651d069714ce1.png);
}

.before\:bg-cover::before {
  content: var(--tw-content);
  background-size: cover;
}

.before\:content-\[\"\"\]::before {
  --tw-content: "";
  content: var(--tw-content);
}

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

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

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

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

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

.after\:z-10::after {
  content: var(--tw-content);
  z-index: 10;
}

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

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

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

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

.after\:bg-\[url\(https\:\/\/pic\.rmb\.bdstatic\.com\/74b082561d0083de60063e9b964b3556\.png\)\]::after {
  content: var(--tw-content);
  background-image: url(https://pic.rmb.bdstatic.com/74b082561d0083de60063e9b964b3556.png);
}

.after\:bg-\[url\(https\:\/\/pic\.rmb\.bdstatic\.com\/965647062a584dcd6fe651d069714ce1\.png\)\]::after {
  content: var(--tw-content);
  background-image: url(https://pic.rmb.bdstatic.com/965647062a584dcd6fe651d069714ce1.png);
}

.after\:bg-cover::after {
  content: var(--tw-content);
  background-size: cover;
}

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

.first\:pt-\[16px\]:first-child {
  padding-top: 16px;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.last\:mr-\[0px\]:last-child {
  margin-right: 0px;
}

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

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

.last\:border-none:last-child {
  border-style: none;
}

.last\:border-0:last-child {
  border-color: hover;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.hover\:translate-y-\[-9px\]:hover {
  --tw-translate-y: -9px;
  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));
}

.hover\:scale-\[1\.01\]:hover {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  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));
}

.hover\:rounded-\[4px\]:hover {
  border-radius: 4px;
}

.hover\:border-\[\#196eef\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(25 110 239 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-\[\#9696f0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(150 150 240 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#EBEDF5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 237 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#F6F7FA\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-\[\#d3d9e5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(211 217 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#e2e6f0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 230 240 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#ebedf5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 237 245 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-\[\#f6f7fa\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:text-\[\#0054E6\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 84 230 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#0054e6\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 84 230 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#0066FF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 102 255 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#764fff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(118 79 255 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#9696f0\]:hover {
  --tw-text-opacity: 1;
  color: rgb(150 150 240 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.focus\:border-\[0\]:focus {
  border-width: 0;
}

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

.active\:bg-\[\#ebedf5\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(235 237 245 / var(--tw-bg-opacity, 1));
}

.active\:text-\[\#0045AD\]:active {
  --tw-text-opacity: 1;
  color: rgb(0 69 173 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .\33xl\:bottom-\[20px\] {
    bottom: 20px;
  }
  .\33xl\:bottom-\[22px\] {
    bottom: 22px;
  }
  .\33xl\:right-\[25px\] {
    right: 25px;
  }
  .\33xl\:right-\[26px\] {
    right: 26px;
  }
  .\33xl\:right-\[27px\] {
    right: 27px;
  }
  .\33xl\:right-\[28px\] {
    right: 28px;
  }
  .\33xl\:top-\[14px\] {
    top: 14px;
  }
  .\33xl\:top-\[26px\] {
    top: 26px;
  }
  .\33xl\:top-\[30px\] {
    top: 30px;
  }
  .\33xl\:mb-0 {
    margin-bottom: 0px;
  }
  .\33xl\:mb-\[18px\] {
    margin-bottom: 18px;
  }
  .\33xl\:mb-\[5px\] {
    margin-bottom: 5px;
  }
  .\33xl\:mb-\[68px\] {
    margin-bottom: 68px;
  }
  .\33xl\:mb-\[75px\] {
    margin-bottom: 75px;
  }
  .\33xl\:mb-\[76px\] {
    margin-bottom: 76px;
  }
  .\33xl\:mb-\[8px\] {
    margin-bottom: 8px;
  }
  .\33xl\:mb-\[9px\] {
    margin-bottom: 9px;
  }
  .\33xl\:ml-\[319px\] {
    margin-left: 319px;
  }
  .\33xl\:mr-\[10px\] {
    margin-right: 10px;
  }
  .\33xl\:mr-\[15px\] {
    margin-right: 15px;
  }
  .\33xl\:mr-\[19px\] {
    margin-right: 19px;
  }
  .\33xl\:mt-\[104px\] {
    margin-top: 104px;
  }
  .\33xl\:mt-\[108px\] {
    margin-top: 108px;
  }
  .\33xl\:mt-\[132px\] {
    margin-top: 132px;
  }
  .\33xl\:mt-\[153px\] {
    margin-top: 153px;
  }
  .\33xl\:size-\[147px\] {
    width: 147px;
    height: 147px;
  }
  .\33xl\:size-\[25px\] {
    width: 25px;
    height: 25px;
  }
  .\33xl\:h-\[1080px\] {
    height: 1080px;
  }
  .\33xl\:h-\[1385px\] {
    height: 1385px;
  }
  .\33xl\:h-\[164px\] {
    height: 164px;
  }
  .\33xl\:h-\[206px\] {
    height: 206px;
  }
  .\33xl\:h-\[2182px\] {
    height: 2182px;
  }
  .\33xl\:h-\[221px\] {
    height: 221px;
  }
  .\33xl\:h-\[283px\] {
    height: 283px;
  }
  .\33xl\:h-\[297px\] {
    height: 297px;
  }
  .\33xl\:h-\[299px\] {
    height: 299px;
  }
  .\33xl\:h-\[334px\] {
    height: 334px;
  }
  .\33xl\:h-\[367px\] {
    height: 367px;
  }
  .\33xl\:h-\[36px\] {
    height: 36px;
  }
  .\33xl\:h-\[53px\] {
    height: 53px;
  }
  .\33xl\:h-\[63px\] {
    height: 63px;
  }
  .\33xl\:h-\[74px\] {
    height: 74px;
  }
  .\33xl\:h-\[76px\] {
    height: 76px;
  }
  .\33xl\:h-\[774px\] {
    height: 774px;
  }
  .\33xl\:h-\[80px\] {
    height: 80px;
  }
  .\33xl\:h-\[85px\] {
    height: 85px;
  }
  .\33xl\:h-\[94px\] {
    height: 94px;
  }
  .\33xl\:w-\[102px\] {
    width: 102px;
  }
  .\33xl\:w-\[1290px\] {
    width: 1290px;
  }
  .\33xl\:w-\[253px\] {
    width: 253px;
  }
  .\33xl\:w-\[366px\] {
    width: 366px;
  }
  .\33xl\:w-\[386px\] {
    width: 386px;
  }
  .\33xl\:w-\[419px\] {
    width: 419px;
  }
  .\33xl\:w-\[430px\] {
    width: 430px;
  }
  .\33xl\:w-\[444px\] {
    width: 444px;
  }
  .\33xl\:w-\[492px\] {
    width: 492px;
  }
  .\33xl\:w-\[57px\] {
    width: 57px;
  }
  .\33xl\:w-\[66px\] {
    width: 66px;
  }
  .\33xl\:w-\[69px\] {
    width: 69px;
  }
  .\33xl\:w-\[77px\] {
    width: 77px;
  }
  .\33xl\:w-\[902px\] {
    width: 902px;
  }
  .\33xl\:grid-cols-\[150px_200px_216px_200px_200px_200px\] {
    grid-template-columns: 150px 200px 216px 200px 200px 200px;
  }
  .\33xl\:gap-\[14px\] {
    gap: 14px;
  }
  .\33xl\:gap-\[16px\] {
    gap: 16px;
  }
  .\33xl\:gap-\[20px\] {
    gap: 20px;
  }
  .\33xl\:gap-\[25px\] {
    gap: 25px;
  }
  .\33xl\:p-\[23px\] {
    padding: 23px;
  }
  .\33xl\:p-\[29px\] {
    padding: 29px;
  }
  .\33xl\:px-\[29px\] {
    padding-left: 29px;
    padding-right: 29px;
  }
  .\33xl\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }
  .\33xl\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .\33xl\:px-\[6px\] {
    padding-left: 6px;
    padding-right: 6px;
  }
  .\33xl\:py-\[26px\] {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .\33xl\:py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .\33xl\:pl-\[43px\] {
    padding-left: 43px;
  }
  .\33xl\:pt-\[11px\] {
    padding-top: 11px;
  }
  .\33xl\:pt-\[40px\] {
    padding-top: 40px;
  }
  .\33xl\:pt-\[72px\] {
    padding-top: 72px;
  }
  .\33xl\:text-\[18px\] {
    font-size: 18px;
  }
  .\33xl\:text-\[20px\] {
    font-size: 20px;
  }
  .\33xl\:text-\[24px\] {
    font-size: 24px;
  }
  .\33xl\:text-\[25px\] {
    font-size: 25px;
  }
  .\33xl\:text-\[30px\] {
    font-size: 30px;
  }
  .\33xl\:text-\[45px\] {
    font-size: 45px;
  }
  .\33xl\:leading-\[26px\] {
    line-height: 26px;
  }
  .\33xl\:leading-\[27px\] {
    line-height: 27px;
  }
  .\33xl\:leading-\[30px\] {
    line-height: 30px;
  }
  .\33xl\:leading-\[34px\] {
    line-height: 34px;
  }
  .\33xl\:leading-\[35px\] {
    line-height: 35px;
  }
  .\33xl\:leading-\[36px\] {
    line-height: 36px;
  }
  .\33xl\:leading-\[40px\] {
    line-height: 40px;
  }
  .\33xl\:before\:left-\[-68px\]::before {
    content: var(--tw-content);
    left: -68px;
  }
  .\33xl\:before\:top-\[-30px\]::before {
    content: var(--tw-content);
    top: -30px;
  }
  .\33xl\:before\:h-\[100px\]::before {
    content: var(--tw-content);
    height: 100px;
  }
  .\33xl\:before\:w-\[100px\]::before {
    content: var(--tw-content);
    width: 100px;
  }
  .\33xl\:after\:right-\[-45px\]::after {
    content: var(--tw-content);
    right: -45px;
  }
  .\33xl\:after\:right-\[-50px\]::after {
    content: var(--tw-content);
    right: -50px;
  }
  .\33xl\:after\:top-\[-20px\]::after {
    content: var(--tw-content);
    top: -20px;
  }
  .\33xl\:after\:top-\[-35px\]::after {
    content: var(--tw-content);
    top: -35px;
  }
  .\33xl\:after\:h-\[77px\]::after {
    content: var(--tw-content);
    height: 77px;
  }
  .\33xl\:after\:h-\[85px\]::after {
    content: var(--tw-content);
    height: 85px;
  }
  .\33xl\:after\:w-\[257px\]::after {
    content: var(--tw-content);
    width: 257px;
  }
  .\33xl\:after\:w-\[85px\]::after {
    content: var(--tw-content);
    width: 85px;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }
}

.\[\&\>\.one-dialog-footer\]\:mt-\[8px\]>.one-dialog-footer {
  margin-top: 8px;
}

.\[\&\>\.one-form-field-label\]\:mr-\[16px\]>.one-form-field-label {
  margin-right: 16px;
}

.\[\&\>\.one-table-row-body-cell\]\:py-0>.one-table-row-body-cell {
  padding-top: 0px;
  padding-bottom: 0px;
}

.\[\&\>i\]\:hidden>i {
  display: none;
}

.\[\&_\*\]\:z-\[999\] * {
  z-index: 999;
}

.\[\&_\.one-form-field-message\]\:leading-\[16px\] .one-form-field-message {
  line-height: 16px;
}

.\[\&_\.one-form-field-messages\]\:mb-0 .one-form-field-messages {
  margin-bottom: 0px;
}

.\[\&_\.one-form-field-messages\]\:pb-0 .one-form-field-messages {
  padding-bottom: 0px;
}

.\[\&_\.one-form-item-control\]\:w-full .one-form-item-control {
  width: 100%;
}

