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

:root {
  --css-interop-darkMode: class dark;
  --css-interop: true;
  --css-interop-nativewind: true;
}

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

html body .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;
}

html body .pointer-events-none {
  pointer-events: none;
}

html body .pointer-events-auto {
  pointer-events: auto;
}

html body .\!visible {
  visibility: visible !important;
}

html body .visible {
  visibility: visible;
}

html body .invisible {
  visibility: hidden;
}

html body .collapse {
  visibility: collapse;
}

html body .static {
  position: static;
}

html body .fixed {
  position: fixed;
}

html body .absolute {
  position: absolute;
}

html body .relative {
  position: relative;
}

html body .sticky {
  position: sticky;
}

html body .inset-0 {
  inset: 0px;
}

html body .inset-1 {
  inset: 0.25rem;
}

html body .inset-y-0 {
  top: 0px;
  bottom: 0px;
}

html body .bottom-0 {
  bottom: 0px;
}

html body .bottom-\[-1px\] {
  bottom: -1px;
}

html body .bottom-\[-2px\] {
  bottom: -2px;
}

html body .end-1 {
  inset-inline-end: 0.25rem;
}

html body .end-2 {
  inset-inline-end: 0.5rem;
}

html body .left-0 {
  left: 0px;
}

html body .left-auto {
  left: auto;
}

html body .left-sm {
  left: 8px;
}

html body .right-0 {
  right: 0px;
}

html body .right-auto {
  right: auto;
}

html body .right-lg {
  right: 16px;
}

html body .top-0 {
  top: 0px;
}

html body .top-md {
  top: 12px;
}

html body .z-0 {
  z-index: 0;
}

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

html body .z-50 {
  z-index: 50;
}

html body .z-\[1\] {
  z-index: 1;
}

html body .col-span-1 {
  grid-column: span 1 / span 1;
}

html body .col-span-10 {
  grid-column: span 10 / span 10;
}

html body .col-span-11 {
  grid-column: span 11 / span 11;
}

html body .col-span-12 {
  grid-column: span 12 / span 12;
}

html body .col-span-2 {
  grid-column: span 2 / span 2;
}

html body .col-span-3 {
  grid-column: span 3 / span 3;
}

html body .col-span-4 {
  grid-column: span 4 / span 4;
}

html body .col-span-5 {
  grid-column: span 5 / span 5;
}

html body .col-span-6 {
  grid-column: span 6 / span 6;
}

html body .col-span-7 {
  grid-column: span 7 / span 7;
}

html body .col-span-8 {
  grid-column: span 8 / span 8;
}

html body .col-span-9 {
  grid-column: span 9 / span 9;
}

html body .m-0 {
  margin: 0px;
}

html body .m-3 {
  margin: 0.75rem;
}

html body .m-auto {
  margin: auto;
}

html body .m-lg {
  margin: 16px;
}

html body .m-md {
  margin: 12px;
}

html body .m-sm {
  margin: 8px;
}

html body .m-xl {
  margin: 20px;
}

html body .m-xl2 {
  margin: 24px;
}

html body .m-xl3 {
  margin: 28px;
}

html body .m-xl4 {
  margin: 32px;
}

html body .m-xl5 {
  margin: 36px;
}

html body .m-xl6 {
  margin: 40px;
}

html body .m-xs {
  margin: 4px;
}

html body .mx-lg {
  margin-left: 16px;
  margin-right: 16px;
}

html body .mx-md {
  margin-left: 12px;
  margin-right: 12px;
}

html body .mx-sm {
  margin-left: 8px;
  margin-right: 8px;
}

html body .mx-xl {
  margin-left: 20px;
  margin-right: 20px;
}

html body .mx-xl2 {
  margin-left: 24px;
  margin-right: 24px;
}

html body .mx-xl3 {
  margin-left: 28px;
  margin-right: 28px;
}

html body .mx-xl4 {
  margin-left: 32px;
  margin-right: 32px;
}

html body .mx-xl5 {
  margin-left: 36px;
  margin-right: 36px;
}

html body .mx-xl6 {
  margin-left: 40px;
  margin-right: 40px;
}

html body .mx-xs {
  margin-left: 4px;
  margin-right: 4px;
}

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

html body .my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

html body .my-lg {
  margin-top: 16px;
  margin-bottom: 16px;
}

html body .my-md {
  margin-top: 12px;
  margin-bottom: 12px;
}

html body .my-sm {
  margin-top: 8px;
  margin-bottom: 8px;
}

html body .my-xl {
  margin-top: 20px;
  margin-bottom: 20px;
}

html body .my-xl2 {
  margin-top: 24px;
  margin-bottom: 24px;
}

html body .my-xl3 {
  margin-top: 28px;
  margin-bottom: 28px;
}

html body .my-xl4 {
  margin-top: 32px;
  margin-bottom: 32px;
}

html body .my-xl5 {
  margin-top: 36px;
  margin-bottom: 36px;
}

html body .my-xl6 {
  margin-top: 40px;
  margin-bottom: 40px;
}

html body .my-xs {
  margin-top: 4px;
  margin-bottom: 4px;
}

html body .mb-0 {
  margin-bottom: 0px;
}

html body .mb-1 {
  margin-bottom: 0.25rem;
}

html body .mb-2 {
  margin-bottom: 0.5rem;
}

html body .mb-3 {
  margin-bottom: 0.75rem;
}

html body .mb-6 {
  margin-bottom: 1.5rem;
}

html body .mb-\[25px\] {
  margin-bottom: 25px;
}

html body .mb-lg {
  margin-bottom: 16px;
}

html body .mb-md {
  margin-bottom: 12px;
}

html body .mb-sm {
  margin-bottom: 8px;
}

html body .mb-xl {
  margin-bottom: 20px;
}

html body .mb-xl2 {
  margin-bottom: 24px;
}

html body .mb-xl3 {
  margin-bottom: 28px;
}

html body .mb-xl4 {
  margin-bottom: 32px;
}

html body .mb-xl5 {
  margin-bottom: 36px;
}

html body .mb-xl6 {
  margin-bottom: 40px;
}

html body .mb-xs {
  margin-bottom: 4px;
}

html body .ml-\[22px\] {
  margin-left: 22px;
}

html body .ml-\[2px\] {
  margin-left: 2px;
}

html body .ml-\[5px\] {
  margin-left: 5px;
}

html body .ml-lg {
  margin-left: 16px;
}

html body .ml-md {
  margin-left: 12px;
}

html body .ml-sm {
  margin-left: 8px;
}

html body .ml-xl {
  margin-left: 20px;
}

html body .ml-xl2 {
  margin-left: 24px;
}

html body .ml-xl3 {
  margin-left: 28px;
}

html body .ml-xl4 {
  margin-left: 32px;
}

html body .ml-xl5 {
  margin-left: 36px;
}

html body .ml-xl6 {
  margin-left: 40px;
}

html body .ml-xs {
  margin-left: 4px;
}

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

html body .mr-\[-2px\] {
  margin-right: -2px;
}

html body .mr-\[18px\] {
  margin-right: 18px;
}

html body .mr-\[3px\] {
  margin-right: 3px;
}

html body .mr-lg {
  margin-right: 16px;
}

html body .mr-md {
  margin-right: 12px;
}

html body .mr-sm {
  margin-right: 8px;
}

html body .mr-xl {
  margin-right: 20px;
}

html body .mr-xl2 {
  margin-right: 24px;
}

html body .mr-xl3 {
  margin-right: 28px;
}

html body .mr-xl4 {
  margin-right: 32px;
}

html body .mr-xl5 {
  margin-right: 36px;
}

html body .mr-xl6 {
  margin-right: 40px;
}

html body .mr-xs {
  margin-right: 4px;
}

html body .mt-0 {
  margin-top: 0px;
}

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

html body .mt-2 {
  margin-top: 0.5rem;
}

html body .mt-3 {
  margin-top: 0.75rem;
}

html body .mt-lg {
  margin-top: 16px;
}

html body .mt-md {
  margin-top: 12px;
}

html body .mt-sm {
  margin-top: 8px;
}

html body .mt-xl {
  margin-top: 20px;
}

html body .mt-xl2 {
  margin-top: 24px;
}

html body .mt-xl3 {
  margin-top: 28px;
}

html body .mt-xl4 {
  margin-top: 32px;
}

html body .mt-xl5 {
  margin-top: 36px;
}

html body .mt-xl6 {
  margin-top: 40px;
}

html body .mt-xs {
  margin-top: 4px;
}

html body .box-border {
  box-sizing: border-box;
}

html body .block {
  display: block;
}

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

html body .inline {
  display: inline;
}

html body .flex {
  display: flex;
}

html body .inline-flex {
  display: inline-flex;
}

html body .grid {
  display: grid;
}

html body .contents {
  display: contents;
}

html body .hidden {
  display: none;
}

html body .h-1\/2 {
  height: 50%;
}

html body .h-1\/4 {
  height: 25%;
}

html body .h-11 {
  height: 2.75rem;
}

html body .h-12 {
  height: 3rem;
}

html body .h-14 {
  height: 3.5rem;
}

html body .h-2 {
  height: 0.5rem;
}

html body .h-3 {
  height: 0.75rem;
}

html body .h-3\.5 {
  height: 0.875rem;
}

html body .h-3\/4 {
  height: 75%;
}

html body .h-4 {
  height: 1rem;
}

html body .h-5 {
  height: 1.25rem;
}

html body .h-6 {
  height: 1.5rem;
}

html body .h-7 {
  height: 1.75rem;
}

html body .h-9 {
  height: 2.25rem;
}

html body .h-\[10px\] {
  height: 10px;
}

html body .h-\[14px\] {
  height: 14px;
}

html body .h-\[16px\] {
  height: 16px;
}

html body .h-\[18px\] {
  height: 18px;
}

html body .h-\[1px\] {
  height: 1px;
}

html body .h-\[22px\] {
  height: 22px;
}

html body .h-\[28px\] {
  height: 28px;
}

html body .h-\[6px\] {
  height: 6px;
}

html body .h-\[8px\] {
  height: 8px;
}

html body .h-\[9px\] {
  height: 9px;
}

html body .h-auto {
  height: auto;
}

html body .h-full {
  height: 100%;
}

html body .h-px {
  height: 1px;
}

html body .min-h-0 {
  min-height: 0px;
}

html body .min-h-\[32px\] {
  min-height: 32px;
}

html body .min-h-\[35px\] {
  min-height: 35px;
}

html body .min-h-\[36px\] {
  min-height: 36px;
}

html body .min-h-\[44px\] {
  min-height: 44px;
}

html body .min-h-\[45px\] {
  min-height: 45px;
}

html body .min-h-\[48px\] {
  min-height: 48px;
}

html body .min-h-\[56px\] {
  min-height: 56px;
}

html body .min-h-\[64px\] {
  min-height: 64px;
}

html body .w-1\/2 {
  width: 50%;
}

html body .w-1\/4 {
  width: 25%;
}

html body .w-12 {
  width: 3rem;
}

html body .w-14 {
  width: 3.5rem;
}

html body .w-2 {
  width: 0.5rem;
}

html body .w-3 {
  width: 0.75rem;
}

html body .w-3\.5 {
  width: 0.875rem;
}

html body .w-3\/4 {
  width: 75%;
}

html body .w-4 {
  width: 1rem;
}

html body .w-5 {
  width: 1.25rem;
}

html body .w-6 {
  width: 1.5rem;
}

html body .w-7 {
  width: 1.75rem;
}

html body .w-9 {
  width: 2.25rem;
}

html body .w-\[10px\] {
  width: 10px;
}

html body .w-\[14px\] {
  width: 14px;
}

html body .w-\[16px\] {
  width: 16px;
}

html body .w-\[18px\] {
  width: 18px;
}

html body .w-\[22px\] {
  width: 22px;
}

html body .w-\[28px\] {
  width: 28px;
}

html body .w-\[34px\] {
  width: 34px;
}

html body .w-\[60\%\] {
  width: 60%;
}

html body .w-\[6px\] {
  width: 6px;
}

html body .w-\[70\%\] {
  width: 70%;
}

html body .w-\[80\%\] {
  width: 80%;
}

html body .w-\[85\%\] {
  width: 85%;
}

html body .w-\[8px\] {
  width: 8px;
}

html body .w-\[90\%\] {
  width: 90%;
}

html body .w-\[9px\] {
  width: 9px;
}

html body .w-auto {
  width: auto;
}

html body .w-full {
  width: 100%;
}

html body .w-px {
  width: 1px;
}

html body .min-w-0 {
  min-width: 0px;
}

html body .min-w-\[16px\] {
  min-width: 16px;
}

html body .min-w-\[44px\] {
  min-width: 44px;
}

html body .max-w-\[360px\] {
  max-width: 360px;
}

html body .max-w-\[420px\] {
  max-width: 420px;
}

html body .max-w-\[510px\] {
  max-width: 510px;
}

html body .max-w-\[640px\] {
  max-width: 640px;
}

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

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

html body .shrink {
  flex-shrink: 1;
}

html body .shrink-0 {
  flex-shrink: 0;
}

html body .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 pulse {
  50% {
    opacity: .5;
  }
}

html body .animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

html body .cursor-default {
  cursor: default;
}

html body .cursor-not-allowed {
  cursor: not-allowed;
}

html body .cursor-pointer {
  cursor: pointer;
}

html body .select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

html body .resize {
  resize: both;
}

html body .list-none {
  list-style-type: none;
}

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

html body .grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

html body .grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

html body .grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

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

html body .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

html body .grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

html body .grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

html body .grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

html body .grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

html body .flex-row {
  flex-direction: row;
}

html body .flex-row-reverse {
  flex-direction: row-reverse;
}

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

html body .flex-col-reverse {
  flex-direction: column-reverse;
}

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

html body .flex-nowrap {
  flex-wrap: nowrap;
}

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

html body .items-end {
  align-items: flex-end;
}

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

html body .items-baseline {
  align-items: baseline;
}

html body .items-stretch {
  align-items: stretch;
}

html body .justify-start {
  justify-content: flex-start;
}

html body .justify-end {
  justify-content: flex-end;
}

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

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

html body .gap-0 {
  gap: 0px;
}

html body .gap-1 {
  gap: 0.25rem;
}

html body .gap-1\.5 {
  gap: 0.375rem;
}

html body .gap-2 {
  gap: 0.5rem;
}

html body .gap-3 {
  gap: 0.75rem;
}

html body .gap-4 {
  gap: 1rem;
}

html body .gap-5 {
  gap: 1.25rem;
}

html body .gap-6 {
  gap: 1.5rem;
}

html body .gap-7 {
  gap: 1.75rem;
}

html body .gap-8 {
  gap: 2rem;
}

html body .gap-lg {
  gap: 16px;
}

html body .gap-md {
  gap: 12px;
}

html body .gap-sm {
  gap: 8px;
}

html body .gap-xl {
  gap: 20px;
}

html body .gap-xl2 {
  gap: 24px;
}

html body .gap-xl3 {
  gap: 28px;
}

html body .gap-xl4 {
  gap: 32px;
}

html body .gap-xl5 {
  gap: 36px;
}

html body .gap-xl6 {
  gap: 40px;
}

html body .gap-xs {
  gap: 4px;
}

html body .gap-x-md {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

html body .gap-y-sm {
  row-gap: 8px;
}

html body .self-start {
  align-self: flex-start;
}

html body .self-end {
  align-self: flex-end;
}

html body .self-center {
  align-self: center;
}

html body .self-stretch {
  align-self: stretch;
}

html body .self-baseline {
  align-self: baseline;
}

html body .overflow-hidden {
  overflow: hidden;
}

html body .overflow-visible {
  overflow: visible;
}

html body .overflow-y-auto {
  overflow-y: auto;
}

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

html body .whitespace-nowrap {
  white-space: nowrap;
}

html body .whitespace-pre-wrap {
  white-space: pre-wrap;
}

html body .rounded {
  border-radius: 0.25rem;
}

html body .rounded-\[2px\] {
  border-radius: 2px;
}

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

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

html body .rounded-md {
  border-radius: 10px;
}

html body .rounded-none {
  border-radius: 0px;
}

html body .rounded-sm {
  border-radius: 3px;
}

html body .border {
  border-width: 1px;
}

html body .border-0 {
  border-width: 0px;
}

html body .border-2 {
  border-width: 2px;
}

html body .border-\[3px\] {
  border-width: 3px;
}

html body .border-b {
  border-bottom-width: 1px;
}

html body .border-l {
  border-left-width: 1px;
}

html body .border-r {
  border-right-width: 1px;
}

html body .border-t {
  border-top-width: 1px;
}

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

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

html body .border-error-main {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-error-main-rgb, 206 43 33) / var(--tw-border-opacity, 1));
}

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

html body .border-neutral5 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-neutral5-rgb, 249 248 249) / var(--tw-border-opacity, 1));
}

html body .border-neutral60 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-neutral60-rgb, 224 218 213) / var(--tw-border-opacity, 1));
}

html body .border-neutral80 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-neutral80-rgb, 149 143 143) / var(--tw-border-opacity, 1));
}

html body .border-neutral90 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-neutral90-rgb, 96 88 88) / var(--tw-border-opacity, 1));
}

html body .border-neutral95 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-neutral95-rgb, 34 29 29) / var(--tw-border-opacity, 1));
}

html body .border-positive-main {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-positive-main-rgb, 140 194 74) / var(--tw-border-opacity, 1));
}

html body .border-primary-hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary-hover-rgb, 247 212 219) / var(--tw-border-opacity, 1));
}

html body .border-primary-main {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary-main-rgb, 244 198 207) / var(--tw-border-opacity, 1));
}

html body .border-secondary-hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-secondary-hover-rgb, 122 106 115) / var(--tw-border-opacity, 1));
}

html body .border-secondary-main {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-secondary-main-rgb, 78 56 68) / var(--tw-border-opacity, 1));
}

html body .border-transparent {
  border-color: transparent;
}

html body .border-warning-main {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-warning-main-rgb, 212 176 115) / var(--tw-border-opacity, 1));
}

html body .bg-\[\#F9F8F9\]\/80 {
  background-color: rgb(249 248 249 / 0.8);
}

html body .bg-error-light {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-error-light-rgb, 255 247 246) / var(--tw-bg-opacity, 1));
}

html body .bg-error-main {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-error-main-rgb, 206 43 33) / var(--tw-bg-opacity, 1));
}

html body .bg-highlight-one-fill\/80 {
  background-color: rgb(var(--color-highlight-one-fill-rgb, 175 80 113) / 0.8);
}

html body .bg-highlight-one-main {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-highlight-one-main-rgb, 175 80 113) / var(--tw-bg-opacity, 1));
}

html body .bg-highlight-two-light {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-highlight-two-light-rgb, 250 245 239) / var(--tw-bg-opacity, 1));
}

html body .bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

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

html body .bg-neutral10 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-neutral10-rgb, 245 245 246) / var(--tw-bg-opacity, 1));
}

html body .bg-neutral100\/55 {
  background-color: rgb(var(--color-neutral100-rgb, 0 0 0) / 0.55);
}

html body .bg-neutral5 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-neutral5-rgb, 249 248 249) / var(--tw-bg-opacity, 1));
}

html body .bg-neutral5\/80 {
  background-color: rgb(var(--color-neutral5-rgb, 249 248 249) / 0.8);
}

html body .bg-neutral80 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-neutral80-rgb, 149 143 143) / var(--tw-bg-opacity, 1));
}

html body .bg-neutral95 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-neutral95-rgb, 34 29 29) / var(--tw-bg-opacity, 1));
}

html body .bg-positive-light {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-positive-light-rgb, 249 255 241) / var(--tw-bg-opacity, 1));
}

html body .bg-positive-main {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-positive-main-rgb, 140 194 74) / var(--tw-bg-opacity, 1));
}

html body .bg-primary-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-hover-rgb, 247 212 219) / var(--tw-bg-opacity, 1));
}

html body .bg-primary-main {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-main-rgb, 244 198 207) / var(--tw-bg-opacity, 1));
}

html body .bg-transparent {
  background-color: transparent;
}

html body .bg-warning-light {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-warning-light-rgb, 255 251 244) / var(--tw-bg-opacity, 1));
}

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

html body .bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

html body .fill-error-main {
  fill: rgb(var(--color-error-main-rgb, 206 43 33) / 1);
}

html body .fill-neutral90 {
  fill: rgb(var(--color-neutral90-rgb, 96 88 88) / 1);
}

html body .fill-neutral95 {
  fill: rgb(var(--color-neutral95-rgb, 34 29 29) / 1);
}

html body .fill-none {
  fill: none;
}

html body .fill-positive-main {
  fill: rgb(var(--color-positive-main-rgb, 140 194 74) / 1);
}

html body .fill-warning-main {
  fill: rgb(var(--color-warning-main-rgb, 212 176 115) / 1);
}

html body .fill-white {
  fill: #fff;
}

html body .stroke-error-main {
  stroke: rgb(var(--color-error-main-rgb, 206 43 33) / 1);
}

html body .stroke-neutral90 {
  stroke: rgb(var(--color-neutral90-rgb, 96 88 88) / 1);
}

html body .stroke-neutral95 {
  stroke: rgb(var(--color-neutral95-rgb, 34 29 29) / 1);
}

html body .stroke-none {
  stroke: none;
}

html body .stroke-positive-main {
  stroke: rgb(var(--color-positive-main-rgb, 140 194 74) / 1);
}

html body .stroke-warning-main {
  stroke: rgb(var(--color-warning-main-rgb, 212 176 115) / 1);
}

html body .p-0 {
  padding: 0px;
}

html body .p-1 {
  padding: 0.25rem;
}

html body .p-2 {
  padding: 0.5rem;
}

html body .p-4 {
  padding: 1rem;
}

html body .p-6 {
  padding: 1.5rem;
}

html body .p-\[5px\] {
  padding: 5px;
}

html body .p-lg {
  padding: 16px;
}

html body .p-md {
  padding: 12px;
}

html body .p-sm {
  padding: 8px;
}

html body .p-xl {
  padding: 20px;
}

html body .p-xl2 {
  padding: 24px;
}

html body .p-xl3 {
  padding: 28px;
}

html body .p-xl4 {
  padding: 32px;
}

html body .p-xl5 {
  padding: 36px;
}

html body .p-xl6 {
  padding: 40px;
}

html body .p-xs {
  padding: 4px;
}

html body .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

html body .px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

html body .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

html body .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

html body .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

html body .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

html body .px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

html body .px-lg {
  padding-left: 16px;
  padding-right: 16px;
}

html body .px-md {
  padding-left: 12px;
  padding-right: 12px;
}

html body .px-sm {
  padding-left: 8px;
  padding-right: 8px;
}

html body .px-xl {
  padding-left: 20px;
  padding-right: 20px;
}

html body .px-xl2 {
  padding-left: 24px;
  padding-right: 24px;
}

html body .px-xl3 {
  padding-left: 28px;
  padding-right: 28px;
}

html body .px-xl4 {
  padding-left: 32px;
  padding-right: 32px;
}

html body .px-xl5 {
  padding-left: 36px;
  padding-right: 36px;
}

html body .px-xl6 {
  padding-left: 40px;
  padding-right: 40px;
}

html body .px-xs {
  padding-left: 4px;
  padding-right: 4px;
}

html body .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

html body .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

html body .py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

html body .py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

html body .py-lg {
  padding-top: 16px;
  padding-bottom: 16px;
}

html body .py-md {
  padding-top: 12px;
  padding-bottom: 12px;
}

html body .py-sm {
  padding-top: 8px;
  padding-bottom: 8px;
}

html body .py-xl {
  padding-top: 20px;
  padding-bottom: 20px;
}

html body .py-xl2 {
  padding-top: 24px;
  padding-bottom: 24px;
}

html body .py-xl3 {
  padding-top: 28px;
  padding-bottom: 28px;
}

html body .py-xl4 {
  padding-top: 32px;
  padding-bottom: 32px;
}

html body .py-xl5 {
  padding-top: 36px;
  padding-bottom: 36px;
}

html body .py-xl6 {
  padding-top: 40px;
  padding-bottom: 40px;
}

html body .py-xs {
  padding-top: 4px;
  padding-bottom: 4px;
}

html body .pb-0 {
  padding-bottom: 0px;
}

html body .pb-\[8px\] {
  padding-bottom: 8px;
}

html body .pb-lg {
  padding-bottom: 16px;
}

html body .pb-md {
  padding-bottom: 12px;
}

html body .pb-sm {
  padding-bottom: 8px;
}

html body .pb-xl {
  padding-bottom: 20px;
}

html body .pb-xl2 {
  padding-bottom: 24px;
}

html body .pb-xl3 {
  padding-bottom: 28px;
}

html body .pb-xl4 {
  padding-bottom: 32px;
}

html body .pb-xl5 {
  padding-bottom: 36px;
}

html body .pb-xl6 {
  padding-bottom: 40px;
}

html body .pb-xs {
  padding-bottom: 4px;
}

html body .pl-\[8px\] {
  padding-left: 8px;
}

html body .pl-lg {
  padding-left: 16px;
}

html body .pl-md {
  padding-left: 12px;
}

html body .pl-sm {
  padding-left: 8px;
}

html body .pl-xl {
  padding-left: 20px;
}

html body .pl-xl2 {
  padding-left: 24px;
}

html body .pl-xl3 {
  padding-left: 28px;
}

html body .pl-xl4 {
  padding-left: 32px;
}

html body .pl-xl5 {
  padding-left: 36px;
}

html body .pl-xl6 {
  padding-left: 40px;
}

html body .pl-xs {
  padding-left: 4px;
}

html body .pr-\[24px\] {
  padding-right: 24px;
}

html body .pr-lg {
  padding-right: 16px;
}

html body .pr-md {
  padding-right: 12px;
}

html body .pr-sm {
  padding-right: 8px;
}

html body .pr-xl {
  padding-right: 20px;
}

html body .pr-xl2 {
  padding-right: 24px;
}

html body .pr-xl3 {
  padding-right: 28px;
}

html body .pr-xl4 {
  padding-right: 32px;
}

html body .pr-xl5 {
  padding-right: 36px;
}

html body .pr-xl6 {
  padding-right: 40px;
}

html body .pr-xs {
  padding-right: 4px;
}

html body .pt-3 {
  padding-top: 0.75rem;
}

html body .pt-\[8px\] {
  padding-top: 8px;
}

html body .pt-lg {
  padding-top: 16px;
}

html body .pt-md {
  padding-top: 12px;
}

html body .pt-sm {
  padding-top: 8px;
}

html body .pt-xl {
  padding-top: 20px;
}

html body .pt-xl2 {
  padding-top: 24px;
}

html body .pt-xl3 {
  padding-top: 28px;
}

html body .pt-xl4 {
  padding-top: 32px;
}

html body .pt-xl5 {
  padding-top: 36px;
}

html body .pt-xl6 {
  padding-top: 40px;
}

html body .pt-xs {
  padding-top: 4px;
}

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

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

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

html body .text-start {
  text-align: start;
}

html body .font-calibre {
  font-family: var(--font-calibre);
}

html body .font-calibre-black {
  font-family: var(--font-calibre-black);
}

html body .font-calibre-bold {
  font-family: var(--font-calibre-bold);
}

html body .font-calibre-light {
  font-family: var(--font-calibre-light);
}

html body .font-calibre-medium {
  font-family: var(--font-calibre-medium);
}

html body .font-calibre-regular {
  font-family: var(--font-calibre-regular);
}

html body .font-monospace {
  font-family: var(--font-monospace);
}

html body .font-monospace-bold {
  font-family: var(--font-monospace-bold);
}

html body .font-pink-sans {
  font-family: var(--font-pink-sans);
}

html body .font-pink-sans-bold {
  font-family: var(--font-pink-sans-bold);
}

html body .font-pink-sans-bolder {
  font-family: var(--font-pink-sans-bolder);
}

html body .font-pink-sans-lighter {
  font-family: var(--font-pink-sans-lighter);
}

html body .font-pink-slab {
  font-family: var(--font-pink-slab);
}

html body .font-pink-slab-bold {
  font-family: var(--font-pink-slab-bold);
}

html body .font-pink-slab-medium {
  font-family: var(--font-pink-slab-medium);
}

html body .font-primary {
  font-family: var(--font-primary);
}

html body .font-public-sans {
  font-family: var(--font-public-sans);
}

html body .font-public-sans-black {
  font-family: var(--font-public-sans-black);
}

html body .font-public-sans-bold {
  font-family: var(--font-public-sans-bold);
}

html body .font-public-sans-bolder {
  font-family: var(--font-public-sans-bolder);
}

html body .font-public-sans-light {
  font-family: var(--font-public-sans-light);
}

html body .font-public-sans-lighter {
  font-family: var(--font-public-sans-lighter);
}

html body .font-public-sans-medium {
  font-family: var(--font-public-sans-medium);
}

html body .font-public-sans-regular {
  font-family: var(--font-public-sans-regular);
}

html body .font-public-sans-thin {
  font-family: var(--font-public-sans-thin);
}

html body .font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html body .font-secondary {
  font-family: var(--font-secondary);
}

html body .font-secondary-italic {
  font-family: var(--font-secondary-italic);
}

html body .font-space-mono {
  font-family: var(--font-space-mono);
}

html body .font-space-mono-bold {
  font-family: var(--font-space-mono-bold);
}

html body .font-tertiary {
  font-family: var(--font-tertiary);
}

html body .font-tertiary-bold {
  font-family: var(--font-tertiary-bold);
}

html body .font-tertiary-bolder {
  font-family: var(--font-tertiary-bolder);
}

html body .font-tertiary-light {
  font-family: var(--font-tertiary-light);
}

html body .font-tertiary-medium {
  font-family: var(--font-tertiary-medium);
}

html body .font-tertiary-regular {
  font-family: var(--font-tertiary-regular);
}

html body .font-victoria-two-display {
  font-family: var(--font-victoria-two-display);
}

html body .font-victoria-two-display-italic {
  font-family: var(--font-victoria-two-display-italic);
}

html body .text-10xl {
  font-size: 3.653rem;
  line-height: 52px;
}

html body .text-11xl {
  font-size: 4.11rem;
  line-height: 56px;
}

html body .text-12xl {
  font-size: 4.624rem;
  line-height: 64px;
}

html body .text-2xl {
  font-size: 1.424rem;
  line-height: 24px;
}

html body .text-3xl {
  font-size: 1.602rem;
  line-height: 28px;
}

html body .text-4xl {
  font-size: 1.802rem;
  line-height: 32px;
}

html body .text-5xl {
  font-size: 2.027rem;
  line-height: 36px;
}

html body .text-6xl {
  font-size: 2.281rem;
  line-height: 40px;
}

html body .text-7xl {
  font-size: 2.566rem;
  line-height: 40px;
}

html body .text-8xl {
  font-size: 2.834rem;
  line-height: 44px;
}

html body .text-9xl {
  font-size: 3.247rem;
  line-height: 48px;
}

html body .text-\[12px\] {
  font-size: 12px;
}

html body .text-\[13px\] {
  font-size: 13px;
}

html body .text-\[9\.48px\] {
  font-size: 9.48px;
}

html body .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

html body .text-lg {
  font-size: 1.125rem;
  line-height: 20px;
}

html body .text-md {
  font-size: 1rem;
  line-height: 20px;
}

html body .text-producttitle-md {
  font-size: 1.083rem;
  line-height: 17px;
}

html body .text-sm {
  font-size: 0.889rem;
  line-height: 16px;
}

html body .text-xl {
  font-size: 1.266rem;
  line-height: 20px;
}

html body .text-xs {
  font-size: 0.79rem;
  line-height: 12px;
}

html body .text-xxs {
  font-size: 0.725rem;
  line-height: 8px;
}

html body .font-\[300\] {
  font-weight: 300;
}

html body .font-black {
  font-weight: 900;
}

html body .font-bold {
  font-weight: 700;
}

html body .font-extrabold {
  font-weight: 800;
}

html body .font-extralight {
  font-weight: 200;
}

html body .font-light {
  font-weight: 300;
}

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

html body .font-normal {
  font-weight: 400;
}

html body .font-semibold {
  font-weight: 600;
}

html body .font-thin {
  font-weight: 100;
}

html body .uppercase {
  text-transform: uppercase;
}

html body .lowercase {
  text-transform: lowercase;
}

html body .capitalize {
  text-transform: capitalize;
}

html body .normal-case {
  text-transform: none;
}

html body .italic {
  font-style: italic;
}

html body .ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

html body .leading-\[12px\] {
  line-height: 12px;
}

html body .leading-\[17px\] {
  line-height: 17px;
}

html body .leading-\[18px\] {
  line-height: 18px;
}

html body .leading-\[20px\] {
  line-height: 20px;
}

html body .leading-\[36\] {
  line-height: 36;
}

html body .tracking-\[0\.26px\] {
  letter-spacing: 0.26px;
}

html body .tracking-\[0\.38px\] {
  letter-spacing: 0.38px;
}

html body .tracking-\[0\.4px\] {
  letter-spacing: 0.4px;
}

html body .tracking-lg {
  letter-spacing: 1.92px;
}

html body .tracking-md {
  letter-spacing: 0.96px;
}

html body .tracking-sm {
  letter-spacing: 0.48px;
}

html body .text-\[\#AF5071\] {
  --tw-text-opacity: 1;
  color: rgb(175 80 113 / var(--tw-text-opacity, 1));
}

html body .text-error-main {
  --tw-text-opacity: 1;
  color: rgb(var(--color-error-main-rgb, 206 43 33) / var(--tw-text-opacity, 1));
}

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

html body .text-highlight-one-main {
  --tw-text-opacity: 1;
  color: rgb(var(--color-highlight-one-main-rgb, 175 80 113) / var(--tw-text-opacity, 1));
}

html body .text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

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

html body .text-neutral5 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-neutral5-rgb, 249 248 249) / var(--tw-text-opacity, 1));
}

html body .text-neutral80 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-neutral80-rgb, 149 143 143) / var(--tw-text-opacity, 1));
}

html body .text-neutral90 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-neutral90-rgb, 96 88 88) / var(--tw-text-opacity, 1));
}

html body .text-neutral95 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-neutral95-rgb, 34 29 29) / var(--tw-text-opacity, 1));
}

html body .text-positive-main {
  --tw-text-opacity: 1;
  color: rgb(var(--color-positive-main-rgb, 140 194 74) / var(--tw-text-opacity, 1));
}

html body .text-secondary-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-secondary-hover-rgb, 122 106 115) / var(--tw-text-opacity, 1));
}

html body .text-secondary-main {
  --tw-text-opacity: 1;
  color: rgb(var(--color-secondary-main-rgb, 78 56 68) / var(--tw-text-opacity, 1));
}

html body .text-warning-main {
  --tw-text-opacity: 1;
  color: rgb(var(--color-warning-main-rgb, 212 176 115) / var(--tw-text-opacity, 1));
}

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

html body .line-through {
  text-decoration-line: line-through;
}

html body .no-underline {
  text-decoration-line: none;
}

html body .shadow-sm {
  --tw-shadow:  0px 1px 1px rgba(0, 0, 0, 0.35);
  --tw-shadow-colored: 0px 1px 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);
}

html body .outline {
  outline-style: solid;
}

html body .ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

html body .blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

html body .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;
}

html body .duration-100 {
  transition-duration: 100ms;
}

html body .duration-150 {
  transition-duration: 150ms;
}

html body .duration-200 {
  transition-duration: 200ms;
}

html body .duration-75 {
  transition-duration: 75ms;
}

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

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

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

html body .color-neutral90 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-neutral90-rgb, 96 88 88) / var(--tw-text-opacity, 1));
}

html body .color-transparent {
  color: transparent;
}

html body .\[text-underline-offset\:4px\] {
  text-underline-offset: 4px;
}

:root {
  font-size: 12px;
  font-family: var(--font-primary);
}

html body .hover\:border:hover {
  border-width: 1px;
}

html body .hover\:border-solid:hover {
  border-style: solid;
}

html body .hover\:border-neutral90:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-neutral90-rgb, 96 88 88) / var(--tw-border-opacity, 1));
}

html body .hover\:border-neutral95:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-neutral95-rgb, 34 29 29) / var(--tw-border-opacity, 1));
}

html body .hover\:bg-neutral95:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-neutral95-rgb, 34 29 29) / var(--tw-bg-opacity, 1));
}

html body .focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

html body .focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

html body .focus-visible\:ring-focus-main:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-focus-main-rgb, 217 21 96) / var(--tw-ring-opacity, 1));
}

html body :is(.group:hover .group-hover\:inset-0) {
  inset: 0px;
}

html body :is(.group:hover .group-hover\:bottom-\[-2px\]) {
  bottom: -2px;
}

html body :is(.group:hover .group-hover\:border-neutral5) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-neutral5-rgb, 249 248 249) / var(--tw-border-opacity, 1));
}

html body .data-\[disabled\=true\]\:cursor-not-allowed[data-disabled="true"] {
  cursor: not-allowed;
}

html body .data-\[active\=true\]\:border-neutral95[data-active="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-neutral95-rgb, 34 29 29) / var(--tw-border-opacity, 1));
}

html body .data-\[checked\=true\]\:border-highlight-one-main[data-checked="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-highlight-one-main-rgb, 175 80 113) / var(--tw-border-opacity, 1));
}

html body .data-\[checked\=true\]\:border-neutral90[data-checked="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-neutral90-rgb, 96 88 88) / var(--tw-border-opacity, 1));
}

html body .data-\[disabled\=true\]\:data-\[checked\=true\]\:border-neutral60[data-checked="true"][data-disabled="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-neutral60-rgb, 224 218 213) / var(--tw-border-opacity, 1));
}

html body .data-\[hover\=true\]\:border-neutral80[data-hover="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-neutral80-rgb, 149 143 143) / var(--tw-border-opacity, 1));
}

html body .data-\[hover\=true\]\:data-\[checked\=true\]\:border-highlight-one-main[data-checked="true"][data-hover="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-highlight-one-main-rgb, 175 80 113) / var(--tw-border-opacity, 1));
}

html body .data-\[hover\=true\]\:data-\[checked\=true\]\:data-\[disabled\=true\]\:data-\[invalid\=true\]\:border-error-main[data-invalid="true"][data-disabled="true"][data-checked="true"][data-hover="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-error-main-rgb, 206 43 33) / var(--tw-border-opacity, 1));
}

html body .data-\[hover\=true\]\:data-\[disabled\=true\]\:border-neutral60[data-disabled="true"][data-hover="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-neutral60-rgb, 224 218 213) / var(--tw-border-opacity, 1));
}

html body .data-\[hover\=true\]\:data-\[disabled\=true\]\:data-\[invalid\=true\]\:border-error-main[data-invalid="true"][data-disabled="true"][data-hover="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-error-main-rgb, 206 43 33) / var(--tw-border-opacity, 1));
}

html body .data-\[hover\=true\]\:data-\[invalid\=true\]\:border-error-main[data-invalid="true"][data-hover="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-error-main-rgb, 206 43 33) / var(--tw-border-opacity, 1));
}

html body .data-\[invalid\=true\]\:border-error-main[data-invalid="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-error-main-rgb, 206 43 33) / var(--tw-border-opacity, 1));
}

html body .data-\[checked\=true\]\:bg-highlight-one-main[data-checked="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-highlight-one-main-rgb, 175 80 113) / var(--tw-bg-opacity, 1));
}

html body .data-\[disabled\=true\]\:data-\[checked\=true\]\:bg-neutral60[data-checked="true"][data-disabled="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-neutral60-rgb, 224 218 213) / var(--tw-bg-opacity, 1));
}

html body .data-\[hover\=true\]\:bg-transparent[data-hover="true"] {
  background-color: transparent;
}

html body .data-\[hover\=true\]\:data-\[checked\=true\]\:bg-highlight-one-main[data-checked="true"][data-hover="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-highlight-one-main-rgb, 175 80 113) / var(--tw-bg-opacity, 1));
}

html body .data-\[checked\=true\]\:font-semibold[data-checked="true"] {
  font-weight: 600;
}

html body .data-\[active\=true\]\:text-neutral95[data-active="true"] {
  --tw-text-opacity: 1;
  color: rgb(var(--color-neutral95-rgb, 34 29 29) / var(--tw-text-opacity, 1));
}

html body .data-\[checked\=true\]\:text-neutral95[data-checked="true"] {
  --tw-text-opacity: 1;
  color: rgb(var(--color-neutral95-rgb, 34 29 29) / var(--tw-text-opacity, 1));
}

html body .data-\[hover\=true\]\:data-\[disabled\=true\]\:data-\[checked\=true\]\:text-neutral80[data-checked="true"][data-disabled="true"][data-hover="true"] {
  --tw-text-opacity: 1;
  color: rgb(var(--color-neutral80-rgb, 149 143 143) / var(--tw-text-opacity, 1));
}

html body .data-\[hover\=true\]\:data-\[disabled\=true\]\:text-neutral80[data-disabled="true"][data-hover="true"] {
  --tw-text-opacity: 1;
  color: rgb(var(--color-neutral80-rgb, 149 143 143) / var(--tw-text-opacity, 1));
}

html body .data-\[hover\=true\]\:text-neutral95[data-hover="true"] {
  --tw-text-opacity: 1;
  color: rgb(var(--color-neutral95-rgb, 34 29 29) / var(--tw-text-opacity, 1));
}

html body .data-\[hover\=true\]\:underline[data-hover="true"] {
  text-decoration-line: underline;
}

html body .data-\[disabled\=true\]\:opacity-40[data-disabled="true"] {
  opacity: 0.4;
}

html body .data-\[hover\=true\]\:data-\[checked\=true\]\:data-\[disabled\=true\]\:opacity-40[data-disabled="true"][data-checked="true"][data-hover="true"] {
  opacity: 0.4;
}

html body .data-\[hover\=true\]\:data-\[disabled\=true\]\:opacity-40[data-disabled="true"][data-hover="true"] {
  opacity: 0.4;
}

html body .web\:pointer-events-none {
  pointer-events: none;
}

html body .web\:pointer-events-auto {
  pointer-events: auto;
}

html body .web\:min-h-0 {
  min-height: 0px;
}

html body .web\:w-full {
  width: 100%;
}

html body .web\:max-w-\[360px\] {
  max-width: 360px;
}

html body .web\:max-w-\[480px\] {
  max-width: 480px;
}

html body .web\:max-w-\[640px\] {
  max-width: 640px;
}

html body .web\:cursor-default {
  cursor: default;
}

html body .web\:cursor-pointer {
  cursor: pointer;
}

html body .web\:select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

html body .web\:truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html body .web\:outline-0 {
  outline-width: 0px;
}

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

html body .web\: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;
}

html body .web\:duration-200 {
  transition-duration: 200ms;
}

html body .web\:duration-300 {
  transition-duration: 300ms;
}

html body .web\:duration-500 {
  transition-duration: 500ms;
}

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

html body .web\:ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

html body .web\:focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

html body .web\:focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

html body .data-\[disabled\=true\]\:web\:pointer-events-none[data-disabled="true"] {
  pointer-events: none;
}

html body .data-\[disabled\=true\]\:web\:cursor-not-allowed[data-disabled="true"] {
  cursor: not-allowed;
}

html body .data-\[focus-visible\=true\]\:web\:rounded-sm[data-focus-visible="true"] {
  border-radius: 3px;
}

html body .data-\[focus-visible\=true\]\:web\:outline-none[data-focus-visible="true"] {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

html body .web\:data-\[focus-visible\=true\]\:outline-none[data-focus-visible="true"] {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

html body .data-\[focus-visible\=true\]\:web\:outline[data-focus-visible="true"] {
  outline-style: solid;
}

html body .data-\[focus-visible\=true\]\:web\:outline-0[data-focus-visible="true"] {
  outline-width: 0px;
}

html body .data-\[focus-visible\=true\]\:web\:outline-2[data-focus-visible="true"] {
  outline-width: 2px;
}

html body .data-\[focus-visible\=true\]\:web\:outline-highlight-one-main[data-focus-visible="true"] {
  outline-color: rgb(var(--color-highlight-one-main-rgb, 175 80 113) / 1);
}

html body .data-\[focus-visible\=true\]\:web\:outline-neutral100[data-focus-visible="true"] {
  outline-color: rgb(var(--color-neutral100-rgb, 0 0 0) / 1);
}

html body .data-\[focus-visible\=true\]\:web\:ring-2[data-focus-visible="true"] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

html body .web\:data-\[focus-visible\=true\]\:ring-1[data-focus-visible="true"] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

html body .web\:data-\[focus-visible\=true\]\:ring-2[data-focus-visible="true"] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

html body .data-\[focus-visible\=true\]\:web\:ring-focus-main[data-focus-visible="true"] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-focus-main-rgb, 217 21 96) / var(--tw-ring-opacity, 1));
}

html body .web\:data-\[focus-visible\=true\]\:ring-black[data-focus-visible="true"] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

html body .web\:data-\[focus-visible\=true\]\:ring-offset-4[data-focus-visible="true"] {
  --tw-ring-offset-width: 4px;
}

html body .web\:data-\[focus-visible\=true\]\:ring-offset-white[data-focus-visible="true"] {
  --tw-ring-offset-color: #fff;
}

@media (min-width: 768px) {
  html body .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  html body .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  html body .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  html body .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  html body .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  html body .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  html body .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  html body .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  html body .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  html body .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  html body .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  html body .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  html body .md\:min-h-\[48px\] {
    min-height: 48px;
  }

  html body .md\:w-5\/12 {
    width: 41.666667%;
  }

  html body .md\:w-6\/12 {
    width: 50%;
  }

  html body .md\:max-w-\[360px\] {
    max-width: 360px;
  }

  html body .md\:px-md {
    padding-left: 12px;
    padding-right: 12px;
  }

  html body .md\:py-sm {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (min-width: 1024px) {
  html body .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  html body .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  html body .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  html body .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  html body .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  html body .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  html body .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  html body .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  html body .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  html body .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  html body .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  html body .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  html body .lg\:mt-xl4 {
    margin-top: 32px;
  }

  html body .lg\:w-3\/12 {
    width: 25%;
  }

  html body .lg\:w-4\/12 {
    width: 33.333333%;
  }
}

html body :is(.\[\&\>div\]\:overflow-hidden>div) {
  overflow: hidden;
}


/*# sourceMappingURL=index.css.map*/