*, ::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.12 | 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] {
  display: none;
}

.container {
  width: 100%;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.-bottom-10 {
  bottom: -2.5rem;
}

.-bottom-3 {
  bottom: -0.75rem;
}

.-left-\[10px\] {
  left: -10px;
}

.-right-4 {
  right: -1rem;
}

.-right-\[10px\] {
  right: -10px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

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

.left-0 {
  left: 0px;
}

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

.left-12 {
  left: 3rem;
}

.left-7 {
  left: 1.75rem;
}

.left-\[-7px\] {
  left: -7px;
}

.left-\[15px\] {
  left: 15px;
}

.right-0 {
  right: 0px;
}

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

.right-2 {
  right: 0.5rem;
}

.right-\[15px\] {
  right: 15px;
}

.top-0 {
  top: 0px;
}

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

.top-10 {
  top: 2.5rem;
}

.top-20 {
  top: 5rem;
}

.top-6 {
  top: 1.5rem;
}

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

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

.z-20 {
  z-index: 20;
}

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

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

.z-\[999\] {
  z-index: 999;
}

.z-\[99\] {
  z-index: 99;
}

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

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

.m-auto {
  margin: auto;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

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

.-mt-4 {
  margin-top: -1rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

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

.mb-20 {
  margin-bottom: 5rem;
}

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

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

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

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

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

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

.ml-20 {
  margin-left: 5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-\[20px\] {
  margin-left: 20px;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-auto {
  margin-right: auto;
}

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

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

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

.mt-28 {
  margin-top: 7rem;
}

.mt-auto {
  margin-top: auto;
}

.\!line-clamp-1 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

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

.line-clamp-7 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.\!h-20 {
  height: 5rem !important;
}

.\!h-\[30px\] {
  height: 30px !important;
}

.\!h-\[inherit\] {
  height: inherit !important;
}

.\!h-full {
  height: 100% !important;
}

.h-11 {
  height: 2.75rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

.h-\[187\] {
  height: 187;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[55\%\] {
  height: 55%;
}

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

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

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

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

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

.h-\[inherit\] {
  height: inherit;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.\!h-\[45px\] {
  height: 45px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-11 {
  width: 2.75rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[100vw\] {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.min-w-5 {
  min-width: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-5 {
  max-width: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-52 {
  gap: 13rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-\[72px\] {
  gap: 72px;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

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

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

.break-words {
  overflow-wrap: break-word;
}

.\!rounded-\[20px\] {
  border-radius: 20px !important;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-\[9px_9px_9px_4px\] {
  border-radius: 9px 9px 9px 4px;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

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

.border-\[0\.3px\] {
  border-width: 0.3px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-\[2px\] {
  border-width: 2px;
}

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

.border-b-2 {
  border-bottom-width: 2px;
}

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

.border-t-2 {
  border-top-width: 2px;
}

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

.border-\[\#292D32\] {
  --tw-border-opacity: 1;
  border-color: rgb(41 45 50 / var(--tw-border-opacity));
}

.border-\[\#58A942\] {
  --tw-border-opacity: 1;
  border-color: rgb(88 169 66 / var(--tw-border-opacity));
}

.border-\[\#CE5347\] {
  --tw-border-opacity: 1;
  border-color: rgb(206 83 71 / var(--tw-border-opacity));
}

.border-\[\#D6A243\] {
  --tw-border-opacity: 1;
  border-color: rgb(214 162 67 / var(--tw-border-opacity));
}

.border-\[\#E7E7E7\] {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}

.border-\[\#EB8EFB\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 142 251 / var(--tw-border-opacity));
}

.border-\[\#EDEDED\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
}

.border-\[\#F0F0F0\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}

.border-\[\#F1F1F1\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}

.border-\[\#ced5de\] {
  --tw-border-opacity: 1;
  border-color: rgb(206 213 222 / var(--tw-border-opacity));
}

.border-\[\#e8ecf3\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 236 243 / var(--tw-border-opacity));
}

.border-\[\#e9edf2\] {
  --tw-border-opacity: 1;
  border-color: rgb(233 237 242 / var(--tw-border-opacity));
}

.border-\[\#e9eef4\] {
  --tw-border-opacity: 1;
  border-color: rgb(233 238 244 / var(--tw-border-opacity));
}

.border-\[\#e9f3f3\] {
  --tw-border-opacity: 1;
  border-color: rgb(233 243 243 / var(--tw-border-opacity));
}

.border-\[\#f3f5f7\] {
  --tw-border-opacity: 1;
  border-color: rgb(243 245 247 / var(--tw-border-opacity));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-primary_bg {
  border-color: var(--color-primary-bg);
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

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

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#0000000D\] {
  background-color: #0000000D;
}

.bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#070707\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 7 7 / var(--tw-bg-opacity));
}

.bg-\[\#61C454\] {
  --tw-bg-opacity: 1;
  background-color: rgb(97 196 84 / var(--tw-bg-opacity));
}

.bg-\[\#76C33B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(118 195 59 / var(--tw-bg-opacity));
}

.bg-\[\#EE6A5F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 106 95 / var(--tw-bg-opacity));
}

.bg-\[\#F0ABFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}

.bg-\[\#F4243C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 36 60 / var(--tw-bg-opacity));
}

.bg-\[\#F5C451\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 196 81 / var(--tw-bg-opacity));
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-\[\#FFD910\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 217 16 / var(--tw-bg-opacity));
}

.bg-\[\#eaf2fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 242 251 / var(--tw-bg-opacity));
}

.bg-\[\#f6f8fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 251 / var(--tw-bg-opacity));
}

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

.bg-primary_bg {
  background-color: var(--color-primary-bg);
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

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

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

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.fill-\[\#000\] {
  fill: #000;
}

.fill-\[\#1a2028\] {
  fill: #1a2028;
}

.fill-\[\#292D32\] {
  fill: #292D32;
}

.fill-\[\#5FCA6F\] {
  fill: #5FCA6F;
}

.fill-\[\#737373\] {
  fill: #737373;
}

.fill-\[\#797979\] {
  fill: #797979;
}

.fill-\[\#969fae\] {
  fill: #969fae;
}

.fill-\[\#9E9E9E\] {
  fill: #9E9E9E;
}

.fill-\[\#BFBFBF\] {
  fill: #BFBFBF;
}

.fill-black {
  fill: #000;
}

.fill-none {
  fill: none;
}

.fill-primary_bg {
  fill: var(--color-primary-bg);
}

.fill-white {
  fill: #fff;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-1 {
  padding: 0.25rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-9 {
  padding: 2.25rem;
}

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

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

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

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

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

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

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

.pr-20 {
  padding-right: 5rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

.pr-8 {
  padding-right: 2rem;
}

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

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

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

.pt-36 {
  padding-top: 9rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

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

.text-justify {
  text-align: justify;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

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

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

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[19px\] {
  font-size: 19px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[21px\] {
  font-size: 21px;
}

.text-\[23px\] {
  font-size: 23px;
}

.text-\[27px\] {
  font-size: 27px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[33px\] {
  font-size: 33px;
}

.text-\[34px\] {
  font-size: 34px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[54px\] {
  font-size: 54px;
}

.text-\[58px\] {
  font-size: 58px;
}

.text-\[70px\] {
  font-size: 70px;
}

.text-\[8px\] {
  font-size: 8px;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.9\] {
  line-height: 1.9;
}

.leading-\[2\.1\] {
  line-height: 2.1;
}

.leading-\[2\.3\] {
  line-height: 2.3;
}

.leading-\[2\.4\] {
  line-height: 2.4;
}

.leading-\[2\.5\] {
  line-height: 2.5;
}

.leading-\[2\.6\] {
  line-height: 2.6;
}

.leading-\[2\] {
  line-height: 2;
}

.leading-\[30px\] {
  line-height: 30px;
}

.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#192435\] {
  --tw-text-opacity: 1;
  color: rgb(25 36 53 / var(--tw-text-opacity));
}

.text-\[\#233564\] {
  --tw-text-opacity: 1;
  color: rgb(35 53 100 / var(--tw-text-opacity));
}

.text-\[\#495666\] {
  --tw-text-opacity: 1;
  color: rgb(73 86 102 / var(--tw-text-opacity));
}

.text-\[\#5d6a7e\] {
  --tw-text-opacity: 1;
  color: rgb(93 106 126 / var(--tw-text-opacity));
}

.text-\[\#666666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-\[\#6c6c6c\] {
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity));
}

.text-\[\#718195\] {
  --tw-text-opacity: 1;
  color: rgb(113 129 149 / var(--tw-text-opacity));
}

.text-\[\#7f7777\] {
  --tw-text-opacity: 1;
  color: rgb(127 119 119 / var(--tw-text-opacity));
}

.text-\[\#8b9cb3\] {
  --tw-text-opacity: 1;
  color: rgb(139 156 179 / var(--tw-text-opacity));
}

.text-\[\#9fafc5\] {
  --tw-text-opacity: 1;
  color: rgb(159 175 197 / var(--tw-text-opacity));
}

.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#\] {
  color: #;
}

.text-\[\#a2acb7\] {
  --tw-text-opacity: 1;
  color: rgb(162 172 183 / var(--tw-text-opacity));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-primary_bg {
  color: var(--color-primary-bg);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.overline {
  text-decoration-line: overline;
}

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

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

.opacity-0 {
  opacity: 0;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_0px_1px_1px_\#e9ebed\] {
  --tw-shadow: 0px 0px 1px 1px #e9ebed;
  --tw-shadow-colored: 0px 0px 1px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_0px_70px_0px_\#0000000F\] {
  --tw-shadow: 0px 0px 70px 0px #0000000F;
  --tw-shadow-colored: 0px 0px 70px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[8px_10px_15px_0px_\#00000026\] {
  --tw-shadow: 8px 10px 15px 0px #00000026;
  --tw-shadow-colored: 8px 10px 15px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

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

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.backdrop-blur-\[10px\] {
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.duration-300 {
  transition-duration: 300ms;
}

@media (max-width: 1700.98px) {
  .a-pm\:hidden {
    display: none;
  }
}

@media (max-width: 1499.98px) {
  .\32xl\:hidden {
    display: none;
  }
}

@media (max-width: 1399.98px) {
  .a-sxl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .a-sxl\:max-h-\[200px\] {
    max-height: 200px;
  }

  .a-sxl\:min-h-\[200px\] {
    min-height: 200px;
  }

  .a-sxl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .a-sxl\:gap-5 {
    gap: 1.25rem;
  }

  .a-sxl\:gap-7 {
    gap: 1.75rem;
  }

  .a-sxl\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}

@media (max-width: 1278.98px) {
  .a-xl\:hidden {
    display: none;
  }

  .a-xl\:h-\[350px\] {
    height: 350px;
  }

  .a-xl\:gap-12 {
    gap: 3rem;
  }

  .a-xl\:gap-5 {
    gap: 1.25rem;
  }

  .a-xl\:gap-6 {
    gap: 1.5rem;
  }

  .a-xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .a-xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .a-xl\:text-\[14px\] {
    font-size: 14px;
  }
}

@media (max-width: 1199.98px) {
  .lx\:static {
    position: static;
  }

  .lx\:mb-8 {
    margin-bottom: 2rem;
  }

  .lx\:flex {
    display: flex;
  }

  .lx\:grid {
    display: grid;
  }

  .lx\:hidden {
    display: none;
  }

  .lx\:h-\[100px\] {
    height: 100px;
  }

  .lx\:h-\[345px\] {
    height: 345px;
  }

  .lx\:\!max-h-\[100px\] {
    max-height: 100px !important;
  }

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

  .lx\:w-full {
    width: 100%;
  }

  .lx\:min-w-\[300px\] {
    min-width: 300px;
  }

  .lx\:min-w-full {
    min-width: 100%;
  }

  .lx\:max-w-\[300px\] {
    max-width: 300px;
  }

  .lx\:max-w-full {
    max-width: 100%;
  }

  .lx\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .lx\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lx\:gap-3 {
    gap: 0.75rem;
  }

  .lx\:gap-4 {
    gap: 1rem;
  }

  .lx\:gap-y-2 {
    row-gap: 0.5rem;
  }

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

  .lx\:p-6 {
    padding: 1.5rem;
  }

  .lx\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lx\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lx\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lx\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lx\:text-\[17px\] {
    font-size: 17px;
  }

  .lx\:text-\[18px\] {
    font-size: 18px;
  }

  .lx\:text-\[24px\] {
    font-size: 24px;
  }
}

@media (max-width: 1022.98px) {
  .a-lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .a-lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .a-lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .a-lg\:hidden {
    display: none;
  }

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

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

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

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

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

  .a-lg\:gap-3 {
    gap: 0.75rem;
  }

  .a-lg\:gap-4 {
    gap: 1rem;
  }

  .a-lg\:p-6 {
    padding: 1.5rem;
  }

  .a-lg\:text-\[15px\] {
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {
  .ml\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .ml\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .ml\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .ml\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .ml\:h-\[400px\] {
    height: 400px;
  }

  .ml\:h-\[200px\] {
    height: 200px;
  }

  .ml\:max-h-\[150px\] {
    max-height: 150px;
  }

  .ml\:min-h-\[150px\] {
    min-height: 150px;
  }

  .ml\:min-h-\[200px\] {
    min-height: 200px;
  }

  .ml\:w-full {
    width: 100%;
  }

  .ml\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .ml\:min-w-\[300px\] {
    min-width: 300px;
  }

  .ml\:min-w-full {
    min-width: 100%;
  }

  .ml\:max-w-\[300px\] {
    max-width: 300px;
  }

  .ml\:max-w-full {
    max-width: 100%;
  }

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

  .ml\:flex-col {
    flex-direction: column;
  }

  .ml\:gap-2 {
    gap: 0.5rem;
  }

  .ml\:gap-3 {
    gap: 0.75rem;
  }

  .ml\:gap-4 {
    gap: 1rem;
  }

  .ml\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .ml\:rounded-\[16px\] {
    border-radius: 16px;
  }

  .ml\:rounded-\[28px\] {
    border-radius: 28px;
  }

  .ml\:p-1 {
    padding: 0.25rem;
  }

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

  .ml\:p-5 {
    padding: 1.25rem;
  }

  .ml\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .ml\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ml\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .ml\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ml\:pb-4 {
    padding-bottom: 1rem;
  }

  .ml\:pr-4 {
    padding-right: 1rem;
  }

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

  .ml\:text-\[14px\] {
    font-size: 14px;
  }

  .ml\:text-\[15px\] {
    font-size: 15px;
  }

  .ml\:text-\[17px\] {
    font-size: 17px;
  }

  .ml\:text-\[20px\] {
    font-size: 20px;
  }

  .ml\:text-\[40px\] {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .a-md\:-bottom-4 {
    bottom: -1rem;
  }

  .a-md\:bottom-2 {
    bottom: 0.5rem;
  }

  .a-md\:-order-1 {
    order: -1;
  }

  .a-md\:order-3 {
    order: 3;
  }

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

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

  .a-md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .a-md\:mb-4 {
    margin-bottom: 1rem;
  }

  .a-md\:mr-auto {
    margin-right: auto;
  }

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

  .a-md\:grid {
    display: grid;
  }

  .a-md\:hidden {
    display: none;
  }

  .a-md\:h-9 {
    height: 2.25rem;
  }

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

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

  .a-md\:h-full {
    height: 100%;
  }

  .a-md\:min-w-0 {
    min-width: 0px;
  }

  .a-md\:min-w-9 {
    min-width: 2.25rem;
  }

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

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

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

  .a-md\:min-w-\[90\%\] {
    min-width: 90%;
  }

  .a-md\:min-w-full {
    min-width: 100%;
  }

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

  .a-md\:max-w-full {
    max-width: 100%;
  }

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

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

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

  .a-md\:flex-col {
    flex-direction: column;
  }

  .a-md\:\!flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .a-md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

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

  .a-md\:items-center {
    align-items: center;
  }

  .a-md\:justify-center {
    justify-content: center;
  }

  .a-md\:gap-2 {
    gap: 0.5rem;
  }

  .a-md\:gap-3 {
    gap: 0.75rem;
  }

  .a-md\:gap-5 {
    gap: 1.25rem;
  }

  .a-md\:\!rounded-\[16px\] {
    border-radius: 16px !important;
  }

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

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

  .a-md\:rounded-full {
    border-radius: 9999px;
  }

  .a-md\:rounded-xl {
    border-radius: 0.75rem;
  }

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

  .a-md\:border-\[\#eee\] {
    --tw-border-opacity: 1;
    border-color: rgb(238 238 238 / var(--tw-border-opacity));
  }

  .a-md\:p-6 {
    padding: 1.5rem;
  }

  .a-md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .a-md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .a-md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .a-md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .a-md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .a-md\:pb-4 {
    padding-bottom: 1rem;
  }

  .a-md\:text-\[13px\] {
    font-size: 13px;
  }

  .a-md\:text-\[14px\] {
    font-size: 14px;
  }

  .a-md\:text-\[15px\] {
    font-size: 15px;
  }

  .a-md\:text-\[16px\] {
    font-size: 16px;
  }

  .a-md\:text-\[20px\] {
    font-size: 20px;
  }

  .a-md\:text-\[28px\] {
    font-size: 28px;
  }

  .a-md\:text-\[30px\] {
    font-size: 30px;
  }
}

@media (max-width: 638.98px) {
  .a-sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .a-sm\:w-full {
    width: 100%;
  }

  .a-sm\:min-w-full {
    min-width: 100%;
  }

  .a-sm\:max-w-full {
    max-width: 100%;
  }

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

  .a-sm\:rounded-\[9px\] {
    border-radius: 9px;
  }

  .a-sm\:p-1 {
    padding: 0.25rem;
  }

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

  .a-sm\:text-\[16px\] {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .tab\:static {
    position: static;
  }

  .tab\:bottom-\[unset\] {
    bottom: unset;
  }

  .tab\:left-2 {
    left: 0.5rem;
  }

  .tab\:left-3 {
    left: 0.75rem;
  }

  .tab\:right-\[unset\] {
    right: unset;
  }

  .tab\:top-2 {
    top: 0.5rem;
  }

  .tab\:top-3 {
    top: 0.75rem;
  }

  .tab\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .tab\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .tab\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .tab\:mb-\[2px\] {
    margin-bottom: 2px;
  }

  .tab\:flex {
    display: flex;
  }

  .tab\:hidden {
    display: none;
  }

  .tab\:h-\[140px\] {
    height: 140px;
  }

  .tab\:h-\[200px\] {
    height: 200px;
  }

  .tab\:h-\[350px\] {
    height: 350px;
  }

  .tab\:h-\[70px\] {
    height: 70px;
  }

  .tab\:h-\[170px\] {
    height: 170px;
  }

  .tab\:max-h-\[150px\] {
    max-height: 150px;
  }

  .tab\:max-h-\[200px\] {
    max-height: 200px;
  }

  .tab\:max-h-\[55px\] {
    max-height: 55px;
  }

  .tab\:min-h-\[170px\] {
    min-height: 170px;
  }

  .tab\:w-full {
    width: 100%;
  }

  .tab\:min-w-\[130px\] {
    min-width: 130px;
  }

  .tab\:max-w-\[250px\] {
    max-width: 250px;
  }

  .tab\:max-w-full {
    max-width: 100%;
  }

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

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

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

  .tab\:flex-col {
    flex-direction: column;
  }

  .tab\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

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

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

  .tab\:gap-1 {
    gap: 0.25rem;
  }

  .tab\:gap-2 {
    gap: 0.5rem;
  }

  .tab\:gap-3 {
    gap: 0.75rem;
  }

  .tab\:\!rounded-\[8px\] {
    border-radius: 8px !important;
  }

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

  .tab\:rounded-\[18px\] {
    border-radius: 18px;
  }

  .tab\:rounded-\[26px\] {
    border-radius: 26px;
  }

  .tab\:rounded-\[7px\] {
    border-radius: 7px;
  }

  .tab\:rounded-xl {
    border-radius: 0.75rem;
  }

  .tab\:p-0 {
    padding: 0px;
  }

  .tab\:p-2 {
    padding: 0.5rem;
  }

  .tab\:p-3 {
    padding: 0.75rem;
  }

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

  .tab\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tab\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .tab\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .tab\:text-center {
    text-align: center;
  }

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

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

  .tab\:text-\[15px\] {
    font-size: 15px;
  }

  .tab\:text-\[16px\] {
    font-size: 16px;
  }

  .tab\:text-\[18px\] {
    font-size: 18px;
  }
}