*, ::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;
}

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

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

.dark-bg-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 26 32 / 1);
  background-color: rgb(24 26 32 / var(--tw-bg-opacity, 1));
}

.dark-bg-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(11 14 17 / 1);
  background-color: rgb(11 14 17 / var(--tw-bg-opacity, 1));
}

.bg-disable {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 239 / 1);
  background-color: rgb(234 236 239 / var(--tw-bg-opacity, 1));
}

.t-primary {
  --tw-text-opacity: 1;
  color: rgb(30 35 41 / 1);
  color: rgb(30 35 41 / var(--tw-text-opacity, 1));
}

.dark-t-primary {
  --tw-text-opacity: 1;
  color: rgb(234 236 239 / 1);
  color: rgb(234 236 239 / var(--tw-text-opacity, 1));
}

.t-secondary {
  --tw-text-opacity: 1;
  color: rgb(71 77 87 / 1);
  color: rgb(71 77 87 / var(--tw-text-opacity, 1));
}

.t-third {
  --tw-text-opacity: 1;
  color: rgb(112 122 138 / 1);
  color: rgb(112 122 138 / var(--tw-text-opacity, 1));
}

.t-brand {
  --tw-text-opacity: 1;
  color: rgb(201 148 0 / 1);
  color: rgb(201 148 0 / var(--tw-text-opacity, 1));
}

.t-buy {
  --tw-text-opacity: 1;
  color: rgb(3 166 109 / 1);
  color: rgb(3 166 109 / var(--tw-text-opacity, 1));
}

.headline-3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}

@media (min-width: 768px) {

  .headline-3 {
    font-weight: 600;
  }
}

@media (min-width: 1200px) {

  .headline-3 {
    font-weight: 600;
  }
}

.headline-6 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

@media (min-width: 768px) {

  .headline-6 {
    font-weight: 600;
  }
}

@media (min-width: 1200px) {

  .headline-6 {
    font-weight: 600;
  }
}

.subtitle-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.subtitle-2-1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.subtitle-3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.subtitle-4 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.body-2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.body-3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.caption-1 {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

.caption-2 {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.light-line-border {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 239 / 1);
  border-color: rgb(234 236 239 / var(--tw-border-opacity, 1));
}

@media (min-width: 0px) {
    .text-caption3 {
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
    }

    .text-headline0 {
      font-weight: 600;
      font-size: 32px;
      line-height: 40px;
    }

    .text-headline1 {
      font-weight: 600;
      font-size: 28px;
      line-height: 36px;
    }

    .text-headline2 {
      font-weight: 600;
      font-size: 24px;
      line-height: 34px;
    }

    .text-headline3 {
      font-weight: 600;
      font-size: 20px;
      line-height: 28px;
    }

    .text-body2 {
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
    }

    .text-body3 {
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
    }

    .text-subtitle1 {
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0%;
    }

    .text-subtitle2 {
      font-weight: 500;
      font-size: 14px;
      line-height: 22px;
    }

    .text-subtitle3 {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
    }

    .text-subtitle6 {
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
    }
  }

@media (min-width: 768px) {
    .text-caption3 {
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
    }

    .text-title2 {
      font-weight: 600;
      font-size: 48px;
      line-height: 56px;
    }

    .text-subtitle1 {
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
    }

    .text-subtitle2 {
      font-weight: 500;
      font-size: 14px;
      line-height: 22px;
    }

    .text-subtitle3 {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
    }

    .text-body1 {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
    }

    .text-headline2 {
      font-weight: 600;
      font-size: 32px;
      line-height: 40px;
    }

    .text-headline3 {
      font-weight: 600;
      font-size: 28px;
      line-height: 36px;
    }

    .text-headline5 {
      font-weight: 600;
      font-size: 20px;
      line-height: 28px;
    }
  }

@media (min-width: 1200px) {
    .text-caption3 {
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
    }

    .text-headline1 {
      font-weight: 600;
      font-size: 40px;
      line-height: 48px;
    }

    .text-headline3 {
      font-weight: 600;
      font-size: 28px;
      line-height: 36px;
    }

    .text-headline5 {
      font-weight: 600;
      font-size: 20px;
      line-height: 28px;
    }

    .text-title1 {
      font-weight: 600;
      font-size: 56px;
      line-height: 72px;
    }

    .title-subtitle3 {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
    }

    .text-body1 {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
    }
  }
/* For Webkit-based browsers (Chrome, Safari and Opera) */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* For IE, Edge and Firefox */
.scrollbar-hide {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.modal-base {
  transition: opacity 0.2s;
}
.modal-base .modal-content {
  transition: transform 0.2s;
}

.modal-fade {
  opacity: 0;
}
.modal-fade .modal-content {
  transform: scale(0.95);
}

.modal-show {
  opacity: 1;
}
.modal-show .modal-content {
  transform: scale(1);
}

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

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

html {
  font-size: 16px;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(30 35 41 / 1);
  color: rgb(30 35 41 / var(--tw-text-opacity, 1));
  margin: 0px;
  padding: 0px;
}

input {
  background-color: transparent;
}
input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

img,
svg {
  flex-shrink: 0;
}

html,
html > body,
body,
body.theme-root {
  font-family: BinanceNova, Arial, sans-serif !important;
}

body {
  background: white !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[0\] {
  bottom: 0;
}
.bottom-\[54px\] {
  bottom: 54px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[75px\] {
  left: 75px;
}
.right-0 {
  right: 0px;
}
.right-6 {
  right: 1.5rem;
}
.right-\[0\] {
  right: 0;
}
.right-\[8px\] {
  right: 8px;
}
.top-0 {
  top: 0px;
}
.top-6 {
  top: 1.5rem;
}
.top-9 {
  top: 2.25rem;
}
.top-\[-1px\] {
  top: -1px;
}
.top-\[-22px\] {
  top: -22px;
}
.top-\[167px\] {
  top: 167px;
}
.top-\[41px\] {
  top: 41px;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-\[24px\] {
  margin-left: 24px;
  margin-right: 24px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[-40px\] {
  margin-bottom: -40px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[34px\] {
  margin-bottom: 34px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[48px\] {
  margin-bottom: 48px;
}
.mb-\[54px\] {
  margin-bottom: 54px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-\[16px\] {
  margin-right: 16px;
}
.mr-\[2px\] {
  margin-right: 2px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[-17px\] {
  margin-top: -17px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-\[20px\] {
  width: 20px;
  height: 20px;
}
.size-\[24px\] {
  width: 24px;
  height: 24px;
}
.size-\[28px\] {
  width: 28px;
  height: 28px;
}
.size-\[40px\] {
  width: 40px;
  height: 40px;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[127px\] {
  height: 127px;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[283px\] {
  height: 283px;
}
.h-\[287px\] {
  height: 287px;
}
.h-\[291px\] {
  height: 291px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[339px\] {
  height: 339px;
}
.h-\[342px\] {
  height: 342px;
}
.h-\[354px\] {
  height: 354px;
}
.h-\[361px\] {
  height: 361px;
}
.h-\[374px\] {
  height: 374px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[420px\] {
  height: 420px;
}
.h-\[459px\] {
  height: 459px;
}
.h-\[473px\] {
  height: 473px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[640px\] {
  height: 640px;
}
.h-full {
  height: 100%;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[208px\] {
  min-height: 208px;
}
.min-h-\[460px\] {
  min-height: 460px;
}
.min-h-\[48px\] {
  min-height: 48px;
}
.min-h-\[560px\] {
  min-height: 560px;
}
.min-h-\[56px\] {
  min-height: 56px;
}
.min-h-\[612px\] {
  min-height: 612px;
}
.min-h-\[640px\] {
  min-height: 640px;
}
.min-h-\[645px\] {
  min-height: 645px;
}
.min-h-\[64px\] {
  min-height: 64px;
}
.min-h-\[679px\] {
  min-height: 679px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-full {
  width: 100% !important;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-\[115px\] {
  width: 115px;
}
.w-\[1160px\] {
  width: 1160px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[179px\] {
  width: 179px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[221px\] {
  width: 221px;
}
.w-\[228px\] {
  width: 228px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[259px\] {
  width: 259px;
}
.w-\[264px\] {
  width: 264px;
}
.w-\[279px\] {
  width: 279px;
}
.w-\[285px\] {
  width: 285px;
}
.w-\[296px\] {
  width: 296px;
}
.w-\[323px\] {
  width: 323px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[475px\] {
  width: 475px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[572px\] {
  width: 572px;
}
.w-\[578px\] {
  width: 578px;
}
.w-\[67px\] {
  width: 67px;
}
.w-\[729px\] {
  width: 729px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[calc\(100\%-240px\)\] {
  width: calc(100% - 240px);
}
.w-\[calc\(100\%-48px\)\] {
  width: calc(100% - 48px);
}
.w-\[calc\(100\%-80px\)\] {
  width: calc(100% - 80px);
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.\!min-w-\[151px\] {
  min-width: 151px !important;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[212px\] {
  min-width: 212px;
}
.min-w-\[296px\] {
  min-width: 296px;
}
.min-w-\[327px\] {
  min-width: 327px;
}
.min-w-\[703px\] {
  min-width: 703px;
}
.min-w-\[742px\] {
  min-width: 742px;
}
.max-w-\[1108px\] {
  max-width: 1108px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[469px\] {
  max-width: 469px;
}
.max-w-\[690px\] {
  max-width: 690px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.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-y-\[1px\] {
  --tw-translate-y: 1px;
  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-\[var\(--y\)\] {
  --tw-translate-y: var(--y);
  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-\[var\(--r\)\] {
  --tw-rotate: var(--r);
  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-\[--s\] {
  --tw-scale-x: var(--s);
  --tw-scale-y: var(--s);
  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 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;
}
.list-disc {
  list-style-type: disc;
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[144px_144px_1fr_144px\] {
  grid-template-columns: 144px 144px 1fr 144px;
}
.grid-cols-\[64px_64px_1fr_64px\] {
  grid-template-columns: 64px 64px 1fr 64px;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}
.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.gap-3 {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}
.gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
.gap-\[10px\] {
  grid-gap: 10px;
  gap: 10px;
}
.gap-\[12px\] {
  grid-gap: 12px;
  gap: 12px;
}
.gap-\[20px\] {
  grid-gap: 20px;
  gap: 20px;
}
.gap-\[41px\] {
  grid-gap: 41px;
  gap: 41px;
}
.gap-\[4px\] {
  grid-gap: 4px;
  gap: 4px;
}
.gap-\[71px\] {
  grid-gap: 71px;
  gap: 71px;
}
.gap-\[8px\] {
  grid-gap: 8px;
  gap: 8px;
}
.gap-x-\[16px\] {
  grid-column-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.gap-x-\[2px\] {
  grid-column-gap: 2px;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.gap-y-\[20px\] {
  grid-row-gap: 20px;
  row-gap: 20px;
}
.space-y-\[12px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.self-end {
  align-self: flex-end;
}
.justify-self-end {
  justify-self: end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-t-\[12px\] {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.border {
  border-width: 1px;
}
.border-\[\#323232\] {
  --tw-border-opacity: 1;
  border-color: rgb(50 50 50 / 1);
  border-color: rgb(50 50 50 / var(--tw-border-opacity, 1));
}
.border-\[\#3d3d3d\] {
  --tw-border-opacity: 1;
  border-color: rgb(61 61 61 / 1);
  border-color: rgb(61 61 61 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / 1);
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-BtnBg {
  --tw-bg-opacity: 1;
  background-color: rgb(252 213 53 / 1);
  background-color: rgb(252 213 53 / var(--tw-bg-opacity, 1));
}
.bg-Line {
  --tw-bg-opacity: 1;
  background-color: rgb(43 49 57 / 1);
  background-color: rgb(43 49 57 / var(--tw-bg-opacity, 1));
}
.bg-Vessel {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / 1);
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#111111\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / 1);
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1A1A1A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / 1);
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1a1a1a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / 1);
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}
.bg-\[\#222222\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / 1);
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2a2a2a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / 1);
  background-color: rgb(42 42 42 / var(--tw-bg-opacity, 1));
}
.bg-\[\#333333\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / 1);
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3a3a3a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(58 58 58 / 1);
  background-color: rgb(58 58 58 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3d3d3d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 61 / 1);
  background-color: rgb(61 61 61 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f0b90b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 185 11 / 1);
  background-color: rgb(240 185 11 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fcd535\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 213 53 / 1);
  background-color: rgb(252 213 53 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / 1);
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[linear-gradient\(90deg\2c \#4F4F4F_100\%\2c \#333333_0\%\)\] {
  background-image: linear-gradient(90deg,#4F4F4F 100%,#333333 0%);
}
.bg-\[length\:100\%\] {
  background-size: 100%;
}
.bg-\[length\:179px\] {
  background-size: 179px;
}
.bg-cover {
  background-size: cover;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[2px\] {
  padding: 2px;
}
.p-\[8px\] {
  padding: 8px;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-30 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-30 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-15 {
  padding-bottom: 3.75rem;
}
.pb-30 {
  padding-bottom: 7.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[35px\] {
  padding-bottom: 35px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[82px\] {
  padding-bottom: 82px;
}
.pl-\[14px\] {
  padding-left: 14px;
}
.pl-\[38px\] {
  padding-left: 38px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[4px\] {
  padding-top: 4px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.text-PrimaryTextDarkTheme {
  --tw-text-opacity: 1;
  color: rgb(237 237 237 / 1);
  color: rgb(237 237 237 / var(--tw-text-opacity, 1));
}
.text-PrimaryTextOnDark {
  --tw-text-opacity: 1;
  color: rgb(234 236 239 / 1);
  color: rgb(234 236 239 / var(--tw-text-opacity, 1));
}
.text-PrimaryYellow {
  --tw-text-opacity: 1;
  color: rgb(240 185 11 / 1);
  color: rgb(240 185 11 / var(--tw-text-opacity, 1));
}
.text-SecondaryText {
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / 1);
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}
.text-SecondaryTextDarkTheme {
  --tw-text-opacity: 1;
  color: rgb(183 189 198 / 1);
  color: rgb(183 189 198 / var(--tw-text-opacity, 1));
}
.text-SecondaryTextLighter {
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / 1);
  color: rgb(144 144 144 / var(--tw-text-opacity, 1));
}
.text-SecondaryTextOnDark {
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / 1);
  color: rgb(191 191 191 / var(--tw-text-opacity, 1));
}
.text-TertiaryText {
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / 1);
  color: rgb(125 125 125 / var(--tw-text-opacity, 1));
}
.text-TextLink {
  --tw-text-opacity: 1;
  color: rgb(240 185 11 / 1);
  color: rgb(240 185 11 / var(--tw-text-opacity, 1));
}
.text-\[\#7d7d7d\] {
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / 1);
  color: rgb(125 125 125 / var(--tw-text-opacity, 1));
}
.text-\[\#909090\] {
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / 1);
  color: rgb(144 144 144 / var(--tw-text-opacity, 1));
}
.text-\[\#9c9c9c\] {
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / 1);
  color: rgb(156 156 156 / var(--tw-text-opacity, 1));
}
.text-\[\#ededed\] {
  --tw-text-opacity: 1;
  color: rgb(237 237 237 / 1);
  color: rgb(237 237 237 / var(--tw-text-opacity, 1));
}
.text-\[\#f0b90b\] {
  --tw-text-opacity: 1;
  color: rgb(240 185 11 / 1);
  color: rgb(240 185 11 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 1);
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.decoration-dotted {
  text-decoration-style: dotted;
}
.\!opacity-0 {
  opacity: 0 !important;
}
.\!opacity-100 {
  opacity: 1 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.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);
}
.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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-\[1000ms\] {
  transition-duration: 1000ms;
}
.hover\:bg-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / 1);
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-selected:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / 1);
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {

  .md\:subtitle-1 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
  @media (min-width: 0px) {

    .md\:text-headline2 {
      font-weight: 600;
      font-size: 24px;
      line-height: 34px;
    }

    .md\:text-headline3 {
      font-weight: 600;
      font-size: 20px;
      line-height: 28px;
    }

    .md\:text-subtitle2 {
      font-weight: 500;
      font-size: 14px;
      line-height: 22px;
    }
  }
  @media (min-width: 768px) {

    .md\:text-title2 {
      font-weight: 600;
      font-size: 48px;
      line-height: 56px;
    }

    .md\:text-subtitle2 {
      font-weight: 500;
      font-size: 14px;
      line-height: 22px;
    }

    .md\:text-body1 {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
    }

    .md\:text-headline2 {
      font-weight: 600;
      font-size: 32px;
      line-height: 40px;
    }

    .md\:text-headline3 {
      font-weight: 600;
      font-size: 28px;
      line-height: 36px;
    }

    .md\:text-headline5 {
      font-weight: 600;
      font-size: 20px;
      line-height: 28px;
    }
  }
  @media (min-width: 1200px) {

    .md\:text-headline3 {
      font-weight: 600;
      font-size: 28px;
      line-height: 36px;
    }

    .md\:text-headline5 {
      font-weight: 600;
      font-size: 20px;
      line-height: 28px;
    }

    .md\:text-body1 {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
    }
  }
}
@media (min-width: 1200px) {
  @media (min-width: 0px) {

    .lg\:text-headline1 {
      font-weight: 600;
      font-size: 28px;
      line-height: 36px;
    }
  }
  @media (min-width: 768px) {

    .lg\:text-body1 {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
    }

    .lg\:text-headline5 {
      font-weight: 600;
      font-size: 20px;
      line-height: 28px;
    }
  }
  @media (min-width: 1200px) {

    .lg\:text-headline1 {
      font-weight: 600;
      font-size: 40px;
      line-height: 48px;
    }

    .lg\:text-headline5 {
      font-weight: 600;
      font-size: 20px;
      line-height: 28px;
    }

    .lg\:text-title1 {
      font-weight: 600;
      font-size: 56px;
      line-height: 72px;
    }

    .lg\:text-body1 {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
    }
  }
}
.placeholder\:text-\[\#7d7d7d\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / 1);
  color: rgb(125 125 125 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#7d7d7d\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / 1);
  color: rgb(125 125 125 / var(--tw-text-opacity, 1));
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:bg-\[\#222\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / 1);
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:brightness-110:hover {
  --tw-brightness: brightness(1.1);
  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);
}
@media (min-width: 0px) {

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:pt-\[38px\] {
    padding-top: 38px;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:top-\[14px\] {
    top: 14px;
  }

  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:mb-\[0\] {
    margin-bottom: 0;
  }

  .md\:mb-\[16px\] {
    margin-bottom: 16px;
  }

  .md\:mb-\[24px\] {
    margin-bottom: 24px;
  }

  .md\:mb-\[29px\] {
    margin-bottom: 29px;
  }

  .md\:mb-\[34px\] {
    margin-bottom: 34px;
  }

  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .md\:mb-\[64px\] {
    margin-bottom: 64px;
  }

  .md\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-\[24px\] {
    margin-top: 24px;
  }

  .md\:mt-\[40px\] {
    margin-top: 40px;
  }

  .md\:mt-\[64px\] {
    margin-top: 64px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:size-\[64px\] {
    width: 64px;
    height: 64px;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-\[300px\] {
    height: 300px;
  }

  .md\:h-\[302px\] {
    height: 302px;
  }

  .md\:h-\[390px\] {
    height: 390px;
  }

  .md\:h-\[54px\] {
    height: 54px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:max-h-\[560px\] {
    max-height: 560px;
  }

  .md\:min-h-\[329px\] {
    min-height: 329px;
  }

  .md\:min-h-\[auto\] {
    min-height: auto;
  }

  .md\:\!w-\[327px\] {
    width: 327px !important;
  }

  .md\:\!w-auto {
    width: auto !important;
  }

  .md\:\!w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-\[327px\] {
    width: 327px;
  }

  .md\:w-\[384px\] {
    width: 384px;
  }

  .md\:w-\[473px\] {
    width: 473px;
  }

  .md\:w-\[486px\] {
    width: 486px;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:w-\[576px\] {
    width: 576px;
  }

  .md\:w-\[calc\(100\%-96px\)\] {
    width: calc(100% - 96px);
  }

  .md\:min-w-\[458px\] {
    min-width: 458px;
  }

  .md\:min-w-\[auto\] {
    min-width: auto;
  }

  .md\:max-w-\[458px\] {
    max-width: 458px;
  }

  .md\:max-w-\[688px\] {
    max-width: 688px;
  }

  .md\:shrink-0 {
    flex-shrink: 0;
  }

  .md\:grow {
    flex-grow: 1;
  }

  .md\:grow-\[10\] {
    flex-grow: 10;
  }

  .md\:basis-\[304px\] {
    flex-basis: 304px;
  }

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

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .md\:items-stretch {
    align-items: stretch;
  }

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

  .md\:gap-\[0\] {
    grid-gap: 0;
    gap: 0;
  }

  .md\:gap-\[0px\] {
    grid-gap: 0px;
    gap: 0px;
  }

  .md\:gap-\[16px\] {
    grid-gap: 16px;
    gap: 16px;
  }

  .md\:gap-\[24px\] {
    grid-gap: 24px;
    gap: 24px;
  }

  .md\:gap-x-\[20px\] {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

  .md\:rounded-\[12px\] {
    border-radius: 12px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-\[24px\] {
    padding: 24px;
  }

  .md\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:px-\[48px\] {
    padding-left: 48px;
    padding-right: 48px;
  }

  .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .md\:pb-\[122px\] {
    padding-bottom: 122px;
  }

  .md\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .md\:pl-\[64px\] {
    padding-left: 64px;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pt-\[32px\] {
    padding-top: 32px;
  }

  .md\:pt-\[40px\] {
    padding-top: 40px;
  }

  .md\:pt-\[48px\] {
    padding-top: 48px;
  }

  .md\:pt-\[80px\] {
    padding-top: 80px;
  }

  .md\:text-start {
    text-align: start;
  }

  .md\:text-base {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1000px) {

  .swiper\:mx-\[6px\] {
    margin-left: 6px;
    margin-right: 6px;
  }

  .swiper\:flex {
    display: flex;
  }

  .swiper\:hidden {
    display: none;
  }

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

  .swiper\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 1200px) {

  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:top-\[-64px\] {
    top: -64px;
  }

  .lg\:top-\[27px\] {
    top: 27px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .lg\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .lg\:mb-\[16px\] {
    margin-bottom: 16px;
  }

  .lg\:mb-\[24px\] {
    margin-bottom: 24px;
  }

  .lg\:mb-\[26px\] {
    margin-bottom: 26px;
  }

  .lg\:mb-\[35px\] {
    margin-bottom: 35px;
  }

  .lg\:mb-\[48px\] {
    margin-bottom: 48px;
  }

  .lg\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-\[-78px\] {
    margin-top: -78px;
  }

  .lg\:mt-\[-7px\] {
    margin-top: -7px;
  }

  .lg\:mt-\[120px\] {
    margin-top: 120px;
  }

  .lg\:mt-\[80px\] {
    margin-top: 80px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[384px\] {
    height: 384px;
  }

  .lg\:h-\[455px\] {
    height: 455px;
  }

  .lg\:h-\[462px\] {
    height: 462px;
  }

  .lg\:h-\[520px\] {
    height: 520px;
  }

  .lg\:h-\[580px\] {
    height: 580px;
  }

  .lg\:h-\[72px\] {
    height: 72px;
  }

  .lg\:min-h-\[calc\(100vh-64px\)\] {
    min-height: calc(100vh - 64px);
  }

  .lg\:w-\[340px\] {
    width: 340px;
  }

  .lg\:w-\[392px\] {
    width: 392px;
  }

  .lg\:w-\[447px\] {
    width: 447px;
  }

  .lg\:w-\[456px\] {
    width: 456px;
  }

  .lg\:w-\[472px\] {
    width: 472px;
  }

  .lg\:w-\[486px\] {
    width: 486px;
  }

  .lg\:w-\[580px\] {
    width: 580px;
  }

  .lg\:w-\[909px\] {
    width: 909px;
  }

  .lg\:w-\[calc\(100\%-120px\)\] {
    width: calc(100% - 120px);
  }

  .lg\:w-\[calc\(100\%-240px\)\] {
    width: calc(100% - 240px);
  }

  .lg\:\!min-w-\[80px\] {
    min-width: 80px !important;
  }

  .lg\:min-w-\[666px\] {
    min-width: 666px;
  }

  .lg\:max-w-\[1200px\] {
    max-width: 1200px;
  }

  .lg\:max-w-\[1440px\] {
    max-width: 1440px;
  }

  .lg\:max-w-\[332px\] {
    max-width: 332px;
  }

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

  .lg\:grow {
    flex-grow: 1;
  }

  .lg\:grow-\[2\] {
    flex-grow: 2;
  }

  .lg\:basis-\[545px\] {
    flex-basis: 545px;
  }

  .lg\:basis-\[658px\] {
    flex-basis: 658px;
  }

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

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

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

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

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

  .lg\:items-baseline {
    align-items: baseline;
  }

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

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

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

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:px-\[81px\] {
    padding-left: 81px;
    padding-right: 81px;
  }

  .lg\:py-\[110px\] {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .lg\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:py-\[44px\] {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .lg\:pb-\[51px\] {
    padding-bottom: 51px;
  }

  .lg\:pl-\[60px\] {
    padding-left: 60px;
  }

  .lg\:pr-\[50px\] {
    padding-right: 50px;
  }

  .lg\:pt-\[161px\] {
    padding-top: 161px;
  }

  .lg\:text-start {
    text-align: start;
  }
}
@media (min-width: 1920px) {

  .xl\:top-\[-105px\] {
    top: -105px;
  }

  .xl\:w-\[580px\] {
    width: 580px;
  }

  .xl\:min-w-\[819px\] {
    min-width: 819px;
  }

  .xl\:basis-\[706px\] {
    flex-basis: 706px;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

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

  .xl\:gap-\[16px\] {
    grid-gap: 16px;
    gap: 16px;
  }
}
.ltr\:left-\[4px\]:where([dir="ltr"], [dir="ltr"] *) {
  left: 4px;
}
.ltr\:right-\[-1px\]:where([dir="ltr"], [dir="ltr"] *) {
  right: -1px;
}
.ltr\:right-\[14px\]:where([dir="ltr"], [dir="ltr"] *) {
  right: 14px;
}
.ltr\:ml-4:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 1rem;
}
.ltr\:mr-2:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 0.5rem;
}
.ltr\:mr-\[-29px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: -29px;
}
.ltr\:mr-\[28px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 28px;
}
.ltr\:rounded-bl-\[8px\]:where([dir="ltr"], [dir="ltr"] *) {
  border-bottom-left-radius: 8px;
}
.ltr\:rounded-tr-\[8px\]:where([dir="ltr"], [dir="ltr"] *) {
  border-top-right-radius: 8px;
}
@media (min-width: 768px) {

  .md\:ltr\:left-\[-20px\]:where([dir="ltr"], [dir="ltr"] *) {
    left: -20px;
  }

  .md\:ltr\:mr-4:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {

  .lg\:ltr\:left-\[-83px\]:where([dir="ltr"], [dir="ltr"] *) {
    left: -83px;
  }

  .lg\:ltr\:left-\[-9px\]:where([dir="ltr"], [dir="ltr"] *) {
    left: -9px;
  }

  .lg\:ltr\:right-\[51px\]:where([dir="ltr"], [dir="ltr"] *) {
    right: 51px;
  }

  .lg\:ltr\:ml-\[116px\]:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 116px;
  }
}
.rtl\:left-\[-1px\]:where([dir="rtl"], [dir="rtl"] *) {
  left: -1px;
}
.rtl\:left-\[14px\]:where([dir="rtl"], [dir="rtl"] *) {
  left: 14px;
}
.rtl\:right-\[4px\]:where([dir="rtl"], [dir="rtl"] *) {
  right: 4px;
}
.rtl\:ml-2:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.5rem;
}
.rtl\:ml-4:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 1rem;
}
.rtl\:ml-\[-29px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: -29px;
}
.rtl\:ml-\[28px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 28px;
}
.rtl\:mr-2:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.5rem;
}
.rtl\:mr-4:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 1rem;
}
.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --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));
}
.rtl\:rounded-br-\[8px\]:where([dir="rtl"], [dir="rtl"] *) {
  border-bottom-right-radius: 8px;
}
.rtl\:rounded-tl-\[8px\]:where([dir="rtl"], [dir="rtl"] *) {
  border-top-left-radius: 8px;
}
@media (min-width: 768px) {

  .md\:rtl\:ml-4:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 1rem;
  }

  .md\:rtl\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {

  .lg\:rtl\:left-\[51px\]:where([dir="rtl"], [dir="rtl"] *) {
    left: 51px;
  }

  .lg\:rtl\:right-\[-83px\]:where([dir="rtl"], [dir="rtl"] *) {
    right: -83px;
  }

  .lg\:rtl\:right-\[-9px\]:where([dir="rtl"], [dir="rtl"] *) {
    right: -9px;
  }

  .lg\:rtl\:mr-\[116px\]:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 116px;
  }

  .lg\:rtl\:text-start:where([dir="rtl"], [dir="rtl"] *) {
    text-align: start;
  }
}
