*, ::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;
}
.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;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-\[-0\.56\%_-0\.43\%_-0\.56\%_-0\.45\%\] {
  inset: -0.56% -0.43% -0.56% -0.45%;
}
.inset-\[-10\%_-6\.67\%\] {
  inset: -10% -6.67%;
}
.inset-\[-10\.91\%_-7\.5\%\] {
  inset: -10.91% -7.5%;
}
.inset-\[-16\.67\%_-8\.33\%\] {
  inset: -16.67% -8.33%;
}
.inset-\[-17\.14\%\] {
  inset: -17.14%;
}
.inset-\[-21\.43\%\] {
  inset: -21.43%;
}
.inset-\[-4\.1\%_-5\.12\%_-10\.96\%_-4\.35\%\] {
  inset: -4.1% -5.12% -10.96% -4.35%;
}
.inset-\[-5\.56\%\] {
  inset: -5.56%;
}
.inset-\[-5\.56\%_-6\.25\%\] {
  inset: -5.56% -6.25%;
}
.inset-\[-5\.68\%_-12\.5\%\] {
  inset: -5.68% -12.5%;
}
.inset-\[-5\.84\%\] {
  inset: -5.84%;
}
.inset-\[-6\.67\%_-6\%\] {
  inset: -6.67% -6%;
}
.inset-\[-7\.06\%_-7\.5\%\] {
  inset: -7.06% -7.5%;
}
.inset-\[-7\.5\%\] {
  inset: -7.5%;
}
.inset-\[-7\.5\%_-60\%\] {
  inset: -7.5% -60%;
}
.inset-\[-8\.33\%_-5\.56\%\] {
  inset: -8.33% -5.56%;
}
.inset-\[-8\.57\%\] {
  inset: -8.57%;
}
.inset-\[-9\.09\%_-6\.25\%\] {
  inset: -9.09% -6.25%;
}
.inset-\[0_15\.67\%_-242\.86\%_15\.59\%\] {
  inset: 0 15.67% -242.86% 15.59%;
}
.inset-\[10\%_15\%\] {
  inset: 10% 15%;
}
.inset-\[10\%_2\.5\%_10\%_5\%\] {
  inset: 10% 2.5% 10% 5%;
}
.inset-\[103\.97\%_29\.58\%_-4\.74\%_68\.19\%\] {
  inset: 103.97% 29.58% -4.74% 68.19%;
}
.inset-\[104\.87\%_32\.18\%_-5\.66\%_65\.52\%\] {
  inset: 104.87% 32.18% -5.66% 65.52%;
}
.inset-\[106\.08\%_18\.06\%_-6\.73\%_80\.7\%\] {
  inset: 106.08% 18.06% -6.73% 80.7%;
}
.inset-\[107\.61\%_56\.28\%_-8\.56\%_41\.57\%\] {
  inset: 107.61% 56.28% -8.56% 41.57%;
}
.inset-\[108\.71\%_53\.91\%_-9\.59\%_44\.09\%\] {
  inset: 108.71% 53.91% -9.59% 44.09%;
}
.inset-\[109\.41\%_64\.74\%_-9\.41\%_35\.23\%\] {
  inset: 109.41% 64.74% -9.41% 35.23%;
}
.inset-\[109\.76\%_51\.48\%_-10\.67\%_46\.46\%\] {
  inset: 109.76% 51.48% -10.67% 46.46%;
}
.inset-\[11\.99\%_11\.99\%_16\.67\%_16\.67\%\] {
  inset: 11.99% 11.99% 16.67% 16.67%;
}
.inset-\[113\.19\%_44\.05\%_-13\.96\%_54\.21\%\] {
  inset: 113.19% 44.05% -13.96% 54.21%;
}
.inset-\[12\.5\%\] {
  inset: 12.5%;
}
.inset-\[12\.5\%_16\.67\%\] {
  inset: 12.5% 16.67%;
}
.inset-\[12\.5\%_8\.33\%\] {
  inset: 12.5% 8.33%;
}
.inset-\[123\.01\%_23\.78\%_-23\.74\%_74\.55\%\] {
  inset: 123.01% 23.78% -23.74% 74.55%;
}
.inset-\[123\.89\%_21\.69\%_-24\.66\%_76\.56\%\] {
  inset: 123.89% 21.69% -24.66% 76.56%;
}
.inset-\[123\.91\%_30\.25\%_-24\.4\%_68\.18\%\] {
  inset: 123.91% 30.25% -24.4% 68.18%;
}
.inset-\[124\.51\%_32\.17\%_-25\.23\%_65\.52\%\] {
  inset: 124.51% 32.17% -25.23% 65.52%;
}
.inset-\[124\.81\%_19\.65\%_-25\.56\%_78\.66\%\] {
  inset: 124.81% 19.65% -25.56% 78.66%;
}
.inset-\[125\.89\%_18\.09\%_-26\.24\%_81\.11\%\] {
  inset: 125.89% 18.09% -26.24% 81.11%;
}
.inset-\[128\.82\%_59\.91\%_-28\.93\%_39\.75\%\] {
  inset: 128.82% 59.91% -28.93% 39.75%;
}
.inset-\[129\.34\%_56\.3\%_-29\.67\%_42\.88\%\] {
  inset: 129.34% 56.3% -29.67% 42.88%;
}
.inset-\[13\.33\%_33\.33\%\] {
  inset: 13.33% 33.33%;
}
.inset-\[131\.1\%_51\.49\%_-31\.54\%_47\.39\%\] {
  inset: 131.1% 51.49% -31.54% 47.39%;
}
.inset-\[144\.81\%_19\.65\%_-45\.1\%_79\.63\%\] {
  inset: 144.81% 19.65% -45.1% 79.63%;
}
.inset-\[145\.23\%_18\.09\%_-45\.73\%_80\.7\%\] {
  inset: 145.23% 18.09% -45.73% 80.7%;
}
.inset-\[149\.88\%_57\.43\%_-50\.26\%_41\.58\%\] {
  inset: 149.88% 57.43% -50.26% 41.58%;
}
.inset-\[15\%_10\%\] {
  inset: 15% 10%;
}
.inset-\[16\.67\%\] {
  inset: 16.67%;
}
.inset-\[16\.67\%_16\.67\%_12\.5\%\] {
  inset: 16.67% 16.67% 12.5%;
}
.inset-\[16\.67\%_45\.83\%\] {
  inset: 16.67% 45.83%;
}
.inset-\[163\.83\%_32\.17\%_-64\.43\%_65\.53\%\] {
  inset: 163.83% 32.17% -64.43% 65.53%;
}
.inset-\[183\.77\%_19\.65\%_-84\.18\%_79\.09\%\] {
  inset: 183.77% 19.65% -84.18% 79.09%;
}
.inset-\[184\.33\%_18\.09\%_-84\.66\%_80\.89\%\] {
  inset: 184.33% 18.09% -84.66% 80.89%;
}
.inset-\[192\.09\%_59\.84\%_-101\.69\%_30\.47\%\] {
  inset: 192.09% 59.84% -101.69% 30.47%;
}
.inset-\[20\.83\%\] {
  inset: 20.83%;
}
.inset-\[201\.85\%_26\.75\%_-110\.39\%_65\.34\%\] {
  inset: 201.85% 26.75% -110.39% 65.34%;
}
.inset-\[201\.87\%_17\.92\%_-110\.94\%_74\.43\%\] {
  inset: 201.87% 17.92% -110.94% 74.43%;
}
.inset-\[213\.25\%_59\.84\%_-122\.59\%_30\.47\%\] {
  inset: 213.25% 59.84% -122.59% 30.47%;
}
.inset-\[221\.69\%_26\.75\%_-129\.99\%_65\.34\%\] {
  inset: 221.69% 26.75% -129.99% 65.34%;
}
.inset-\[234\.36\%_59\.84\%_-143\.39\%_30\.47\%\] {
  inset: 234.36% 59.84% -143.39% 30.47%;
}
.inset-\[234\.38\%_51\.29\%_-143\.35\%_41\.5\%\] {
  inset: 234.38% 51.29% -143.35% 41.5%;
}
.inset-\[241\.48\%_26\.75\%_-149\.61\%_65\.34\%\] {
  inset: 241.48% 26.75% -149.61% 65.34%;
}
.inset-\[241\.5\%_17\.92\%_-150\.01\%_74\.43\%\] {
  inset: 241.5% 17.92% -150.01% 74.43%;
}
.inset-\[255\.54\%_51\.28\%_-164\.14\%_41\.5\%\] {
  inset: 255.54% 51.28% -164.14% 41.5%;
}
.inset-\[255\.54\%_59\.85\%_-164\.18\%_30\.46\%\] {
  inset: 255.54% 59.85% -164.18% 30.46%;
}
.inset-\[261\.28\%_17\.92\%_-169\.45\%_74\.44\%\] {
  inset: 261.28% 17.92% -169.45% 74.44%;
}
.inset-\[261\.28\%_26\.75\%_-169\.14\%_65\.34\%\] {
  inset: 261.28% 26.75% -169.14% 65.34%;
}
.inset-\[276\.66\%_51\.28\%_-184\.99\%_41\.5\%\] {
  inset: 276.66% 51.28% -184.99% 41.5%;
}
.inset-\[276\.67\%_59\.84\%_-185\.05\%_30\.47\%\] {
  inset: 276.67% 59.84% -185.05% 30.47%;
}
.inset-\[281\.08\%_26\.75\%_-188\.74\%_65\.34\%\] {
  inset: 281.08% 26.75% -188.74% 65.34%;
}
.inset-\[281\.1\%_17\.91\%_-188\.96\%_74\.44\%\] {
  inset: 281.1% 17.91% -188.96% 74.44%;
}
.inset-\[29\.38\%\] {
  inset: 29.38%;
}
.inset-\[29\.68\%_69\.48\%_69\.24\%_28\.33\%\] {
  inset: 29.68% 69.48% 69.24% 28.33%;
}
.inset-\[297\.82\%_51\.28\%_-205\.88\%_41\.5\%\] {
  inset: 297.82% 51.28% -205.88% 41.5%;
}
.inset-\[297\.82\%_59\.82\%_-205\.95\%_30\.47\%\] {
  inset: 297.82% 59.82% -205.95% 30.47%;
}
.inset-\[300\.85\%_17\.92\%_-208\.43\%_74\.44\%\] {
  inset: 300.85% 17.92% -208.43% 74.44%;
}
.inset-\[300\.87\%_26\.75\%_-208\.32\%_65\.34\%\] {
  inset: 300.87% 26.75% -208.32% 65.34%;
}
.inset-\[4\.17\%\] {
  inset: 4.17%;
}
.inset-\[44\.25\%_59\.89\%_54\.72\%_37\.86\%\] {
  inset: 44.25% 59.89% 54.72% 37.86%;
}
.inset-\[45\.43\%_62\.51\%_53\.53\%_35\.2\%\] {
  inset: 45.43% 62.51% 53.53% 35.2%;
}
.inset-\[47\.7\%_71\.23\%_52\.21\%_28\.64\%\] {
  inset: 47.7% 71.23% 52.21% 28.64%;
}
.inset-\[47\.79\%_67\.76\%_51\.47\%_30\.64\%\] {
  inset: 47.79% 67.76% 51.47% 30.64%;
}
.inset-\[5\%_15\%\] {
  inset: 5% 15%;
}
.inset-\[5\.61\%_6\.41\%_5\.61\%_12\.5\%\] {
  inset: 5.61% 6.41% 5.61% 12.5%;
}
.inset-\[51\.21\%_44\.05\%_47\.8\%_54\.21\%\] {
  inset: 51.21% 44.05% 47.8% 54.21%;
}
.inset-\[52\.4\%_41\.78\%_46\.52\%_56\.32\%\] {
  inset: 52.4% 41.78% 46.52% 56.32%;
}
.inset-\[54\.57\%_39\.42\%_45\.18\%_60\.15\%\] {
  inset: 54.57% 39.42% 45.18% 60.15%;
}
.inset-\[64\.57\%_29\.57\%_35\.06\%_69\.49\%\] {
  inset: 64.57% 29.57% 35.06% 69.49%;
}
.inset-\[65\.32\%_56\.28\%_33\.56\%_41\.57\%\] {
  inset: 65.32% 56.28% 33.56% 41.57%;
}
.inset-\[65\.38\%_59\.9\%_33\.67\%_37\.86\%\] {
  inset: 65.38% 59.9% 33.67% 37.86%;
}
.inset-\[65\.6\%_32\.18\%_33\.52\%_65\.62\%\] {
  inset: 65.6% 32.18% 33.52% 65.62%;
}
.inset-\[65\.93\%_19\.63\%_33\.08\%_78\.66\%\] {
  inset: 65.93% 19.63% 33.08% 78.66%;
}
.inset-\[66\.41\%_29\.91\%_2\.25\%_58\.97\%\] {
  inset: 66.41% 29.91% 2.25% 58.97%;
}
.inset-\[66\.48\%_62\.51\%_32\.55\%_35\.2\%\] {
  inset: 66.48% 62.51% 32.55% 35.2%;
}
.inset-\[66\.62\%_53\.89\%_32\.31\%_44\.09\%\] {
  inset: 66.62% 53.89% 32.31% 44.09%;
}
.inset-\[67\.08\%_18\.09\%_32\.22\%_80\.7\%\] {
  inset: 67.08% 18.09% 32.22% 80.7%;
}
.inset-\[67\.6\%_65\.17\%_31\.47\%_32\.64\%\] {
  inset: 67.6% 65.17% 31.47% 32.64%;
}
.inset-\[67\.85\%_51\.47\%_31\.08\%_46\.46\%\] {
  inset: 67.85% 51.47% 31.08% 46.46%;
}
.inset-\[71\.86\%_44\.03\%_27\.21\%_54\.21\%\] {
  inset: 71.86% 44.03% 27.21% 54.21%;
}
.inset-\[72\.96\%_41\.77\%_26\.02\%_56\.31\%\] {
  inset: 72.96% 41.77% 26.02% 56.31%;
}
.inset-\[74\.17\%_40\.9\%_25\.57\%_58\.6\%\] {
  inset: 74.17% 40.9% 25.57% 58.6%;
}
.inset-\[84\.28\%_29\.58\%_14\.89\%_68\.18\%\] {
  inset: 84.28% 29.58% 14.89% 68.18%;
}
.inset-\[85\.22\%_32\.18\%_13\.9\%_65\.5\%\] {
  inset: 85.22% 32.18% 13.9% 65.5%;
}
.inset-\[86\.45\%_56\.3\%_12\.51\%_41\.58\%\] {
  inset: 86.45% 56.3% 12.51% 41.58%;
}
.inset-\[86\.52\%_59\.9\%_12\.6\%_37\.87\%\] {
  inset: 86.52% 59.9% 12.6% 37.87%;
}
.inset-\[86\.59\%_18\.07\%_12\.73\%_80\.7\%\] {
  inset: 86.59% 18.07% 12.73% 80.7%;
}
.inset-\[87\.71\%_53\.91\%_11\.35\%_44\.17\%\] {
  inset: 87.71% 53.91% 11.35% 44.17%;
}
.inset-\[88\.58\%_65\.16\%_10\.62\%_32\.75\%\] {
  inset: 88.58% 65.16% 10.62% 32.75%;
}
.inset-\[9\.38\%_4\.17\%_8\.42\%_4\.17\%\] {
  inset: 9.38% 4.17% 8.42% 4.17%;
}
.inset-\[92\.52\%_44\.05\%_6\.63\%_54\.21\%\] {
  inset: 92.52% 44.05% 6.63% 54.21%;
}
.inset-\[93\.53\%_41\.79\%_5\.53\%_56\.32\%\] {
  inset: 93.53% 41.79% 5.53% 56.32%;
}
.inset-\[94\.65\%_39\.41\%_4\.4\%_58\.62\%\] {
  inset: 94.65% 39.41% 4.4% 58.62%;
}
.inset-x-1\/4 {
  left: 25%;
  right: 25%;
}
.-top-\[40px\] {
  top: -40px;
}
.-top-\[6px\] {
  top: -6px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1\/4 {
  bottom: 25%;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-\[-15px\] {
  bottom: -15px;
}
.bottom-\[-8px\] {
  bottom: -8px;
}
.bottom-\[116px\] {
  bottom: 116px;
}
.bottom-\[120px\] {
  bottom: 120px;
}
.bottom-\[180px\] {
  bottom: 180px;
}
.bottom-\[200px\] {
  bottom: 200px;
}
.bottom-\[29\.17\%\] {
  bottom: 29.17%;
}
.bottom-\[34px\] {
  bottom: 34px;
}
.bottom-\[37\.5\%\] {
  bottom: 37.5%;
}
.bottom-\[calc\(100\%\+8px\)\] {
  bottom: calc(100% + 8px);
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-1\/4 {
  left: 25%;
}
.left-2 {
  left: 0.5rem;
}
.left-\[110px\] {
  left: 110px;
}
.left-\[12\.5\%\] {
  left: 12.5%;
}
.left-\[125px\] {
  left: 125px;
}
.left-\[152px\] {
  left: 152px;
}
.left-\[15px\] {
  left: 15px;
}
.left-\[16\.67\%\] {
  left: 16.67%;
}
.left-\[169px\] {
  left: 169px;
}
.left-\[170px\] {
  left: 170px;
}
.left-\[181px\] {
  left: 181px;
}
.left-\[184px\] {
  left: 184px;
}
.left-\[188px\] {
  left: 188px;
}
.left-\[197px\] {
  left: 197px;
}
.left-\[2px\] {
  left: 2px;
}
.left-\[4px\] {
  left: 4px;
}
.left-\[5px\] {
  left: 5px;
}
.left-\[6px\] {
  left: 6px;
}
.left-\[86px\] {
  left: 86px;
}
.left-\[8px\] {
  left: 8px;
}
.left-\[94px\] {
  left: 94px;
}
.left-\[9px\] {
  left: 9px;
}
.left-\[calc\(50\%\+1\.5px\)\] {
  left: calc(50% + 1.5px);
}
.left-\[calc\(50\%\+34px\)\] {
  left: calc(50% + 34px);
}
.left-\[calc\(50\%\+80\.5px\)\] {
  left: calc(50% + 80.5px);
}
.left-\[calc\(50\%-100\.5px\)\] {
  left: calc(50% - 100.5px);
}
.left-\[calc\(50\%-108\.5px\)\] {
  left: calc(50% - 108.5px);
}
.left-\[calc\(50\%-20\.5px\)\] {
  left: calc(50% - 20.5px);
}
.left-\[calc\(50\%-21\.5px\)\] {
  left: calc(50% - 21.5px);
}
.left-\[calc\(50\%-29\.5px\)\] {
  left: calc(50% - 29.5px);
}
.left-\[calc\(50\%-34px\)\] {
  left: calc(50% - 34px);
}
.left-\[calc\(50\%-46\.5px\)\] {
  left: calc(50% - 46.5px);
}
.right-0 {
  right: 0px;
}
.right-1\/4 {
  right: 25%;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-\[12\.5\%\] {
  right: 12.5%;
}
.right-\[12px\] {
  right: 12px;
}
.right-\[16\.67\%\] {
  right: 16.67%;
}
.right-\[4px\] {
  right: 4px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/4 {
  top: 25%;
}
.top-10 {
  top: 2.5rem;
}
.top-2 {
  top: 0.5rem;
}
.top-20 {
  top: 5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-5 {
  top: 1.25rem;
}
.top-9 {
  top: 2.25rem;
}
.top-\[-8px\] {
  top: -8px;
}
.top-\[102px\] {
  top: 102px;
}
.top-\[110px\] {
  top: 110px;
}
.top-\[136px\] {
  top: 136px;
}
.top-\[16px\] {
  top: 16px;
}
.top-\[18px\] {
  top: 18px;
}
.top-\[19px\] {
  top: 19px;
}
.top-\[22px\] {
  top: 22px;
}
.top-\[23px\] {
  top: 23px;
}
.top-\[26px\] {
  top: 26px;
}
.top-\[29px\] {
  top: 29px;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[31px\] {
  top: 31px;
}
.top-\[37\.5\%\] {
  top: 37.5%;
}
.top-\[37px\] {
  top: 37px;
}
.top-\[3px\] {
  top: 3px;
}
.top-\[46px\] {
  top: 46px;
}
.top-\[49px\] {
  top: 49px;
}
.top-\[50px\] {
  top: 50px;
}
.top-\[52px\] {
  top: 52px;
}
.top-\[54px\] {
  top: 54px;
}
.top-\[56px\] {
  top: 56px;
}
.top-\[5px\] {
  top: 5px;
}
.top-\[62px\] {
  top: 62px;
}
.top-\[66px\] {
  top: 66px;
}
.top-\[6px\] {
  top: 6px;
}
.top-\[70px\] {
  top: 70px;
}
.top-\[74px\] {
  top: 74px;
}
.top-\[77px\] {
  top: 77px;
}
.top-\[78px\] {
  top: 78px;
}
.top-\[82px\] {
  top: 82px;
}
.top-\[86px\] {
  top: 86px;
}
.top-\[90px\] {
  top: 90px;
}
.top-\[calc\(100\%\+4px\)\] {
  top: calc(100% + 4px);
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-\[1200\] {
  z-index: 1200;
}
.z-\[120\] {
  z-index: 120;
}
.z-\[130\] {
  z-index: 130;
}
.z-\[140\] {
  z-index: 140;
}
.z-\[145\] {
  z-index: 145;
}
.z-\[150\] {
  z-index: 150;
}
.z-\[170\] {
  z-index: 170;
}
.z-\[180\] {
  z-index: 180;
}
.z-\[2000\] {
  z-index: 2000;
}
.z-\[220\] {
  z-index: 220;
}
.z-\[30\] {
  z-index: 30;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[70\] {
  z-index: 70;
}
.z-\[9999\] {
  z-index: 9999;
}
.order-first {
  order: -9999;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mb-px {
  margin-bottom: -1px;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-px {
  margin-top: -1px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.ml-auto {
  margin-left: auto;
}
.mr-\[4px\] {
  margin-right: 4px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[133px\] {
  margin-top: 133px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[28px\] {
  margin-top: 28px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[56px\] {
  margin-top: 56px;
}
.mt-\[64px\] {
  margin-top: 64px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}
.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-\[128px\] {
  width: 128px;
  height: 128px;
}
.size-\[13px\] {
  width: 13px;
  height: 13px;
}
.size-\[24px\] {
  width: 24px;
  height: 24px;
}
.size-\[42px\] {
  width: 42px;
  height: 42px;
}
.size-\[6px\] {
  width: 6px;
  height: 6px;
}
.size-\[9px\] {
  width: 9px;
  height: 9px;
}
.\!h-full {
  height: 100% !important;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[101\.12\%\] {
  height: 101.12%;
}
.h-\[102px\] {
  height: 102px;
}
.h-\[104px\] {
  height: 104px;
}
.h-\[108px\] {
  height: 108px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[111\.12\%\] {
  height: 111.12%;
}
.h-\[111\.36\%\] {
  height: 111.36%;
}
.h-\[111\.68\%\] {
  height: 111.68%;
}
.h-\[112px\] {
  height: 112px;
}
.h-\[113\.34\%\] {
  height: 113.34%;
}
.h-\[114\.12\%\] {
  height: 114.12%;
}
.h-\[115\%\] {
  height: 115%;
}
.h-\[115\.06\%\] {
  height: 115.06%;
}
.h-\[116\.66\%\] {
  height: 116.66%;
}
.h-\[117\.14\%\] {
  height: 117.14%;
}
.h-\[118\.18\%\] {
  height: 118.18%;
}
.h-\[120\%\] {
  height: 120%;
}
.h-\[121\.82\%\] {
  height: 121.82%;
}
.h-\[128px\] {
  height: 128px;
}
.h-\[129px\] {
  height: 129px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[133\.34\%\] {
  height: 133.34%;
}
.h-\[134\.28\%\] {
  height: 134.28%;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[142\.86\%\] {
  height: 142.86%;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[31px\] {
  height: 31px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[766px\] {
  height: 766px;
}
.h-\[78px\] {
  height: 78px;
}
.h-\[7px\] {
  height: 7px;
}
.h-\[8\.41667px\] {
  height: 8.41667px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[92px\] {
  height: 92px;
}
.h-\[calc\(100\%\+16px\)\] {
  height: calc(100% + 16px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-8 {
  max-height: 2rem;
}
.max-h-\[194px\] {
  max-height: 194px;
}
.max-h-\[32px\] {
  max-height: 32px;
}
.max-h-\[42px\] {
  max-height: 42px;
}
.max-h-\[52px\] {
  max-height: 52px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[112px\] {
  min-height: 112px;
}
.min-h-\[171px\] {
  min-height: 171px;
}
.min-h-\[20px\] {
  min-height: 20px;
}
.min-h-\[288px\] {
  min-height: 288px;
}
.min-h-\[36px\] {
  min-height: 36px;
}
.min-h-\[42px\] {
  min-height: 42px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.min-h-\[58px\] {
  min-height: 58px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[70px\] {
  min-height: 70px;
}
.min-h-\[78px\] {
  min-height: 78px;
}
.min-h-\[92px\] {
  min-height: 92px;
}
.min-h-\[calc\(100dvh-270px\)\] {
  min-height: calc(100dvh - 270px);
}
.min-h-\[calc\(100vh-120px\)\] {
  min-height: calc(100vh - 120px);
}
.min-h-\[calc\(100vh-150px\)\] {
  min-height: calc(100vh - 150px);
}
.min-h-\[calc\(100vh-174px\)\] {
  min-height: calc(100vh - 174px);
}
.min-h-\[calc\(100vh-210px\)\] {
  min-height: calc(100vh - 210px);
}
.min-h-\[calc\(100vh-220px\)\] {
  min-height: calc(100vh - 220px);
}
.min-h-\[calc\(100vh-278px\)\] {
  min-height: calc(100vh - 278px);
}
.min-h-\[calc\(100vh-322px\)\] {
  min-height: calc(100vh - 322px);
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-full {
  width: 100% !important;
}
.w-1 {
  width: 0.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-2 {
  width: 0.5rem;
}
.w-24 {
  width: 6rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100\.88\%\] {
  width: 100.88%;
}
.w-\[102px\] {
  width: 102px;
}
.w-\[109\.47\%\] {
  width: 109.47%;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[11\.3333px\] {
  width: 11.3333px;
}
.w-\[110\.155px\] {
  width: 110.155px;
}
.w-\[111\.12\%\] {
  width: 111.12%;
}
.w-\[111\.68\%\] {
  width: 111.68%;
}
.w-\[112\%\] {
  width: 112%;
}
.w-\[112\.5\%\] {
  width: 112.5%;
}
.w-\[112px\] {
  width: 112px;
}
.w-\[113\.34\%\] {
  width: 113.34%;
}
.w-\[115\%\] {
  width: 115%;
}
.w-\[115px\] {
  width: 115px;
}
.w-\[116\.66\%\] {
  width: 116.66%;
}
.w-\[117\.14\%\] {
  width: 117.14%;
}
.w-\[11px\] {
  width: 11px;
}
.w-\[125\%\] {
  width: 125%;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[134\.28\%\] {
  width: 134.28%;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[141px\] {
  width: 141px;
}
.w-\[142\.86\%\] {
  width: 142.86%;
}
.w-\[143px\] {
  width: 143px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[15\.33px\] {
  width: 15.33px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[171px\] {
  width: 171px;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[210px\] {
  width: 210px;
}
.w-\[220\%\] {
  width: 220%;
}
.w-\[23px\] {
  width: 23px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[267px\] {
  width: 267px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[31px\] {
  width: 31px;
}
.w-\[327px\] {
  width: 327px;
}
.w-\[39px\] {
  width: 39px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[4px\] {
  width: 4px;
}
.w-\[51px\] {
  width: 51px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[58px\] {
  width: 58px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[68px\] {
  width: 68px;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[8px\] {
  width: 8px;
}
.w-\[96px\] {
  width: 96px;
}
.w-\[9px\] {
  width: 9px;
}
.w-\[calc\(100\%-24px\)\] {
  width: calc(100% - 24px);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.min-w-px {
  min-width: 1px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[351px\] {
  max-width: 351px;
}
.max-w-\[430px\] {
  max-width: 430px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[calc\(50\%\+0\.5px\)\] {
  --tw-translate-x: calc(calc(50% + 0.5px) * -1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[calc\(50\%\+1\.42px\)\] {
  --tw-translate-x: calc(calc(50% + 1.42px) * -1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.98\] {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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-\[1\.015\] {
  --tw-scale-x: 1.015;
  --tw-scale-y: 1.015;
  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-x-\[-1\] {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-ew-resize {
  cursor: ew-resize;
}
.cursor-grab {
  cursor: grab;
}
.cursor-grabbing {
  cursor: grabbing;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-ns-resize {
  cursor: ns-resize;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-none {
  touch-action: none;
}
.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.snap-none {
  scroll-snap-type: none;
}
.snap-y {
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-center {
  scroll-snap-align: center;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-rows-\[0fr\] {
  grid-template-rows: 0fr;
}
.grid-rows-\[1fr\] {
  grid-template-rows: 1fr;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.\!justify-center {
  justify-content: center !important;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-4xl {
  border-radius: 28px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[200px\] {
  border-radius: 200px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[36px\] {
  border-radius: 36px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-t-\[24px\] {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.rounded-bl-\[12px\] {
  border-bottom-left-radius: 12px;
}
.rounded-bl-\[16px\] {
  border-bottom-left-radius: 16px;
}
.rounded-bl-\[4px\] {
  border-bottom-left-radius: 4px;
}
.rounded-br-\[12px\] {
  border-bottom-right-radius: 12px;
}
.rounded-br-\[16px\] {
  border-bottom-right-radius: 16px;
}
.rounded-br-\[4px\] {
  border-bottom-right-radius: 4px;
}
.rounded-tl-\[12px\] {
  border-top-left-radius: 12px;
}
.rounded-tl-\[16px\] {
  border-top-left-radius: 16px;
}
.rounded-tl-\[24px\] {
  border-top-left-radius: 24px;
}
.rounded-tr-\[12px\] {
  border-top-right-radius: 12px;
}
.rounded-tr-\[16px\] {
  border-top-right-radius: 16px;
}
.rounded-tr-\[24px\] {
  border-top-right-radius: 24px;
}
.rounded-tr-\[36px\] {
  border-top-right-radius: 36px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1\.5px\] {
  border-width: 1.5px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-l-\[2px\] {
  border-left-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-\[2px\] {
  border-right-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[2px\] {
  border-top-width: 2px;
}
.border-\[\#2C2C2C\] {
  --tw-border-opacity: 1;
  border-color: rgb(44 44 44 / var(--tw-border-opacity, 1));
}
.border-\[\#2c2c2c\] {
  --tw-border-opacity: 1;
  border-color: rgb(44 44 44 / var(--tw-border-opacity, 1));
}
.border-\[\#31633E\] {
  --tw-border-opacity: 1;
  border-color: rgb(49 99 62 / var(--tw-border-opacity, 1));
}
.border-\[\#66B832\] {
  --tw-border-opacity: 1;
  border-color: rgb(102 184 50 / var(--tw-border-opacity, 1));
}
.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-\[\#F66C37\] {
  --tw-border-opacity: 1;
  border-color: rgb(246 108 55 / var(--tw-border-opacity, 1));
}
.border-\[\#F6C6B6\] {
  --tw-border-opacity: 1;
  border-color: rgb(246 198 182 / var(--tw-border-opacity, 1));
}
.border-\[\#FFC9B8\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 201 184 / var(--tw-border-opacity, 1));
}
.border-\[\#d9d9d9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-\[\#f66c37\] {
  --tw-border-opacity: 1;
  border-color: rgb(246 108 55 / var(--tw-border-opacity, 1));
}
.border-\[\#fa4d56\] {
  --tw-border-opacity: 1;
  border-color: rgb(250 77 86 / var(--tw-border-opacity, 1));
}
.border-\[rgba\(246\2c 108\2c 55\2c 0\.34\)\] {
  border-color: rgba(246,108,55,0.34);
}
.border-current {
  border-color: currentColor;
}
.border-line {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/35 {
  border-color: rgb(255 255 255 / 0.35);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-t-transparent {
  border-top-color: transparent;
}
.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#1F8D23\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 141 35 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2C2C2C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2c2c2c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}
.bg-\[\#31633E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(49 99 62 / var(--tw-bg-opacity, 1));
}
.bg-\[\#464646\] {
  --tw-bg-opacity: 1;
  background-color: rgb(70 70 70 / var(--tw-bg-opacity, 1));
}
.bg-\[\#66B832\] {
  --tw-bg-opacity: 1;
  background-color: rgb(102 184 50 / var(--tw-bg-opacity, 1));
}
.bg-\[\#848484\] {
  --tw-bg-opacity: 1;
  background-color: rgb(132 132 132 / var(--tw-bg-opacity, 1));
}
.bg-\[\#B7B7B7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(183 183 183 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D7E3DA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(215 227 218 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E4E4E4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E8E8E8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ECECEC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EDEDED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0E4E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 228 224 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0F0F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F4F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F66C37\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 108 55 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F7B560\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 181 96 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F9D8CF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 216 207 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF1EB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 235 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF8F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f4f4f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f66c37\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 108 55 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(102\2c 184\2c 50\2c 0\.08\)\] {
  background-color: rgba(102,184,50,0.08);
}
.bg-\[rgba\(246\2c 108\2c 55\2c 0\.08\)\] {
  background-color: rgba(246,108,55,0.08);
}
.bg-\[rgba\(44\2c 44\2c 44\2c 0\.24\)\] {
  background-color: rgba(44,44,44,0.24);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-\[repeating-linear-gradient\(to_bottom\2c \#F66C37_0\2c \#F66C37_4px\2c transparent_4px\2c transparent_8px\)\] {
  background-image: repeating-linear-gradient(to bottom,#F66C37 0,#F66C37 4px,transparent 4px,transparent 8px);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[2px\] {
  padding: 2px;
}
.p-\[6px\] {
  padding: 6px;
}
.p-\[8px\] {
  padding: 8px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[17px\] {
  padding-top: 17px;
  padding-bottom: 17px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[108px\] {
  padding-bottom: 108px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[112px\] {
  padding-bottom: 112px;
}
.pb-\[120px\] {
  padding-bottom: 120px;
}
.pb-\[140px\] {
  padding-bottom: 140px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[180px\] {
  padding-bottom: 180px;
}
.pb-\[220px\] {
  padding-bottom: 220px;
}
.pb-\[224px\] {
  padding-bottom: 224px;
}
.pb-\[26px\] {
  padding-bottom: 26px;
}
.pb-\[34px\] {
  padding-bottom: 34px;
}
.pb-\[46px\] {
  padding-bottom: 46px;
}
.pb-\[6px\] {
  padding-bottom: 6px;
}
.pb-\[9px\] {
  padding-bottom: 9px;
}
.pb-px {
  padding-bottom: 1px;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-\[21px\] {
  padding-left: 21px;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.ps-\[21px\] {
  padding-inline-start: 21px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-\[117px\] {
  padding-top: 117px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[17px\] {
  padding-top: 17px;
}
.pt-\[1px\] {
  padding-top: 1px;
}
.pt-\[62px\] {
  padding-top: 62px;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.pt-\[82px\] {
  padding-top: 82px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-\[\'Inter_Tight\'\] {
  font-family: 'Inter Tight';
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.\!text-\[14px\] {
  font-size: 14px !important;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.capitalize {
  text-transform: capitalize;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[13px\] {
  line-height: 13px;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-none {
  line-height: 1;
}
.tracking-\[0\.0417em\] {
  letter-spacing: 0.0417em;
}
.tracking-\[0\.3px\] {
  letter-spacing: 0.3px;
}
.tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}
.text-\[\#1F8D23\] {
  --tw-text-opacity: 1;
  color: rgb(31 141 35 / var(--tw-text-opacity, 1));
}
.text-\[\#292D30\] {
  --tw-text-opacity: 1;
  color: rgb(41 45 48 / var(--tw-text-opacity, 1));
}
.text-\[\#2C2C2C\] {
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity, 1));
}
.text-\[\#2c2c2c\] {
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity, 1));
}
.text-\[\#31633E\] {
  --tw-text-opacity: 1;
  color: rgb(49 99 62 / var(--tw-text-opacity, 1));
}
.text-\[\#3D8A1F\] {
  --tw-text-opacity: 1;
  color: rgb(61 138 31 / var(--tw-text-opacity, 1));
}
.text-\[\#848484\] {
  --tw-text-opacity: 1;
  color: rgb(132 132 132 / var(--tw-text-opacity, 1));
}
.text-\[\#A3A4A7\] {
  --tw-text-opacity: 1;
  color: rgb(163 164 167 / var(--tw-text-opacity, 1));
}
.text-\[\#D1410C\] {
  --tw-text-opacity: 1;
  color: rgb(209 65 12 / var(--tw-text-opacity, 1));
}
.text-\[\#D9D9D9\] {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.text-\[\#F63737\] {
  --tw-text-opacity: 1;
  color: rgb(246 55 55 / var(--tw-text-opacity, 1));
}
.text-\[\#F66C37\] {
  --tw-text-opacity: 1;
  color: rgb(246 108 55 / var(--tw-text-opacity, 1));
}
.text-\[\#F6B7A1\] {
  --tw-text-opacity: 1;
  color: rgb(246 183 161 / var(--tw-text-opacity, 1));
}
.text-\[\#f66c37\] {
  --tw-text-opacity: 1;
  color: rgb(246 108 55 / var(--tw-text-opacity, 1));
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-ink {
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity, 1));
}
.text-muted {
  --tw-text-opacity: 1;
  color: rgb(132 132 132 / var(--tw-text-opacity, 1));
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.decoration-solid {
  text-decoration-style: solid;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-45 {
  opacity: 0.45;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-85 {
  opacity: 0.85;
}
.opacity-95 {
  opacity: 0.95;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_5px_0_rgba\(240\2c 101\2c 42\2c 0\.46\)\] {
  --tw-shadow: 0 0 5px 0 rgba(240,101,42,0.46);
  --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_5px_0_rgba\(246\2c 108\2c 55\2c 0\.22\)\] {
  --tw-shadow: 0 0 5px 0 rgba(246,108,55,0.22);
  --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_5px_0_rgba\(246\2c 108\2c 55\2c 0\.44\)\] {
  --tw-shadow: 0 0 5px 0 rgba(246,108,55,0.44);
  --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_12px_12px_0_rgba\(246\2c 108\2c 55\2c 0\.54\)\] {
  --tw-shadow: 0 12px 12px 0 rgba(246,108,55,0.54);
  --tw-shadow-colored: 0 12px 12px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_6px_16px_0_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 6px 16px 0 rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 6px 16px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_16px_0px_rgba\(0\2c 0\2c 0\2c 0\.10\)\] {
  --tw-shadow: 0 8px 16px 0px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0 8px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_18px_0_rgba\(0\2c 0\2c 0\2c 0\.16\)\] {
  --tw-shadow: 0 8px 18px 0 rgba(0,0,0,0.16);
  --tw-shadow-colored: 0 8px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_5px_0px_rgba\(246\2c 108\2c 55\2c 0\.44\)\] {
  --tw-shadow: 0px 0px 5px 0px rgba(246,108,55,0.44);
  --tw-shadow-colored: 0px 0px 5px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_33px_9px_0px_rgba\(246\2c 108\2c 55\2c 0\.01\)\2c 0px_21px_8px_0px_rgba\(246\2c 108\2c 55\2c 0\.05\)\2c 0px_12px_7px_0px_rgba\(246\2c 108\2c 55\2c 0\.16\)\2c 0px_5px_5px_0px_rgba\(246\2c 108\2c 55\2c 0\.28\)\2c 0px_1px_3px_0px_rgba\(246\2c 108\2c 55\2c 0\.32\)\] {
  --tw-shadow: 0px 33px 9px 0px rgba(246,108,55,0.01),0px 21px 8px 0px rgba(246,108,55,0.05),0px 12px 7px 0px rgba(246,108,55,0.16),0px 5px 5px 0px rgba(246,108,55,0.28),0px 1px 3px 0px rgba(246,108,55,0.32);
  --tw-shadow-colored: 0px 33px 9px 0px var(--tw-shadow-color), 0px 21px 8px 0px var(--tw-shadow-color), 0px 12px 7px 0px var(--tw-shadow-color), 0px 5px 5px 0px var(--tw-shadow-color), 0px 1px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_6px_16px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0px 6px 16px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 6px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_6px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0px 6px 8px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 6px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_6px_8px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0px 6px 8px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 6px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_87px_24px_0px_rgba\(0\2c 0\2c 0\2c 0\)\2c 0px_56px_22px_0px_rgba\(0\2c 0\2c 0\2c 0\.02\)\2c 0px_31px_19px_0px_rgba\(0\2c 0\2c 0\2c 0\.07\)\2c 0px_14px_14px_0px_rgba\(0\2c 0\2c 0\2c 0\.12\)\2c 0px_3px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.14\)\] {
  --tw-shadow: 0px 87px 24px 0px rgba(0,0,0,0),0px 56px 22px 0px rgba(0,0,0,0.02),0px 31px 19px 0px rgba(0,0,0,0.07),0px 14px 14px 0px rgba(0,0,0,0.12),0px 3px 8px 0px rgba(0,0,0,0.14);
  --tw-shadow-colored: 0px 87px 24px 0px var(--tw-shadow-color), 0px 56px 22px 0px var(--tw-shadow-color), 0px 31px 19px 0px var(--tw-shadow-color), 0px 14px 14px 0px var(--tw-shadow-color), 0px 3px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_8px_10px_0px_rgba\(0\2c 0\2c 0\2c 0\.16\)\] {
  --tw-shadow: 0px 8px 10px 0px rgba(0,0,0,0.16);
  --tw-shadow-colored: 0px 8px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_8px_20px_rgba\(0\2c 0\2c 0\2c 0\.18\)\] {
  --tw-shadow: 0px 8px 20px rgba(0,0,0,0.18);
  --tw-shadow-colored: 0px 8px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_8px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0px 8px 8px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 8px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-card {
  --tw-shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
  --tw-shadow-colored: 0 18px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-1 {
  --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);
}
.ring-\[\#D9D9D9\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 217 217 / var(--tw-ring-opacity, 1));
}
.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);
}
.brightness-0 {
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[12px\] {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[box-shadow\2c border-color\] {
  transition-property: box-shadow,border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[color\2c font-size\2c font-weight\2c opacity\] {
  transition-property: color,font-size,font-weight,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[-webkit-box-orient\:vertical\] {
  -webkit-box-orient: vertical;
}
.\[-webkit-line-clamp\:2\] {
  -webkit-line-clamp: 2;
}
.\[-webkit-overflow-scrolling\:touch\] {
  -webkit-overflow-scrolling: touch;
}
.\[display\:-webkit-box\] {
  display: -webkit-box;
}
.\[field-sizing\:content\] {
  field-sizing: content;
}
.\[scrollbar-width\:none\] {
  scrollbar-width: none;
}
.\[text-underline-position\:from-font\] {
  text-underline-position: from-font;
}

@font-face {
  font-family: 'Inter Tight';
  src: url('/fonts/inter-tight-cyrillic.woff2') format('woff2');
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
}

:root {
  font-family: 'Inter Tight', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #111827;
  background: #f5f7fb;
  color-scheme: only light;
}

html,
body,
#root {
  min-height: 100%;
  background: #f4f4f4;
  color: #2c2c2c;
  color-scheme: only light;
  forced-color-adjust: none;
  overflow-x: hidden;
}

html {
  color-scheme: only light;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #f4f4f4;
  color: #2c2c2c;
}

* {
  box-sizing: border-box;
}

.mobile-frame {
  width: min(100%, 430px);
}

.mobile-content-width {
  width: min(calc(100vw - 24px), 406px);
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:not(:disabled),
a[href] {
  touch-action: manipulation;
}

/* iOS Safari zooms focused fields below 16px; keep controls at 16px even over Tailwind text utilities.
   The :not([type]) guard raises textarea/select specificity above single Tailwind text-* classes
   (textarea and select never carry a type attribute, so it always matches). */
body input:not([type='checkbox']):not([type='radio']):not([type='range']),
body textarea:not([type]),
body select:not([type]) {
  font-size: max(16px, 1em);
  touch-action: manipulation;
}

@keyframes mobile-page-enter-forward {
  from {
    opacity: 0.98;
    transform: translate3d(22px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes mobile-page-enter-back {
  from {
    opacity: 0.98;
    transform: translate3d(-18px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.mobile-page-enter {
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: opacity, transform;
  animation-fill-mode: both;
}

.mobile-page-enter-forward {
  animation: mobile-page-enter-forward 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mobile-page-enter-back {
  animation: mobile-page-enter-back 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mobile-page-static {
  transform: translateZ(0);
}

.mobile-modal-backdrop {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  transition: opacity 320ms cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateZ(0);
  will-change: opacity;
}

.mobile-modal-viewport {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

.mobile-modal-backdrop.opacity-80 {
  animation: mobile-modal-backdrop-enter 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mobile-modal-sheet {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 320ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.mobile-modal-sheet-tall {
  height: 92vh;
  height: 92dvh;
}

.mobile-modal-sheet-auto {
  max-height: 92vh;
  max-height: 92dvh;
}

.mobile-modal-sheet-page {
  height: calc(100vh - 46px);
  height: calc(100dvh - 46px);
}

.mobile-modal-sheet-chat {
  max-height: calc(100vh - 24px);
  max-height: calc(100dvh - 24px);
}

.mobile-modal-sheet-open {
  animation: mobile-modal-sheet-enter 320ms cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.mobile-modal-sheet-closed {
  opacity: 0.92;
  transform: translate3d(0, 100%, 0);
}

@keyframes mobile-modal-backdrop-enter {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.8;
  }
}

@keyframes mobile-modal-sheet-enter {
  from {
    opacity: 0.92;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-page-enter-forward,
  .mobile-page-enter-back,
  .mobile-modal-backdrop,
  .mobile-modal-backdrop.opacity-80,
  .mobile-modal-sheet,
  .mobile-modal-sheet-open {
    animation: none;
    transition: none;
  }
}

.placeholder\:font-medium::-moz-placeholder {
  font-weight: 500;
}

.placeholder\:font-medium::placeholder {
  font-weight: 500;
}

.placeholder\:tracking-\[0\.5px\]::-moz-placeholder {
  letter-spacing: 0.5px;
}

.placeholder\:tracking-\[0\.5px\]::placeholder {
  letter-spacing: 0.5px;
}

.placeholder\:text-\[\#848484\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(132 132 132 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#848484\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(132 132 132 / var(--tw-text-opacity, 1));
}

.placeholder\:opacity-0::-moz-placeholder {
  opacity: 0;
}

.placeholder\:opacity-0::placeholder {
  opacity: 0;
}

.placeholder\:opacity-100::-moz-placeholder {
  opacity: 1;
}

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

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

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

.placeholder\:duration-150::-moz-placeholder {
  transition-duration: 150ms;
}

.placeholder\:duration-150::placeholder {
  transition-duration: 150ms;
}

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

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

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

.focus\:border-\[\#F66C37\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(246 108 55 / var(--tw-border-opacity, 1));
}

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

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

.active\:cursor-grabbing:active {
  cursor: grabbing;
}

.active\:bg-\[\#F4F4F4\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

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

.disabled\:opacity-30:disabled {
  opacity: 0.3;
}

.disabled\:opacity-40:disabled {
  opacity: 0.4;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.disabled\:opacity-70:disabled {
  opacity: 0.7;
}

.peer:focus-visible ~ .peer-focus-visible\:outline {
  outline-style: solid;
}

.peer:focus-visible ~ .peer-focus-visible\:outline-2 {
  outline-width: 2px;
}

.peer:focus-visible ~ .peer-focus-visible\:outline-offset-2 {
  outline-offset: 2px;
}

.peer:focus-visible ~ .peer-focus-visible\:outline-\[\#f66c37\] {
  outline-color: #f66c37;
}

.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
  display: none;
}
