@import url(https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&display=swap);
*, ::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: 1536px){.container{
    max-width: 1536px;
  }
}.\!visible{
  visibility: visible !important;
}.visible{
  visibility: visible;
}.collapse{
  visibility: collapse;
}.static{
  position: static;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.sticky{
  position: sticky;
}.inset-0{
  inset: 0px;
}.bottom-1{
  bottom: 0.25rem;
}.bottom-5{
  bottom: 1.25rem;
}.left-0{
  left: 0px;
}.left-10{
  left: 2.5rem;
}.right-20{
  right: 5rem;
}.right-3{
  right: 0.75rem;
}.right-4{
  right: 1rem;
}.right-40{
  right: 10rem;
}.top-0{
  top: 0px;
}.top-10{
  top: 2.5rem;
}.top-2{
  top: 0.5rem;
}.top-20{
  top: 5rem;
}.z-10{
  z-index: 10;
}.z-20{
  z-index: 20;
}.z-50{
  z-index: 50;
}.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}.mb-1{
  margin-bottom: 0.25rem;
}.mb-10{
  margin-bottom: 2.5rem;
}.mb-12{
  margin-bottom: 3rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-3{
  margin-bottom: 0.75rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-5{
  margin-bottom: 1.25rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.mb-8{
  margin-bottom: 2rem;
}.mb-\[155px\]{
  margin-bottom: 155px;
}.mb-\[20px\]{
  margin-bottom: 20px;
}.mb-\[65px\]{
  margin-bottom: 65px;
}.ml-1{
  margin-left: 0.25rem;
}.ml-2{
  margin-left: 0.5rem;
}.ml-4{
  margin-left: 1rem;
}.ml-\[-3px\]{
  margin-left: -3px;
}.ml-\[13px\]{
  margin-left: 13px;
}.ml-\[2px\]{
  margin-left: 2px;
}.ml-auto{
  margin-left: auto;
}.mr-1{
  margin-right: 0.25rem;
}.mr-2{
  margin-right: 0.5rem;
}.mr-4{
  margin-right: 1rem;
}.mr-6{
  margin-right: 1.5rem;
}.mt-1{
  margin-top: 0.25rem;
}.mt-10{
  margin-top: 2.5rem;
}.mt-16{
  margin-top: 4rem;
}.mt-2{
  margin-top: 0.5rem;
}.mt-3{
  margin-top: 0.75rem;
}.mt-32{
  margin-top: 8rem;
}.mt-4{
  margin-top: 1rem;
}.mt-6{
  margin-top: 1.5rem;
}.mt-8{
  margin-top: 2rem;
}.mt-\[110px\]{
  margin-top: 110px;
}.mt-\[140px\]{
  margin-top: 140px;
}.mt-\[20px\]{
  margin-top: 20px;
}.mt-\[26px\]{
  margin-top: 26px;
}.mt-\[38px\]{
  margin-top: 38px;
}.mt-\[62px\]{
  margin-top: 62px;
}.mt-auto{
  margin-top: auto;
}.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.\!inline{
  display: inline !important;
}.inline{
  display: inline;
}.flex{
  display: flex;
}.inline-flex{
  display: inline-flex;
}.table{
  display: table;
}.grid{
  display: grid;
}.contents{
  display: contents;
}.hidden{
  display: none;
}.h-1{
  height: 0.25rem;
}.h-1\.5{
  height: 0.375rem;
}.h-10{
  height: 2.5rem;
}.h-12{
  height: 3rem;
}.h-16{
  height: 4rem;
}.h-2{
  height: 0.5rem;
}.h-3{
  height: 0.75rem;
}.h-32{
  height: 8rem;
}.h-4{
  height: 1rem;
}.h-40{
  height: 10rem;
}.h-5{
  height: 1.25rem;
}.h-6{
  height: 1.5rem;
}.h-64{
  height: 16rem;
}.h-8{
  height: 2rem;
}.h-\[150px\]{
  height: 150px;
}.h-\[30px\]{
  height: 30px;
}.h-\[34px\]{
  height: 34px;
}.h-\[466px\]{
  height: 466px;
}.h-\[473px\]{
  height: 473px;
}.h-\[64px\]{
  height: 64px;
}.h-\[800px\]{
  height: 800px;
}.h-auto{
  height: auto;
}.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}.h-full{
  height: 100%;
}.h-screen{
  height: 100vh;
}.max-h-\[30px\]{
  max-height: 30px;
}.max-h-\[400px\]{
  max-height: 400px;
}.max-h-\[80vh\]{
  max-height: 80vh;
}.max-h-\[90vh\]{
  max-height: 90vh;
}.max-h-full{
  max-height: 100%;
}.min-h-0{
  min-height: 0px;
}.min-h-screen{
  min-height: 100vh;
}.w-1{
  width: 0.25rem;
}.w-1\/2{
  width: 50%;
}.w-1\/3{
  width: 33.333333%;
}.w-1\/4{
  width: 25%;
}.w-10{
  width: 2.5rem;
}.w-16{
  width: 4rem;
}.w-2{
  width: 0.5rem;
}.w-3{
  width: 0.75rem;
}.w-32{
  width: 8rem;
}.w-4{
  width: 1rem;
}.w-4\/5{
  width: 80%;
}.w-40{
  width: 10rem;
}.w-5{
  width: 1.25rem;
}.w-8{
  width: 2rem;
}.w-80{
  width: 20rem;
}.w-\[100px\]{
  width: 100px;
}.w-\[1200px\]{
  width: 1200px;
}.w-\[1240px\]{
  width: 1240px;
}.w-\[150px\]{
  width: 150px;
}.w-\[160px\]{
  width: 160px;
}.w-\[212px\]{
  width: 212px;
}.w-\[2px\]{
  width: 2px;
}.w-\[30px\]{
  width: 30px;
}.w-\[396px\]{
  width: 396px;
}.w-\[400px\]{
  width: 400px;
}.w-\[40px\]{
  width: 40px;
}.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;
}.w-min{
  width: -moz-min-content;
  width: min-content;
}.w-screen{
  width: 100vw;
}.min-w-0{
  min-width: 0px;
}.min-w-\[100px\]{
  min-width: 100px;
}.min-w-\[1240px\]{
  min-width: 1240px;
}.min-w-\[126px\]{
  min-width: 126px;
}.min-w-full{
  min-width: 100%;
}.max-w-2xl{
  max-width: 42rem;
}.max-w-3xl{
  max-width: 48rem;
}.max-w-4xl{
  max-width: 56rem;
}.max-w-5xl{
  max-width: 64rem;
}.max-w-7xl{
  max-width: 80rem;
}.max-w-\[100\%\]{
  max-width: 100%;
}.max-w-\[1240px\]{
  max-width: 1240px;
}.max-w-\[140px\]{
  max-width: 140px;
}.max-w-\[160px\]{
  max-width: 160px;
}.max-w-\[200px\]{
  max-width: 200px;
}.max-w-\[50px\]{
  max-width: 50px;
}.max-w-\[70\%\]{
  max-width: 70%;
}.max-w-full{
  max-width: 100%;
}.max-w-xl{
  max-width: 36rem;
}.flex-1{
  flex: 1 1 0%;
}.flex-shrink-0{
  flex-shrink: 0;
}.caption-bottom{
  caption-side: bottom;
}.rotate-\[270deg\]{
  --tw-rotate: 270deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.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));
}@keyframes ping{75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}@keyframes pulse{50%{
    opacity: .5;
  }
}.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}.cursor-not-allowed{
  cursor: not-allowed;
}.cursor-pointer{
  cursor: pointer;
}.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));
}.flex-row{
  flex-direction: row;
}.flex-row-reverse{
  flex-direction: row-reverse;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.items-start{
  align-items: flex-start;
}.items-end{
  align-items: flex-end;
}.items-center{
  align-items: center;
}.items-stretch{
  align-items: stretch;
}.justify-start{
  justify-content: flex-start;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.gap-1{
  gap: 0.25rem;
}.gap-12{
  gap: 3rem;
}.gap-16{
  gap: 4rem;
}.gap-2{
  gap: 0.5rem;
}.gap-3{
  gap: 0.75rem;
}.gap-4{
  gap: 1rem;
}.gap-6{
  gap: 1.5rem;
}.gap-9{
  gap: 2.25rem;
}.gap-\[6px\]{
  gap: 6px;
}.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-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));
}.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}.place-self-end{
  place-self: end;
}.self-end{
  align-self: flex-end;
}.overflow-auto{
  overflow: auto;
}.overflow-hidden{
  overflow: hidden;
}.overflow-x-auto{
  overflow-x: auto;
}.overflow-y-auto{
  overflow-y: auto;
}.overflow-x-hidden{
  overflow-x: hidden;
}.overflow-y-scroll{
  overflow-y: scroll;
}.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.whitespace-nowrap{
  white-space: nowrap;
}.whitespace-pre-wrap{
  white-space: pre-wrap;
}.break-words{
  overflow-wrap: break-word;
}.rounded{
  border-radius: 0.25rem;
}.rounded-2xl{
  border-radius: 1rem;
}.rounded-\[4px\]{
  border-radius: 4px;
}.rounded-\[inherit\]{
  border-radius: inherit;
}.rounded-full{
  border-radius: 9999px;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-md{
  border-radius: 0.375rem;
}.rounded-xl{
  border-radius: 0.75rem;
}.border{
  border-width: 1px;
}.border-b{
  border-bottom-width: 1px;
}.border-b-\[1px\]{
  border-bottom-width: 1px;
}.border-l-4{
  border-left-width: 4px;
}.border-r{
  border-right-width: 1px;
}.border-r-4{
  border-right-width: 4px;
}.border-t{
  border-top-width: 1px;
}.border-\[--color-border\]{
  border-color: var(--color-border);
}.border-\[var\(--color-border\)\]{
  border-color: var(--color-border);
}.border-\[var\(--color-primary\)\]{
  border-color: var(--color-primary);
}.border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}.border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}.border-green-100{
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}.border-transparent{
  border-color: transparent;
}.border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}.border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}.border-l-\[var\(--color-primary\)\]{
  border-left-color: var(--color-primary);
}.border-r-\[var\(--color-primary\)\]{
  border-right-color: var(--color-primary);
}.bg-\[\#DADADA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(218 218 218 / var(--tw-bg-opacity, 1));
}.bg-\[\#f4f6f9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 249 / var(--tw-bg-opacity, 1));
}.bg-\[var\(--color-primary\)\]{
  background-color: var(--color-primary);
}.bg-\[var\(--tool-dark\)\]{
  background-color: var(--tool-dark);
}.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}.bg-primary{
  background-color: var(--bg-primary);
}.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.from-\[\#1b1c1c\]{
  --tw-gradient-from: #1b1c1c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-blue-100{
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-blue-50\/80{
  --tw-gradient-from: rgb(239 246 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-blue-700{
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-blue-800{
  --tw-gradient-from: #1e40af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-slate-50{
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.via-gray-200{
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb var(--tw-gradient-via-position), var(--tw-gradient-to);
}.to-\[var\(--tool-dark\)\]{
  --tw-gradient-to: var(--tool-dark) var(--tw-gradient-to-position);
}.to-blue-200\/60{
  --tw-gradient-to: rgb(191 219 254 / 0.6) var(--tw-gradient-to-position);
}.to-blue-500{
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}.to-blue-600{
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}.to-green-100{
  --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position);
}.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}.bg-cover{
  background-size: cover;
}.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}.bg-center{
  background-position: center;
}.bg-no-repeat{
  background-repeat: no-repeat;
}.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.p-0{
  padding: 0px;
}.p-1{
  padding: 0.25rem;
}.p-2{
  padding: 0.5rem;
}.p-3{
  padding: 0.75rem;
}.p-4{
  padding: 1rem;
}.p-6{
  padding: 1.5rem;
}.px-0{
  padding-left: 0px;
  padding-right: 0px;
}.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}.pb-12{
  padding-bottom: 3rem;
}.pb-16{
  padding-bottom: 4rem;
}.pb-2{
  padding-bottom: 0.5rem;
}.pb-32{
  padding-bottom: 8rem;
}.pb-4{
  padding-bottom: 1rem;
}.pl-1{
  padding-left: 0.25rem;
}.pl-2{
  padding-left: 0.5rem;
}.pl-4{
  padding-left: 1rem;
}.pl-6{
  padding-left: 1.5rem;
}.pr-2{
  padding-right: 0.5rem;
}.pr-4{
  padding-right: 1rem;
}.pt-16{
  padding-top: 4rem;
}.pt-2{
  padding-top: 0.5rem;
}.pt-4{
  padding-top: 1rem;
}.pt-6{
  padding-top: 1.5rem;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-right{
  text-align: right;
}.text-start{
  text-align: start;
}.align-middle{
  vertical-align: middle;
}.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-\[10px\]{
  font-size: 10px;
}.text-\[48px\]{
  font-size: 48px;
}.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-bold{
  font-weight: 700;
}.font-extrabold{
  font-weight: 800;
}.font-light{
  font-weight: 300;
}.font-medium{
  font-weight: 500;
}.font-normal{
  font-weight: 400;
}.font-semibold{
  font-weight: 600;
}.uppercase{
  text-transform: uppercase;
}.leading-\[30px\]{
  line-height: 30px;
}.leading-\[34px\]{
  line-height: 34px;
}.leading-\[41px\]{
  line-height: 41px;
}.leading-relaxed{
  line-height: 1.625;
}.leading-tight{
  line-height: 1.25;
}.tracking-widest{
  letter-spacing: 0.1em;
}.text-\[\#12131699\]{
  color: #12131699;
}.text-\[\#121316\]{
  --tw-text-opacity: 1;
  color: rgb(18 19 22 / var(--tw-text-opacity, 1));
}.text-\[\#555\]{
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}.text-\[\#65748a\]{
  --tw-text-opacity: 1;
  color: rgb(101 116 138 / var(--tw-text-opacity, 1));
}.text-\[\#94a3b8\]{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}.text-\[\#fe533c\]{
  --tw-text-opacity: 1;
  color: rgb(254 83 60 / var(--tw-text-opacity, 1));
}.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.text-\[rgba\(255\2c 255\2c 255\)\]{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}.text-\[rgba\(255\2c 255\2c 255\2c 0\.75\)\]{
  color: rgba(255,255,255,0.75);
}.text-\[var\(--tool-primary\)\]{
  color: var(--tool-primary);
}.text-\[white\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}.text-primary{
  color: var(--color-primary);
}.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}.text-purple-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 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));
}.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}.text-zinc-400{
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}.underline{
  text-decoration-line: underline;
}.opacity-10{
  opacity: 0.1;
}.opacity-20{
  opacity: 0.2;
}.opacity-50{
  opacity: 0.5;
}.opacity-60{
  opacity: 0.6;
}.opacity-70{
  opacity: 0.7;
}.opacity-75{
  opacity: 0.75;
}.opacity-80{
  opacity: 0.8;
}.opacity-90{
  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-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[2px_0_8px_-2px_rgba\(30\2c 64\2c 175\2c 0\.08\)\]{
  --tw-shadow: 2px 0 8px -2px rgba(30,64,175,0.08);
  --tw-shadow-colored: 2px 0 8px -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);
}.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.outline{
  outline-style: solid;
}.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-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);
}.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.transition{
  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-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-shadow{
  transition-property: box-shadow;
  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-200{
  transition-duration: 200ms;
}.duration-300{
  transition-duration: 300ms;
}:root{--color-primary: #1677ff;--color-border: #eceef2;--bg-primary: #e6f4ff;--bg-secondary: #eceef2;--bg-light: #f9fbff;--bg-canvas: #fcfbf9;--bg-active: #dbeafe;--bg-main: #eceef2;--bg-foreground: #eceef2;--bg-background: #fff;--bg-input: #eceef2;--tool-primary: #9b9b9b;--tool-secondary: #eceef2;--tool-dark: #0958d9;--tool-active: #1677ff;--tool-outline: #bae0ff;--tool-btn-bg: #ffffff}.html{margin:0;padding:0}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}@keyframes fadeOutDown{from{opacity:1;transform:translate3d(0, 0, 0)}to{opacity:0;transform:translate3d(0, 100%, 0)}}.btn{display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;padding:8px;border-radius:12px;border:none}.btn:hover{background-color:rgba(0,0,0,.1)}.btn.active{background-color:var(--bg-active)}.btn_primary{display:flex;justify-content:center;align-items:center;gap:8px;background-color:var(--bg-active);color:var(--color-primary);border-radius:8px;padding:8px;border:none;cursor:pointer}.btn_primary:hover{background-color:var(--bg-primary)}.btn_secondary{display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;background-color:var(--bg-secondary);padding:8px;border-radius:12px;border:none}.btn_secondary:hover{background-color:rgba(0,0,0,.1)}.btn_secondary.active{background-color:var(--bg-active)}.ant-input-outlined:focus{box-shadow:none !important}.custom-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.custom-scrollbar::-webkit-scrollbar{display:none}.ant-menu-item.ant-menu-item-only-child{padding-left:16px !important;padding-right:4px !important}.scrollbar-thin::-webkit-scrollbar{height:6px}.scrollbar-thumb-gray-300::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}.scrollbar-track-gray-100::-webkit-scrollbar-track{background-color:#f3f4f6;border-radius:3px}.scrollbar-thumb-gray-400:hover::-webkit-scrollbar-thumb{background-color:#9ca3af}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.line-clamp-4{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.example-carousel{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#d1d5db #f3f4f6}.example-carousel::-webkit-scrollbar{height:6px}.example-carousel::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.example-carousel::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.example-carousel::-webkit-scrollbar-thumb:hover{background:#9ca3af}.example-tooltip .ant-tooltip-inner{background-color:rgba(0,0,0,.85);border-radius:8px;padding:12px 16px;box-shadow:0 4px 12px rgba(0,0,0,.15);font-size:13px;line-height:1.5;max-width:500px;word-wrap:break-word;white-space:pre-wrap}.example-tooltip .ant-tooltip-arrow::before{background-color:rgba(0,0,0,.85)}.hover\:scale-100:hover{
  --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));
}.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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\:border-blue-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}.hover\:border-green-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}.hover\:border-red-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}.hover\:border-yellow-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}.hover\:bg-black\/10:hover{
  background-color: rgb(0 0 0 / 0.1);
}.hover\:bg-blue-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}.hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}.hover\:bg-green-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}.hover\:bg-yellow-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}.hover\:text-\[\#121316\]:hover{
  --tw-text-opacity: 1;
  color: rgb(18 19 22 / var(--tw-text-opacity, 1));
}.hover\:text-\[white\]:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}.hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}.hover\:text-green-800:hover{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}.hover\:text-purple-800:hover{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.hover\:underline:hover{
  text-decoration-line: underline;
}.hover\:shadow-lg:hover{
  --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);
}.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.hover\:shadow-none:hover{
  --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);
}.group:hover .group-hover\:translate-x-0\.5{
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group:hover .group-hover\:bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}.group:hover .group-hover\:opacity-100{
  opacity: 1;
}.dark\:text-zinc-200:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}.dark\:text-zinc-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}.dark\:hover\:bg-zinc-800\/50:hover:is(.dark *){
  background-color: rgb(39 39 42 / 0.5);
}.dark\:data-\[state\=selected\]\:bg-zinc-800[data-state="selected"]:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}@media (min-width: 640px){.sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}@media (min-width: 768px){.md\:mb-0{
    margin-bottom: 0px;
  }.md\:ml-6{
    margin-left: 1.5rem;
  }.md\:mt-0{
    margin-top: 0px;
  }.md\:w-auto{
    width: auto;
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:flex-row{
    flex-direction: row;
  }.md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}@media (min-width: 1024px){.lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}@media (min-width: 1280px){.xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){
  padding-right: 0px;
}
.navbar{padding-top:36px}.main{background:linear-gradient(180deg, #f4f5f8 0%, rgba(232, 242, 255, 0) 20%);height:calc(100vh - 80px)}.h-screen.flex{height:100vh;background:linear-gradient(180deg, var(--bg-main) 0%, rgba(232, 242, 255, 0) 20%)}.sidebar{position:relative;height:100%;width:240px;background-color:var(--bg-light);transform-origin:left center;transition:width .3s ease}.sidebar_collapseBtn{position:absolute;top:50%;right:-10px}.sidebar .userInfoPanel{display:flex;position:absolute;bottom:60px;left:0px;width:100%;padding:8px;border-radius:8px;background-color:var(--bg-background);border:1px solid var(--color-border);box-shadow:0px 0px 0px .5px #b7b7b7,0px 4px 8px 0px rgba(144,150,174,.25)}.sidebar.collapsed{width:56px}.chatBar{flex:1;min-width:350px;background-color:#fff;height:100%;overflow:hidden;padding:8px;position:relative}.chatBar .chat-content{display:flex;flex-direction:column;gap:8px;overflow:auto;scrollbar-width:none;height:calc(100vh - 200px)}.chatBar .chat-content .messages-container{padding-bottom:60px}.chatBar .chat-submit{position:absolute;bottom:8px;max-height:250px;background-color:var(--bg-background)}.chat-file-item{position:relative;background-color:var(--bg-input);border-radius:12px;min-width:200px;padding:8px 12px;align-items:center;cursor:pointer;display:flex}.chat-file-item p{padding-bottom:0 !important;padding-top:0 !important}.chat-file-item .chat-file-item-name{text-overflow:ellipsis;white-space:nowrap;color:#262626;min-height:20px;margin:0;font-size:16px;font-weight:400;line-height:20px;overflow:hidden}.chat-file-item .chat-file-item-attr{font-size:14px;color:#bbb}.chat-file-item .chat-file-item-cancel{opacity:0;will-change:opacity;cursor:pointer;box-sizing:border-box;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:opacity .2s ease-in-out;display:flex;position:absolute;top:-5px;right:-5px}.chat-file-item:hover{box-shadow:0px 0px 0px .5px #b7b7b7,0px 4px 8px 0px rgba(144,150,174,.25)}.chat-file-item:hover .chat-file-item-cancel{opacity:1}.renderer-container{position:relative;width:30vw;height:100%;border-left:1px solid var(--color-border)}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{padding:10px 12px !important}
.intro .main-title{background:linear-gradient(90deg, #1b1c1c 0%, var(--tool-dark) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-style:normal;font-family:Rajdhani}.intro .second-title{font-family:inter}.feat-container .title-container,.research .title-container,.model-capability-chart .title-container,.overall-bd .title-container{width:100%;height:-moz-fit-content;height:fit-content;padding:40px 80px;background-repeat:repeat;background-size:auto 100%;box-sizing:border-box;display:flex;flex-direction:column}.feat-container .title-container .title,.research .title-container .title,.model-capability-chart .title-container .title,.overall-bd .title-container .title{background:linear-gradient(90deg, #1b1c1c 0%, var(--tool-dark) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-feature-settings:"clig" off,"liga" off;font-size:36px;font-style:normal;font-weight:600;line-height:46px}.overall-bd{display:flex;width:100%;flex-direction:column;overflow:auto}.overall-bd .rankContent{display:flex;flex-direction:column}.overall-bd .rankContent .rankList{z-index:3;min-height:calc(100% - 109px)}.overall-bd .rankContent .rankList .moduleTitle{background:linear-gradient(180deg, var(--bg-primary) 0%, rgba(232, 242, 255, 0) 100%);line-height:24px}.overall-bd .rankContent .moduleContent{display:flex;justify-content:space-between}.overall-bd .rankContent .moduleContent .rankColumn{width:100%}.overall-bd .rankContent .moduleContent .rankColumn .rankItem{display:flex;gap:12px;padding:10px 16px;height:74px;box-sizing:border-box;cursor:pointer;position:relative;border-bottom:1px solid var(--line-1, #f4f5f9)}.overall-bd .rankContent .moduleContent .rankColumn .rankItem .rankName{overflow:hidden;color:var(--100-text-5, #121316);font-feature-settings:"clig" off,"liga" off;text-overflow:ellipsis;line-height:24px;text-decoration:none}.overall-bd .rankContent .moduleContent .rankColumn .rankItem .rankNumber{width:28px;height:28px;border-radius:50%;background-color:var(--tool-secondary);padding:3px 1px;box-sizing:border-box;color:#65748a;display:flex;line-height:normal;margin-right:8px}.overall-bd .rankContent .moduleContent .rankColumn .rankItem .rankItemContent{display:flex;width:100%;justify-content:space-between;gap:8px}.overall-bd .rankContent .moduleContent .rankColumn .rankItem .rankItemContent .score{display:flex;gap:30px}.overall-bd .rankContent .moduleContent .rankColumn .rankItem .rankItemContent .score .average{width:60px;color:var(--100-text-5, #121316);line-height:30px;gap:8px;display:flex}.feat-container{display:flex;width:100%;flex-direction:column}.feat-container .feat-intros{display:flex;flex-direction:column;gap:40px}.feat-container .feat-intros .feat-intro{width:100%;background-color:#f5f8ff;min-height:-moz-fit-content;min-height:fit-content;height:300px;border-radius:0 300px 300px 0;padding:40px 120px;display:flex;gap:15%}.feat-container .feat-intros .feat-intro .feat-text{font-feature-settings:"clig" off,"liga" off;text-align:start;flex:1;white-space:pre-wrap;display:flex;flex-direction:column;min-width:400px}.feat-container .feat-intros .feat-intro .feat-text .feat-title{font-size:24px;font-weight:bold;color:#002b9a}.feat-container .feat-intros .feat-intro .feat-text .feat-description{margin-top:16px;font-size:16px;color:var(--text-secondary)}.feat-container .feat-intros .feat-intro .feat-text .feat-btn{background:hsla(0,0%,100%,.5);padding:8px 4px;width:200px;display:flex;border-radius:20px;font-size:16px;color:#0048ff;border:#0048ff 1px solid;gap:8px}.feat-container .feat-intros .feat-intro img{flex-shrink:0;width:33%}.research{display:flex;width:100%;flex-direction:column}.contact-bg{width:100%;position:relative;background-size:100% auto;background-repeat:no-repeat;padding-top:55%}.part1{font-family:PingFang SC;font-style:Semibold;letter-spacing:0px;display:flex;flex-direction:column;align-items:center;position:relative}.part1 .title{font-weight:600;font-size:52px;height:62px;line-height:62px;position:absolute;top:156px}.part1 .hero{width:100%;height:100%;max-height:140px}.part1 .heroT{position:absolute;left:0;right:0;margin:auto;height:20em;padding-top:2em;translate:0 -1.6em;opacity:0;animation:load 1.2s ease-in-out 0s forwards}.part1 .heroT>h2{position:absolute;left:0;right:0;margin:auto;width:-moz-fit-content;width:fit-content;background:radial-gradient(2em 2em at 50% 50%, transparent calc(var(--p) - 2em), #fff calc(var(--p) - 1em), #fff calc(var(--p) - 0.4em), transparent var(--p)),linear-gradient(125.53deg, #FFFFFF 22.21%, #77A9FF 76.45%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:0 2px 16px rgba(174,207,242,.24);--p:0%;transition:--p 0s linear;animation:pulseHeroT 5s linear 0s infinite}.part1 .heroT h2:nth-child(2){background:radial-gradient(2em 2em at 50% 50%, transparent calc(var(--p) - 2em), transparent calc(var(--p) - 1em), #fff calc(var(--p) - 1em), #fff calc(var(--p) - 0.4em), transparent calc(var(--p) - 0.4em), transparent var(--p));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);filter:blur(16px) opacity(0.4)}.part1 .subTitle{font-weight:600;font-size:40px;height:62px;line-height:62px;position:absolute;top:240px}.part1 .context{font-family:PingFang SC;font-weight:400;font-size:20px;line-height:30px;letter-spacing:0px;color:#fff;width:742px;text-align:center;margin-top:235px}.part1 .viewBtn{width:166px;height:62px;gap:12px;opacity:1;border-radius:50px;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0px;display:flex;justify-content:center;align-items:center;cursor:pointer}.part1 .viewBtn .icon{display:flex;justify-content:center;align-items:center;width:26px;height:26px;border-radius:26px;background:#121316}.part1 .viewBtnClip{color:#fff}.part1 .viewBtnClip .iconClip{background:#fff}.part2{min-width:1240px;padding-top:140px;padding-bottom:140px;background:#fff;font-family:PingFang SC;display:flex;flex-direction:column;align-items:center}.part2 .title{height:62px;line-height:62px;font-weight:600;font-size:44px;font-style:Semibold;line-height:100%;letter-spacing:0px;text-align:center;color:#121316}.part2 .subTitle{width:772px;font-weight:400;font-style:Regular;font-size:20px;line-height:28px;letter-spacing:0px;text-align:center;padding:24px 0 80px}.part2 .chart{width:1240px;height:540px;padding:44px 0 20px;border-radius:40px;background:#f0f5fb}.part3{background:#060e23;padding-top:140px;padding-bottom:133px}.part3 .title{color:#fff}.part3 .subTitle{color:#fff}.part4{width:100%;padding-bottom:0;height:3000px}.part4 .subTitle{padding:45px 0 0}.part4 .containerWrapper{display:flex;flex-flow:column;justify-content:flex-start;align-items:center;width:100%;font-family:PingFang SC}.part4 .containerWrapper .container{transition:opacity 1s ease;padding:80px 0;transition:transform .3s ease-out,opacity .3s ease-out}.part4 .containerWrapper .card{width:1240px;height:540px;padding:58px 52px 60px 80px;display:flex;justify-content:space-between;border-radius:40px;will-change:opacity,transform;transform-style:preserve-3d;font-size:#121316}.part4 .containerWrapper .card .left{width:480px}.part4 .containerWrapper .card .learnMore{position:absolute;left:80px;bottom:120px;display:flex;gap:16px;font-size:20px;color:#121316}.part4 .containerWrapper .card .learnMore:hover img{transition:all .6s ease;transform:translateX(10px)}.part4 .containerWrapper .card .learnMoreEn{position:absolute;left:80px;bottom:83px;display:flex;gap:16px;font-size:20px;color:#121316}.part4 .containerWrapper .card .learnMoreEn:hover img{transition:all .6s ease;transform:translateX(10px)}.part4 .containerWrapper .card .waiting{position:absolute;left:80px;bottom:120px;display:flex;gap:16px;font-size:20px;color:rgba(18,19,22,.6)}.part4 .containerWrapper .card .waitingEn{position:absolute;left:80px;bottom:83px;display:flex;gap:16px;font-size:20px;color:rgba(18,19,22,.6)}.part4 .containerWrapper .card .waitingEn:hover img{transition:all .6s ease;transform:translateX(10px)}.part4 .containerWrapper .container1{display:flex;position:sticky;top:0;z-index:1;opacity:1;flex-flow:column;justify-content:center;align-items:center;padding-left:3rem;padding-right:3rem}.part4 .containerWrapper .container2{display:flex;position:sticky;top:0;z-index:2;opacity:1;flex-flow:column;justify-content:center;align-items:center;padding-left:3rem;padding-right:3rem}.part4 .containerWrapper .container3{display:flex;position:sticky;top:0;z-index:3;opacity:1;flex-flow:column;justify-content:center;align-items:center;padding-left:3rem;padding-right:3rem}.part4 .containerWrapper .container3 .card{width:1240px;height:540px;border-radius:40px;will-change:opacity,transform;transform-style:preserve-3d}.part4 .containerWrapper .container4{display:flex;position:sticky;top:0;z-index:4;opacity:1;flex-flow:column;justify-content:center;align-items:center;padding-left:3rem;padding-right:3rem}.part4 .containerWrapper .container4 .card{width:1240px;height:540px;border-radius:40px;will-change:opacity,transform;transform-style:preserve-3d}.part5{position:relative;padding-bottom:100px}.part5 .title{height:62px;line-height:62px;text-align:center;margin-bottom:80px}.part5 .cardBox{display:flex;gap:20px}.part5 .cardBox .card{width:295px;border-radius:24px;border:1px solid #ebecf0;background-color:#fff;padding:76px 19px 60px 19px;opacity:0;transition:opacity .5s,transform .5s;transform:translateY(40px)}.part5 .cardBox .card .logo{margin:0 auto;width:84px;height:84px;border-radius:84px;display:flex;justify-content:center;align-items:center}.part5 .cardBox .card .cardTitle{margin:76px 0 24px 0;font-family:PingFang SC;font-weight:600;font-style:Semibold;font-size:20px;line-height:28px;letter-spacing:0px;text-align:center;color:#121316;word-break:break-normal}.part5 .cardBox .card .cardSubTitle{font-family:PingFang SC;font-weight:400;font-style:Regular;font-size:16px;line-height:24px;letter-spacing:0px;text-align:center;color:rgba(18,19,22,.8);padding:0 8px 0 5px}.part5 .partnersContainer{width:1240px;overflow:hidden}.part5 .partnersContainer .partners{width:-moz-fit-content;width:fit-content;display:flex;gap:48px;will-change:transform;animation:carousel-track 36s linear infinite}.part5 .partnersContainer .partners .partner{display:flex;gap:48px;height:40px}.part5 .partnersContainer .partners .partner img{-o-object-fit:contain;object-fit:contain}.visible{opacity:1 !important;transform:translateY(0px) !important}.footer{min-width:1240px;height:309px;background:#f9fafb;color:#121316;padding-top:65px;margin-top:100px}.footer .footerContainer{margin:0 auto;width:1240px;display:flex;justify-content:space-between}.footer .footerContainer .left{white-space:nowrap}.footer .footerContainer .right .content{display:flex;white-space:nowrap}.footer .footerContainer .right .content .title{font-family:PingFang SC;font-weight:600;font-style:Semibold;font-size:14px;line-height:21px;color:#121316;margin-bottom:20px}.footer .footerContainer .right .content .subTitle{font-family:PingFang SC;font-weight:400;font-style:Regular;font-size:14px;line-height:21px;letter-spacing:0px;color:rgba(18,19,22,.8);margin-top:10px}.footer .footerContainer .right .content .sec2{margin:0 54px 0 24px}.footer .footerContainer .right .content .sec2 .subTitle{display:block}.footer .footerContainer .right .content .sec2 .subTitle:hover{color:#121316}.footer .footerContainer .right .content .sec4{margin-left:64px;min-width:78px}.footer .footerContainer .right .content .discovery{width:140px;display:flex;gap:8px}.footer .footerContainer .right .content .discovery .discoveryImg{opacity:0;transition:opacity .8s ease}.footer .footerContainer .right .content .discovery:hover{color:#121316}.footer .footerContainer .right .content .discovery:hover .discoveryImg{opacity:1}.footer .footerContainer .right .protocal{font-family:Helvetica Neue;font-weight:400;font-size:12px;line-height:22px;letter-spacing:0px;margin-top:90px;color:rgba(18,19,22,.3490196078)}.leaderboard .ant-tabs-tab-btn{font-weight:600;font-size:20px;color:#121316 !important;margin-bottom:10px}.leaderboard .ant-tabs-tab-active .ant-tabs-tab-btn{color:#0d53de !important}.leaderboard .ant-tabs-ink-bar{width:90px !important}@keyframes carousel-track{0%{transform:translateX(0%)}100%{transform:translateX(calc(-50% - 24px))}}@keyframes carousel-track1{0%{transform:translateX(calc(-50% - 24px))}100%{transform:translateX(0%)}}.particleCanvas{position:absolute;pointer-events:none;animation:load .4s ease-in-out forwards;z-index:1;width:100%}@keyframes load{0%{opacity:0}100%{opacity:1}}@keyframes pulseHeroT{0%{--p:0%}50%{--p:500%}100%{--p:700%}}@property --p{syntax:"<percentage>";inherits:false;initial-value:0%}
.platform-overview{display:flex;width:100%;justify-content:center;flex-direction:column;margin:3rem 0}.platform-overview .title-container{width:100%;height:-moz-fit-content;height:fit-content;padding:40px 80px;background-repeat:repeat;background-size:auto 100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.platform-overview .title-container .title{background:linear-gradient(90deg, #1b1c1c 0%, var(--tool-dark) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-feature-settings:"clig" off,"liga" off;text-align:center;font-size:36px;font-style:normal;font-weight:600;line-height:46px}.platform-overview .tables-container{display:flex;flex-direction:column;width:100%;max-width:1200px;margin:0 auto;gap:1rem;padding:0 1.5rem}.platform-overview .tables-container .table-wrapper{background-color:var(--bg-card, #ffffff);border-radius:12px;box-shadow:0px 4px 20px rgba(0,0,0,.05);overflow:hidden;border:1px solid var(--color-border)}.platform-overview .tables-container .table-wrapper .table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;font-family:Inter,sans-serif}.platform-overview .tables-container .table-wrapper .table-responsive .table-caption{font-size:1.125rem;font-weight:600;color:var(--tool-dark);padding:1rem 1.5rem;text-align:center;background-color:var(--bg-primary, #f9fbff);border-bottom:1px solid var(--color-border)}.platform-overview .tables-container .table-wrapper .table-responsive table{width:100%;border-collapse:collapse}.platform-overview .tables-container .table-wrapper .table-responsive table th,.platform-overview .tables-container .table-wrapper .table-responsive table td{padding:.75rem 1rem;text-align:left;vertical-align:middle;font-size:.875rem;line-height:1.25rem;border-right:1px solid var(--color-border)}.platform-overview .tables-container .table-wrapper .table-responsive table th:last-child,.platform-overview .tables-container .table-wrapper .table-responsive table td:last-child{border-right:none}.platform-overview .tables-container .table-wrapper .table-responsive table th{background-color:var(--bg-primary, #f5f8ff);font-weight:600;color:var(--tool-dark);position:relative}.platform-overview .tables-container .table-wrapper .table-responsive table th:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:var(--color-border)}.platform-overview .tables-container .table-wrapper .table-responsive table tbody th{background-color:var(--bg-primary, #f5f8ff);font-weight:600;color:var(--tool-dark);text-align:left}.platform-overview .tables-container .table-wrapper .table-responsive table tbody th.coming-soon{position:relative;background-color:rgba(245,248,255,.7);padding-top:1.5rem}.platform-overview .tables-container .table-wrapper .table-responsive table tbody th.coming-soon::after{content:"Coming Soon";position:absolute;top:3px;right:3px;background:linear-gradient(135deg, var(--tool-dark) 0%, #6aaddf 100%);color:#fff;font-size:.65rem;font-weight:500;padding:2px 8px;border-radius:4px;transform:translateY(0);opacity:1;letter-spacing:.5px;z-index:2}.platform-overview .tables-container .table-wrapper .table-responsive table tbody th.coming-soon p{opacity:.6;position:relative;z-index:1}.platform-overview .tables-container .table-wrapper .table-responsive table tr{border-bottom:1px solid var(--color-border)}.platform-overview .tables-container .table-wrapper .table-responsive table tr:last-child{border-bottom:none}.platform-overview .tables-container .table-wrapper .table-responsive table tr:hover{background-color:#fbfcfd}.platform-overview .tables-container .table-wrapper .table-responsive table td{color:var(--text-secondary, #465160)}.platform-overview .tables-container .table-wrapper .table-responsive table td.coming-soon{position:relative;background-color:rgba(245,248,255,.5);padding-top:1.5rem}.platform-overview .tables-container .table-wrapper .table-responsive table td.coming-soon.more-content{padding-top:2rem}.platform-overview .tables-container .table-wrapper .table-responsive table td.coming-soon::after{content:"Coming Soon";position:absolute;top:0px;right:0px;background:linear-gradient(135deg, var(--tool-dark) 0%, #6aaddf 100%);color:#fff;font-size:.65rem;font-weight:500;padding:2px 8px;border-radius:4px 0 0 4px;transform:translateY(0);opacity:1;letter-spacing:.5px;z-index:2;box-shadow:0 1px 3px rgba(0,0,0,.1)}.platform-overview .tables-container .table-wrapper .table-responsive table td.coming-soon p{opacity:.6;position:relative;z-index:1}
