/*
! tailwindcss v3.1.8 | 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.
*/html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}/*
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. 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-size: 1em; /* 2 */
}/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}/*
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::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;
}[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}::-webkit-date-and-time-value {
  min-height: 1.5em;
}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}[type='checkbox'] {
  border-radius: 0px;
}[type='radio'] {
  border-radius: 100%;
}[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}html,body{font-family:"Inter",sans-serif}button:focus-visible{outline:0 !important}*, ::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-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:  ;
}::-webkit-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-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:  ;
}::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-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:  ;
}.visible {
  visibility: visible;
}.\!static {
  position: static !important;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.inset-0 {
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
}.inset-y-0 {
  top: 0rem;
  bottom: 0rem;
}.top-0 {
  top: 0rem;
}.right-0 {
  right: 0rem;
}.left-0 {
  left: 0rem;
}.top-12 {
  top: 3rem;
}.top-full {
  top: 100%;
}.right-4\.5 {
  right: 1.125rem;
}.right-4 {
  right: 1rem;
}.-bottom-px {
  bottom: -1px;
}.bottom-0 {
  bottom: 0rem;
}.top-1 {
  top: 0.25rem;
}.right-1 {
  right: 0.25rem;
}.left-px {
  left: 1px;
}.left-2 {
  left: 0.5rem;
}.top-13 {
  top: 3.25rem;
}.-top-px {
  top: -1px;
}.top-10 {
  top: 2.5rem;
}.top-14 {
  top: 3.5rem;
}.left-1\/2 {
  left: 50%;
}.top-9\.5 {
  top: 2.375rem;
}.top-9 {
  top: 2.25rem;
}.-left-0\.5 {
  left: -0.125rem;
}.-left-0 {
  left: -0rem;
}.left-1 {
  left: 0.25rem;
}.left-6 {
  left: 1.5rem;
}.right-6 {
  right: 1.5rem;
}.-bottom-9 {
  bottom: -2.25rem;
}.top-1\/2 {
  top: 50%;
}.right-2 {
  right: 0.5rem;
}.bottom-3 {
  bottom: 0.75rem;
}.top-15 {
  top: 3.75rem;
}.left-4\.5 {
  left: 1.125rem;
}.left-4 {
  left: 1rem;
}.top-4 {
  top: 1rem;
}.-right-24 {
  right: -6rem;
}.left-5 {
  left: 1.25rem;
}.left-14 {
  left: 3.5rem;
}.\!top-8 {
  top: 2rem !important;
}.\!bottom-20 {
  bottom: 5rem !important;
}.bottom-30 {
  bottom: 7.5rem;
}.-left-1 {
  left: -0.25rem;
}.bottom-4 {
  bottom: 1rem;
}.right-23 {
  right: 5.75rem;
}.top-21 {
  top: 5.25rem;
}.left-7 {
  left: 1.75rem;
}.left-3\.5 {
  left: 0.875rem;
}.-bottom-2\.5 {
  bottom: -0.625rem;
}.left-3 {
  left: 0.75rem;
}.-bottom-2 {
  bottom: -0.5rem;
}.-left-4 {
  left: -1rem;
}.-right-2\.5 {
  right: -0.625rem;
}.-right-2 {
  right: -0.5rem;
}.z-50 {
  z-index: 50;
}.z-999 {
  z-index: 999;
}.z-9999 {
  z-index: 9999;
}.z-1 {
  z-index: 1;
}.z-2 {
  z-index: 2;
}.z-3 {
  z-index: 3;
}.z-20 {
  z-index: 20;
}.z-30 {
  z-index: 30;
}.-z-1 {
  z-index: -1;
}.\!z-9999 {
  z-index: 9999 !important;
}.-order-1 {
  order: -1;
}.float-right {
  float: right;
}.float-left {
  float: left;
}.-m-1 {
  margin: -0.25rem;
}.m-auto {
  margin: auto;
}.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}.mx-11\.5 {
  margin-left: 2.875rem;
  margin-right: 2.875rem;
}.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}.mr-4 {
  margin-right: 1rem;
}.mr-2 {
  margin-right: 0.5rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-4\.5 {
  margin-bottom: 1.125rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-8 {
  margin-bottom: 2rem;
}.-mt-2\.5 {
  margin-top: -0.625rem;
}.-mt-2 {
  margin-top: -0.5rem;
}.mb-5\.5 {
  margin-bottom: 1.375rem;
}.mb-5 {
  margin-bottom: 1.25rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mr-1 {
  margin-right: 0.25rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-1 {
  margin-bottom: 0.25rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-10 {
  margin-top: 2.5rem;
}.mt-5 {
  margin-top: 1.25rem;
}.ml-2 {
  margin-left: 0.5rem;
}.ml-4 {
  margin-left: 1rem;
}.ml-1 {
  margin-left: 0.25rem;
}.mb-px {
  margin-bottom: 1px;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mt-1 {
  margin-top: 0.25rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-px {
  margin-top: 1px;
}.mt-11 {
  margin-top: 2.75rem;
}.mr-8 {
  margin-right: 2rem;
}.ml-6 {
  margin-left: 1.5rem;
}.\!mr-3 {
  margin-right: 0.75rem !important;
}.mt-0\.5 {
  margin-top: 0.125rem;
}.mt-0 {
  margin-top: 0rem;
}.mt-auto {
  margin-top: auto;
}.mt-1\.5 {
  margin-top: 0.375rem;
}.mt-3 {
  margin-top: 0.75rem;
}.-mb-4 {
  margin-bottom: -1rem;
}.mb-1\.5 {
  margin-bottom: 0.375rem;
}.mr-1\.5 {
  margin-right: 0.375rem;
}.ml-3 {
  margin-left: 0.75rem;
}.\!ml-1 {
  margin-left: 0.25rem !important;
}.mr-3 {
  margin-right: 0.75rem;
}.\!mt-4 {
  margin-top: 1rem !important;
}.ml-auto {
  margin-left: auto;
}.mb-6\.5 {
  margin-bottom: 1.625rem;
}.mt-7\.5 {
  margin-top: 1.875rem;
}.mt-7 {
  margin-top: 1.75rem;
}.mt-5\.5 {
  margin-top: 1.375rem;
}.ml-1\.5 {
  margin-left: 0.375rem;
}.ml-2\.5 {
  margin-left: 0.625rem;
}.mt-2\.5 {
  margin-top: 0.625rem;
}.mr-2\.5 {
  margin-right: 0.625rem;
}.mb-0 {
  margin-bottom: 0rem;
}.mt-20 {
  margin-top: 5rem;
}.mb-3\.5 {
  margin-bottom: 0.875rem;
}.mt-9 {
  margin-top: 2.25rem;
}.block {
  display: block;
}.\!block {
  display: block !important;
}.inline-block {
  display: inline-block;
}.inline {
  display: inline;
}.flex {
  display: flex;
}.\!flex {
  display: flex !important;
}.inline-flex {
  display: inline-flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.h-screen {
  height: 100vh;
}.h-full {
  height: 100%;
}.h-4 {
  height: 1rem;
}.h-1\.5 {
  height: 0.375rem;
}.h-1 {
  height: 0.25rem;
}.h-5 {
  height: 1.25rem;
}.h-50 {
  height: 12.5rem;
}.h-37 {
  height: 9.25rem;
}.h-20 {
  height: 5rem;
}.h-18\.5 {
  height: 4.625rem;
}.h-18 {
  height: 4.5rem;
}.h-10 {
  height: 2.5rem;
}.h-3 {
  height: 0.75rem;
}.h-6 {
  height: 1.5rem;
}.h-7\.5 {
  height: 1.875rem;
}.h-7 {
  height: 1.75rem;
}.h-9 {
  height: 2.25rem;
}.h-12\.5 {
  height: 3.125rem;
}.h-12 {
  height: 3rem;
}.h-2\.5 {
  height: 0.625rem;
}.h-2 {
  height: 0.5rem;
}.h-14 {
  height: 3.5rem;
}.h-3\.5 {
  height: 0.875rem;
}.h-8\.5 {
  height: 2.125rem;
}.h-8 {
  height: 2rem;
}.h-auto {
  height: auto;
}.h-6\.5 {
  height: 1.625rem;
}.h-185 {
  height: 46.25rem;
}.h-79 {
  height: 19.75rem;
}.h-76\.5 {
  height: 19.125rem;
}.h-76 {
  height: 19rem;
}.h-20\.5 {
  height: 5.125rem;
}.h-21 {
  height: 5.25rem;
}.h-15 {
  height: 3.75rem;
}.\!h-10 {
  height: 2.5rem !important;
}.\!h-4 {
  height: 1rem !important;
}.h-22 {
  height: 5.5rem;
}.h-4\.5 {
  height: 1.125rem;
}.h-100 {
  height: 25rem;
}.h-33 {
  height: 8.25rem;
}.h-28 {
  height: 7rem;
}.h-25 {
  height: 6.25rem;
}.h-30 {
  height: 7.5rem;
}.\!h-3\.5 {
  height: 0.875rem !important;
}.\!h-3 {
  height: 0.75rem !important;
}.h-82\.5 {
  height: 20.625rem;
}.h-82 {
  height: 20.5rem;
}.h-5\.5 {
  height: 1.375rem;
}.\!h-93 {
  height: 23.25rem !important;
}.h-px {
  height: 1px;
}.h-36 {
  height: 9rem;
}.h-10\.5 {
  height: 2.625rem;
}.h-11 {
  height: 2.75rem;
}.\!h-12 {
  height: 3rem !important;
}.h-45 {
  height: 11.25rem;
}.h-38 {
  height: 9.5rem;
}.\!h-11\.5 {
  height: 2.875rem !important;
}.\!h-11 {
  height: 2.75rem !important;
}.\!h-10\.5 {
  height: 2.625rem !important;
}.\!h-8 {
  height: 2rem !important;
}.h-\[9px\] {
  height: 9px;
}.h-49 {
  height: 12.25rem;
}.h-11\.5 {
  height: 2.875rem;
}.h-29 {
  height: 7.25rem;
}.h-16 {
  height: 4rem;
}.h-27\.5 {
  height: 6.875rem;
}.h-27 {
  height: 6.75rem;
}.h-175 {
  height: 43.75rem;
}.h-149 {
  height: 37.25rem;
}.\!h-135 {
  height: 33.75rem !important;
}.h-169 {
  height: 42.25rem;
}.h-\[240px\] {
  height: 240px;
}.h-26 {
  height: 6.5rem;
}.\!h-5 {
  height: 1.25rem !important;
}.h-48 {
  height: 12rem;
}.h-13 {
  height: 3.25rem;
}.h-0\.5 {
  height: 0.125rem;
}.h-0 {
  height: 0rem;
}.h-115 {
  height: 28.75rem;
}.h-9\.5 {
  height: 2.375rem;
}.h-13\.5 {
  height: 3.375rem;
}.h-87 {
  height: 21.75rem;
}.h-75\.5 {
  height: 18.875rem;
}.h-75 {
  height: 18.75rem;
}.\!h-12\.5 {
  height: 3.125rem !important;
}.h-90 {
  height: 22.5rem;
}.h-93\.5 {
  height: 23.375rem;
}.h-93 {
  height: 23.25rem;
}.\!h-13\.5 {
  height: 3.375rem !important;
}.\!h-13 {
  height: 3.25rem !important;
}.h-35 {
  height: 8.75rem;
}.h-57 {
  height: 14.25rem;
}.\!h-9 {
  height: 2.25rem !important;
}.h-\[4\.0625rem\] {
  height: 4.0625rem;
}.h-24 {
  height: 6rem;
}.\!h-4\.5 {
  height: 1.125rem !important;
}.h-47\.5 {
  height: 11.875rem;
}.h-47 {
  height: 11.75rem;
}.h-137 {
  height: 34.25rem;
}.h-22\.5 {
  height: 5.625rem;
}.h-19 {
  height: 4.75rem;
}.h-42 {
  height: 10.5rem;
}.max-h-50 {
  max-height: 12.5rem;
}.max-h-full {
  max-height: 100%;
}.max-h-0 {
  max-height: 0rem;
}.max-h-84 {
  max-height: 21rem;
}.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}.max-h-165 {
  max-height: 41.25rem;
}.max-h-57 {
  max-height: 14.25rem;
}.min-h-5\.5 {
  min-height: 1.375rem;
}.min-h-5 {
  min-height: 1.25rem;
}.min-h-full {
  min-height: 100%;
}.min-h-12 {
  min-height: 3rem;
}.min-h-100 {
  min-height: 25rem;
}.min-h-\[100px\] {
  min-height: 100px;
}.min-h-30 {
  min-height: 7.5rem;
}.min-h-36 {
  min-height: 9rem;
}.min-h-137 {
  min-height: 34.25rem;
}.w-screen {
  width: 100vw;
}.w-70 {
  width: 17.5rem;
}.w-4 {
  width: 1rem;
}.w-1\.5 {
  width: 0.375rem;
}.w-1 {
  width: 0.25rem;
}.w-full {
  width: 100%;
}.w-5 {
  width: 1.25rem;
}.w-37 {
  width: 9.25rem;
}.w-20 {
  width: 5rem;
}.w-18\.5 {
  width: 4.625rem;
}.w-18 {
  width: 4.5rem;
}.w-10 {
  width: 2.5rem;
}.w-88 {
  width: 22rem;
}.w-66 {
  width: 16.5rem;
}.w-3\.5 {
  width: 0.875rem;
}.w-3 {
  width: 0.75rem;
}.w-25 {
  width: 6.25rem;
}.w-7\.5 {
  width: 1.875rem;
}.w-7 {
  width: 1.75rem;
}.w-30 {
  width: 7.5rem;
}.w-12\.5 {
  width: 3.125rem;
}.w-12 {
  width: 3rem;
}.w-2\.5 {
  width: 0.625rem;
}.w-2 {
  width: 0.5rem;
}.w-150 {
  width: 37.5rem;
}.w-6 {
  width: 1.5rem;
}.w-39\.5 {
  width: 9.875rem;
}.w-39 {
  width: 9.75rem;
}.w-11 {
  width: 2.75rem;
}.w-46 {
  width: 11.5rem;
}.w-6\.5 {
  width: 1.625rem;
}.w-129 {
  width: 32.25rem;
}.w-103 {
  width: 25.75rem;
}.w-84\.5 {
  width: 21.125rem;
}.w-84 {
  width: 21rem;
}.w-200 {
  width: 50rem;
}.w-20\.5 {
  width: 5.125rem;
}.w-51\.5 {
  width: 12.875rem;
}.w-51 {
  width: 12.75rem;
}.w-15 {
  width: 3.75rem;
}.\!w-10 {
  width: 2.5rem !important;
}.\!w-4 {
  width: 1rem !important;
}.\!w-35 {
  width: 8.75rem !important;
}.w-162 {
  width: 40.5rem;
}.w-119 {
  width: 29.75rem;
}.w-10\.5 {
  width: 2.625rem;
}.w-14 {
  width: 3.5rem;
}.w-35 {
  width: 8.75rem;
}.w-100 {
  width: 25rem;
}.w-114 {
  width: 28.5rem;
}.w-62\.5 {
  width: 15.625rem;
}.w-62 {
  width: 15.5rem;
}.w-31\.5 {
  width: 7.875rem;
}.w-31 {
  width: 7.75rem;
}.w-49\.5 {
  width: 12.375rem;
}.w-49 {
  width: 12.25rem;
}.w-50\.5 {
  width: 12.625rem;
}.w-50 {
  width: 12.5rem;
}.w-79\.5 {
  width: 19.875rem;
}.w-79 {
  width: 19.75rem;
}.w-9 {
  width: 2.25rem;
}.w-28 {
  width: 7rem;
}.\!w-3\.5 {
  width: 0.875rem !important;
}.\!w-3 {
  width: 0.75rem !important;
}.w-55 {
  width: 13.75rem;
}.w-132 {
  width: 33rem;
}.w-129\.5 {
  width: 32.375rem;
}.w-214 {
  width: 53.5rem;
}.w-134 {
  width: 33.5rem;
}.w-5\.5 {
  width: 1.375rem;
}.w-22\.5 {
  width: 5.625rem;
}.w-22 {
  width: 5.5rem;
}.w-8 {
  width: 2rem;
}.w-42 {
  width: 10.5rem;
}.w-36 {
  width: 9rem;
}.w-42\.5 {
  width: 10.625rem;
}.\!w-full {
  width: 100% !important;
}.w-27\.5 {
  width: 6.875rem;
}.w-27 {
  width: 6.75rem;
}.\!w-11\.5 {
  width: 2.875rem !important;
}.\!w-11 {
  width: 2.75rem !important;
}.\!w-10\.5 {
  width: 2.625rem !important;
}.w-max {
  width: max-content;
}.\!w-8 {
  width: 2rem !important;
}.w-\[9px\] {
  width: 9px;
}.w-8\.5 {
  width: 2.125rem;
}.w-11\.5 {
  width: 2.875rem;
}.w-45\.5 {
  width: 11.375rem;
}.w-45 {
  width: 11.25rem;
}.w-38 {
  width: 9.5rem;
}.w-4\.5 {
  width: 1.125rem;
}.w-44\.5 {
  width: 11.125rem;
}.w-44 {
  width: 11rem;
}.w-78 {
  width: 19.5rem;
}.w-80 {
  width: 20rem;
}.w-13 {
  width: 3.25rem;
}.w-54 {
  width: 13.5rem;
}.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}.w-40 {
  width: 10rem;
}.\!w-5 {
  width: 1.25rem !important;
}.w-122 {
  width: 30.5rem;
}.w-177\.5 {
  width: 44.375rem;
}.w-177 {
  width: 44.25rem;
}.w-106 {
  width: 26.5rem;
}.w-97 {
  width: 24.25rem;
}.\!w-70 {
  width: 17.5rem !important;
}.w-53\.5 {
  width: 13.375rem;
}.w-53 {
  width: 13.25rem;
}.w-190 {
  width: 47.5rem;
}.w-170 {
  width: 42.5rem;
}.w-36\.5 {
  width: 9.125rem;
}.w-56 {
  width: 14rem;
}.w-16 {
  width: 4rem;
}.w-87 {
  width: 21.75rem;
}.\!w-22 {
  width: 5.5rem !important;
}.w-9\.5 {
  width: 2.375rem;
}.w-116 {
  width: 29rem;
}.\!w-51\.5 {
  width: 12.875rem !important;
}.\!w-51 {
  width: 12.75rem !important;
}.w-48 {
  width: 12rem;
}.w-120 {
  width: 30rem;
}.w-26 {
  width: 6.5rem;
}.w-px {
  width: 1px;
}.w-21\.5 {
  width: 5.375rem;
}.w-21 {
  width: 5.25rem;
}.w-82 {
  width: 20.5rem;
}.w-59\.5 {
  width: 14.875rem;
}.w-59 {
  width: 14.75rem;
}.\!w-9 {
  width: 2.25rem !important;
}.w-\[8\.125rem\] {
  width: 8.125rem;
}.\!w-93 {
  width: 23.25rem !important;
}.w-32 {
  width: 8rem;
}.\!w-50 {
  width: 12.5rem !important;
}.\!w-4\.5 {
  width: 1.125rem !important;
}.w-65 {
  width: 16.25rem;
}.w-75\.5 {
  width: 18.875rem;
}.w-75 {
  width: 18.75rem;
}.w-71 {
  width: 17.75rem;
}.w-17\.5 {
  width: 4.375rem;
}.w-17 {
  width: 4.25rem;
}.w-auto {
  width: auto;
}.\!w-264\.5 {
  width: 66.125rem !important;
}.\!w-264 {
  width: 66rem !important;
}.w-19 {
  width: 4.75rem;
}.w-125 {
  width: 31.25rem;
}.min-w-22 {
  min-width: 5.5rem;
}.min-w-19 {
  min-width: 4.75rem;
}.\!min-w-35 {
  min-width: 8.75rem !important;
}.min-w-11 {
  min-width: 2.75rem;
}.min-w-6 {
  min-width: 1.5rem;
}.min-w-12 {
  min-width: 3rem;
}.min-w-124 {
  min-width: 31rem;
}.\!min-w-162 {
  min-width: 40.5rem !important;
}.\!min-w-34\.5 {
  min-width: 8.625rem !important;
}.\!min-w-34 {
  min-width: 8.5rem !important;
}.min-w-3\.5 {
  min-width: 0.875rem;
}.min-w-3 {
  min-width: 0.75rem;
}.min-w-36 {
  min-width: 9rem;
}.\!min-w-42 {
  min-width: 10.5rem !important;
}.min-w-5 {
  min-width: 1.25rem;
}.min-w-130 {
  min-width: 32.5rem;
}.min-w-16 {
  min-width: 4rem;
}.\!min-w-40 {
  min-width: 10rem !important;
}.min-w-162 {
  min-width: 40.5rem;
}.\!min-w-62\.5 {
  min-width: 15.625rem !important;
}.\!min-w-62 {
  min-width: 15.5rem !important;
}.\!min-w-20 {
  min-width: 5rem !important;
}.min-w-41\.5 {
  min-width: 10.375rem;
}.min-w-41 {
  min-width: 10.25rem;
}.min-w-5\.5 {
  min-width: 1.375rem;
}.min-w-85\.5 {
  min-width: 21.375rem;
}.min-w-85 {
  min-width: 21.25rem;
}.\!min-w-18 {
  min-width: 4.5rem !important;
}.\!min-w-29 {
  min-width: 7.25rem !important;
}.max-w-134 {
  max-width: 33.5rem;
}.max-w-42\.5 {
  max-width: 10.625rem;
}.max-w-42 {
  max-width: 10.5rem;
}.max-w-60 {
  max-width: 15rem;
}.max-w-90 {
  max-width: 22.5rem;
}.max-w-75 {
  max-width: 18.75rem;
}.max-w-full {
  max-width: 100%;
}.max-w-26 {
  max-width: 6.5rem;
}.max-w-30 {
  max-width: 7.5rem;
}.max-w-40 {
  max-width: 10rem;
}.max-w-32 {
  max-width: 8rem;
}.max-w-105 {
  max-width: 26.25rem;
}.max-w-85 {
  max-width: 21.25rem;
}.max-w-100 {
  max-width: 25rem;
}.max-w-\[18rem\] {
  max-width: 18rem;
}.max-w-28 {
  max-width: 7rem;
}.max-w-\[288px\] {
  max-width: 288px;
}.max-w-25 {
  max-width: 6.25rem;
}.max-w-70 {
  max-width: 17.5rem;
}.max-w-80 {
  max-width: 20rem;
}.flex-1 {
  flex: 1 1 0%;
}.flex-shrink-0 {
  flex-shrink: 0;
}.shrink-0 {
  flex-shrink: 0;
}.grow-0 {
  flex-grow: 0;
}.grow {
  flex-grow: 1;
}.basis-34 {
  flex-basis: 8.5rem;
}.basis-1\/3 {
  flex-basis: 33.333333%;
}.basis-7\/12 {
  flex-basis: 58.333333%;
}.basis-10 {
  flex-basis: 2.5rem;
}.table-auto {
  table-layout: auto;
}.origin-top-right {
  transform-origin: top right;
}.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-1\/4 {
  --tw-translate-y: 25%;
  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-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-0 {
  --tw-translate-y: 0rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-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-95 {
  --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));
}.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@keyframes fadeIn {0% {
    opacity: 0;
  }100% {
    opacity: 100;
  }
}.animate-fadeIn-300 {
  animation: fadeIn 300ms ease-in;
}@keyframes fadeIn {0% {
    opacity: 0;
  }100% {
    opacity: 100;
  }
}.animate-fadeIn-150 {
  animation: fadeIn 150ms ease-in;
}.cursor-pointer {
  cursor: pointer;
}.cursor-default {
  cursor: default;
}.cursor-text {
  cursor: text;
}.cursor-not-allowed {
  cursor: not-allowed;
}.\!cursor-default {
  cursor: default !important;
}.select-none {
  -webkit-user-select: none;
          user-select: none;
}.resize-none {
  resize: none;
}.resize {
  resize: both;
}.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.grid-rows-\[3\.75rem_3\.75rem\] {
  grid-template-rows: 3.75rem 3.75rem;
}.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}.flex-row {
  flex-direction: row;
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.flex-nowrap {
  flex-wrap: nowrap;
}.content-center {
  align-content: center;
}.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-start {
  justify-content: flex-start !important;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-1 {
  gap: 0.25rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-2\.5 {
  gap: 0.625rem;
}.gap-1\.5 {
  gap: 0.375rem;
}.gap-4 {
  gap: 1rem;
}.gap-5 {
  gap: 1.25rem;
}.gap-4\.5 {
  gap: 1.125rem;
}.gap-5\.5 {
  gap: 1.375rem;
}.gap-0\.5 {
  gap: 0.125rem;
}.gap-0 {
  gap: 0rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-3\.5 {
  gap: 0.875rem;
}.gap-6\.5 {
  gap: 1.625rem;
}.gap-7 {
  gap: 1.75rem;
}.gap-10 {
  gap: 2.5rem;
}.gap-12 {
  gap: 3rem;
}.gap-x-2 {
  column-gap: 0.5rem;
}.gap-y-3 {
  row-gap: 0.75rem;
}.gap-x-1\.5 {
  column-gap: 0.375rem;
}.gap-x-1 {
  column-gap: 0.25rem;
}.gap-x-2\.5 {
  column-gap: 0.625rem;
}.gap-x-3\.5 {
  column-gap: 0.875rem;
}.gap-x-3 {
  column-gap: 0.75rem;
}.gap-y-4 {
  row-gap: 1rem;
}.gap-y-4\.5 {
  row-gap: 1.125rem;
}.gap-x-4 {
  column-gap: 1rem;
}.gap-x-4\.5 {
  column-gap: 1.125rem;
}.gap-y-2 {
  row-gap: 0.5rem;
}.gap-y-5\.5 {
  row-gap: 1.375rem;
}.gap-y-5 {
  row-gap: 1.25rem;
}.gap-y-6 {
  row-gap: 1.5rem;
}.gap-y-1 {
  row-gap: 0.25rem;
}.gap-x-px {
  column-gap: 1px;
}.gap-y-0\.5 {
  row-gap: 0.125rem;
}.gap-y-0 {
  row-gap: 0rem;
}.gap-y-1\.5 {
  row-gap: 0.375rem;
}.gap-y-10 {
  row-gap: 2.5rem;
}.gap-y-px {
  row-gap: 1px;
}.gap-x-6 {
  column-gap: 1.5rem;
}.gap-x-7 {
  column-gap: 1.75rem;
}.gap-y-3\.5 {
  row-gap: 0.875rem;
}.gap-x-8 {
  column-gap: 2rem;
}.gap-y-8 {
  row-gap: 2rem;
}.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.overflow-auto {
  overflow: auto;
}.overflow-hidden {
  overflow: hidden;
}.overflow-visible {
  overflow: visible;
}.\!overflow-visible {
  overflow: visible !important;
}.overflow-scroll {
  overflow: scroll;
}.overflow-x-auto {
  overflow-x: auto;
}.overflow-y-auto {
  overflow-y: auto;
}.overflow-x-scroll {
  overflow-x: scroll;
}.overflow-y-scroll {
  overflow-y: scroll;
}.scroll-smooth {
  scroll-behavior: smooth;
}.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.text-ellipsis {
  text-overflow: ellipsis;
}.\!whitespace-normal {
  white-space: normal !important;
}.whitespace-nowrap {
  white-space: nowrap;
}.whitespace-pre-line {
  white-space: pre-line;
}.break-words {
  overflow-wrap: break-word;
}.break-all {
  word-break: break-all;
}.rounded-full {
  border-radius: 9999px;
}.rounded-1 {
  border-radius: 0.25rem;
}.rounded {
  border-radius: 0.25rem;
}.rounded-1\.5 {
  border-radius: 0.375rem;
}.\!rounded-full {
  border-radius: 9999px !important;
}.\!rounded-1\.5 {
  border-radius: 0.375rem !important;
}.\!rounded-1 {
  border-radius: 0.25rem !important;
}.rounded-2 {
  border-radius: 0.5rem;
}.rounded-3 {
  border-radius: 0.75rem;
}.rounded-md {
  border-radius: 0.375rem;
}.rounded-6 {
  border-radius: 1.5rem;
}.rounded-2xl {
  border-radius: 1rem;
}.rounded-2\.5 {
  border-radius: 0.625rem;
}.rounded-4 {
  border-radius: 1rem;
}.rounded-lg {
  border-radius: 0.5rem;
}.rounded-t-1 {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}.rounded-l-2 {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}.rounded-r-2 {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}.rounded-r-2\.5 {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}.\!rounded-b-md {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}.rounded-b-2 {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}.rounded-t-4 {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}.rounded-b-0 {
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
}.rounded-b-1\.5 {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}.rounded-b-1 {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}.rounded-b-3\.5 {
  border-bottom-right-radius: 0.875rem;
  border-bottom-left-radius: 0.875rem;
}.rounded-b-3 {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}.rounded-bl-2 {
  border-bottom-left-radius: 0.5rem;
}.rounded-tl-1\.5 {
  border-top-left-radius: 0.375rem;
}.rounded-tr-1\.5 {
  border-top-right-radius: 0.375rem;
}.rounded-tl-1 {
  border-top-left-radius: 0.25rem;
}.rounded-tr-1 {
  border-top-right-radius: 0.25rem;
}.rounded-tr-2 {
  border-top-right-radius: 0.5rem;
}.rounded-br-0 {
  border-bottom-right-radius: 0rem;
}.border {
  border-width: 1px;
}.border-0\.5 {
  border-width: 0.125rem;
}.border-0 {
  border-width: 0rem;
}.\!border {
  border-width: 1px !important;
}.border-1 {
  border-width: 0.25rem;
}.\!border-0\.5 {
  border-width: 0.125rem !important;
}.\!border-0 {
  border-width: 0rem !important;
}.border-4 {
  border-width: 1rem;
}.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}.border-r {
  border-right-width: 1px;
}.border-r-0 {
  border-right-width: 0rem;
}.border-t {
  border-top-width: 1px;
}.border-b {
  border-bottom-width: 1px;
}.border-l {
  border-left-width: 1px;
}.\!border-b-0 {
  border-bottom-width: 0rem !important;
}.border-t-0 {
  border-top-width: 0rem;
}.border-b-0\.5 {
  border-bottom-width: 0.125rem;
}.border-b-0 {
  border-bottom-width: 0rem;
}.border-t-3 {
  border-top-width: 0.75rem;
}.border-solid {
  border-style: solid;
}.\!border-solid {
  border-style: solid !important;
}.border-dashed {
  border-style: dashed;
}.border-none {
  border-style: none;
}.border-light-4 {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.border-light-0 {
  --tw-border-opacity: 1;
  border-color: rgb(227 228 235 / var(--tw-border-opacity));
}.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(56 96 238 / var(--tw-border-opacity));
}.border-dark-4 {
  --tw-border-opacity: 1;
  border-color: rgb(199 200 217 / var(--tw-border-opacity));
}.border-blue-7 {
  --tw-border-opacity: 1;
  border-color: rgb(205 216 254 / var(--tw-border-opacity));
}.border-dark-3 {
  --tw-border-opacity: 1;
  border-color: rgb(142 144 166 / var(--tw-border-opacity));
}.border-transparent {
  border-color: transparent;
}.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(10 13 54 / var(--tw-border-opacity));
}.\!border-blue-7 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(205 216 254 / var(--tw-border-opacity)) !important;
}.border-light-1 {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 240 / var(--tw-border-opacity));
}.border-primary-0 {
  --tw-border-opacity: 1;
  border-color: rgb(10 13 54 / var(--tw-border-opacity));
}.border-red-1 {
  --tw-border-opacity: 1;
  border-color: rgb(255 59 59 / var(--tw-border-opacity));
}.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.\!border-light-0 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(227 228 235 / var(--tw-border-opacity)) !important;
}.border-red-0 {
  --tw-border-opacity: 1;
  border-color: rgb(229 53 53 / var(--tw-border-opacity));
}.\!border-dark-4 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(199 200 217 / var(--tw-border-opacity)) !important;
}.border-blue-3 {
  --tw-border-opacity: 1;
  border-color: rgb(157 191 249 / var(--tw-border-opacity));
}.border-light-2 {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 245 / var(--tw-border-opacity));
}.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}.border-blue-0 {
  --tw-border-opacity: 1;
  border-color: rgb(0 79 196 / var(--tw-border-opacity));
}.border-green-1 {
  --tw-border-opacity: 1;
  border-color: rgb(6 194 112 / var(--tw-border-opacity));
}.\!border-red-0 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 53 53 / var(--tw-border-opacity)) !important;
}.\!border-primary-0 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(10 13 54 / var(--tw-border-opacity)) !important;
}.\!border-secondary-1 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(96 128 241 / var(--tw-border-opacity)) !important;
}.\!border-blue-3 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(157 191 249 / var(--tw-border-opacity)) !important;
}.border-primary-lighter {
  --tw-border-opacity: 1;
  border-color: rgb(47 49 84 / var(--tw-border-opacity));
}.border-orange-0 {
  --tw-border-opacity: 1;
  border-color: rgb(229 122 0 / var(--tw-border-opacity));
}.\!border-secondary-0 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(56 96 238 / var(--tw-border-opacity)) !important;
}.border-yellow-1 {
  --tw-border-opacity: 1;
  border-color: rgb(255 204 0 / var(--tw-border-opacity));
}.border-orange-1 {
  --tw-border-opacity: 1;
  border-color: rgb(255 136 0 / var(--tw-border-opacity));
}.border-purple-1 {
  --tw-border-opacity: 1;
  border-color: rgb(102 0 204 / var(--tw-border-opacity));
}.border-blue-2 {
  --tw-border-opacity: 1;
  border-color: rgb(91 141 239 / var(--tw-border-opacity));
}.border-light-3 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 252 / var(--tw-border-opacity));
}.\!border-secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(56 96 238 / var(--tw-border-opacity)) !important;
}.border-t-primary-lighter {
  --tw-border-opacity: 1;
  border-top-color: rgb(47 49 84 / var(--tw-border-opacity));
}.border-b-light-0 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(227 228 235 / var(--tw-border-opacity));
}.border-l-light-0 {
  --tw-border-opacity: 1;
  border-left-color: rgb(227 228 235 / var(--tw-border-opacity));
}.border-t-light-1 {
  --tw-border-opacity: 1;
  border-top-color: rgb(235 235 240 / var(--tw-border-opacity));
}.border-r-light-0 {
  --tw-border-opacity: 1;
  border-right-color: rgb(227 228 235 / var(--tw-border-opacity));
}.border-t-light-0 {
  --tw-border-opacity: 1;
  border-top-color: rgb(227 228 235 / var(--tw-border-opacity));
}.border-t-dark-4 {
  --tw-border-opacity: 1;
  border-top-color: rgb(199 200 217 / var(--tw-border-opacity));
}.border-b-light-1 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(235 235 240 / var(--tw-border-opacity));
}.border-b-dark-4 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(199 200 217 / var(--tw-border-opacity));
}.border-b-primary-lighter {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(47 49 84 / var(--tw-border-opacity));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-light-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 245 / var(--tw-bg-opacity));
}.bg-green-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 166 96 / var(--tw-bg-opacity));
}.bg-yellow-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 184 0 / var(--tw-bg-opacity));
}.bg-purple-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 0 153 / var(--tw-bg-opacity));
}.bg-dark-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(142 144 166 / var(--tw-bg-opacity));
}.bg-light-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-light-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 252 / var(--tw-bg-opacity));
}.bg-blue-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 234 255 / var(--tw-bg-opacity));
}.bg-transparent {
  background-color: transparent;
}.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(56 96 238 / var(--tw-bg-opacity));
}.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(10 13 54 / var(--tw-bg-opacity));
}.bg-primary-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(47 49 84 / var(--tw-bg-opacity));
}.\!bg-light-4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}.\!bg-light-2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 242 245 / var(--tw-bg-opacity)) !important;
}.\!bg-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(56 96 238 / var(--tw-bg-opacity)) !important;
}.bg-light-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 228 235 / var(--tw-bg-opacity));
}.bg-red-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 229 / var(--tw-bg-opacity));
}.bg-dark-theme-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 22 / var(--tw-bg-opacity));
}.bg-green-chat {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 243 / var(--tw-bg-opacity));
}.bg-green-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 255 241 / var(--tw-bg-opacity));
}.bg-orange-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 229 / var(--tw-bg-opacity));
}.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.\!bg-transparent {
  background-color: transparent !important;
}.bg-green-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 194 112 / var(--tw-bg-opacity));
}.bg-yellow-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 0 / var(--tw-bg-opacity));
}.bg-purple-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(172 93 217 / var(--tw-bg-opacity));
}.bg-light-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 240 / var(--tw-bg-opacity));
}.bg-yellow-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 221 / var(--tw-bg-opacity));
}.bg-purple-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 230 254 / var(--tw-bg-opacity));
}.bg-red-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 230 226 / var(--tw-bg-opacity));
}.bg-blue-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 231 253 / var(--tw-bg-opacity));
}.bg-blue-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 240 255 / var(--tw-bg-opacity));
}.bg-red-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 240 / var(--tw-bg-opacity));
}.\!bg-dark-4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(199 200 217 / var(--tw-bg-opacity)) !important;
}.\!bg-secondary-0 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(56 96 238 / var(--tw-bg-opacity)) !important;
}.bg-light-1\/90 {
  background-color: rgb(235 235 240 / 0.9);
}.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}.bg-teal-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 248 250 / var(--tw-bg-opacity));
}.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}.bg-purple-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 255 / var(--tw-bg-opacity));
}.bg-green-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(172 217 196 / var(--tw-bg-opacity));
}.bg-green-ballon {
  --tw-bg-opacity: 1;
  background-color: rgb(184 221 203 / var(--tw-bg-opacity));
}.\!bg-blue-4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 240 255 / var(--tw-bg-opacity)) !important;
}.bg-primary-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 13 54 / var(--tw-bg-opacity));
}.bg-secondary-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 96 238 / var(--tw-bg-opacity));
}.bg-red-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 59 59 / var(--tw-bg-opacity));
}.bg-dark-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 200 217 / var(--tw-bg-opacity));
}.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}.\!bg-light-3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 252 / var(--tw-bg-opacity)) !important;
}.bg-dark-theme-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 240 / var(--tw-bg-opacity));
}.bg-dark-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 40 / var(--tw-bg-opacity));
}.\!bg-blue-5 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 234 255 / var(--tw-bg-opacity)) !important;
}.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}.bg-none {
  background-image: none;
}.bg-apple-store-channel {
  background-image: linear-gradient(97.03deg, rgba(0, 82, 212, 0.7) 18.75%, rgba(101, 199, 247, 0.7) 62.27%, rgba(156, 236, 251, 0.7) 103.16%);;
}.bg-dashed {
  background-image: repeating-linear-gradient(90deg,#E3E4EB,#E3E4EB 3px,transparent 3px,transparent 6px);
}.bg-custom-channel {
  background-image:  linear-gradient(97.03deg, rgba(17, 153, 142, 0.7) 18.75%, rgba(56, 239, 125, 0.7) 103.16%);
}.bg-email-channel {
  background-image: linear-gradient(97.03deg, rgba(131, 77, 155, 0.5) 18.75%, rgba(208, 78, 214, 0.5) 103.16%);;
}.bg-google-play-channel {
  background-image: linear-gradient(97.03deg, rgba(64, 224, 208, 0.7) 18.75%, rgba(255, 140, 0, 0.7) 62.27%, rgba(255, 0, 128, 0.7) 103.16%);;
}.bg-messenger-channel {
  background-image: linear-gradient(84.45deg, #0099FF -0.01%, #A033FF 60.97%, #FF5280 93.47%, #FF7061 99.99%);;
}.bg-trendyol-channel {
  background-image: linear-gradient(97.03deg, #FC4A1A 18.75%, #F7B733 103.16%);;
}.bg-twitter-channel {
  background-image: linear-gradient(97.03deg, rgba(0, 131, 176, 0.5) 18.75%, rgba(0, 180, 219, 0.5) 103.16%);;
}.bg-whatsapp-channel {
  background-image: linear-gradient(97deg, rgba(180, 213, 155, 0.30) 18.75%, rgba(90, 154, 96, 0.30) 103.16%);
}.bg-contain {
  background-size: contain;
}.bg-center {
  background-position: center;
}.bg-no-repeat {
  background-repeat: no-repeat;
}.fill-current {
  fill: currentColor;
}.fill-dark-3 {
  fill: #8E90A6;
}.fill-primary-lighter {
  fill: #2F3154;
}.fill-transparent {
  fill: transparent;
}.fill-primary {
  fill: #0A0D36;
}.fill-dark-2 {
  fill: #555770;
}.fill-dark-4 {
  fill: #C7C8D9;
}.fill-yellow-5 {
  fill: #FFE777;
}.fill-purple-light {
  fill: #D9A4FC;
}.fill-red-dark {
  fill: #FC573B;
}.fill-blue-light {
  fill: #8CA3F6;
}.fill-orange-1 {
  fill: #FF8800;
}.fill-blue-1 {
  fill: #0063F7;
}.fill-red-2 {
  fill: #FF5C5C;
}.\!fill-primary-0 {
  fill: #0A0D36 !important;
}.fill-teal-dark {
  fill: #26C6DA;
}.fill-red-light {
  fill: #FD907E;
}.fill-yellow-dark {
  fill: #FFD200;
}.fill-teal-light {
  fill: #8CE1EB;
}.fill-blue-4 {
  fill: #E5F0FF;
}.fill-blue-3 {
  fill: #9DBFF9;
}.fill-secondary {
  fill: #3860EE;
}.fill-teal-0 {
  fill: #00B7C4;
}.fill-orange-0 {
  fill: #E57A00;
}.fill-purple-dark {
  fill: #BE63F9;
}.fill-red-0 {
  fill: #E53535;
}.stroke-2 {
  stroke-width: 2;
}.stroke-1 {
  stroke-width: 1;
}.object-contain {
  object-fit: contain;
}.object-cover {
  object-fit: cover;
}.object-fill {
  object-fit: fill;
}.p-2 {
  padding: 0.5rem;
}.p-0 {
  padding: 0rem;
}.p-8 {
  padding: 2rem;
}.p-4 {
  padding: 1rem;
}.p-3 {
  padding: 0.75rem;
}.\!p-0 {
  padding: 0rem !important;
}.p-10 {
  padding: 2.5rem;
}.p-5 {
  padding: 1.25rem;
}.p-9 {
  padding: 2.25rem;
}.p-6 {
  padding: 1.5rem;
}.p-1 {
  padding: 0.25rem;
}.p-1\.5 {
  padding: 0.375rem;
}.p-3\.5 {
  padding: 0.875rem;
}.\!p-4 {
  padding: 1rem !important;
}.p-8\.5 {
  padding: 2.125rem;
}.p-5\.5 {
  padding: 1.375rem;
}.\!p-6 {
  padding: 1.5rem !important;
}.p-6\.5 {
  padding: 1.625rem;
}.p-2\.5 {
  padding: 0.625rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}.px-4\.5 {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-30 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}.px-55 {
  padding-left: 13.75rem;
  padding-right: 13.75rem;
}.\!px-7\.5 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}.\!px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.px-30 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}.px-65 {
  padding-left: 16.25rem;
  padding-right: 16.25rem;
}.px-31\.5 {
  padding-left: 7.875rem;
  padding-right: 7.875rem;
}.px-31 {
  padding-left: 7.75rem;
  padding-right: 7.75rem;
}.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.\!px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}.\!px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}.px-9\.5 {
  padding-left: 2.375rem;
  padding-right: 2.375rem;
}.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}.pl-2 {
  padding-left: 0.5rem;
}.pl-3 {
  padding-left: 0.75rem;
}.pr-1 {
  padding-right: 0.25rem;
}.pt-8 {
  padding-top: 2rem;
}.pt-4 {
  padding-top: 1rem;
}.pt-2 {
  padding-top: 0.5rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pt-6 {
  padding-top: 1.5rem;
}.pt-2\.5 {
  padding-top: 0.625rem;
}.pb-3\.5 {
  padding-bottom: 0.875rem;
}.pb-3 {
  padding-bottom: 0.75rem;
}.pb-2 {
  padding-bottom: 0.5rem;
}.pt-3 {
  padding-top: 0.75rem;
}.pt-14 {
  padding-top: 3.5rem;
}.pb-8 {
  padding-bottom: 2rem;
}.pl-1 {
  padding-left: 0.25rem;
}.pb-6 {
  padding-bottom: 1.5rem;
}.pt-7 {
  padding-top: 1.75rem;
}.pt-1 {
  padding-top: 0.25rem;
}.pr-4 {
  padding-right: 1rem;
}.pr-2 {
  padding-right: 0.5rem;
}.pr-8 {
  padding-right: 2rem;
}.pl-12 {
  padding-left: 3rem;
}.pl-4 {
  padding-left: 1rem;
}.pr-5\.5 {
  padding-right: 1.375rem;
}.pr-5 {
  padding-right: 1.25rem;
}.pr-6 {
  padding-right: 1.5rem;
}.\!pl-0 {
  padding-left: 0rem !important;
}.pb-15 {
  padding-bottom: 3.75rem;
}.pl-6 {
  padding-left: 1.5rem;
}.pl-11 {
  padding-left: 2.75rem;
}.pt-5 {
  padding-top: 1.25rem;
}.pr-2\.5 {
  padding-right: 0.625rem;
}.pb-20 {
  padding-bottom: 5rem;
}.pt-3\.5 {
  padding-top: 0.875rem;
}.pt-0 {
  padding-top: 0rem;
}.pb-0 {
  padding-bottom: 0rem;
}.pl-4\.5 {
  padding-left: 1.125rem;
}.pb-24 {
  padding-bottom: 6rem;
}.pl-10 {
  padding-left: 2.5rem;
}.pl-8 {
  padding-left: 2rem;
}.pl-3\.5 {
  padding-left: 0.875rem;
}.pb-0\.5 {
  padding-bottom: 0.125rem;
}.pr-3 {
  padding-right: 0.75rem;
}.pl-5 {
  padding-left: 1.25rem;
}.pb-2\.5 {
  padding-bottom: 0.625rem;
}.pb-1 {
  padding-bottom: 0.25rem;
}.pt-4\.5 {
  padding-top: 1.125rem;
}.pl-1\.5 {
  padding-left: 0.375rem;
}.pb-5 {
  padding-bottom: 1.25rem;
}.pr-18 {
  padding-right: 4.5rem;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.\!text-center {
  text-align: center !important;
}.text-right {
  text-align: right;
}.text-start {
  text-align: start;
}.text-end {
  text-align: end;
}.align-top {
  vertical-align: top;
}.align-middle {
  vertical-align: middle;
}.text-3 {
  font-size: 0.75rem;
}.text-5 {
  font-size: 1.25rem;
}.text-4\.5 {
  font-size: 1.125rem;
}.text-4 {
  font-size: 1rem;
}.text-6 {
  font-size: 1.5rem;
}.text-3\.5 {
  font-size: 0.875rem;
}.text-7 {
  font-size: 1.75rem;
}.text-5\.5 {
  font-size: 1.375rem;
}.text-2\.5 {
  font-size: 0.625rem;
}.text-2 {
  font-size: 0.5rem;
}.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}.text-\[0\.925rem\] {
  font-size: 0.925rem;
}.\!text-3\.5 {
  font-size: 0.875rem !important;
}.\!text-3 {
  font-size: 0.75rem !important;
}.\!text-4\.5 {
  font-size: 1.125rem !important;
}.\!text-4 {
  font-size: 1rem !important;
}.\!text-5 {
  font-size: 1.25rem !important;
}.font-medium {
  font-weight: 500;
}.font-bold {
  font-weight: 700;
}.font-normal {
  font-weight: 400;
}.font-semibold {
  font-weight: 600;
}.\!font-medium {
  font-weight: 500 !important;
}.font-light {
  font-weight: 300;
}.\!font-bold {
  font-weight: 700 !important;
}.uppercase {
  text-transform: uppercase;
}.capitalize {
  text-transform: capitalize;
}.leading-10 {
  line-height: 2.5rem;
}.leading-6 {
  line-height: 1.5rem;
}.leading-8 {
  line-height: 2rem;
}.leading-5 {
  line-height: 1.25rem;
}.leading-4 {
  line-height: 1rem;
}.leading-none {
  line-height: 1;
}.leading-4\.5 {
  line-height: 1.125rem;
}.leading-3\.5 {
  line-height: 0.875rem;
}.leading-3 {
  line-height: 0.75rem;
}.leading-normal {
  line-height: 1.5;
}.leading-5\.5 {
  line-height: 1.375rem;
}.\!leading-none {
  line-height: 1 !important;
}.text-dark-3 {
  --tw-text-opacity: 1;
  color: rgb(142 144 166 / var(--tw-text-opacity));
}.text-dark-0 {
  --tw-text-opacity: 1;
  color: rgb(28 28 40 / var(--tw-text-opacity));
}.text-dark-2 {
  --tw-text-opacity: 1;
  color: rgb(85 87 112 / var(--tw-text-opacity));
}.text-primary {
  --tw-text-opacity: 1;
  color: rgb(10 13 54 / var(--tw-text-opacity));
}.text-primary-0 {
  --tw-text-opacity: 1;
  color: rgb(10 13 54 / var(--tw-text-opacity));
}.text-primary-lighter {
  --tw-text-opacity: 1;
  color: rgb(47 49 84 / var(--tw-text-opacity));
}.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(56 96 238 / var(--tw-text-opacity));
}.text-dark-1 {
  --tw-text-opacity: 1;
  color: rgb(40 41 61 / var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-light-0 {
  --tw-text-opacity: 1;
  color: rgb(227 228 235 / var(--tw-text-opacity));
}.\!text-dark-0 {
  --tw-text-opacity: 1 !important;
  color: rgb(28 28 40 / var(--tw-text-opacity)) !important;
}.text-inherit {
  color: inherit;
}.\!text-light-4 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.text-red-0 {
  --tw-text-opacity: 1;
  color: rgb(229 53 53 / var(--tw-text-opacity));
}.text-green-0 {
  --tw-text-opacity: 1;
  color: rgb(5 166 96 / var(--tw-text-opacity));
}.text-green-1 {
  --tw-text-opacity: 1;
  color: rgb(6 194 112 / var(--tw-text-opacity));
}.text-orange-0 {
  --tw-text-opacity: 1;
  color: rgb(229 122 0 / var(--tw-text-opacity));
}.text-orange-1 {
  --tw-text-opacity: 1;
  color: rgb(255 136 0 / var(--tw-text-opacity));
}.text-red-1 {
  --tw-text-opacity: 1;
  color: rgb(255 59 59 / var(--tw-text-opacity));
}.text-yellow-4 {
  --tw-text-opacity: 1;
  color: rgb(255 254 229 / var(--tw-text-opacity));
}.text-yellow-0 {
  --tw-text-opacity: 1;
  color: rgb(229 184 0 / var(--tw-text-opacity));
}.text-dark-4 {
  --tw-text-opacity: 1;
  color: rgb(199 200 217 / var(--tw-text-opacity));
}.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.text-yellow-dark {
  --tw-text-opacity: 1;
  color: rgb(255 210 0 / var(--tw-text-opacity));
}.text-purple-dark {
  --tw-text-opacity: 1;
  color: rgb(190 99 249 / var(--tw-text-opacity));
}.text-red-light {
  --tw-text-opacity: 1;
  color: rgb(253 144 126 / var(--tw-text-opacity));
}.text-blue-dark {
  --tw-text-opacity: 1;
  color: rgb(56 96 238 / var(--tw-text-opacity));
}.text-orange-2 {
  --tw-text-opacity: 1;
  color: rgb(253 172 66 / var(--tw-text-opacity));
}.text-blue-4 {
  --tw-text-opacity: 1;
  color: rgb(229 240 255 / var(--tw-text-opacity));
}.\!text-dark-3 {
  --tw-text-opacity: 1 !important;
  color: rgb(142 144 166 / var(--tw-text-opacity)) !important;
}.text-secondary-1 {
  --tw-text-opacity: 1;
  color: rgb(96 128 241 / var(--tw-text-opacity));
}.\!text-dark-4 {
  --tw-text-opacity: 1 !important;
  color: rgb(199 200 217 / var(--tw-text-opacity)) !important;
}.text-secondary-0 {
  --tw-text-opacity: 1;
  color: rgb(56 96 238 / var(--tw-text-opacity));
}.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}.text-blue-0 {
  --tw-text-opacity: 1;
  color: rgb(0 79 196 / var(--tw-text-opacity));
}.\!text-dark-2 {
  --tw-text-opacity: 1 !important;
  color: rgb(85 87 112 / var(--tw-text-opacity)) !important;
}.\!text-primary-0 {
  --tw-text-opacity: 1 !important;
  color: rgb(10 13 54 / var(--tw-text-opacity)) !important;
}.\!text-light-3 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 250 252 / var(--tw-text-opacity)) !important;
}.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}.text-teal-light {
  --tw-text-opacity: 1;
  color: rgb(140 225 235 / var(--tw-text-opacity));
}.text-red-dark {
  --tw-text-opacity: 1;
  color: rgb(252 87 59 / var(--tw-text-opacity));
}.text-yellow-5 {
  --tw-text-opacity: 1;
  color: rgb(255 231 119 / var(--tw-text-opacity));
}.text-teal-dark {
  --tw-text-opacity: 1;
  color: rgb(38 198 218 / var(--tw-text-opacity));
}.text-blue-3 {
  --tw-text-opacity: 1;
  color: rgb(157 191 249 / var(--tw-text-opacity));
}.\!text-inherit {
  color: inherit !important;
}.text-light-1 {
  --tw-text-opacity: 1;
  color: rgb(235 235 240 / var(--tw-text-opacity));
}.text-dark-theme-300 {
  --tw-text-opacity: 1;
  color: rgb(160 159 169 / var(--tw-text-opacity));
}.\!text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(56 96 238 / var(--tw-text-opacity)) !important;
}.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-light-2 {
  --tw-text-opacity: 1;
  color: rgb(242 242 245 / var(--tw-text-opacity));
}.text-teal-3 {
  --tw-text-opacity: 1;
  color: rgb(169 239 242 / var(--tw-text-opacity));
}.\!text-secondary-lighter {
  --tw-text-opacity: 1 !important;
  color: rgb(96 128 241 / var(--tw-text-opacity)) !important;
}.text-light-4 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.\!text-secondary-1 {
  --tw-text-opacity: 1 !important;
  color: rgb(96 128 241 / var(--tw-text-opacity)) !important;
}.\!text-blue-0 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 79 196 / var(--tw-text-opacity)) !important;
}.text-purple-light {
  --tw-text-opacity: 1;
  color: rgb(217 164 252 / var(--tw-text-opacity));
}.\!text-dark-1 {
  --tw-text-opacity: 1 !important;
  color: rgb(40 41 61 / var(--tw-text-opacity)) !important;
}.text-\[\#8E90A6\] {
  --tw-text-opacity: 1;
  color: rgb(142 144 166 / var(--tw-text-opacity));
}.\!text-secondary-0 {
  --tw-text-opacity: 1 !important;
  color: rgb(56 96 238 / var(--tw-text-opacity)) !important;
}.text-blue-2 {
  --tw-text-opacity: 1;
  color: rgb(91 141 239 / var(--tw-text-opacity));
}.text-opacity-50 {
  --tw-text-opacity: 0.5;
}.underline {
  text-decoration-line: underline;
}.placeholder-dark-3::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(142 144 166 / var(--tw-placeholder-opacity));
}.opacity-0 {
  opacity: 0;
}.opacity-100 {
  opacity: 1;
}.\!opacity-100 {
  opacity: 1 !important;
}.opacity-60 {
  opacity: 0.6;
}.opacity-25 {
  opacity: 0.25;
}.opacity-50 {
  opacity: 0.5;
}.shadow-1 {
  --tw-shadow: 0px 2px 6px rgba(8, 10, 62, 0.1);
  --tw-shadow-colored: 0px 2px 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);
}.shadow-1\.5 {
  --tw-shadow: 0px 5px 15px rgba(8, 10, 62, 0.12);
  --tw-shadow-colored: 0px 5px 15px 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-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.shadow-left {
  --tw-shadow: -6px 0px 5px -4px rgb(231 233 239 / 0.5), 0 8px 10px -6px rgb(0 0 0 / 0.1);;
  --tw-shadow-colored: -6px 0px 5px -4px 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);
}.shadow-action {
  --tw-shadow: 0px 1px 0px #EBEBF0;
  --tw-shadow-colored: 0px 1px 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-red {
  --tw-shadow: 0px 0px 4px rgba(255, 0, 0, 0.25);
  --tw-shadow-colored: 0px 0px 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);
}.shadow-box {
  --tw-shadow: 0px 2px 8px rgba(26, 39, 47, 0.17);
  --tw-shadow-colored: 0px 2px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-2 {
  --tw-shadow: 0px 2px 6px rgba(8, 10, 62, 0.05);
  --tw-shadow-colored: 0px 2px 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);
}.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);
}.shadow-6 {
  --tw-shadow: 0px 2px 6px 0px #080A3E1A;
  --tw-shadow-colored: 0px 2px 6px 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);
}.outline {
  outline-style: solid;
}.outline-1 {
  outline-width: 1px;
}.outline-transparent {
  outline-color: transparent;
}.outline-blue-7 {
  outline-color: #CDD8FE;
}.\!ring-red-0 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(229 53 53 / var(--tw-ring-opacity)) !important;
}.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-card {
  --tw-drop-shadow: drop-shadow(0px 2px 6px rgba(8, 10, 62, 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);
}.drop-shadow-input-error {
  --tw-drop-shadow: drop-shadow(0px 0px 4px rgba(255, 0, 0, 0.25));
  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-\[2px\] {
  --tw-backdrop-blur: blur(2px);
  -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);
}.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-300 {
  transition-duration: 300ms;
}.duration-150 {
  transition-duration: 150ms;
}.duration-200 {
  transition-duration: 200ms;
}.duration-100 {
  transition-duration: 100ms;
}.duration-75 {
  transition-duration: 75ms;
}.ease-linear {
  transition-timing-function: linear;
}.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}.placeholder\:text-dark-3::placeholder {
  --tw-text-opacity: 1;
  color: rgb(142 144 166 / var(--tw-text-opacity));
}.placeholder\:text-dark-2::placeholder {
  --tw-text-opacity: 1;
  color: rgb(85 87 112 / var(--tw-text-opacity));
}.hover\:cursor-pointer:hover {
  cursor: pointer;
}.hover\:rounded:hover {
  border-radius: 0.25rem;
}.hover\:bg-light-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 245 / var(--tw-bg-opacity));
}.hover\:bg-secondary-lighter:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 128 241 / var(--tw-bg-opacity));
}.hover\:bg-blue-4:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 240 255 / var(--tw-bg-opacity));
}.hover\:bg-light-1\/30:hover {
  background-color: rgb(235 235 240 / 0.3);
}.hover\:bg-red-4:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 229 / var(--tw-bg-opacity));
}.hover\:bg-primary-lighter:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(47 49 84 / var(--tw-bg-opacity));
}.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 13 54 / var(--tw-bg-opacity));
}.hover\:bg-primary-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 40 76 / var(--tw-bg-opacity));
}.hover\:bg-dark-6:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(211 212 223 / var(--tw-bg-opacity));
}.hover\:bg-light-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 240 / var(--tw-bg-opacity));
}.hover\:bg-primary-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 40 96 / var(--tw-bg-opacity));
}.hover\:bg-light-3:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 252 / var(--tw-bg-opacity));
}.hover\:text-dark-0:hover {
  --tw-text-opacity: 1;
  color: rgb(28 28 40 / var(--tw-text-opacity));
}.hover\:text-red-1:hover {
  --tw-text-opacity: 1;
  color: rgb(255 59 59 / var(--tw-text-opacity));
}.hover\:text-dark-1:hover {
  --tw-text-opacity: 1;
  color: rgb(40 41 61 / var(--tw-text-opacity));
}.hover\:text-secondary-0:hover {
  --tw-text-opacity: 1;
  color: rgb(56 96 238 / var(--tw-text-opacity));
}.hover\:text-red-0:hover {
  --tw-text-opacity: 1;
  color: rgb(229 53 53 / var(--tw-text-opacity));
}.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:text-dark-2:hover {
  --tw-text-opacity: 1;
  color: rgb(85 87 112 / var(--tw-text-opacity));
}.hover\:opacity-80:hover {
  opacity: 0.8;
}.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);
}.focus\:border-none:focus {
  border-style: none;
}.focus\:border-blue-3:focus {
  --tw-border-opacity: 1;
  border-color: rgb(157 191 249 / var(--tw-border-opacity));
}.focus\:text-dark-2:focus {
  --tw-text-opacity: 1;
  color: rgb(85 87 112 / var(--tw-text-opacity));
}.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:ring-blue-3:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(157 191 249 / var(--tw-ring-opacity));
}.focus\:\!ring-red-0:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(229 53 53 / var(--tw-ring-opacity)) !important;
}.focus-visible\:\!outline-none:focus-visible {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}.active\:bg-dark-7:active {
  --tw-bg-opacity: 1;
  background-color: rgb(198 199 214 / var(--tw-bg-opacity));
}.active\:bg-primary-lighter:active {
  --tw-bg-opacity: 1;
  background-color: rgb(47 49 84 / var(--tw-bg-opacity));
}.active\:bg-primary-2:active {
  --tw-bg-opacity: 1;
  background-color: rgb(20 25 94 / var(--tw-bg-opacity));
}.active\:text-white:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}.disabled\:border-light-1:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 240 / var(--tw-border-opacity));
}.disabled\:\!border-light-1:disabled {
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 235 240 / var(--tw-border-opacity)) !important;
}.disabled\:bg-light-3:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 252 / var(--tw-bg-opacity));
}.disabled\:\!bg-white:disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}.disabled\:bg-light-1:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 240 / var(--tw-bg-opacity));
}.disabled\:text-dark-4:disabled {
  --tw-text-opacity: 1;
  color: rgb(199 200 217 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-secondary-lighter {
  --tw-text-opacity: 1;
  color: rgb(96 128 241 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-dark-0 {
  --tw-text-opacity: 1;
  color: rgb(28 28 40 / var(--tw-text-opacity));
}.dark .dark\:border-l {
  border-left-width: 1px;
}.dark .dark\:border-dark-theme-200 {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 240 / var(--tw-border-opacity));
}.dark .dark\:border-dark-theme-300 {
  --tw-border-opacity: 1;
  border-color: rgb(160 159 169 / var(--tw-border-opacity));
}.dark .dark\:border-dark-theme-600 {
  --tw-border-opacity: 1;
  border-color: rgb(54 56 65 / var(--tw-border-opacity));
}.dark .dark\:\!border-dark-theme-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(160 159 169 / var(--tw-border-opacity)) !important;
}.dark .dark\:\!border-dark-theme-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(54 56 65 / var(--tw-border-opacity)) !important;
}.dark .dark\:border-l-dark-theme-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(38 39 45 / var(--tw-border-opacity));
}.dark .dark\:border-b-dark-theme-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(38 39 45 / var(--tw-border-opacity));
}.dark .dark\:bg-dark-theme-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 73 81 / var(--tw-bg-opacity));
}.dark .dark\:bg-dark-theme-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 39 45 / var(--tw-bg-opacity));
}.dark .dark\:bg-dark-theme-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 29 34 / var(--tw-bg-opacity));
}.dark .dark\:bg-dark-theme-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 56 65 / var(--tw-bg-opacity));
}.dark .dark\:bg-dark-theme-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 22 / var(--tw-bg-opacity));
}.dark .dark\:bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(56 96 238 / var(--tw-bg-opacity));
}.dark .dark\:text-dark-theme-300 {
  --tw-text-opacity: 1;
  color: rgb(160 159 169 / var(--tw-text-opacity));
}.dark .dark\:text-dark-theme-200 {
  --tw-text-opacity: 1;
  color: rgb(235 235 240 / var(--tw-text-opacity));
}.dark .dark\:text-dark-theme-100 {
  --tw-text-opacity: 1;
  color: rgb(252 252 253 / var(--tw-text-opacity));
}.dark .dark\:text-dark-theme-400 {
  --tw-text-opacity: 1;
  color: rgb(122 124 132 / var(--tw-text-opacity));
}.dark .dark\:\!text-dark-theme-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(160 159 169 / var(--tw-text-opacity)) !important;
}.dark .dark\:text-dark-1 {
  --tw-text-opacity: 1;
  color: rgb(40 41 61 / var(--tw-text-opacity));
}.dark .dark\:text-secondary {
  --tw-text-opacity: 1;
  color: rgb(56 96 238 / var(--tw-text-opacity));
}.dark .dark\:shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dark .dark\:placeholder\:text-dark-theme-300::placeholder {
  --tw-text-opacity: 1;
  color: rgb(160 159 169 / var(--tw-text-opacity));
}.dark .dark\:hover\:bg-dark-6:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(211 212 223 / var(--tw-bg-opacity));
}.dark .dark\:hover\:bg-secondary-lighter:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 128 241 / var(--tw-bg-opacity));
}.dark .dark\:active\:bg-secondary-darker:active {
  --tw-bg-opacity: 1;
  background-color: rgb(34 69 193 / var(--tw-bg-opacity));
}.dark .dark\:active\:bg-none:active {
  background-image: none;
}.dark .dark\:disabled\:bg-dark-theme-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(54 56 65 / var(--tw-bg-opacity));
}.dark .dark\:disabled\:text-dark-theme-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(71 73 81 / var(--tw-text-opacity));
}@media (min-width: 640px) {.sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}@media (min-width: 768px) {.md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (min-width: 1024px) {.lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}@media (min-width: 1280px) {.xl\:basis-1\/4 {
    flex-basis: 25%;
  }
}.\[\&\:nth-child\(4n\)\]\:border-r-0:nth-child(4n) {
  border-right-width: 0rem;
}.\[\&\>svg\]\:ml-3>svg {
  margin-left: 0.75rem;
}.\[\&\>svg\]\:inline-block>svg {
  display: inline-block;
}
