*, ::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.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 320px) {

  .container {
    max-width: 320px;
  }
}
@media (min-width: 480px) {

  .container {
    max-width: 480px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {

  .container {
    max-width: 1920px;
  }
}
#__next .\!pointer-events-none {
  pointer-events: none !important;
}
#__next .pointer-events-none {
  pointer-events: none;
}
#__next .pointer-events-auto {
  pointer-events: auto;
}
#__next .visible {
  visibility: visible;
}
#__next .collapse {
  visibility: collapse;
}
#__next .static {
  position: static;
}
#__next .\!fixed {
  position: fixed !important;
}
#__next .fixed {
  position: fixed;
}
#__next .\!absolute {
  position: absolute !important;
}
#__next .absolute {
  position: absolute;
}
#__next .\!relative {
  position: relative !important;
}
#__next .relative {
  position: relative;
}
#__next .\!inset-0 {
  inset: 0px !important;
}
#__next .inset-0 {
  inset: 0px;
}
#__next .\!bottom-20 {
  bottom: 5rem !important;
}
#__next .\!left-0 {
  left: 0px !important;
}
#__next .\!left-1\/2 {
  left: 50% !important;
}
#__next .\!left-\[clamp\(2\%\2c 30vw\2c 30\%\)\] {
  left: clamp(2%,30vw,30%) !important;
}
#__next .\!right-0 {
  right: 0px !important;
}
#__next .\!right-2 {
  right: 0.5rem !important;
}
#__next .\!right-6 {
  right: 1.5rem !important;
}
#__next .\!right-\[0\] {
  right: 0 !important;
}
#__next .\!top-0 {
  top: 0px !important;
}
#__next .\!top-1\/2 {
  top: 50% !important;
}
#__next .\!top-2 {
  top: 0.5rem !important;
}
#__next .\!top-\[0\] {
  top: 0 !important;
}
#__next .\!top-\[85\%\] {
  top: 85% !important;
}
#__next .\!top-full {
  top: 100% !important;
}
#__next .bottom-0 {
  bottom: 0px;
}
#__next .bottom-6 {
  bottom: 1.5rem;
}
#__next .bottom-\[clamp\(1\%\2c 3vw\2c 3\%\)\] {
  bottom: clamp(1%,3vw,3%);
}
#__next .left-0 {
  left: 0px;
}
#__next .left-1\/2 {
  left: 50%;
}
#__next .left-4 {
  left: 1rem;
}
#__next .left-\[clamp\(2\%\2c 30vw\2c 30\%\)\] {
  left: clamp(2%,30vw,30%);
}
#__next .right-0 {
  right: 0px;
}
#__next .right-20 {
  right: 5rem;
}
#__next .right-4 {
  right: 1rem;
}
#__next .right-6 {
  right: 1.5rem;
}
#__next .top-0 {
  top: 0px;
}
#__next .top-20 {
  top: 5rem;
}
#__next .top-4 {
  top: 1rem;
}
#__next .isolate {
  isolation: isolate;
}
#__next .\!z-10 {
  z-index: 10 !important;
}
#__next .\!z-20 {
  z-index: 20 !important;
}
#__next .\!z-40 {
  z-index: 40 !important;
}
#__next .\!z-\[0\] {
  z-index: 0 !important;
}
#__next .\!z-\[10001\] {
  z-index: 10001 !important;
}
#__next .\!z-\[1\] {
  z-index: 1 !important;
}
#__next .\!z-\[4\] {
  z-index: 4 !important;
}
#__next .\!z-\[5\] {
  z-index: 5 !important;
}
#__next .z-0 {
  z-index: 0;
}
#__next .z-10 {
  z-index: 10;
}
#__next .z-20 {
  z-index: 20;
}
#__next .z-40 {
  z-index: 40;
}
#__next .z-50 {
  z-index: 50;
}
#__next .z-\[10000\] {
  z-index: 10000;
}
#__next .z-\[1000\] {
  z-index: 1000;
}
#__next .z-\[3\] {
  z-index: 3;
}
#__next .z-\[4\] {
  z-index: 4;
}
#__next .\!m-0 {
  margin: 0px !important;
}
#__next .\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
#__next .\!my-\[1\.5vh\] {
  margin-top: 1.5vh !important;
  margin-bottom: 1.5vh !important;
}
#__next .\!my-\[clamp\(16px\2c 3vw\2c 24px\)\] {
  margin-top: clamp(16px,3vw,24px) !important;
  margin-bottom: clamp(16px,3vw,24px) !important;
}
#__next .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#__next .my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#__next .my-\[clamp\(3rem\2c 5vw\2c 5rem\)\] {
  margin-top: clamp(3rem,5vw,5rem);
  margin-bottom: clamp(3rem,5vw,5rem);
}
#__next .\!mb-0 {
  margin-bottom: 0px !important;
}
#__next .\!mb-1 {
  margin-bottom: 0.25rem !important;
}
#__next .\!mb-12 {
  margin-bottom: 3rem !important;
}
#__next .\!mb-16 {
  margin-bottom: 4rem !important;
}
#__next .\!mb-2 {
  margin-bottom: 0.5rem !important;
}
#__next .\!mb-3 {
  margin-bottom: 0.75rem !important;
}
#__next .\!mb-4 {
  margin-bottom: 1rem !important;
}
#__next .\!mb-6 {
  margin-bottom: 1.5rem !important;
}
#__next .\!mb-8 {
  margin-bottom: 2rem !important;
}
#__next .\!mb-\[0vh\] {
  margin-bottom: 0vh !important;
}
#__next .\!mb-\[4px\] {
  margin-bottom: 4px !important;
}
#__next .\!mb-\[6px\] {
  margin-bottom: 6px !important;
}
#__next .\!mb-\[clamp\(0\.4rem\2c 0\.6vw\2c 1\.15rem\)\] {
  margin-bottom: clamp(0.4rem,0.6vw,1.15rem) !important;
}
#__next .\!mb-\[clamp\(12px\2c 1\.5vw\2c 16px\)\] {
  margin-bottom: clamp(12px,1.5vw,16px) !important;
}
#__next .\!mb-\[clamp\(12px\2c 2vw\2c 16px\)\] {
  margin-bottom: clamp(12px,2vw,16px) !important;
}
#__next .\!mb-\[clamp\(12px\2c 3\.5vw\2c 47px\)\] {
  margin-bottom: clamp(12px,3.5vw,47px) !important;
}
#__next .\!mb-\[clamp\(16px\2c 2\.5vw\2c 20px\)\] {
  margin-bottom: clamp(16px,2.5vw,20px) !important;
}
#__next .\!mb-\[clamp\(1rem\2c 3vw\2c 2rem\)\] {
  margin-bottom: clamp(1rem,3vw,2rem) !important;
}
#__next .\!mb-\[clamp\(20px\2c 3\.5vw\2c 28px\)\] {
  margin-bottom: clamp(20px,3.5vw,28px) !important;
}
#__next .\!mb-\[clamp\(20px\2c 5vw\2c 72px\)\] {
  margin-bottom: clamp(20px,5vw,72px) !important;
}
#__next .\!mb-\[clamp\(2px\2c 0\.4vw\2c 6px\)\] {
  margin-bottom: clamp(2px,0.4vw,6px) !important;
}
#__next .\!ml-1 {
  margin-left: 0.25rem !important;
}
#__next .\!ml-\[7\.5\%\] {
  margin-left: 7.5% !important;
}
#__next .\!ml-\[7\.8\%\] {
  margin-left: 7.8% !important;
}
#__next .\!mr-4 {
  margin-right: 1rem !important;
}
#__next .\!mt-0 {
  margin-top: 0px !important;
}
#__next .\!mt-2 {
  margin-top: 0.5rem !important;
}
#__next .\!mt-4 {
  margin-top: 1rem !important;
}
#__next .\!mt-8 {
  margin-top: 2rem !important;
}
#__next .\!mt-\[-6px\] {
  margin-top: -6px !important;
}
#__next .\!mt-\[10vh\] {
  margin-top: 10vh !important;
}
#__next .\!mt-\[12px\] {
  margin-top: 12px !important;
}
#__next .\!mt-\[20px\] {
  margin-top: 20px !important;
}
#__next .\!mt-\[4px\] {
  margin-top: 4px !important;
}
#__next .\!mt-\[4vh\] {
  margin-top: 4vh !important;
}
#__next .\!mt-\[clamp\(0\.4rem\2c 0\.6vw\2c 1\.15rem\)\] {
  margin-top: clamp(0.4rem,0.6vw,1.15rem) !important;
}
#__next .\!mt-\[clamp\(0\.4rem\2c 0\.8vw\2c 0\.8rem\)\] {
  margin-top: clamp(0.4rem,0.8vw,0.8rem) !important;
}
#__next .\!mt-\[clamp\(0\.8rem\2c 1\.2vw\2c 1rem\)\] {
  margin-top: clamp(0.8rem,1.2vw,1rem) !important;
}
#__next .\!mt-\[clamp\(0px\2c 0\.8vw\2c 8px\)\] {
  margin-top: clamp(0px,0.8vw,8px) !important;
}
#__next .\!mt-\[clamp\(1\.5rem\2c 4vw\2c 4rem\)\] {
  margin-top: clamp(1.5rem,4vw,4rem) !important;
}
#__next .\!mt-\[clamp\(14px\2c 1\.5vw\2c 19px\)\] {
  margin-top: clamp(14px,1.5vw,19px) !important;
}
#__next .\!mt-\[clamp\(16\%\2c 20vw\2c 23\%\)\] {
  margin-top: clamp(16%,20vw,23%) !important;
}
#__next .\!mt-\[clamp\(20\%\2c 24vw\2c 27\%\)\] {
  margin-top: clamp(20%,24vw,27%) !important;
}
#__next .\!mt-\[clamp\(24\%\2c 28vw\2c 31\%\)\] {
  margin-top: clamp(24%,28vw,31%) !important;
}
#__next .\!mt-\[clamp\(24px\2c 4vw\2c 32px\)\] {
  margin-top: clamp(24px,4vw,32px) !important;
}
#__next .\!mt-\[clamp\(35px\2c 4vw\2c 50px\)\] {
  margin-top: clamp(35px,4vw,50px) !important;
}
#__next .\!mt-\[clamp\(3rem\2c 5vw\2c 5rem\)\] {
  margin-top: clamp(3rem,5vw,5rem) !important;
}
#__next .\!mt-\[clamp\(8\%\2c 12vw\2c 15\%\)\] {
  margin-top: clamp(8%,12vw,15%) !important;
}
#__next .\!mt-\[clamp\(8px\2c 1vw\2c 16px\)\] {
  margin-top: clamp(8px,1vw,16px) !important;
}
#__next .\!mt-auto {
  margin-top: auto !important;
}
#__next .-mr-4 {
  margin-right: -1rem;
}
#__next .mb-1 {
  margin-bottom: 0.25rem;
}
#__next .mb-16 {
  margin-bottom: 4rem;
}
#__next .mb-2 {
  margin-bottom: 0.5rem;
}
#__next .mb-3 {
  margin-bottom: 0.75rem;
}
#__next .mb-4 {
  margin-bottom: 1rem;
}
#__next .mb-6 {
  margin-bottom: 1.5rem;
}
#__next .mb-8 {
  margin-bottom: 2rem;
}
#__next .mb-\[10px\] {
  margin-bottom: 10px;
}
#__next .mb-\[30px\] {
  margin-bottom: 30px;
}
#__next .mb-\[4px\] {
  margin-bottom: 4px;
}
#__next .mb-\[6px\] {
  margin-bottom: 6px;
}
#__next .mb-\[clamp\(10px\2c 1\.5vw\2c 3rem\)\] {
  margin-bottom: clamp(10px,1.5vw,3rem);
}
#__next .mb-\[clamp\(12px\2c 1\.5vw\2c 16px\)\] {
  margin-bottom: clamp(12px,1.5vw,16px);
}
#__next .mb-\[clamp\(4px\2c 1\.2vw\2c 1\.5rem\)\] {
  margin-bottom: clamp(4px,1.2vw,1.5rem);
}
#__next .ml-1 {
  margin-left: 0.25rem;
}
#__next .ml-2 {
  margin-left: 0.5rem;
}
#__next .ml-3 {
  margin-left: 0.75rem;
}
#__next .ml-4 {
  margin-left: 1rem;
}
#__next .ml-\[50\%\] {
  margin-left: 50%;
}
#__next .ml-\[55\%\] {
  margin-left: 55%;
}
#__next .ml-auto {
  margin-left: auto;
}
#__next .mr-3 {
  margin-right: 0.75rem;
}
#__next .mr-4 {
  margin-right: 1rem;
}
#__next .mt-0\.5 {
  margin-top: 0.125rem;
}
#__next .mt-1 {
  margin-top: 0.25rem;
}
#__next .mt-10 {
  margin-top: 2.5rem;
}
#__next .mt-16 {
  margin-top: 4rem;
}
#__next .mt-2 {
  margin-top: 0.5rem;
}
#__next .mt-20 {
  margin-top: 5rem;
}
#__next .mt-3 {
  margin-top: 0.75rem;
}
#__next .mt-4 {
  margin-top: 1rem;
}
#__next .mt-40 {
  margin-top: 10rem;
}
#__next .mt-5 {
  margin-top: 1.25rem;
}
#__next .mt-6 {
  margin-top: 1.5rem;
}
#__next .mt-8 {
  margin-top: 2rem;
}
#__next .mt-\[10\%\] {
  margin-top: 10%;
}
#__next .mt-\[10px\] {
  margin-top: 10px;
}
#__next .mt-\[12\%\] {
  margin-top: 12%;
}
#__next .mt-\[clamp\(0\.2rem\2c 0\.6vw\2c 0\.3rem\)\] {
  margin-top: clamp(0.2rem,0.6vw,0.3rem);
}
#__next .mt-\[clamp\(10px\2c 1\.5vw\2c 20px\)\] {
  margin-top: clamp(10px,1.5vw,20px);
}
#__next .mt-auto {
  margin-top: auto;
}
#__next .line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#__next .block {
  display: block;
}
#__next .\!inline-block {
  display: inline-block !important;
}
#__next .inline-block {
  display: inline-block;
}
#__next .inline {
  display: inline;
}
#__next .\!flex {
  display: flex !important;
}
#__next .flex {
  display: flex;
}
#__next .inline-flex {
  display: inline-flex;
}
#__next .\!grid {
  display: grid !important;
}
#__next .grid {
  display: grid;
}
#__next .contents {
  display: contents;
}
#__next .hidden {
  display: none;
}
#__next .\!h-\[0\.5px\] {
  height: 0.5px !important;
}
#__next .\!h-\[10px\] {
  height: 10px !important;
}
#__next .\!h-\[14px\] {
  height: 14px !important;
}
#__next .\!h-\[1px\] {
  height: 1px !important;
}
#__next .\!h-\[2px\] {
  height: 2px !important;
}
#__next .\!h-\[30px\] {
  height: 30px !important;
}
#__next .\!h-\[55px\] {
  height: 55px !important;
}
#__next .\!h-\[70px\] {
  height: 70px !important;
}
#__next .\!h-\[95vh\] {
  height: 95vh !important;
}
#__next .\!h-\[clamp\(150px\2c 20vw\2c 180px\)\] {
  height: clamp(150px,20vw,180px) !important;
}
#__next .\!h-\[clamp\(16px\2c 1\.8vw\2c 20px\)\] {
  height: clamp(16px,1.8vw,20px) !important;
}
#__next .\!h-\[clamp\(24px\2c 2\.5vw\2c 35px\)\] {
  height: clamp(24px,2.5vw,35px) !important;
}
#__next .\!h-\[clamp\(25px\2c 6vw\2c 30px\)\] {
  height: clamp(25px,6vw,30px) !important;
}
#__next .\!h-\[clamp\(260px\2c 40vw\2c 380px\)\] {
  height: clamp(260px,40vw,380px) !important;
}
#__next .\!h-\[clamp\(30px\2c 8vw\2c 50px\)\] {
  height: clamp(30px,8vw,50px) !important;
}
#__next .\!h-\[clamp\(7px\2c 1\.1vw\2c 10px\)\] {
  height: clamp(7px,1.1vw,10px) !important;
}
#__next .\!h-\[clamp\(8px\2c 1\.2vw\2c 12px\)\] {
  height: clamp(8px,1.2vw,12px) !important;
}
#__next .\!h-full {
  height: 100% !important;
}
#__next .h-10 {
  height: 2.5rem;
}
#__next .h-12 {
  height: 3rem;
}
#__next .h-14 {
  height: 3.5rem;
}
#__next .h-24 {
  height: 6rem;
}
#__next .h-32 {
  height: 8rem;
}
#__next .h-4 {
  height: 1rem;
}
#__next .h-6 {
  height: 1.5rem;
}
#__next .h-8 {
  height: 2rem;
}
#__next .h-\[1\.3rem\] {
  height: 1.3rem;
}
#__next .h-\[120\%\] {
  height: 120%;
}
#__next .h-\[150px\] {
  height: 150px;
}
#__next .h-\[200px\] {
  height: 200px;
}
#__next .h-\[2px\] {
  height: 2px;
}
#__next .h-\[2rem\] {
  height: 2rem;
}
#__next .h-\[400px\] {
  height: 400px;
}
#__next .h-\[50px\] {
  height: 50px;
}
#__next .h-\[600px\] {
  height: 600px;
}
#__next .h-\[72vh\] {
  height: 72vh;
}
#__next .h-\[clamp\(1\.125rem\2c 1\.4vw\2c 1\.5625rem\)\] {
  height: clamp(1.125rem,1.4vw,1.5625rem);
}
#__next .h-\[clamp\(1\.75rem\2c 2vw\2c 2\.1875rem\)\] {
  height: clamp(1.75rem,2vw,2.1875rem);
}
#__next .h-\[clamp\(12px\2c 1\.5vw\2c 14px\)\] {
  height: clamp(12px,1.5vw,14px);
}
#__next .h-\[clamp\(150px\2c 20vw\2c 180px\)\] {
  height: clamp(150px,20vw,180px);
}
#__next .h-\[clamp\(16px\2c 3vw\2c 20px\)\] {
  height: clamp(16px,3vw,20px);
}
#__next .h-\[clamp\(3\.75rem\2c 3vw\2c 5rem\)\] {
  height: clamp(3.75rem,3vw,5rem);
}
#__next .h-\[clamp\(35vh\2c 45vw\2c 65vh\)\] {
  height: clamp(35vh,45vw,65vh);
}
#__next .h-\[clamp\(4rem\2c 10vh\2c 5rem\)\] {
  height: clamp(4rem,10vh,5rem);
}
#__next .h-\[clamp\(60px\2c 15vw\2c 150px\)\] {
  height: clamp(60px,15vw,150px);
}
#__next .h-auto {
  height: auto;
}
#__next .h-full {
  height: 100%;
}
#__next .max-h-96 {
  max-height: 24rem;
}
#__next .max-h-\[80vh\] {
  max-height: 80vh;
}
#__next .\!min-h-\[100px\] {
  min-height: 100px !important;
}
#__next .\!min-h-\[clamp\(35vh\2c 45vw\2c 60vh\)\] {
  min-height: clamp(35vh,45vw,60vh) !important;
}
#__next .\!min-h-screen {
  min-height: 100vh !important;
}
#__next .min-h-\[160px\] {
  min-height: 160px;
}
#__next .min-h-\[200px\] {
  min-height: 200px;
}
#__next .min-h-\[clamp\(38px\2c 4vw\2c 48px\)\] {
  min-height: clamp(38px,4vw,48px);
}
#__next .min-h-screen {
  min-height: 100vh;
}
#__next .\!w-32 {
  width: 8rem !important;
}
#__next .\!w-\[0\.5px\] {
  width: 0.5px !important;
}
#__next .\!w-\[10px\] {
  width: 10px !important;
}
#__next .\!w-\[14px\] {
  width: 14px !important;
}
#__next .\!w-\[2px\] {
  width: 2px !important;
}
#__next .\!w-\[40\%\] {
  width: 40% !important;
}
#__next .\!w-\[5\%\] {
  width: 5% !important;
}
#__next .\!w-\[50vw\] {
  width: 50vw !important;
}
#__next .\!w-\[55px\] {
  width: 55px !important;
}
#__next .\!w-\[70\%\] {
  width: 70% !important;
}
#__next .\!w-\[70px\] {
  width: 70px !important;
}
#__next .\!w-\[75\%\] {
  width: 75% !important;
}
#__next .\!w-\[85\%\] {
  width: 85% !important;
}
#__next .\!w-\[90\%\] {
  width: 90% !important;
}
#__next .\!w-\[90vw\] {
  width: 90vw !important;
}
#__next .\!w-\[clamp\(100px\2c 25vw\2c 120px\)\] {
  width: clamp(100px,25vw,120px) !important;
}
#__next .\!w-\[clamp\(16px\2c 1\.8vw\2c 20px\)\] {
  width: clamp(16px,1.8vw,20px) !important;
}
#__next .\!w-\[clamp\(240px\2c 35vw\2c 340px\)\] {
  width: clamp(240px,35vw,340px) !important;
}
#__next .\!w-\[clamp\(25\%\2c 8vw\2c 40\%\)\] {
  width: clamp(25%,8vw,40%) !important;
}
#__next .\!w-\[clamp\(30px\2c 8vw\2c 50px\)\] {
  width: clamp(30px,8vw,50px) !important;
}
#__next .\!w-\[clamp\(30vw\2c 55vw\2c 60vw\)\] {
  width: clamp(30vw,55vw,60vw) !important;
}
#__next .\!w-\[clamp\(40\%\2c 50vw\2c 90\%\)\] {
  width: clamp(40%,50vw,90%) !important;
}
#__next .\!w-\[clamp\(55\%\2c 75vw\2c 85\%\)\] {
  width: clamp(55%,75vw,85%) !important;
}
#__next .\!w-\[clamp\(60px\2c 20vw\2c 100px\)\] {
  width: clamp(60px,20vw,100px) !important;
}
#__next .\!w-\[clamp\(70\%\2c 70vw\2c 70\%\)\] {
  width: clamp(70%,70vw,70%) !important;
}
#__next .\!w-\[clamp\(7px\2c 1\.1vw\2c 10px\)\] {
  width: clamp(7px,1.1vw,10px) !important;
}
#__next .\!w-\[clamp\(8\%\2c 10vw\2c 10\%\)\] {
  width: clamp(8%,10vw,10%) !important;
}
#__next .\!w-\[clamp\(85\%\2c 80vw\2c 90\%\)\] {
  width: clamp(85%,80vw,90%) !important;
}
#__next .\!w-\[clamp\(85\%\2c 80vw\2c 95\%\)\] {
  width: clamp(85%,80vw,95%) !important;
}
#__next .\!w-\[clamp\(85\%\2c 90vw\2c 95\%\)\] {
  width: clamp(85%,90vw,95%) !important;
}
#__next .\!w-\[clamp\(8px\2c 1\.2vw\2c 12px\)\] {
  width: clamp(8px,1.2vw,12px) !important;
}
#__next .\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
#__next .\!w-full {
  width: 100% !important;
}
#__next .w-1\/4 {
  width: 25%;
}
#__next .w-1\/5 {
  width: 20%;
}
#__next .w-12 {
  width: 3rem;
}
#__next .w-14 {
  width: 3.5rem;
}
#__next .w-2\/4 {
  width: 50%;
}
#__next .w-24 {
  width: 6rem;
}
#__next .w-32 {
  width: 8rem;
}
#__next .w-6 {
  width: 1.5rem;
}
#__next .w-8 {
  width: 2rem;
}
#__next .w-\[1\.3rem\] {
  width: 1.3rem;
}
#__next .w-\[100\%\] {
  width: 100%;
}
#__next .w-\[1px\] {
  width: 1px;
}
#__next .w-\[20\%\] {
  width: 20%;
}
#__next .w-\[2rem\] {
  width: 2rem;
}
#__next .w-\[3\.5vw\] {
  width: 3.5vw;
}
#__next .w-\[45\%\] {
  width: 45%;
}
#__next .w-\[50\%\] {
  width: 50%;
}
#__next .w-\[50px\] {
  width: 50px;
}
#__next .w-\[55\%\] {
  width: 55%;
}
#__next .w-\[70\%\] {
  width: 70%;
}
#__next .w-\[70px\] {
  width: 70px;
}
#__next .w-\[75\%\] {
  width: 75%;
}
#__next .w-\[80\%\] {
  width: 80%;
}
#__next .w-\[85\%\] {
  width: 85%;
}
#__next .w-\[850px\] {
  width: 850px;
}
#__next .w-\[90\%\] {
  width: 90%;
}
#__next .w-\[95\%\] {
  width: 95%;
}
#__next .w-\[clamp\(1\.125rem\2c 1\.4vw\2c 1\.5625rem\)\] {
  width: clamp(1.125rem,1.4vw,1.5625rem);
}
#__next .w-\[clamp\(1\.75rem\2c 2vw\2c 2\.1875rem\)\] {
  width: clamp(1.75rem,2vw,2.1875rem);
}
#__next .w-\[clamp\(12px\2c 1\.5vw\2c 14px\)\] {
  width: clamp(12px,1.5vw,14px);
}
#__next .w-\[clamp\(16px\2c 3vw\2c 20px\)\] {
  width: clamp(16px,3vw,20px);
}
#__next .w-\[clamp\(50px\2c 12vw\2c 110px\)\] {
  width: clamp(50px,12vw,110px);
}
#__next .w-\[clamp\(55\%\2c 65vw\2c 75\%\)\] {
  width: clamp(55%,65vw,75%);
}
#__next .w-\[clamp\(55\%\2c 75vw\2c 85\%\)\] {
  width: clamp(55%,75vw,85%);
}
#__next .w-auto {
  width: auto;
}
#__next .w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
#__next .w-full {
  width: 100%;
}
#__next .w-max {
  width: -moz-max-content;
  width: max-content;
}
#__next .w-screen {
  width: 100vw;
}
#__next .\!min-w-\[200px\] {
  min-width: 200px !important;
}
#__next .min-w-\[clamp\(120px\2c 51vw\2c 280px\)\] {
  min-width: clamp(120px,51vw,280px);
}
#__next .\!max-w-\[100\%\] {
  max-width: 100% !important;
}
#__next .\!max-w-\[420px\] {
  max-width: 420px !important;
}
#__next .\!max-w-\[470px\] {
  max-width: 470px !important;
}
#__next .\!max-w-\[70rem\] {
  max-width: 70rem !important;
}
#__next .\!max-w-xs {
  max-width: 20rem !important;
}
#__next .max-w-2xl {
  max-width: 42rem;
}
#__next .max-w-4xl {
  max-width: 56rem;
}
#__next .max-w-\[140rem\] {
  max-width: 140rem;
}
#__next .max-w-\[85\%\] {
  max-width: 85%;
}
#__next .max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#__next .max-w-full {
  max-width: 100%;
}
#__next .max-w-none {
  max-width: none;
}
#__next .max-w-sm {
  max-width: 24rem;
}
#__next .\!flex-1 {
  flex: 1 1 0% !important;
}
#__next .flex-1 {
  flex: 1 1 0%;
}
#__next .\!flex-shrink-0 {
  flex-shrink: 0 !important;
}
#__next .flex-shrink {
  flex-shrink: 1;
}
#__next .flex-shrink-0 {
  flex-shrink: 0;
}
#__next .flex-grow {
  flex-grow: 1;
}
#__next .grow {
  flex-grow: 1;
}
#__next .\!-translate-x-\[24\%\] {
  --tw-translate-x: -24% !important;
  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)) !important;
}
#__next .\!-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  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)) !important;
}
#__next .-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));
}
#__next .-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));
}
#__next .translate-x-1 {
  --tw-translate-x: 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));
}
#__next .\!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)) !important;
}
#__next .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));
}
#__next .transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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;
  }
}
#__next .animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
#__next .\!cursor-pointer {
  cursor: pointer !important;
}
#__next .cursor-not-allowed {
  cursor: not-allowed;
}
#__next .cursor-pointer {
  cursor: pointer;
}
#__next .\!touch-manipulation {
  touch-action: manipulation !important;
}
#__next .resize {
  resize: both;
}
#__next .list-inside {
  list-style-position: inside;
}
#__next .list-disc {
  list-style-type: disc;
}
#__next .list-none {
  list-style-type: none;
}
#__next .\!grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
#__next .\!grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
#__next .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
#__next .flex-row {
  flex-direction: row;
}
#__next .\!flex-col {
  flex-direction: column !important;
}
#__next .flex-col {
  flex-direction: column;
}
#__next .\!flex-wrap {
  flex-wrap: wrap !important;
}
#__next .flex-wrap {
  flex-wrap: wrap;
}
#__next .flex-nowrap {
  flex-wrap: nowrap;
}
#__next .\!items-start {
  align-items: flex-start !important;
}
#__next .items-start {
  align-items: flex-start;
}
#__next .\!items-end {
  align-items: flex-end !important;
}
#__next .items-end {
  align-items: flex-end;
}
#__next .\!items-center {
  align-items: center !important;
}
#__next .items-center {
  align-items: center;
}
#__next .\!justify-start {
  justify-content: flex-start !important;
}
#__next .justify-start {
  justify-content: flex-start;
}
#__next .\!justify-center {
  justify-content: center !important;
}
#__next .justify-center {
  justify-content: center;
}
#__next .\!justify-between {
  justify-content: space-between !important;
}
#__next .justify-between {
  justify-content: space-between;
}
#__next .\!gap-2 {
  gap: 0.5rem !important;
}
#__next .\!gap-4 {
  gap: 1rem !important;
}
#__next .\!gap-6 {
  gap: 1.5rem !important;
}
#__next .\!gap-\[4rem\] {
  gap: 4rem !important;
}
#__next .\!gap-\[clamp\(0\2c 0\.5vw\2c 0rem\)\] {
  gap: clamp(0,0.5vw,0rem) !important;
}
#__next .\!gap-\[clamp\(0\.3rem\2c 0\.8vw\2c 0\.5rem\)\] {
  gap: clamp(0.3rem,0.8vw,0.5rem) !important;
}
#__next .\!gap-\[clamp\(0\.4rem\2c 1\.5vw\2c 0\.8rem\)\] {
  gap: clamp(0.4rem,1.5vw,0.8rem) !important;
}
#__next .\!gap-\[clamp\(0\.8rem\2c 1\.5vw\2c 1rem\)\] {
  gap: clamp(0.8rem,1.5vw,1rem) !important;
}
#__next .\!gap-\[clamp\(0\.8rem\2c 2vw\2c 2rem\)\] {
  gap: clamp(0.8rem,2vw,2rem) !important;
}
#__next .\!gap-\[clamp\(1\.5rem\2c 2vw\2c 2rem\)\] {
  gap: clamp(1.5rem,2vw,2rem) !important;
}
#__next .\!gap-\[clamp\(28px\2c 10vw\2c 120px\)\] {
  gap: clamp(28px,10vw,120px) !important;
}
#__next .\!gap-\[clamp\(3rem\2c 2vw\2c 3\.8rem\)\] {
  gap: clamp(3rem,2vw,3.8rem) !important;
}
#__next .\!gap-\[clamp\(8px\2c 1\.5vw\2c 12px\)\] {
  gap: clamp(8px,1.5vw,12px) !important;
}
#__next .gap-0 {
  gap: 0px;
}
#__next .gap-1 {
  gap: 0.25rem;
}
#__next .gap-12 {
  gap: 3rem;
}
#__next .gap-2 {
  gap: 0.5rem;
}
#__next .gap-3 {
  gap: 0.75rem;
}
#__next .gap-4 {
  gap: 1rem;
}
#__next .gap-6 {
  gap: 1.5rem;
}
#__next .gap-8 {
  gap: 2rem;
}
#__next .gap-\[1\.3rem\] {
  gap: 1.3rem;
}
#__next .gap-\[11vh\] {
  gap: 11vh;
}
#__next .gap-\[2\.5vw\] {
  gap: 2.5vw;
}
#__next .gap-\[3rem\] {
  gap: 3rem;
}
#__next .gap-\[clamp\(0\.3rem\2c 0\.8vw\2c 0\.5rem\)\] {
  gap: clamp(0.3rem,0.8vw,0.5rem);
}
#__next .gap-\[clamp\(0\.8rem\2c 2vw\2c 2rem\)\] {
  gap: clamp(0.8rem,2vw,2rem);
}
#__next .gap-\[clamp\(1rem\2c 2\.5vw\2c 2\.5rem\)\] {
  gap: clamp(1rem,2.5vw,2.5rem);
}
#__next .gap-\[clamp\(3rem\2c 2vw\2c 3\.8rem\)\] {
  gap: clamp(3rem,2vw,3.8rem);
}
#__next .gap-\[clamp\(6px\2c 0\.8vw\2c 8px\)\] {
  gap: clamp(6px,0.8vw,8px);
}
#__next .gap-\[clamp\(8px\2c 1\.5vw\2c 12px\)\] {
  gap: clamp(8px,1.5vw,12px);
}
#__next :is(.space-x-4 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
#__next :is(.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));
}
#__next :is(.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));
}
#__next :is(.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));
}
#__next :is(.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));
}
#__next .\!self-start {
  align-self: flex-start !important;
}
#__next .self-center {
  align-self: center;
}
#__next .\!overflow-hidden {
  overflow: hidden !important;
}
#__next .overflow-hidden {
  overflow: hidden;
}
#__next .\!overflow-x-auto {
  overflow-x: auto !important;
}
#__next .overflow-x-auto {
  overflow-x: auto;
}
#__next .overflow-y-auto {
  overflow-y: auto;
}
#__next .scroll-smooth {
  scroll-behavior: smooth;
}
#__next .\!truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
#__next .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#__next .text-ellipsis {
  text-overflow: ellipsis;
}
#__next .\!whitespace-normal {
  white-space: normal !important;
}
#__next .whitespace-normal {
  white-space: normal;
}
#__next .\!whitespace-nowrap {
  white-space: nowrap !important;
}
#__next .whitespace-nowrap {
  white-space: nowrap;
}
#__next .\!break-words {
  overflow-wrap: break-word !important;
}
#__next .break-words {
  overflow-wrap: break-word;
}
#__next .\!rounded-\[0\.625rem\] {
  border-radius: 0.625rem !important;
}
#__next .\!rounded-\[20px\] {
  border-radius: 20px !important;
}
#__next .\!rounded-\[24px\] {
  border-radius: 24px !important;
}
#__next .\!rounded-\[38px\] {
  border-radius: 38px !important;
}
#__next .\!rounded-\[40px\] {
  border-radius: 40px !important;
}
#__next .\!rounded-\[42px\] {
  border-radius: 42px !important;
}
#__next .\!rounded-\[45px\] {
  border-radius: 45px !important;
}
#__next .\!rounded-full {
  border-radius: 9999px !important;
}
#__next .\!rounded-lg {
  border-radius: 0.5rem !important;
}
#__next .\!rounded-xl {
  border-radius: 0.75rem !important;
}
#__next .rounded {
  border-radius: 0.25rem;
}
#__next .rounded-2xl {
  border-radius: 1rem;
}
#__next .rounded-3xl {
  border-radius: 1.5rem;
}
#__next .rounded-\[0\.625rem\] {
  border-radius: 0.625rem;
}
#__next .rounded-\[20px\] {
  border-radius: 20px;
}
#__next .rounded-\[30px\] {
  border-radius: 30px;
}
#__next .rounded-\[38px\] {
  border-radius: 38px;
}
#__next .rounded-\[40px\] {
  border-radius: 40px;
}
#__next .rounded-\[50px\] {
  border-radius: 50px;
}
#__next .rounded-full {
  border-radius: 9999px;
}
#__next .rounded-lg {
  border-radius: 0.5rem;
}
#__next .rounded-md {
  border-radius: 0.375rem;
}
#__next .rounded-xl {
  border-radius: 0.75rem;
}
#__next .\!border {
  border-width: 1px !important;
}
#__next .\!border-\[2px\] {
  border-width: 2px !important;
}
#__next .border {
  border-width: 1px;
}
#__next .border-2 {
  border-width: 2px;
}
#__next .border-\[2px\] {
  border-width: 2px;
}
#__next .border-b {
  border-bottom-width: 1px;
}
#__next .border-b-\[1px\] {
  border-bottom-width: 1px;
}
#__next .border-b-\[3px\] {
  border-bottom-width: 3px;
}
#__next .border-t {
  border-top-width: 1px;
}
#__next .border-dashed {
  border-style: dashed;
}
#__next .\!border-none {
  border-style: none !important;
}
#__next .border-none {
  border-style: none;
}
#__next .\!border-\[\#9B77D8\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(155 119 216 / var(--tw-border-opacity, 1)) !important;
}
#__next .\!border-\[\#9b77d8\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(155 119 216 / var(--tw-border-opacity, 1)) !important;
}
#__next .border-\[\#0e0b1a\] {
  --tw-border-opacity: 1;
  border-color: rgb(14 11 26 / var(--tw-border-opacity, 1));
}
#__next .border-\[\#4C3A6B\] {
  --tw-border-opacity: 1;
  border-color: rgb(76 58 107 / var(--tw-border-opacity, 1));
}
#__next .border-\[\#7700E9\] {
  --tw-border-opacity: 1;
  border-color: rgb(119 0 233 / var(--tw-border-opacity, 1));
}
#__next .border-\[\#7700E9\]\/60 {
  border-color: rgb(119 0 233 / 0.6);
}
#__next .border-\[\#9b77d8\] {
  --tw-border-opacity: 1;
  border-color: rgb(155 119 216 / var(--tw-border-opacity, 1));
}
#__next .border-\[\#F37A6B\]\/30 {
  border-color: rgb(243 122 107 / 0.3);
}
#__next .border-\[\#bac1d9\] {
  --tw-border-opacity: 1;
  border-color: rgb(186 193 217 / var(--tw-border-opacity, 1));
}
#__next .border-\[\#e0e0e0\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}
#__next .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
#__next .border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
#__next .border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
#__next .border-transparent {
  border-color: transparent;
}
#__next .border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
#__next .\!bg-\[\#523F72\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(82 63 114 / var(--tw-bg-opacity, 1)) !important;
}
#__next .\!bg-\[\#523f72\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(82 63 114 / var(--tw-bg-opacity, 1)) !important;
}
#__next .\!bg-\[\#bac1d9\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(186 193 217 / var(--tw-bg-opacity, 1)) !important;
}
#__next .\!bg-\[\#f37a6b\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 122 107 / var(--tw-bg-opacity, 1)) !important;
}
#__next .\!bg-\[\#f37b6b\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 123 107 / var(--tw-bg-opacity, 1)) !important;
}
#__next .\!bg-transparent {
  background-color: transparent !important;
}
#__next .bg-\[\#03030F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 15 / var(--tw-bg-opacity, 1));
}
#__next .bg-\[\#03030f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 15 / var(--tw-bg-opacity, 1));
}
#__next .bg-\[\#040008\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 0 8 / var(--tw-bg-opacity, 1));
}
#__next .bg-\[\#07060b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 6 11 / var(--tw-bg-opacity, 1));
}
#__next .bg-\[\#0D0D12\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 18 / var(--tw-bg-opacity, 1));
}
#__next .bg-\[\#0c0a0a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 10 / var(--tw-bg-opacity, 1));
}
#__next .bg-\[\#11041c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 4 28 / var(--tw-bg-opacity, 1));
}
#__next .bg-\[\#5865F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(88 101 242 / var(--tw-bg-opacity, 1));
}
#__next .bg-\[\#F37A6B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 122 107 / var(--tw-bg-opacity, 1));
}
#__next .bg-\[\#f37a6b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 122 107 / var(--tw-bg-opacity, 1));
}
#__next .bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
#__next .bg-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  background-color: rgba(0,0,0,0.5);
}
#__next .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
#__next .bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
#__next .bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
#__next .bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
#__next .bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
#__next .bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
#__next .bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
#__next .bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}
#__next .bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
#__next .bg-transparent {
  background-color: transparent;
}
#__next .bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
#__next .bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
#__next .bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
#__next .\!bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}
#__next .\!bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}
#__next .\!bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}
#__next .bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
#__next .bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
#__next .bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
#__next .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
#__next .\!from-\[\#f37a6b\] {
  --tw-gradient-from: #f37a6b var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(243 122 107 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
#__next .from-\[\#09090c\] {
  --tw-gradient-from: #09090c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(9 9 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
#__next .from-\[\#9500ff\] {
  --tw-gradient-from: #9500ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
#__next .from-\[\#f37a6b\] {
  --tw-gradient-from: #f37a6b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 122 107 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
#__next .from-\[\#f37a6b\]\/30 {
  --tw-gradient-from: rgb(243 122 107 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 122 107 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
#__next .from-\[rgba\(243\2c 122\2c 107\2c 0\)\] {
  --tw-gradient-from: rgba(243,122,107,0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(243, 122, 107, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
#__next .\!via-\[\#cf4ca3\] {
  --tw-gradient-to: rgb(207 76 163 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #cf4ca3 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
#__next .via-\[\#cf4ca3\] {
  --tw-gradient-to: rgb(207 76 163 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #cf4ca3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
#__next .\!to-\[\#9500ff\] {
  --tw-gradient-to: #9500ff var(--tw-gradient-to-position) !important;
}
#__next .to-\[\#9500ff\] {
  --tw-gradient-to: #9500ff var(--tw-gradient-to-position);
}
#__next .to-\[\#b347d9\] {
  --tw-gradient-to: #b347d9 var(--tw-gradient-to-position);
}
#__next .to-\[\#c97eff\] {
  --tw-gradient-to: #c97eff var(--tw-gradient-to-position);
}
#__next .to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
#__next .\!bg-clip-text {
  -webkit-background-clip: text !important;
          background-clip: text !important;
}
#__next .bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
#__next .\!object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
#__next .object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
#__next .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
#__next .object-center {
  -o-object-position: center;
     object-position: center;
}
#__next .\!p-4 {
  padding: 1rem !important;
}
#__next .\!p-6 {
  padding: 1.5rem !important;
}
#__next .\!p-\[1rem_0\] {
  padding: 1rem 0 !important;
}
#__next .\!p-\[2\.16rem_0_3\.6rem_0\] {
  padding: 2.16rem 0 3.6rem 0 !important;
}
#__next .\!p-\[2px\] {
  padding: 2px !important;
}
#__next .\!p-\[2px_7px\] {
  padding: 2px 7px !important;
}
#__next .\!p-\[clamp\(0\.6rem\2c 1vw\2c 1\.2rem\)\] {
  padding: clamp(0.6rem,1vw,1.2rem) !important;
}
#__next .\!p-\[clamp\(14px\2c 12\.5vw\2c 44px\)\] {
  padding: clamp(14px,12.5vw,44px) !important;
}
#__next .\!p-\[clamp\(50px\2c 8\.5vw\2c 64px\)\] {
  padding: clamp(50px,8.5vw,64px) !important;
}
#__next .p-0 {
  padding: 0px;
}
#__next .p-0\.5 {
  padding: 0.125rem;
}
#__next .p-10 {
  padding: 2.5rem;
}
#__next .p-2 {
  padding: 0.5rem;
}
#__next .p-3 {
  padding: 0.75rem;
}
#__next .p-4 {
  padding: 1rem;
}
#__next .p-6 {
  padding: 1.5rem;
}
#__next .p-\[0_clamp\(8px\2c 1\.6vw\2c 18px\)_clamp\(0\.4rem\2c 0\.8vw\2c 0\.9rem\)\] {
  padding: 0 clamp(8px,1.6vw,18px) clamp(0.4rem,0.8vw,0.9rem);
}
#__next .p-\[1rem_0\] {
  padding: 1rem 0;
}
#__next .p-\[2\%\] {
  padding: 2%;
}
#__next .p-\[20px\] {
  padding: 20px;
}
#__next .p-\[2px\] {
  padding: 2px;
}
#__next .p-\[clamp\(0\.6rem\2c 1vw\2c 1\.2rem\)\] {
  padding: clamp(0.6rem,1vw,1.2rem);
}
#__next .p-\[clamp\(8px\2c 1\.6vw\2c 14px\)\] {
  padding: clamp(8px,1.6vw,14px);
}
#__next .\!px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
#__next .\!px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
#__next .\!px-\[clamp\(1\.5rem\2c 4vw\2c 2rem\)\] {
  padding-left: clamp(1.5rem,4vw,2rem) !important;
  padding-right: clamp(1.5rem,4vw,2rem) !important;
}
#__next .\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
#__next .\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
#__next .\!py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
#__next .\!py-\[clamp\(0\.4rem\2c 0\.8vw\2c 0\.6rem\)\] {
  padding-top: clamp(0.4rem,0.8vw,0.6rem) !important;
  padding-bottom: clamp(0.4rem,0.8vw,0.6rem) !important;
}
#__next .\!py-\[clamp\(0\.6rem\2c 1vw\2c 0\.7rem\)\] {
  padding-top: clamp(0.6rem,1vw,0.7rem) !important;
  padding-bottom: clamp(0.6rem,1vw,0.7rem) !important;
}
#__next .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
#__next .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#__next .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#__next .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
#__next .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#__next .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#__next .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
#__next .px-\[clamp\(12px\2c 2vw\2c 16px\)\] {
  padding-left: clamp(12px,2vw,16px);
  padding-right: clamp(12px,2vw,16px);
}
#__next .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#__next .py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
#__next .py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#__next .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#__next .py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
#__next .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#__next .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#__next .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
#__next .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#__next .py-\[clamp\(5rem\2c 2vw\2c 5rem\)\] {
  padding-top: clamp(5rem,2vw,5rem);
  padding-bottom: clamp(5rem,2vw,5rem);
}
#__next .py-\[clamp\(8px\2c 1\.2vw\2c 12px\)\] {
  padding-top: clamp(8px,1.2vw,12px);
  padding-bottom: clamp(8px,1.2vw,12px);
}
#__next .\!pb-12 {
  padding-bottom: 3rem !important;
}
#__next .\!pb-\[clamp\(12px\2c 1\.5vw\2c 16px\)\] {
  padding-bottom: clamp(12px,1.5vw,16px) !important;
}
#__next .\!pl-\[clamp\(0\.6rem\2c 1vw\2c 0\.8rem\)\] {
  padding-left: clamp(0.6rem,1vw,0.8rem) !important;
}
#__next .\!pt-20 {
  padding-top: 5rem !important;
}
#__next .\!pt-\[5vh\] {
  padding-top: 5vh !important;
}
#__next .pb-0 {
  padding-bottom: 0px;
}
#__next .pb-16 {
  padding-bottom: 4rem;
}
#__next .pb-6 {
  padding-bottom: 1.5rem;
}
#__next .pb-8 {
  padding-bottom: 2rem;
}
#__next .pl-0 {
  padding-left: 0px;
}
#__next .pl-2 {
  padding-left: 0.5rem;
}
#__next .pl-\[clamp\(0\.6rem\2c 1vw\2c 0\.8rem\)\] {
  padding-left: clamp(0.6rem,1vw,0.8rem);
}
#__next .pt-14 {
  padding-top: 3.5rem;
}
#__next .pt-28 {
  padding-top: 7rem;
}
#__next .pt-4 {
  padding-top: 1rem;
}
#__next .pt-6 {
  padding-top: 1.5rem;
}
#__next .pt-8 {
  padding-top: 2rem;
}
#__next .pt-\[2vh\] {
  padding-top: 2vh;
}
#__next .pt-\[5vh\] {
  padding-top: 5vh;
}
#__next .pt-\[clamp\(0vh\2c 1\.8vw\2c 4vh\)\] {
  padding-top: clamp(0vh,1.8vw,4vh);
}
#__next .\!text-left {
  text-align: left !important;
}
#__next .text-left {
  text-align: left;
}
#__next .\!text-center {
  text-align: center !important;
}
#__next .text-center {
  text-align: center;
}
#__next .\!text-\[clamp\(0\.875rem\2c 1\.3vw\2c 1rem\)\] {
  font-size: clamp(0.875rem,1.3vw,1rem) !important;
}
#__next .\!text-\[clamp\(10px\2c 0\.9vw\2c 12px\)\] {
  font-size: clamp(10px,0.9vw,12px) !important;
}
#__next .\!text-\[clamp\(12px\2c 1\.1vw\2c 17px\)\] {
  font-size: clamp(12px,1.1vw,17px) !important;
}
#__next .\!text-\[clamp\(12px\2c 1\.5vw\2c 14px\)\] {
  font-size: clamp(12px,1.5vw,14px) !important;
}
#__next .\!text-\[clamp\(13px\2c 1\.24vw\2c 15\.6px\)\] {
  font-size: clamp(13px,1.24vw,15.6px) !important;
}
#__next .\!text-\[clamp\(13px\2c 1\.2vw\2c 15px\)\] {
  font-size: clamp(13px,1.2vw,15px) !important;
}
#__next .\!text-\[clamp\(14px\2c 0\.95vw\2c 16px\)\] {
  font-size: clamp(14px,0.95vw,16px) !important;
}
#__next .\!text-\[clamp\(14px\2c 1\.33vw\2c 16\.8px\)\] {
  font-size: clamp(14px,1.33vw,16.8px) !important;
}
#__next .\!text-\[clamp\(14px\2c 1\.5vw\2c 16px\)\] {
  font-size: clamp(14px,1.5vw,16px) !important;
}
#__next .\!text-\[clamp\(14px\2c 1\.8vw\2c 20px\)\] {
  font-size: clamp(14px,1.8vw,20px) !important;
}
#__next .\!text-\[clamp\(14px\2c 1\.95vw\2c 18px\)\] {
  font-size: clamp(14px,1.95vw,18px) !important;
}
#__next .\!text-\[clamp\(14px\2c 2\.95vw\2c 22px\)\] {
  font-size: clamp(14px,2.95vw,22px) !important;
}
#__next .\!text-\[clamp\(15\.7px\2c 2\.6vw\2c 16\.9px\)\] {
  font-size: clamp(15.7px,2.6vw,16.9px) !important;
}
#__next .\!text-\[clamp\(15px\2c 1\.7vw\2c 18px\)\] {
  font-size: clamp(15px,1.7vw,18px) !important;
}
#__next .\!text-\[clamp\(16px\2c 1\.8vw\2c 22px\)\] {
  font-size: clamp(16px,1.8vw,22px) !important;
}
#__next .\!text-\[clamp\(16px\2c 3vw\2c 18px\)\] {
  font-size: clamp(16px,3vw,18px) !important;
}
#__next .\!text-\[clamp\(18px\2c 1\.8vw\2c 24px\)\] {
  font-size: clamp(18px,1.8vw,24px) !important;
}
#__next .\!text-\[clamp\(23\.4px\2c 2\.34vw\2c 31\.2px\)\] {
  font-size: clamp(23.4px,2.34vw,31.2px) !important;
}
#__next .\!text-\[clamp\(25px\2c 4\.5vw\2c 27px\)\] {
  font-size: clamp(25px,4.5vw,27px) !important;
}
#__next .\!text-\[clamp\(26px\2c 5\.5vw\2c 30px\)\] {
  font-size: clamp(26px,5.5vw,30px) !important;
}
#__next .\!text-\[clamp\(28px\2c 1\.8vw\2c 3\.5rem\)\] {
  font-size: clamp(28px,1.8vw,3.5rem) !important;
}
#__next .\!text-\[clamp\(29\.12px\2c 2\.912vw\2c 37\.44px\)\] {
  font-size: clamp(29.12px,2.912vw,37.44px) !important;
}
#__next .\!text-base {
  font-size: clamp(14px, 1.2vw, 16px) !important;
}
#__next .\!text-lg {
  font-size: clamp(16px, 1.4vw, 18px) !important;
}
#__next .\!text-sm {
  font-size: clamp(12px, 1vw, 14px) !important;
}
#__next .\!text-xs {
  font-size: clamp(10px, 0.8vw, 12px) !important;
}
#__next .text-2xl {
  font-size: clamp(20px, 1.8vw, 24px);
}
#__next .text-3xl {
  font-size: clamp(24px, 2vw, 30px);
}
#__next .text-4xl {
  font-size: clamp(30px, 2.5vw, 36px);
}
#__next .text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
#__next .text-\[0\.8rem\] {
  font-size: 0.8rem;
}
#__next .text-\[10px\] {
  font-size: 10px;
}
#__next .text-\[9px\] {
  font-size: 9px;
}
#__next .text-\[clamp\(0\.625rem\2c 1vw\2c 2\.1875rem\)\] {
  font-size: clamp(0.625rem,1vw,2.1875rem);
}
#__next .text-\[clamp\(0\.75rem\2c 1vw\2c 2\.3125rem\)\] {
  font-size: clamp(0.75rem,1vw,2.3125rem);
}
#__next .text-\[clamp\(0\.875rem\2c 1\.3vw\2c 1rem\)\] {
  font-size: clamp(0.875rem,1.3vw,1rem);
}
#__next .text-\[clamp\(0\.875rem\2c 1\.5vw\2c 1rem\)\] {
  font-size: clamp(0.875rem,1.5vw,1rem);
}
#__next .text-\[clamp\(0\.875rem\2c 4vw\2c 1rem\)\] {
  font-size: clamp(0.875rem,4vw,1rem);
}
#__next .text-\[clamp\(1\.25rem\2c 5vw\2c 1\.5rem\)\] {
  font-size: clamp(1.25rem,5vw,1.5rem);
}
#__next .text-\[clamp\(1\.5rem\2c 5vw\2c 1\.75rem\)\] {
  font-size: clamp(1.5rem,5vw,1.75rem);
}
#__next .text-\[clamp\(10px\2c 0\.95vw\2c 12px\)\] {
  font-size: clamp(10px,0.95vw,12px);
}
#__next .text-\[clamp\(11px\2c 1\.6vw\2c 16px\)\] {
  font-size: clamp(11px,1.6vw,16px);
}
#__next .text-\[clamp\(13px\2c 1\.3vw\2c 16px\)\] {
  font-size: clamp(13px,1.3vw,16px);
}
#__next .text-\[clamp\(13px\2c 1\.4vw\2c 16px\)\] {
  font-size: clamp(13px,1.4vw,16px);
}
#__next .text-\[clamp\(14px\2c 1\.4vw\2c 18px\)\] {
  font-size: clamp(14px,1.4vw,18px);
}
#__next .text-\[clamp\(16px\2c 1vw\2c 3rem\)\] {
  font-size: clamp(16px,1vw,3rem);
}
#__next .text-\[clamp\(16px\2c 2\.2vw\2c 28px\)\] {
  font-size: clamp(16px,2.2vw,28px);
}
#__next .text-\[clamp\(18px\2c 1\.8vw\2c 24px\)\] {
  font-size: clamp(18px,1.8vw,24px);
}
#__next .text-\[clamp\(1rem\2c 4vw\2c 1\.25rem\)\] {
  font-size: clamp(1rem,4vw,1.25rem);
}
#__next .text-\[clamp\(20px\2c 1\.5vw\2c 28px\)\] {
  font-size: clamp(20px,1.5vw,28px);
}
#__next .text-\[clamp\(20px\2c 1\.6vw\2c 24px\)\] {
  font-size: clamp(20px,1.6vw,24px);
}
#__next .text-\[clamp\(20px\2c 1vw\2c 3rem\)\] {
  font-size: clamp(20px,1vw,3rem);
}
#__next .text-\[clamp\(22px\2c 1\.5vw\2c 4rem\)\] {
  font-size: clamp(22px,1.5vw,4rem);
}
#__next .text-\[clamp\(32px\2c 1\.5vw\2c 4rem\)\] {
  font-size: clamp(32px,1.5vw,4rem);
}
#__next .text-\[clamp\(35px\2c 1\.5vw\2c 3\.5rem\)\] {
  font-size: clamp(35px,1.5vw,3.5rem);
}
#__next .text-base {
  font-size: clamp(14px, 1.2vw, 16px);
}
#__next .text-h1 {
  font-size: clamp(16px, 1.6vw, 20px);
}
#__next .text-h3 {
  font-size: clamp(18px, 1.8vw, 24px);
}
#__next .text-lg {
  font-size: clamp(16px, 1.4vw, 18px);
}
#__next .text-sm {
  font-size: clamp(12px, 1vw, 14px);
}
#__next .text-xl {
  font-size: clamp(18px, 1.6vw, 20px);
}
#__next .text-xs {
  font-size: clamp(10px, 0.8vw, 12px);
}
#__next .\!font-bold {
  font-weight: 700 !important;
}
#__next .\!font-light {
  font-weight: 300 !important;
}
#__next .\!font-medium {
  font-weight: 500 !important;
}
#__next .\!font-normal {
  font-weight: 400 !important;
}
#__next .\!font-semibold {
  font-weight: 600 !important;
}
#__next .font-bold {
  font-weight: 700;
}
#__next .font-light {
  font-weight: 300;
}
#__next .font-medium {
  font-weight: 500;
}
#__next .font-semibold {
  font-weight: 600;
}
#__next .uppercase {
  text-transform: uppercase;
}
#__next .italic {
  font-style: italic;
}
#__next .\!leading-\[clamp\(14px\2c 1\.35vw\2c 16px\)\] {
  line-height: clamp(14px,1.35vw,16px) !important;
}
#__next .\!leading-\[clamp\(18px\2c 1\.6vw\2c 24px\)\] {
  line-height: clamp(18px,1.6vw,24px) !important;
}
#__next .\!leading-\[clamp\(19\.6px\2c 1\.89vw\2c 22\.4px\)\] {
  line-height: clamp(19.6px,1.89vw,22.4px) !important;
}
#__next .\!leading-\[clamp\(19px\2c 1\.9vw\2c 23px\)\] {
  line-height: clamp(19px,1.9vw,23px) !important;
}
#__next .\!leading-\[clamp\(20px\2c 1\.35vw\2c 30px\)\] {
  line-height: clamp(20px,1.35vw,30px) !important;
}
#__next .\!leading-\[clamp\(20px\2c 2vw\2c 24px\)\] {
  line-height: clamp(20px,2vw,24px) !important;
}
#__next .\!leading-\[clamp\(21px\2c 2vw\2c 25px\)\] {
  line-height: clamp(21px,2vw,25px) !important;
}
#__next .\!leading-\[clamp\(22px\2c 1\.7vw\2c 28px\)\] {
  line-height: clamp(22px,1.7vw,28px) !important;
}
#__next .\!leading-\[clamp\(22px\2c 2vw\2c 30px\)\] {
  line-height: clamp(22px,2vw,30px) !important;
}
#__next .\!leading-\[clamp\(24\.3px\2c 3\.38vw\2c 24\.7px\)\] {
  line-height: clamp(24.3px,3.38vw,24.7px) !important;
}
#__next .\!leading-\[clamp\(24px\2c 4vw\2c 26px\)\] {
  line-height: clamp(24px,4vw,26px) !important;
}
#__next .\!leading-\[clamp\(26px\2c 2\.6vw\2c 32px\)\] {
  line-height: clamp(26px,2.6vw,32px) !important;
}
#__next .\!leading-\[clamp\(32px\2c 3\.2vw\2c 42px\)\] {
  line-height: clamp(32px,3.2vw,42px) !important;
}
#__next .\!leading-\[clamp\(34px\2c 5\.5vw\2c 36px\)\] {
  line-height: clamp(34px,5.5vw,36px) !important;
}
#__next .\!leading-\[clamp\(34px\2c 6\.5vw\2c 38px\)\] {
  line-height: clamp(34px,6.5vw,38px) !important;
}
#__next .\!leading-\[clamp\(39\.52px\2c 3\.952vw\2c 47\.84px\)\] {
  line-height: clamp(39.52px,3.952vw,47.84px) !important;
}
#__next .\!leading-none {
  line-height: 1 !important;
}
#__next .\!leading-relaxed {
  line-height: 1.625 !important;
}
#__next .leading-\[1\.3\] {
  line-height: 1.3;
}
#__next .leading-\[1\.6\] {
  line-height: 1.6;
}
#__next .leading-\[2rem\] {
  line-height: 2rem;
}
#__next .leading-\[clamp\(1\.3rem\2c 1\.8vw\2c 1\.8rem\)\] {
  line-height: clamp(1.3rem,1.8vw,1.8rem);
}
#__next .leading-\[clamp\(14px\2c 1\.35vw\2c 16px\)\] {
  line-height: clamp(14px,1.35vw,16px);
}
#__next .leading-\[clamp\(18px\2c 1\.8vw\2c 22px\)\] {
  line-height: clamp(18px,1.8vw,22px);
}
#__next .leading-\[clamp\(1rem\2c 1\.6vw\2c 1\.6rem\)\] {
  line-height: clamp(1rem,1.6vw,1.6rem);
}
#__next .leading-\[clamp\(25px\2c 2vw\2c 35px\)\] {
  line-height: clamp(25px,2vw,35px);
}
#__next .leading-\[clamp\(26px\2c 2\.6vw\2c 32px\)\] {
  line-height: clamp(26px,2.6vw,32px);
}
#__next .leading-relaxed {
  line-height: 1.625;
}
#__next .leading-tight {
  line-height: 1.25;
}
#__next .tracking-wide {
  letter-spacing: 0.025em;
}
#__next .\!text-\[\#F37A6B\] {
  --tw-text-opacity: 1 !important;
  color: rgb(243 122 107 / var(--tw-text-opacity, 1)) !important;
}
#__next .\!text-\[\#bac1d9\] {
  --tw-text-opacity: 1 !important;
  color: rgb(186 193 217 / var(--tw-text-opacity, 1)) !important;
}
#__next .\!text-transparent {
  color: transparent !important;
}
#__next .\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
#__next .text-\[\#F37A6B\] {
  --tw-text-opacity: 1;
  color: rgb(243 122 107 / var(--tw-text-opacity, 1));
}
#__next .text-\[\#FFBFB8\] {
  --tw-text-opacity: 1;
  color: rgb(255 191 184 / var(--tw-text-opacity, 1));
}
#__next .text-\[\#afafaf\] {
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity, 1));
}
#__next .text-\[\#bac1d9\] {
  --tw-text-opacity: 1;
  color: rgb(186 193 217 / var(--tw-text-opacity, 1));
}
#__next .text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#__next .text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
#__next .text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
#__next .text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
#__next .text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
#__next .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
#__next .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
#__next .text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
#__next .text-transparent {
  color: transparent;
}
#__next .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#__next .text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
#__next .underline {
  text-decoration-line: underline;
}
#__next .\!no-underline {
  text-decoration-line: none !important;
}
#__next .no-underline {
  text-decoration-line: none;
}
#__next .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#__next .placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
#__next .placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
#__next .\!opacity-0 {
  opacity: 0 !important;
}
#__next .\!opacity-100 {
  opacity: 1 !important;
}
#__next .\!opacity-50 {
  opacity: 0.5 !important;
}
#__next .opacity-0 {
  opacity: 0;
}
#__next .opacity-100 {
  opacity: 1;
}
#__next .opacity-50 {
  opacity: 0.5;
}
#__next .opacity-60 {
  opacity: 0.6;
}
#__next .opacity-80 {
  opacity: 0.8;
}
#__next .opacity-90 {
  opacity: 0.9;
}
#__next .\!shadow-\[0_8px_16px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 8px 16px rgba(0,0,0,0.1) !important;
  --tw-shadow-colored: 0 8px 16px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
#__next .\!shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
#__next .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);
}
#__next .shadow-\[0_2px_4px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 2px 4px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 2px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#__next .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);
}
#__next .shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#__next .shadow-purple-500 {
  --tw-shadow-color: #a855f7;
  --tw-shadow: var(--tw-shadow-colored);
}
#__next .shadow-purple-500\/25 {
  --tw-shadow-color: rgb(168 85 247 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
#__next .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#__next .outline {
  outline-style: solid;
}
#__next .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);
}
#__next .drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
#__next .grayscale {
  --tw-grayscale: grayscale(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);
}
#__next .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);
}
#__next .backdrop-blur-\[0\.5rem\] {
  --tw-backdrop-blur: blur(0.5rem);
  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);
}
#__next .backdrop-blur-md {
  --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);
}
#__next .backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  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);
}
#__next .backdrop-filter {
  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);
}
#__next .\!transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
#__next .\!transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
#__next .\!transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
#__next .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;
}
#__next .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#__next .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;
}
#__next .transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#__next .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#__next .\!duration-1000 {
  transition-duration: 1000ms !important;
}
#__next .\!duration-300 {
  transition-duration: 300ms !important;
}
#__next .\!duration-500 {
  transition-duration: 500ms !important;
}
#__next .duration-200 {
  transition-duration: 200ms;
}
#__next .duration-300 {
  transition-duration: 300ms;
}
#__next .duration-500 {
  transition-duration: 500ms;
}
#__next .duration-700 {
  transition-duration: 700ms;
}
#__next .\!ease-\[cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)\] {
  transition-timing-function: cubic-bezier(0.4,0,0.2,1) !important;
}
#__next .\!ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
#__next .\!ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
#__next .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#__next .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
#__next .will-change-transform {
  will-change: transform;
}
#__next .\[-ms-overflow-style\:none\] {
  -ms-overflow-style: none;
}
#__next .\[scrollbar-width\:none\] {
  scrollbar-width: none;
}

:root {
  /* Theme Colors */
  --theme-bg: #eeeeee;
  --theme-text: #333333;
  --theme-text-secondary: #666666;
}

html[data-theme="dark"] {
  --theme-bg: #040007;
  --theme-text: #ffffff;
  --theme-text-secondary: #bac1d9;
}

html[data-theme="light"] {
  --theme-bg: #eeeeee;
  --theme-text: #333333;
  --theme-text-secondary: #666666;
}

html {
  /* Prevent Safari zoom on orientation change */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  /* Smooth scrolling for better UX */
  scroll-behavior: smooth;
  /* Prevent horizontal scroll */
  overflow-x: hidden;
}

html,
body {
  background-color: var(--theme-color-light);
  min-height: 100vh;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  -webkit-tap-highlight-color: transparent;
  /* Safari-specific fixes */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Prevent horizontal scroll */
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

@media (prefers-color-scheme: dark) {
  html,
  body {
    background-color: var(--theme-color-dark);
    color-scheme: dark;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Geist:wght@300&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); 

@font-face {
  font-family: "SF Pro Text Light";
  src: url('/fonts/SF-Pro-Text-Light.OTF') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Thin';
  src: url('/fonts/SF-Pro-Text-Thin.OTF') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Bold';
  src: url('/fonts/SFPRODISPLAYBOLD.OTF') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Text Light';
  src: url('/fonts/SF-Pro-Text-Light.otf') format('opentype');
}

@font-face {
  font-family: 'SF Pro Display Regular';
  src: url('/fonts/SF-Pro-Display-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Geist Thin';
  src: url('/fonts/static/Geist-Thin.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Geist ExtraLight';
  src: url('/fonts/static/Geist-ExtraLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Geist Light';
  src: url('/fonts/static/Geist-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Geist Regular';
  src: url('/fonts/static/Geist-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Geist Medium';
  src: url('/fonts/static/Geist-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Geist SemiBold';
  src: url('/fonts/static/Geist-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Geist Bold';
  src: url('/fonts/static/Geist-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Geist ExtraBold';
  src: url('/fonts/static/Geist-ExtraBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Geist Black';
  src: url('/font/static/Geist-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  /* font-family: 'Geist Medium', sans-serif; */
  /* Prevent Safari zoom issues */
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --max-width: 1100px;
  --border-radius: 12px;
  --font-mono: ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono",
    "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro",
    "Fira Mono", "Droid Sans Mono", "Courier New", monospace;

  /* --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 214, 219, 220;
  --background-end-rgb: 255, 255, 255;

  --primary-glow: conic-gradient(
    from 180deg at 50% 50%,
    #16abff33 0deg,
    #0885ff33 55deg,
    #54d6ff33 120deg,
    #0071ff33 160deg,
    transparent 360deg
  );
  --secondary-glow: radial-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );

  --tile-start-rgb: 239, 245, 249;
  --tile-end-rgb: 228, 232, 233;
  --tile-border: conic-gradient(
    #00000080,
    #00000040,
    #00000030,
    #00000020,
    #00000010,
    #00000010,
    #00000080
  );

  --callout-rgb: 238, 240, 241;
  --callout-border-rgb: 172, 175, 176;
  --card-rgb: 180, 185, 188;
  --card-border-rgb: 131, 134, 135; */
}

/* @media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: 255, 255, 255;
    --background-start-rgb: 0, 0, 0;
    --background-end-rgb: 0, 0, 0;

    --primary-glow: radial-gradient(rgba(1, 65, 255, 0.4), rgba(1, 65, 255, 0));
    --secondary-glow: linear-gradient(
      to bottom right,
      rgba(1, 65, 255, 0),
      rgba(1, 65, 255, 0),
      rgba(1, 65, 255, 0.3)
    );

    --tile-start-rgb: 2, 13, 46;
    --tile-end-rgb: 2, 5, 19;
    --tile-border: conic-gradient(
      #ffffff80,
      #ffffff40,
      #ffffff30,
      #ffffff20,
      #ffffff10,
      #ffffff10,
      #ffffff80
    );

    --callout-rgb: 20, 20, 20;
    --callout-border-rgb: 108, 108, 108;
    --card-rgb: 100, 100, 100;
    --card-border-rgb: 200, 200, 200;
  }
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  color: rgb(var(--foreground-rgb));
  background: linear-gradient(
      to bottom,
      transparent,
      rgb(var(--background-end-rgb))
    )
    rgb(var(--background-start-rgb));
}

a {
  color: inherit;
  text-decoration: 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;
}

@media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
} */
.loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

.loading-spinner p {
  font-size: 5rem;
  color: #d42929;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* Comprehensive Responsive Media Queries */

/* Extra Small Devices (phones, 320px and up) */
@media (min-width: 320px) {
  body {
    font-size: 14px;
  }
}

/* Small Devices (landscape phones, 480px and up) */
@media (min-width: 480px) and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.6;
  }
  
  h1 {
    font-size: clamp(32px, 6vw, 42px) !important;
    margin-bottom: 1rem;
  }
  
  h2 {
    font-size: clamp(26px, 5vw, 34px) !important;
    margin-bottom: 0.875rem;
  }
  
  h3 {
    font-size: clamp(22px, 4.5vw, 28px) !important;
    margin-bottom: 0.75rem;
  }
  
  p {
    font-size: clamp(16px, 3.5vw, 18px) !important;
    line-height: 1.6;
  }
}

/* Medium Devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
  
  h1 {
    font-size: clamp(38px, 5vw, 48px) !important;
    margin-bottom: 1.25rem;
  }
  
  h2 {
    font-size: clamp(30px, 4vw, 38px) !important;
    margin-bottom: 1rem;
  }
  
  h3 {
    font-size: clamp(24px, 3.5vw, 30px) !important;
    margin-bottom: 0.875rem;
  }
  
  p {
    font-size: clamp(16px, 2vw, 18px) !important;
    line-height: 1.7;
  }
  
  button,
  a[role="button"],
  input[type="button"],
  input[type="submit"],
  .btn {
    min-height: 44px;
    min-width: 44px;
    padding: 12px 24px;
  }
}

/* Large Devices (desktops, 1024px and up) */
@media (min-width: 1024px) and (max-width: 1279px) {
  body {
    font-size: 16px;
    line-height: 1.7;
  }
  
  h1 {
    font-size: clamp(40px, 4vw, 52px) !important;
    margin-bottom: 1.5rem;
  }
  
  h2 {
    font-size: clamp(32px, 3.5vw, 40px) !important;
    margin-bottom: 1.25rem;
  }
  
  h3 {
    font-size: clamp(24px, 3vw, 30px) !important;
    margin-bottom: 1rem;
  }
  
  p {
    font-size: clamp(17px, 1.5vw, 19px) !important;
    line-height: 1.7;
  }
}

/* Extra Large Devices (large desktops, 1280px and up) */
@media (min-width: 1280px) and (max-width: 1439px) {
  body {
    font-size: 17px;
    line-height: 1.7;
  }
  
  h1 {
    font-size: clamp(42px, 4.2vw, 56px) !important;
    margin-bottom: 1.5rem;
  }
  
  h2 {
    font-size: clamp(34px, 3.5vw, 42px) !important;
    margin-bottom: 1.25rem;
  }
  
  h3 {
    font-size: clamp(26px, 2.5vw, 32px) !important;
    margin-bottom: 1rem;
  }
  
  p {
    font-size: clamp(18px, 1.5vw, 20px) !important;
    line-height: 1.8;
  }
}

/* 2XL Devices (extra large desktops, 1440px and up) */
@media (min-width: 1440px) and (max-width: 1919px) {
  body {
    font-size: 18px;
    line-height: 1.8;
  }
  
  h1 {
    font-size: clamp(48px, 4.5vw, 60px) !important;
    margin-bottom: 2rem;
  }
  
  h2 {
    font-size: clamp(36px, 3.8vw, 44px) !important;
    margin-bottom: 1.5rem;
  }
  
  h3 {
    font-size: clamp(28px, 2.5vw, 34px) !important;
    margin-bottom: 1.25rem;
  }
  
  p {
    font-size: clamp(18px, 1.5vw, 20px) !important;
    line-height: 1.8;
  }
}

/* 3XL Devices (ultra-wide, 1920px and up) */
@media (min-width: 1920px) {
  body {
    font-size: 18px;
    line-height: 1.8;
  }
  
  h1 {
    font-size: clamp(50px, 5vw, 64px) !important;
    margin-bottom: 2rem;
  }
  
  h2 {
    font-size: clamp(40px, 4vw, 48px) !important;
    margin-bottom: 1.5rem;
  }
  
  h3 {
    font-size: clamp(30px, 2.5vw, 36px) !important;
    margin-bottom: 1.5rem;
  }
  
  p {
    font-size: 20px !important;
    line-height: 1.8;
  }
}

/* Mobile specific styles (max-width: 768px) */
@media (max-width: 768px) {
  body {
    font-size: 16px !important;
    line-height: 1.6;
    /* Prevent Safari zoom on focus */
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
         text-size-adjust: 100%;
  }
  
  button,
  a[role="button"],
  input[type="button"],
  input[type="submit"],
  .btn {
    min-height: 44px;
    min-width: 44px;
    padding: 12px 20px;
    /* Prevent text size adjustment in Safari */
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
         text-size-adjust: 100%;
  }
  
  h1 {
    font-size: clamp(32px, 8vw, 48px) !important;
    margin-bottom: 1rem;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
         text-size-adjust: 100%;
  }
  
  h2 {
    font-size: clamp(28px, 6vw, 36px) !important;
    margin-bottom: 0.875rem;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
         text-size-adjust: 100%;
  }
  
  h3 {
    font-size: clamp(24px, 5vw, 30px) !important;
    margin-bottom: 0.75rem;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
         text-size-adjust: 100%;
  }
  
  p {
    font-size: clamp(16px, 4vw, 18px) !important;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
         text-size-adjust: 100%;
  }
  
  input,
  textarea,
  select {
    font-size: 16px !important;
    padding: 12px;
    /* Critical: Minimum 16px font size prevents Safari zoom on focus */
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
         text-size-adjust: 100%;
    /* Prevent zoom on focus */
    -webkit-appearance: none;
    border-radius: 0;
  }
}

/* Landscape Orientation Adjustments */
@media (orientation: landscape) and (max-height: 600px) {
  body {
    font-size: 14px;
  }
  
  h1 {
    font-size: clamp(28px, 6vw, 36px) !important;
  }
  
  h2 {
    font-size: clamp(24px, 5vw, 30px) !important;
  }
  
  h3 {
    font-size: clamp(20px, 4vw, 26px) !important;
  }
}

/* Print Styles */
@media print {
  * {
    background: white !important;
    color: black !important;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.6;
  }
}

html[data-theme="dark"],
html[data-theme="dark"] body {
  background-color: var(--theme-background-color);
  color-scheme: dark;
}

html[data-theme="light"],
html[data-theme="light"] body {
  background-color: var(--theme-background-color);
  color-scheme: light;
}

/* ⭐ IMPORTANT: Browser Theme Sync Styles (Safari Support) */
/* Automatically sync with browser's dark/light mode preference */
body.browser-dark-mode {
  --current-theme-color: #523F72;
  color-scheme: dark;
}

body.browser-light-mode {
  --current-theme-color: #F8F9FA;
  color-scheme: light;
}

/* Safari-specific theme transition */
@supports (-webkit-appearance: none) {
  body.browser-dark-mode,
  body.browser-light-mode {
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}

/* iOS Safari status bar theming */
@supports (-webkit-touch-callout: none) {
  /* iOS Safari specific styles */
  body.browser-dark-mode {
    background-color: var(--theme-color-dark);
  }
  
  body.browser-light-mode {
    background-color: var(--theme-color-light);
  }
}

/* Ensure smooth theme transitions on Safari */
.safari body,
.ios body {
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#__next .file\:mr-4::file-selector-button {
  margin-right: 1rem;
}
#__next .file\:rounded-md::file-selector-button {
  border-radius: 0.375rem;
}
#__next .file\:border-0::file-selector-button {
  border-width: 0px;
}
#__next .file\:bg-purple-600::file-selector-button {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
#__next .file\:px-4::file-selector-button {
  padding-left: 1rem;
  padding-right: 1rem;
}
#__next .file\:py-2::file-selector-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#__next .file\:text-white::file-selector-button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#__next .before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
#__next .before\:inset-\[-1px\]::before {
  content: var(--tw-content);
  inset: -1px;
}
#__next .before\:mr-2::before {
  content: var(--tw-content);
  margin-right: 0.5rem;
}
#__next .before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}
#__next .before\:bg-gradient-to-r::before {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
#__next .before\:from-\[\#FF5C97\]::before {
  content: var(--tw-content);
  --tw-gradient-from: #FF5C97 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 92 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
#__next .before\:to-\[\#FF9F4A\]::before {
  content: var(--tw-content);
  --tw-gradient-to: #FF9F4A var(--tw-gradient-to-position);
}
#__next .before\:text-\[\#f37a6b\]::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(243 122 107 / var(--tw-text-opacity, 1));
}
#__next .before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
#__next .before\:content-\[\'\>\'\]::before {
  --tw-content: '>';
  content: var(--tw-content);
}
#__next .after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
#__next .after\:bottom-\[-3px\]::after {
  content: var(--tw-content);
  bottom: -3px;
}
#__next .after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
#__next .after\:mt-\[clamp\(4px\2c 0\.8vw\2c 8px\)\]::after {
  content: var(--tw-content);
  margin-top: clamp(4px,0.8vw,8px);
}
#__next .after\:block::after {
  content: var(--tw-content);
  display: block;
}
#__next .after\:h-\[2px\]::after {
  content: var(--tw-content);
  height: 2px;
}
#__next .after\:h-\[3px\]::after {
  content: var(--tw-content);
  height: 3px;
}
#__next .after\:w-\[clamp\(8\%\2c 3vw\2c 15\%\)\]::after {
  content: var(--tw-content);
  width: clamp(8%,3vw,15%);
}
#__next .after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
#__next .after\:bg-\[\#f37a6b\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(243 122 107 / var(--tw-bg-opacity, 1));
}
#__next .after\:bg-gradient-to-r::after {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
#__next .after\:from-\[\#9500ff\]::after {
  content: var(--tw-content);
  --tw-gradient-from: #9500ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
#__next .after\:to-\[\#b347d9\]::after {
  content: var(--tw-content);
  --tw-gradient-to: #b347d9 var(--tw-gradient-to-position);
}
#__next .after\:content-\[\"\"\]::after {
  --tw-content: "";
  content: var(--tw-content);
}
#__next .after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
#__next .hover\:w-\[180px\]:hover {
  width: 180px;
}
#__next .hover\:-translate-x-1:hover {
  --tw-translate-x: -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));
}
#__next .hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#__next .hover\:\!scale-125:hover {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
  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)) !important;
}
#__next .hover\:\!scale-\[1\.03\]:hover {
  --tw-scale-x: 1.03 !important;
  --tw-scale-y: 1.03 !important;
  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)) !important;
}
#__next .hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#__next .hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#__next .hover\:scale-\[1\.01\]:hover {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#__next .hover\:scale-\[1\.03\]:hover {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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));
}
#__next .hover\:justify-center:hover {
  justify-content: center;
}
#__next .hover\:border-pink-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
#__next .hover\:\!bg-\[rgba\(155\2c 119\2c 216\2c 0\.1\)\]:hover {
  background-color: rgba(155,119,216,0.1) !important;
}
#__next .hover\:\!bg-\[rgba\(155\2c 119\2c 216\2c 0\.3\)\]:hover {
  background-color: rgba(155,119,216,0.3) !important;
}
#__next .hover\:bg-\[\#3a3a3a\]\/30:hover {
  background-color: rgb(58 58 58 / 0.3);
}
#__next .hover\:bg-\[\#FF9F4A\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 159 74 / var(--tw-bg-opacity, 1));
}
#__next .hover\:bg-\[\#f37a6b\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 122 107 / var(--tw-bg-opacity, 1));
}
#__next .hover\:bg-\[\#f9f9f9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}
#__next .hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
#__next .hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
#__next .hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}
#__next .hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
#__next .hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}
#__next .hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}
#__next .hover\:\!text-\[\#f37b6b\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(243 123 107 / var(--tw-text-opacity, 1)) !important;
}
#__next .hover\:\!text-gray-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1)) !important;
}
#__next .hover\:text-\[\#d87775\]:hover {
  --tw-text-opacity: 1;
  color: rgb(216 119 117 / var(--tw-text-opacity, 1));
}
#__next .hover\:text-\[\#f37a6b\]:hover {
  --tw-text-opacity: 1;
  color: rgb(243 122 107 / var(--tw-text-opacity, 1));
}
#__next .hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#__next .hover\:underline:hover {
  text-decoration-line: underline;
}
#__next .hover\:opacity-90:hover {
  opacity: 0.9;
}
#__next .hover\:\!shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
#__next .hover\:shadow-\[0_2px_2px_2px_\#9747FF\]:hover {
  --tw-shadow: 0 2px 2px 2px #9747FF;
  --tw-shadow-colored: 0 2px 2px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#__next .hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#__next .hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#__next .hover\:brightness-105:hover {
  --tw-brightness: brightness(1.05);
  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);
}
#__next .hover\:file\:bg-purple-700::file-selector-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}
#__next .hover\:before\:from-\[\#FF9F4A\]:hover::before {
  content: var(--tw-content);
  --tw-gradient-from: #FF9F4A var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 159 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
#__next .hover\:before\:to-\[\#FF5C97\]:hover::before {
  content: var(--tw-content);
  --tw-gradient-to: #FF5C97 var(--tw-gradient-to-position);
}
#__next .focus\:border-transparent:focus {
  border-color: transparent;
}
#__next .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#__next .focus\:ring-2: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(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);
}
#__next .focus\:ring-\[\#F37A6B\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 122 107 / var(--tw-ring-opacity, 1));
}
#__next .focus\:ring-\[\#FF0000\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 0 0 / var(--tw-ring-opacity, 1));
}
#__next .focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
#__next .focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}
#__next .focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
#__next .focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent;
}
#__next .active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#__next .active\:scale-\[0\.98\]:active {
  --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));
}
#__next .disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
#__next .disabled\:bg-gray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
#__next :is(.group:hover .group-hover\:inline) {
  display: inline;
}
@media (max-width: 1024px) {

  #__next .max-\[1024px\]\:\!left-\[clamp\(5\%\2c 35vw\2c 35\%\)\] {
    left: clamp(5%,35vw,35%) !important;
  }

  #__next .max-\[1024px\]\:left-\[clamp\(5\%\2c 15vw\2c 18\%\)\] {
    left: clamp(5%,15vw,18%);
  }

  #__next .max-\[1024px\]\:left-\[clamp\(5\%\2c 35vw\2c 35\%\)\] {
    left: clamp(5%,35vw,35%);
  }

  #__next .max-\[1024px\]\:h-\[clamp\(38vh\2c 50vw\2c 60vh\)\] {
    height: clamp(38vh,50vw,60vh);
  }

  #__next .max-\[1024px\]\:\!min-h-\[clamp\(38vh\2c 50vw\2c 55vh\)\] {
    min-height: clamp(38vh,50vw,55vh) !important;
  }

  #__next .max-\[1024px\]\:\!w-\[clamp\(50\%\2c 65vw\2c 75\%\)\] {
    width: clamp(50%,65vw,75%) !important;
  }

  #__next .max-\[1024px\]\:w-\[92\%\] {
    width: 92%;
  }

  #__next .max-\[1024px\]\:w-\[95\%\] {
    width: 95%;
  }

  #__next .max-\[1024px\]\:w-\[clamp\(50\%\2c 65vw\2c 75\%\)\] {
    width: clamp(50%,65vw,75%);
  }

  #__next .max-\[1024px\]\:p-\[0_clamp\(10px\2c 1\.8vw\2c 14px\)_clamp\(0\.5rem\2c 1vw\2c 0\.8rem\)\] {
    padding: 0 clamp(10px,1.8vw,14px) clamp(0.5rem,1vw,0.8rem);
  }

  #__next .max-\[1024px\]\:text-\[clamp\(12px\2c 1\.8vw\2c 15px\)\] {
    font-size: clamp(12px,1.8vw,15px);
  }

  #__next .max-\[1024px\]\:text-\[clamp\(17px\2c 2\.5vw\2c 24px\)\] {
    font-size: clamp(17px,2.5vw,24px);
  }
}
@media not all and (min-width: 768px) {

  #__next .max-md\:\!bottom-0 {
    bottom: 0px !important;
  }

  #__next .max-md\:\!left-\[clamp\(5\%\2c 45vw\2c 45\%\)\] {
    left: clamp(5%,45vw,45%) !important;
  }

  #__next .max-md\:\!right-\[5\%\] {
    right: 5% !important;
  }

  #__next .max-md\:bottom-auto {
    bottom: auto;
  }

  #__next .max-md\:left-0 {
    left: 0px;
  }

  #__next .max-md\:left-\[clamp\(5\%\2c 45vw\2c 45\%\)\] {
    left: clamp(5%,45vw,45%);
  }

  #__next .max-md\:right-\[5\%\] {
    right: 5%;
  }

  #__next .max-md\:top-\[clamp\(40\%\2c 60vw\2c 40\%\)\] {
    top: clamp(40%,60vw,40%);
  }

  #__next .max-md\:top-\[clamp\(55\%\2c 70vw\2c 53\%\)\] {
    top: clamp(55%,70vw,53%);
  }

  #__next .max-md\:\!order-1 {
    order: 1 !important;
  }

  #__next .max-md\:\!order-2 {
    order: 2 !important;
  }

  #__next .max-md\:\!mb-\[1rem\] {
    margin-bottom: 1rem !important;
  }

  #__next .max-md\:\!ml-\[7\.5\%\] {
    margin-left: 7.5% !important;
  }

  #__next .max-md\:\!mr-0 {
    margin-right: 0px !important;
  }

  #__next .max-md\:\!mt-0 {
    margin-top: 0px !important;
  }

  #__next .max-md\:\!mt-\[-10vh\] {
    margin-top: -10vh !important;
  }

  #__next .max-md\:\!mt-\[80px\] {
    margin-top: 80px !important;
  }

  #__next .max-md\:\!mt-\[clamp\(0\.8rem\2c 1\.5vw\2c 1rem\)\] {
    margin-top: clamp(0.8rem,1.5vw,1rem) !important;
  }

  #__next .max-md\:\!mt-\[clamp\(16\%\2c 18vw\2c 20\%\)\] {
    margin-top: clamp(16%,18vw,20%) !important;
  }

  #__next .max-md\:\!mt-\[clamp\(24\%\2c 26vw\2c 28\%\)\] {
    margin-top: clamp(24%,26vw,28%) !important;
  }

  #__next .max-md\:\!mt-\[clamp\(25\%\2c 28vw\2c 30\%\)\] {
    margin-top: clamp(25%,28vw,30%) !important;
  }

  #__next .max-md\:\!mt-\[clamp\(8\%\2c 10vw\2c 12\%\)\] {
    margin-top: clamp(8%,10vw,12%) !important;
  }

  #__next .max-md\:\!hidden {
    display: none !important;
  }

  #__next .max-md\:\!h-\[20px\] {
    height: 20px !important;
  }

  #__next .max-md\:\!h-\[95vh\] {
    height: 95vh !important;
  }

  #__next .max-md\:\!h-\[clamp\(45vh\2c 55vw\2c 50vh\)\] {
    height: clamp(45vh,55vw,50vh) !important;
  }

  #__next .max-md\:h-\[100\%\] {
    height: 100%;
  }

  #__next .max-md\:h-\[60vh\] {
    height: 60vh;
  }

  #__next .max-md\:h-\[clamp\(45\%\2c 55vw\2c 60\%\)\] {
    height: clamp(45%,55vw,60%);
  }

  #__next .max-md\:h-\[clamp\(70\%\2c 80vw\2c 85\%\)\] {
    height: clamp(70%,80vw,85%);
  }

  #__next .max-md\:\!w-\[200px\] {
    width: 200px !important;
  }

  #__next .max-md\:\!w-\[20px\] {
    width: 20px !important;
  }

  #__next .max-md\:\!w-\[60\%\] {
    width: 60% !important;
  }

  #__next .max-md\:\!w-\[85\%\] {
    width: 85% !important;
  }

  #__next .max-md\:\!w-\[90\%\] {
    width: 90% !important;
  }

  #__next .max-md\:\!w-\[95\%\] {
    width: 95% !important;
  }

  #__next .max-md\:\!w-\[clamp\(40\%\2c 55vw\2c 55\%\)\] {
    width: clamp(40%,55vw,55%) !important;
  }

  #__next .max-md\:\!w-full {
    width: 100% !important;
  }

  #__next .max-md\:w-\[90\%\] {
    width: 90%;
  }

  #__next .max-md\:w-\[98\%\] {
    width: 98%;
  }

  #__next .max-md\:w-\[clamp\(40\%\2c 55vw\2c 55\%\)\] {
    width: clamp(40%,55vw,55%);
  }

  #__next .max-md\:\!max-w-\[450px\] {
    max-width: 450px !important;
  }

  #__next .max-md\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  #__next .max-md\:\!flex-col {
    flex-direction: column !important;
  }

  #__next .max-md\:\!items-center {
    align-items: center !important;
  }

  #__next .max-md\:\!justify-start {
    justify-content: flex-start !important;
  }

  #__next .max-md\:\!gap-6 {
    gap: 1.5rem !important;
  }

  #__next .max-md\:\!gap-\[2rem\] {
    gap: 2rem !important;
  }

  #__next .max-md\:\!gap-\[clamp\(0\2c 0\.5vw\2c 0rem\)\] {
    gap: clamp(0,0.5vw,0rem) !important;
  }

  #__next .max-md\:\!self-start {
    align-self: flex-start !important;
  }

  #__next .max-md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  #__next .max-md\:object-\[75\%_center\] {
    -o-object-position: 75% center;
       object-position: 75% center;
  }

  #__next .max-md\:\!p-0 {
    padding: 0px !important;
  }

  #__next .max-md\:p-\[0_clamp\(0\.6rem\2c 1\.2vw\2c 0\.8rem\)_clamp\(1rem\2c 2vw\2c 1\.5rem\)\] {
    padding: 0 clamp(0.6rem,1.2vw,0.8rem) clamp(1rem,2vw,1.5rem);
  }

  #__next .max-md\:p-\[0_clamp\(12px\2c 2vw\2c 16px\)_clamp\(0\.6rem\2c 1\.2vw\2c 0\.8rem\)\] {
    padding: 0 clamp(12px,2vw,16px) clamp(0.6rem,1.2vw,0.8rem);
  }

  #__next .max-md\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  #__next .max-md\:\!px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  #__next .max-md\:\!px-\[clamp\(1rem\2c 5vw\2c 1\.25rem\)\] {
    padding-left: clamp(1rem,5vw,1.25rem) !important;
    padding-right: clamp(1rem,5vw,1.25rem) !important;
  }

  #__next .max-md\:\!py-\[clamp\(0\.55rem\2c 1vw\2c 0\.65rem\)\] {
    padding-top: clamp(0.55rem,1vw,0.65rem) !important;
    padding-bottom: clamp(0.55rem,1vw,0.65rem) !important;
  }

  #__next .max-md\:\!pb-8 {
    padding-bottom: 2rem !important;
  }

  #__next .max-md\:pt-0 {
    padding-top: 0px;
  }

  #__next .max-md\:text-left {
    text-align: left;
  }

  #__next .max-md\:\!text-\[clamp\(13\.2px\2c 1\.43vw\2c 14\.3px\)\] {
    font-size: clamp(13.2px,1.43vw,14.3px) !important;
  }

  #__next .max-md\:\!text-\[clamp\(15\.7px\2c 3\.15vw\2c 17\.2px\)\] {
    font-size: clamp(15.7px,3.15vw,17.2px) !important;
  }

  #__next .max-md\:\!text-\[clamp\(25\.3px\2c 5\.4vw\2c 28\.6px\)\] {
    font-size: clamp(25.3px,5.4vw,28.6px) !important;
  }

  #__next .max-md\:text-\[clamp\(12px\2c 2\.5vw\2c 16px\)\] {
    font-size: clamp(12px,2.5vw,16px);
  }

  #__next .max-md\:text-\[clamp\(14px\2c 2\.5vw\2c 18px\)\] {
    font-size: clamp(14px,2.5vw,18px);
  }

  #__next .max-md\:text-\[clamp\(18px\2c 4vw\2c 22px\)\] {
    font-size: clamp(18px,4vw,22px);
  }

  #__next .max-md\:\!leading-\[clamp\(24\.3px\2c 4vw\2c 25\.7px\)\] {
    line-height: clamp(24.3px,4vw,25.7px) !important;
  }

  #__next .max-md\:\!leading-\[clamp\(34\.1px\2c 6\.4vw\2c 39\.6px\)\] {
    line-height: clamp(34.1px,6.4vw,39.6px) !important;
  }

  #__next .max-md\:leading-\[clamp\(1\.6rem\2c 2\.5vw\2c 1\.9rem\)\] {
    line-height: clamp(1.6rem,2.5vw,1.9rem);
  }

  #__next .max-md\:after\:w-\[18\%\]::after {
    content: var(--tw-content);
    width: 18%;
  }
}
@media (max-width: 768px) {

  #__next .max-\[768px\]\:mb-0 {
    margin-bottom: 0px;
  }

  #__next .max-\[768px\]\:grid {
    display: grid;
  }

  #__next .max-\[768px\]\:hidden {
    display: none;
  }

  #__next .max-\[768px\]\:h-\[20vh\] {
    height: 20vh;
  }

  #__next .max-\[768px\]\:w-\[25vw\] {
    width: 25vw;
  }

  #__next .max-\[768px\]\:w-\[60\%\] {
    width: 60%;
  }

  #__next .max-\[768px\]\:w-\[95\%\] {
    width: 95%;
  }

  #__next .max-\[768px\]\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #__next .max-\[768px\]\:justify-center {
    justify-content: center;
  }

  #__next .max-\[768px\]\:gap-4 {
    gap: 1rem;
  }

  #__next .max-\[768px\]\:gap-\[3vh\] {
    gap: 3vh;
  }

  #__next .max-\[768px\]\:\!text-\[clamp\(0\.875rem\2c 4vw\2c 1\.125rem\)\] {
    font-size: clamp(0.875rem,4vw,1.125rem) !important;
  }

  #__next .max-\[768px\]\:\!text-\[clamp\(1\.14rem\2c 5\.2vw\2c 1\.46rem\)\] {
    font-size: clamp(1.14rem,5.2vw,1.46rem) !important;
  }

  #__next .max-\[768px\]\:\!text-\[clamp\(1\.25rem\2c 5vw\2c 1\.5rem\)\] {
    font-size: clamp(1.25rem,5vw,1.5rem) !important;
  }

  #__next .max-\[768px\]\:\!text-\[clamp\(1\.25rem\2c 6vw\2c 1\.5rem\)\] {
    font-size: clamp(1.25rem,6vw,1.5rem) !important;
  }

  #__next .max-\[768px\]\:\!text-\[clamp\(1\.63rem\2c 6\.5vw\2c 1\.95rem\)\] {
    font-size: clamp(1.63rem,6.5vw,1.95rem) !important;
  }

  #__next .max-\[768px\]\:text-\[0\.8rem\] {
    font-size: 0.8rem;
  }

  #__next .max-\[768px\]\:text-\[clamp\(0\.875rem\2c 4vw\2c 1\.125rem\)\] {
    font-size: clamp(0.875rem,4vw,1.125rem);
  }

  #__next .max-\[768px\]\:text-\[clamp\(1\.25rem\2c 5vw\2c 1\.5rem\)\] {
    font-size: clamp(1.25rem,5vw,1.5rem);
  }

  #__next .max-\[768px\]\:\!leading-\[clamp\(1\.8rem\2c 8vw\2c 2\.3rem\)\] {
    line-height: clamp(1.8rem,8vw,2.3rem) !important;
  }

  #__next .max-\[768px\]\:\!leading-\[clamp\(2\.2rem\2c 8\.5vw\2c 2\.6rem\)\] {
    line-height: clamp(2.2rem,8.5vw,2.6rem) !important;
  }
}
@media (max-width: 767px) {

  #__next .max-\[767px\]\:p-\[clamp\(1\.5rem\2c 2vw\2c 2rem\)_clamp\(0\.8rem\2c 1vw\2c 1rem\)\] {
    padding: clamp(1.5rem,2vw,2rem) clamp(0.8rem,1vw,1rem);
  }
}
@media not all and (min-width: 480px) {

  #__next .max-sm\:\!left-\[clamp\(5\%\2c 30vw\2c 30\%\)\] {
    left: clamp(5%,30vw,30%) !important;
  }

  #__next .max-sm\:\!right-\[2\%\] {
    right: 2% !important;
  }

  #__next .max-sm\:left-\[clamp\(5\%\2c 30vw\2c 30\%\)\] {
    left: clamp(5%,30vw,30%);
  }

  #__next .max-sm\:right-\[2\%\] {
    right: 2%;
  }

  #__next .max-sm\:\!mt-\[70px\] {
    margin-top: 70px !important;
  }

  #__next .max-sm\:h-\[clamp\(50\%\2c 50vw\2c 55\%\)\] {
    height: clamp(50%,50vw,55%);
  }

  #__next .max-sm\:\!w-\[clamp\(35\%\2c 85vw\2c 85\%\)\] {
    width: clamp(35%,85vw,85%) !important;
  }

  #__next .max-sm\:w-\[clamp\(35\%\2c 85vw\2c 85\%\)\] {
    width: clamp(35%,85vw,85%);
  }
}
@media (max-width: 480px) {

  #__next .max-\[480px\]\:h-\[15vh\] {
    height: 15vh;
  }

  #__next .max-\[480px\]\:h-\[40\%\] {
    height: 40%;
  }

  #__next .max-\[480px\]\:w-\[60\%\] {
    width: 60%;
  }

  #__next .max-\[480px\]\:w-auto {
    width: auto;
  }

  #__next .max-\[480px\]\:gap-4 {
    gap: 1rem;
  }

  #__next .max-\[480px\]\:gap-\[0\.8rem\] {
    gap: 0.8rem;
  }

  #__next .max-\[480px\]\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  #__next .max-\[480px\]\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #__next .max-\[480px\]\:pt-\[5vh\] {
    padding-top: 5vh;
  }

  #__next .max-\[480px\]\:text-\[0\.7rem\] {
    font-size: 0.7rem;
  }
}
@media (min-width: 480px) {

  #__next .sm\:bottom-8 {
    bottom: 2rem;
  }

  #__next .sm\:left-6 {
    left: 1.5rem;
  }

  #__next .sm\:right-6 {
    right: 1.5rem;
  }

  #__next .sm\:top-24 {
    top: 6rem;
  }

  #__next .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #__next .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  #__next .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  #__next .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  #__next .sm\:ml-\[15px\] {
    margin-left: 15px;
  }

  #__next .sm\:mt-20 {
    margin-top: 5rem;
  }

  #__next .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  #__next .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  #__next .sm\:block {
    display: block;
  }

  #__next .sm\:hidden {
    display: none;
  }

  #__next .sm\:h-7 {
    height: 1.75rem;
  }

  #__next .sm\:h-\[100px\] {
    height: 100px;
  }

  #__next .sm\:h-\[200px\] {
    height: 200px;
  }

  #__next .sm\:h-\[250px\] {
    height: 250px;
  }

  #__next .sm\:h-\[400px\] {
    height: 400px;
  }

  #__next .sm\:h-\[650px\] {
    height: 650px;
  }

  #__next .sm\:\!w-1\/2 {
    width: 50% !important;
  }

  #__next .sm\:w-7 {
    width: 1.75rem;
  }

  #__next .sm\:w-\[100px\] {
    width: 100px;
  }

  #__next .sm\:w-\[85\%\] {
    width: 85%;
  }

  #__next .sm\:w-\[850px\] {
    width: 850px;
  }

  #__next .sm\:w-\[90\%\] {
    width: 90%;
  }

  #__next .sm\:max-w-md {
    max-width: 28rem;
  }

  #__next .sm\:\!grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

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

  #__next .sm\:flex-col {
    flex-direction: column;
  }

  #__next .sm\:gap-2 {
    gap: 0.5rem;
  }

  #__next .sm\:gap-8 {
    gap: 2rem;
  }

  #__next :is(.sm\:space-y-5 > :not([hidden]) ~ :not([hidden])) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  #__next .sm\:rounded-2xl {
    border-radius: 1rem;
  }

  #__next .sm\:rounded-\[30px\] {
    border-radius: 30px;
  }

  #__next .sm\:border-t-0 {
    border-top-width: 0px;
  }

  #__next .sm\:p-8 {
    padding: 2rem;
  }

  #__next .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #__next .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #__next .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #__next .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #__next .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #__next .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #__next .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #__next .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #__next .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #__next .sm\:pb-0 {
    padding-bottom: 0px;
  }

  #__next .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  #__next .sm\:pl-\[9px\] {
    padding-left: 9px;
  }

  #__next .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  #__next .sm\:pt-8 {
    padding-top: 2rem;
  }

  #__next .sm\:text-left {
    text-align: left;
  }

  #__next .sm\:text-2xl {
    font-size: clamp(20px, 1.8vw, 24px);
  }

  #__next .sm\:text-sm {
    font-size: clamp(12px, 1vw, 14px);
  }

  #__next .sm\:text-xl {
    font-size: clamp(18px, 1.6vw, 20px);
  }

  #__next .sm\:text-xs {
    font-size: clamp(10px, 0.8vw, 12px);
  }
}
@media (min-width: 768px) {

  #__next .md\:bottom-10 {
    bottom: 2.5rem;
  }

  #__next .md\:left-8 {
    left: 2rem;
  }

  #__next .md\:right-8 {
    right: 2rem;
  }

  #__next .md\:top-28 {
    top: 7rem;
  }

  #__next .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  #__next .md\:my-\[4vh\] {
    margin-top: 4vh;
    margin-bottom: 4vh;
  }

  #__next .md\:\!ml-\[18\%\] {
    margin-left: 18% !important;
  }

  #__next .md\:\!mt-\[clamp\(0\.4rem\2c 0\.8vw\2c 0\.8rem\)\] {
    margin-top: clamp(0.4rem,0.8vw,0.8rem) !important;
  }

  #__next .md\:\!mt-\[clamp\(1\.5rem\2c 3vw\2c 2rem\)\] {
    margin-top: clamp(1.5rem,3vw,2rem) !important;
  }

  #__next .md\:\!mt-\[clamp\(12\%\2c 15vw\2c 18\%\)\] {
    margin-top: clamp(12%,15vw,18%) !important;
  }

  #__next .md\:\!mt-\[clamp\(20\%\2c 23vw\2c 26\%\)\] {
    margin-top: clamp(20%,23vw,26%) !important;
  }

  #__next .md\:\!mt-\[clamp\(24\%\2c 27vw\2c 30\%\)\] {
    margin-top: clamp(24%,27vw,30%) !important;
  }

  #__next .md\:\!mt-\[clamp\(28\%\2c 31vw\2c 34\%\)\] {
    margin-top: clamp(28%,31vw,34%) !important;
  }

  #__next .md\:mb-0 {
    margin-bottom: 0px;
  }

  #__next .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  #__next .md\:mb-\[25px\] {
    margin-bottom: 25px;
  }

  #__next .md\:mb-\[2vh\] {
    margin-bottom: 2vh;
  }

  #__next .md\:ml-\[15px\] {
    margin-left: 15px;
  }

  #__next .md\:mr-\[10px\] {
    margin-right: 10px;
  }

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

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

  #__next .md\:mt-\[25px\] {
    margin-top: 25px;
  }

  #__next .md\:mt-\[3vh\] {
    margin-top: 3vh;
  }

  #__next .md\:mt-\[4vh\] {
    margin-top: 4vh;
  }

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

  #__next .md\:h-\[30vh\] {
    height: 30vh;
  }

  #__next .md\:h-\[35vh\] {
    height: 35vh;
  }

  #__next .md\:h-\[400px\] {
    height: 400px;
  }

  #__next .md\:h-\[600px\] {
    height: 600px;
  }

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

  #__next .md\:\!w-1\/3 {
    width: 33.333333% !important;
  }

  #__next .md\:\!w-\[100\%\] {
    width: 100% !important;
  }

  #__next .md\:\!w-\[44\%\] {
    width: 44% !important;
  }

  #__next .md\:\!w-\[45\%\] {
    width: 45% !important;
  }

  #__next .md\:\!w-\[50\%\] {
    width: 50% !important;
  }

  #__next .md\:\!w-\[80\%\] {
    width: 80% !important;
  }

  #__next .md\:\!w-\[85\%\] {
    width: 85% !important;
  }

  #__next .md\:w-1\/2 {
    width: 50%;
  }

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

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

  #__next .md\:w-\[50vh\] {
    width: 50vh;
  }

  #__next .md\:w-\[75\%\] {
    width: 75%;
  }

  #__next .md\:w-\[85\%\] {
    width: 85%;
  }

  #__next .md\:w-\[850px\] {
    width: 850px;
  }

  #__next .md\:w-\[90\%\] {
    width: 90%;
  }

  #__next .md\:w-\[95\%\] {
    width: 95%;
  }

  #__next .md\:w-\[clamp\(60px\2c 3vw\2c 150px\)\] {
    width: clamp(60px,3vw,150px);
  }

  #__next .md\:w-auto {
    width: auto;
  }

  #__next .md\:w-full {
    width: 100%;
  }

  #__next .md\:\!max-w-\[1200px\] {
    max-width: 1200px !important;
  }

  #__next .md\:\!max-w-\[400px\] {
    max-width: 400px !important;
  }

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

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

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

  #__next .md\:\!flex-row {
    flex-direction: row !important;
  }

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

  #__next .md\:justify-end {
    justify-content: flex-end;
  }

  #__next .md\:\!gap-\[clamp\(1\.8rem\2c 2\.2vw\2c 2\.4rem\)\] {
    gap: clamp(1.8rem,2.2vw,2.4rem) !important;
  }

  #__next .md\:gap-0 {
    gap: 0px;
  }

  #__next .md\:gap-10 {
    gap: 2.5rem;
  }

  #__next .md\:gap-6 {
    gap: 1.5rem;
  }

  #__next .md\:gap-\[2vh\] {
    gap: 2vh;
  }

  #__next .md\:border-l {
    border-left-width: 1px;
  }

  #__next .md\:border-t-0 {
    border-top-width: 0px;
  }

  #__next .md\:border-\[\#7700E9\]\/60 {
    border-color: rgb(119 0 233 / 0.6);
  }

  #__next .md\:p-16 {
    padding: 4rem;
  }

  #__next .md\:\!px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  #__next .md\:\!py-\[clamp\(0\.65rem\2c 1\.1vw\2c 0\.75rem\)\] {
    padding-top: clamp(0.65rem,1.1vw,0.75rem) !important;
    padding-bottom: clamp(0.65rem,1.1vw,0.75rem) !important;
  }

  #__next .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  #__next .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #__next .md\:px-\[2vw\] {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  #__next .md\:px-\[5vh\] {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  #__next .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #__next .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #__next .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #__next .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #__next .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #__next .md\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #__next .md\:py-\[2vw\] {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  #__next .md\:pb-\[0vh\] {
    padding-bottom: 0vh;
  }

  #__next .md\:pb-\[5vh\] {
    padding-bottom: 5vh;
  }

  #__next .md\:pb-\[6vh\] {
    padding-bottom: 6vh;
  }

  #__next .md\:pt-0 {
    padding-top: 0px;
  }

  #__next .md\:pt-10 {
    padding-top: 2.5rem;
  }

  #__next .md\:pt-\[3vh\] {
    padding-top: 3vh;
  }

  #__next .md\:pt-\[5vh\] {
    padding-top: 5vh;
  }

  #__next .md\:pt-\[6vh\] {
    padding-top: 6vh;
  }

  #__next .md\:\!text-\[clamp\(13px\2c 1\.3vw\2c 14px\)\] {
    font-size: clamp(13px,1.3vw,14px) !important;
  }

  #__next .md\:\!text-\[clamp\(15\.6px\2c 2\.08vw\2c 18\.2px\)\] {
    font-size: clamp(15.6px,2.08vw,18.2px) !important;
  }

  #__next .md\:\!text-\[clamp\(18px\2c 2\.5vw\2c 20px\)\] {
    font-size: clamp(18px,2.5vw,20px) !important;
  }

  #__next .md\:\!text-\[clamp\(25px\2c 3\.6vw\2c 29px\)\] {
    font-size: clamp(25px,3.6vw,29px) !important;
  }

  #__next .md\:\!text-\[clamp\(28px\2c 4\.5vw\2c 32px\)\] {
    font-size: clamp(28px,4.5vw,32px) !important;
  }

  #__next .md\:text-2xl {
    font-size: clamp(20px, 1.8vw, 24px);
  }

  #__next .md\:text-3xl {
    font-size: clamp(24px, 2vw, 30px);
  }

  #__next .md\:text-\[clamp\(0\.7rem\2c 0\.75vw\2c 1\.875rem\)\] {
    font-size: clamp(0.7rem,0.75vw,1.875rem);
  }

  #__next .md\:text-base {
    font-size: clamp(14px, 1.2vw, 16px);
  }

  #__next .md\:text-lg {
    font-size: clamp(16px, 1.4vw, 18px);
  }

  #__next .md\:text-xl {
    font-size: clamp(18px, 1.6vw, 20px);
  }

  #__next .md\:\!leading-\[clamp\(24\.7px\2c 2\.86vw\2c 28\.6px\)\] {
    line-height: clamp(24.7px,2.86vw,28.6px) !important;
  }

  #__next .md\:\!leading-\[clamp\(28px\2c 3\.3vw\2c 32px\)\] {
    line-height: clamp(28px,3.3vw,32px) !important;
  }

  #__next .md\:\!leading-\[clamp\(34px\2c 4\.5vw\2c 39px\)\] {
    line-height: clamp(34px,4.5vw,39px) !important;
  }

  #__next .md\:\!leading-\[clamp\(36px\2c 5\.5vw\2c 42px\)\] {
    line-height: clamp(36px,5.5vw,42px) !important;
  }
}
@media (min-width: 1024px) {

  #__next .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  #__next .lg\:\!ml-\[20\%\] {
    margin-left: 20% !important;
  }

  #__next .lg\:\!mt-\[clamp\(10\%\2c 13vw\2c 16\%\)\] {
    margin-top: clamp(10%,13vw,16%) !important;
  }

  #__next .lg\:\!mt-\[clamp\(18\%\2c 21vw\2c 24\%\)\] {
    margin-top: clamp(18%,21vw,24%) !important;
  }

  #__next .lg\:\!mt-\[clamp\(22\%\2c 25vw\2c 28\%\)\] {
    margin-top: clamp(22%,25vw,28%) !important;
  }

  #__next .lg\:\!mt-\[clamp\(26\%\2c 29vw\2c 32\%\)\] {
    margin-top: clamp(26%,29vw,32%) !important;
  }

  #__next .lg\:h-\[45vh\] {
    height: 45vh;
  }

  #__next .lg\:\!w-1\/4 {
    width: 25% !important;
  }

  #__next .lg\:\!w-\[42\%\] {
    width: 42% !important;
  }

  #__next .lg\:\!w-\[75\%\] {
    width: 75% !important;
  }

  #__next .lg\:w-1\/4 {
    width: 25%;
  }

  #__next .lg\:w-3\/4 {
    width: 75%;
  }

  #__next .lg\:w-\[100\%\] {
    width: 100%;
  }

  #__next .lg\:w-\[45vh\] {
    width: 45vh;
  }

  #__next .lg\:w-\[85\%\] {
    width: 85%;
  }

  #__next .lg\:w-\[95\%\] {
    width: 95%;
  }

  #__next .lg\:w-auto {
    width: auto;
  }

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

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

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

  #__next .lg\:gap-0 {
    gap: 0px;
  }

  #__next .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #__next .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #__next .lg\:pt-\[6vh\] {
    padding-top: 6vh;
  }

  #__next .lg\:\!text-\[clamp\(15\.6px\2c 2\.34vw\2c 18\.2px\)\] {
    font-size: clamp(15.6px,2.34vw,18.2px) !important;
  }

  #__next .lg\:\!text-\[clamp\(18px\2c 2\.8vw\2c 20px\)\] {
    font-size: clamp(18px,2.8vw,20px) !important;
  }

  #__next .lg\:\!text-\[clamp\(29px\2c 4\.2vw\2c 34px\)\] {
    font-size: clamp(29px,4.2vw,34px) !important;
  }

  #__next .lg\:\!text-\[clamp\(32px\2c 5vw\2c 38px\)\] {
    font-size: clamp(32px,5vw,38px) !important;
  }

  #__next .lg\:\!leading-\[clamp\(23\.4px\2c 3\.12vw\2c 27\.3px\)\] {
    line-height: clamp(23.4px,3.12vw,27.3px) !important;
  }

  #__next .lg\:\!leading-\[clamp\(26px\2c 3\.6vw\2c 30px\)\] {
    line-height: clamp(26px,3.6vw,30px) !important;
  }

  #__next .lg\:\!leading-\[clamp\(36px\2c 4\.9vw\2c 44px\)\] {
    line-height: clamp(36px,4.9vw,44px) !important;
  }

  #__next .lg\:\!leading-\[clamp\(40px\2c 6vw\2c 48px\)\] {
    line-height: clamp(40px,6vw,48px) !important;
  }
}
@media (min-width: 1280px) {

  #__next .xl\:\!ml-\[22\%\] {
    margin-left: 22% !important;
  }

  #__next .xl\:\!mt-\[clamp\(17\%\2c 20vw\2c 22\%\)\] {
    margin-top: clamp(17%,20vw,22%) !important;
  }

  #__next .xl\:\!mt-\[clamp\(21\%\2c 24vw\2c 26\%\)\] {
    margin-top: clamp(21%,24vw,26%) !important;
  }

  #__next .xl\:\!mt-\[clamp\(25\%\2c 28vw\2c 30\%\)\] {
    margin-top: clamp(25%,28vw,30%) !important;
  }

  #__next .xl\:\!mt-\[clamp\(9\%\2c 12vw\2c 14\%\)\] {
    margin-top: clamp(9%,12vw,14%) !important;
  }

  #__next .xl\:\!w-\[40\%\] {
    width: 40% !important;
  }

  #__next .xl\:\!w-\[70\%\] {
    width: 70% !important;
  }

  #__next .xl\:gap-\[2\.5vw\] {
    gap: 2.5vw;
  }

  #__next .xl\:\!px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  #__next .xl\:\!py-\[clamp\(0\.7rem\2c 1\.2vw\2c 0\.8rem\)\] {
    padding-top: clamp(0.7rem,1.2vw,0.8rem) !important;
    padding-bottom: clamp(0.7rem,1.2vw,0.8rem) !important;
  }

  #__next .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #__next .xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  #__next .xl\:\!text-\[clamp\(14px\2c 1\.25vw\2c 16px\)\] {
    font-size: clamp(14px,1.25vw,16px) !important;
  }

  #__next .xl\:\!text-\[clamp\(16\.9px\2c 2\.08vw\2c 19\.5px\)\] {
    font-size: clamp(16.9px,2.08vw,19.5px) !important;
  }

  #__next .xl\:\!text-\[clamp\(20px\2c 2\.4vw\2c 22px\)\] {
    font-size: clamp(20px,2.4vw,22px) !important;
  }

  #__next .xl\:\!text-\[clamp\(31px\2c 3\.6vw\2c 36px\)\] {
    font-size: clamp(31px,3.6vw,36px) !important;
  }

  #__next .xl\:\!text-\[clamp\(36px\2c 4\.5vw\2c 42px\)\] {
    font-size: clamp(36px,4.5vw,42px) !important;
  }

  #__next .xl\:\!leading-\[clamp\(27\.3px\2c 2\.73vw\2c 31\.2px\)\] {
    line-height: clamp(27.3px,2.73vw,31.2px) !important;
  }

  #__next .xl\:\!leading-\[clamp\(30px\2c 3\.2vw\2c 34px\)\] {
    line-height: clamp(30px,3.2vw,34px) !important;
  }

  #__next .xl\:\!leading-\[clamp\(42px\2c 4\.4vw\2c 49px\)\] {
    line-height: clamp(42px,4.4vw,49px) !important;
  }

  #__next .xl\:\!leading-\[clamp\(46px\2c 5\.2vw\2c 54px\)\] {
    line-height: clamp(46px,5.2vw,54px) !important;
  }
}
@media (min-width: 1440px) {

  #__next .\32xl\:gap-\[2\.5vw\] {
    gap: 2.5vw;
  }

  #__next .\32xl\:\!text-\[clamp\(18\.2px\2c 1\.95vw\2c 19\.5px\)\] {
    font-size: clamp(18.2px,1.95vw,19.5px) !important;
  }

  #__next .\32xl\:\!text-\[clamp\(20px\2c 2\.2vw\2c 22px\)\] {
    font-size: clamp(20px,2.2vw,22px) !important;
  }

  #__next .\32xl\:\!text-\[clamp\(36px\2c 3\.4vw\2c 42px\)\] {
    font-size: clamp(36px,3.4vw,42px) !important;
  }

  #__next .\32xl\:\!text-\[clamp\(42px\2c 4vw\2c 48px\)\] {
    font-size: clamp(42px,4vw,48px) !important;
  }

  #__next .\32xl\:\!leading-\[clamp\(28\.6px\2c 2\.6vw\2c 31\.2px\)\] {
    line-height: clamp(28.6px,2.6vw,31.2px) !important;
  }

  #__next .\32xl\:\!leading-\[clamp\(32px\2c 3vw\2c 34px\)\] {
    line-height: clamp(32px,3vw,34px) !important;
  }

  #__next .\32xl\:\!leading-\[clamp\(47px\2c 4\.2vw\2c 55px\)\] {
    line-height: clamp(47px,4.2vw,55px) !important;
  }

  #__next .\32xl\:\!leading-\[clamp\(52px\2c 4\.8vw\2c 60px\)\] {
    line-height: clamp(52px,4.8vw,60px) !important;
  }
}
@media (min-width: 1920px) {

  #__next .\33xl\:\!text-\[clamp\(16\.9px\2c 1\.95vw\2c 19\.5px\)\] {
    font-size: clamp(16.9px,1.95vw,19.5px) !important;
  }

  #__next .\33xl\:\!text-\[clamp\(18px\2c 2\.2vw\2c 22px\)\] {
    font-size: clamp(18px,2.2vw,22px) !important;
  }

  #__next .\33xl\:\!text-\[clamp\(42px\2c 3\.6vw\2c 47px\)\] {
    font-size: clamp(42px,3.6vw,47px) !important;
  }

  #__next .\33xl\:\!text-\[clamp\(48px\2c 4\.2vw\2c 56px\)\] {
    font-size: clamp(48px,4.2vw,56px) !important;
  }

  #__next .\33xl\:\!leading-\[clamp\(31\.2px\2c 2\.6vw\2c 33\.8px\)\] {
    line-height: clamp(31.2px,2.6vw,33.8px) !important;
  }

  #__next .\33xl\:\!leading-\[clamp\(34px\2c 3vw\2c 38px\)\] {
    line-height: clamp(34px,3vw,38px) !important;
  }

  #__next .\33xl\:\!leading-\[clamp\(52px\2c 4\.4vw\2c 60px\)\] {
    line-height: clamp(52px,4.4vw,60px) !important;
  }

  #__next .\33xl\:\!leading-\[clamp\(58px\2c 5vw\2c 68px\)\] {
    line-height: clamp(58px,5vw,68px) !important;
  }
}
#__next .\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
  display: none;
}

.ScreenLoader_loaderContainer__q0MFj {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.ScreenLoader_loader__pIuBt {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: ScreenLoader_spin__ml2fv 1s linear infinite;
}

@keyframes ScreenLoader_spin__ml2fv {
  0% {
    transform: rotate(0deg);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
  }

  50% {
    transform: rotate(180deg);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
  }

  100% {
    transform: rotate(360deg);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
  }
}
