/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/styles/splash-screen.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
body #fuse-splash-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #121212;
    color: #E0E0E0;
    z-index: 999999;
    pointer-events: none;
    opacity: 1;
    visibility: visible;
    transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

body #fuse-splash-screen img {
    width: 120px;
    max-width: 120px;
}

#spinner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    width: 56px;
}

#spinner > div {
    width: 12px;
    height: 12px;
    background-color: #00A4EF;
    border-radius: 100%;
    display: inline-block;
    animation: fuse-bouncedelay 1s infinite ease-in-out both;
}

#spinner .bounce1 {
    animation-delay: -0.32s;
}

#spinner .bounce2 {
    animation-delay: -0.16s;
}

@keyframes fuse-bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1.0);
    }
}


/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/styles/preflight.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
/*
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 */
}

::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 */ /* 3 */
  tab-size: 4; /* 3 */
  -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 */
  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-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 */
}

/*
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']) {
  background-color: transparent;
  -webkit-appearance: button; /* 1 */
}

/*
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::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
}

/*
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;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/styles/app-base.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
/**
 * Custom base styles
 */

*:not([class^="Mui"]), *:not([class*=" Mui"]),
::before:not([class^="Mui"]), ::before:not([class*=" Mui"]),
::after:not([class^="Mui"]), ::after:not([class*=" Mui"])
{
    border-style: solid;
}

#root [class^="border"], #root [class*="border"]{
    border-style: solid!important;
}

* {
    /* Text rendering */
    text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -webkit-text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
}

* :focus {
     outline: none !important;
}

html {
    font-size: 62.5%;
    font-family: 'Inter var', Roboto, Helvetica Neue, Arial, sans-serif;
    background-color: #121212;
}

body {
    font-size: 13px;
    line-height: 1.3;
    overflow-x: hidden;
    font-feature-settings: "salt";
}

html, body {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    min-height: 100%;
    width: 100%;
    flex: 1 1 auto;
}

#root {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
}

h1, .h1 {
    font-size: 24px;
}

h2, .h2 {
    font-size: 20px;
}

h3, .h3 {
    font-size: 16px;
}

h4, .h4 {
    font-size: 15px;
}

h5, .h5 {
    font-size: 13px;
}

h6, .h6 {
    font-size: 12px;
}

.ps > .ps__rail-y,
.ps > .ps__rail-x {
    z-index: 99;
}

[dir="rtl"] .ps__thumb-y {
    right: auto !important;
    left: 2px!important;
}

[dir="rtl"] .ps > .ps__rail-y {
    left: 0 !important;
    right: auto !important;
}

a[role=button] {
    text-decoration: none;
}

[role="tooltip"] {
    z-index: 9999;
}

.MuiModal-root {
    z-index: 9999;
}

/* Medium Devices, Desktops Only */
@media only screen and (min-width: 992px) {
    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: rgba(0, 0, 0, 0);
    }

    ::-webkit-scrollbar:hover {
        width: 8px;
        height: 8px;
        background-color: rgba(0, 0, 0, 0.06);
    }

    ::-webkit-scrollbar-thumb {
        border: 2px solid transparent;
        border-radius: 20px;
    }

    ::-webkit-scrollbar-thumb:active {
        border-radius: 20px;
    }
}

form label {
    z-index: 99;
}

body.no-animate *,
body.no-animate *::before,
body.no-animate *::after {
    transition: none !important;
    animation: none !important;
}

button:focus {
    outline: none;
}

/* Removes webkit's autofill backgorund color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active
{
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

:focus {
    outline-color: transparent;
}

/*fullcalendar Fix*/
.fc-scrollgrid-section-liquid {
    height: 1px !important;
}

/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/styles/print.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
/*----------------------------------------------------------------*/
/*  Print
/*----------------------------------------------------------------*/
@media all {
    /* Never show page breaks in normal view */
    .page-break-after,
    .page-break-before {
        display: none;
    }
}

@media print {
    /* html and body tweaks */
    html, body {
        height: auto !important;
        overflow: initial !important;
        background: none
    }

    /* Page breaks */
    .page-break-after {
        display: block;
        page-break-after: always;
        position: relative;
    }

    .page-break-before {
        display: block;
        page-break-before: always;
        position: relative;
    }

    /* General styles */
    #fuse-toolbar,
    #fuse-footer,
    #fuse-navbar,
    #fuse-settings-presets,
    #fuse-layout .ps > .ps__rail-x,
    #fuse-layout .ps > .ps__rail-y {
        display: none !important;
    }

    #fuse-layout .ps {
        overflow: visible !important;
    }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/styles/tables.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
/**
Basic Table Styles
 */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

table.simple {
    width: 100%;
    border: none;
    border-spacing: 0;
    text-align: left;
}

table.simple thead tr th {
    padding: 16px 8px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    white-space: nowrap;
}

table.simple thead tr th:first-child {
    padding-left: 24px;
}

table.simple thead tr th:last-child {
    padding-right: 24px;
}

table.simple tbody tr td {
    padding: 12px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

table.simple tbody tr td:first-child {
    padding-left: 24px;
}

table.simple tbody tr td:last-child {
    padding-right: 24px;
}

table.simple tbody tr:last-child td {
    border-bottom: none;
}

table.simple.clickable tbody tr {
    cursor: pointer;
}

table.simple.clickable tbody tr:hover {
    background: rgba(0, 0, 0, 0.03);
}

table.simple.borderless {
    border: none;
}

table.simple.borderless tbody tr td{
    border: none;
}

table.simple.borderless thead tr th{
    border: none;
}

/* Dense Table Styles */
table.dense {
    width: 100%;
    border: none;
    border-spacing: 0;
    text-align: left;
}

table.dense thead tr th {
    padding: 8px 4px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    white-space: nowrap;
}

table.dense thead tr th:first-child {
    padding-left: 12px;
}

table.dense thead tr th:last-child {
    padding-right: 12px;
}

table.dense tbody tr td {
    padding: 6px 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

table.dense tbody tr td:first-child {
    padding-left: 12px;
}

table.dense tbody tr td:last-child {
    padding-right: 12px;
}

table.dense tbody tr:last-child td {
    border-bottom: none;
}

/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/styles/prism.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
code[class*="language-"],
pre[class*="language-"] {
    text-align: left;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
    color: #c3cee3;
    background: #263238;
    font-family: Roboto Mono,"Liberation Mono",Menlo,Courier,monospace;
    font-size: .9em;
    line-height: 1.5;
    tab-size: 4;
    hyphens: none;
}

code[class*="language-"]::selection,
pre[class*="language-"]::selection,
code[class*="language-"] ::selection,
pre[class*="language-"] ::selection {
    background: #000000;
}

:not(pre) > code[class*="language-"] {
    white-space: normal;
    border-radius: 0.2em;
    padding: 0.1em;
}

pre[class*="language-"] {
    overflow: auto;
    position: relative;
    padding: 12px;
    border-radius: 4px;;
}

.language-css > code,
.language-sass > code,
.language-scss > code {
    color: #fd9170;
}

[class*="language-"] .namespace {
    opacity: 0.7;
}

.token.plain-text {
    color: #c3cee3;
}

.token.atrule {
    color: #c792ea;
}

.token.attr-name {
    color: #ffcb6b;
}

.token.attr-value {
    color: #c3e88d;
}

.token.attribute {
    color: #c3e88d;
}

.token.boolean {
    color: #c792ea;
}

.token.builtin {
    color: #ffcb6b;
}

.token.cdata {
    color: #80cbc4;
}

.token.char {
    color: #80cbc4;
}

.token.class {
    color: #ffcb6b;
}

.token.class-name {
    color: #82aaff;
}

.token.color {
    color: #f2ff00;
}

.token.comment {
    color: #546e7a;
}

.token.constant {
    color: #c792ea;
}

.token.deleted {
    color: #f07178;
}

.token.doctype {
    color: #546e7a;
}

.token.entity {
    color: #f07178;
}

.token.function {
    color: #c792ea;
}

.token.hexcode {
    color: #f2ff00;
}

.token.id {
    color: #c792ea;
    font-weight: bold;
}

.token.important {
    color: #c792ea;
    font-weight: bold;
}

.token.inserted {
    color: #80cbc4;
}

.token.keyword {
    color: #c792ea;
    font-style: italic;
}

.token.number {
    color: #fd9170;
}

.token.operator {
    color: #89ddff;
}

.token.prolog {
    color: #546e7a;
}

.token.property {
    color: #80cbc4;
}

.token.pseudo-class {
    color: #c3e88d;
}

.token.pseudo-element {
    color: #c3e88d;
}

.token.punctuation {
    color: #89ddff;
}

.token.regex {
    color: #f2ff00;
}

.token.selector {
    color: #f07178;
}

.token.string {
    color: #c3e88d;
}

.token.symbol {
    color: #c792ea;
}

.token.tag {
    color: #f07178;
}

.token.unit {
    color: #f07178;
}

.token.url {
    color: #fd9170;
}

.token.variable {
    color: #f07178;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/styles/app-components.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Component classes registered by plugins.
 */

.container{

    width: 100%;
}

@media (min-width: 600px){

    .container{

        max-width: 600px;
    }
}

@media (min-width: 960px){

    .container{

        max-width: 960px;
    }
}

@media (min-width: 1280px){

    .container{

        max-width: 1280px;
    }
}

@media (min-width: 1920px){

    .container{

        max-width: 1920px;
    }
}

.prose{

    color: var(--tw-prose-body);

    max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 1.25em;

    margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: var(--tw-prose-lead);

    font-size: 1.25em;

    line-height: 1.6;

    margin-top: 1.2em;

    margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: var(--tw-prose-links);

    text-decoration: underline;

    font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: var(--tw-prose-bold);

    font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    list-style-type: decimal;

    margin-top: 1.25em;

    margin-bottom: 1.25em;

    padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    list-style-type: disc;

    margin-top: 1.25em;

    margin-bottom: 1.25em;

    padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{

    font-weight: 400;

    color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{

    color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: var(--tw-prose-headings);

    font-weight: 600;

    margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    border-color: var(--tw-prose-hr);

    border-top-width: 1px;

    margin-top: 3em;

    margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    font-weight: 500;

    font-style: italic;

    color: var(--tw-prose-quotes);

    border-inline-start-width: 0.25rem;

    border-inline-start-color: var(--tw-prose-quote-borders);

    quotes: "\201C""\201D""\2018""\2019";

    margin-top: 1.6em;

    margin-bottom: 1.6em;

    padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{

    content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{

    content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: var(--tw-prose-headings);

    font-weight: 800;

    font-size: 2.25em;

    margin-top: 0;

    margin-bottom: 0.8888889em;

    line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    font-weight: 900;

    color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: var(--tw-prose-headings);

    font-weight: 700;

    font-size: 1.5em;

    margin-top: 2em;

    margin-bottom: 1em;

    line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    font-weight: 800;

    color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: var(--tw-prose-headings);

    font-weight: 600;

    font-size: 1.25em;

    margin-top: 1.6em;

    margin-bottom: 0.6em;

    line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    font-weight: 700;

    color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: var(--tw-prose-headings);

    font-weight: 600;

    margin-top: 1.5em;

    margin-bottom: 0.5em;

    line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    font-weight: 700;

    color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 2em;

    margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    display: block;

    margin-top: 2em;

    margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 2em;

    margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    font-weight: 500;

    font-family: inherit;

    color: var(--tw-prose-kbd);

    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);

    font-size: 0.875em;

    border-radius: 0.3125rem;

    padding-top: 0.1875em;

    padding-inline-end: 0.375em;

    padding-bottom: 0.1875em;

    padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: var(--tw-prose-code);

    font-weight: 600;

    font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{

    content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{

    content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: inherit;

    font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: inherit;

    font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: var(--tw-prose-pre-code);

    background-color: var(--tw-prose-pre-bg);

    overflow-x: auto;

    font-weight: 400;

    font-size: 0.875em;

    line-height: 1.7142857;

    margin-top: 1.7142857em;

    margin-bottom: 1.7142857em;

    border-radius: 0.375rem;

    padding-top: 0.8571429em;

    padding-inline-end: 1.1428571em;

    padding-bottom: 0.8571429em;

    padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    background-color: transparent;

    border-width: 0;

    border-radius: 0;

    padding: 0;

    font-weight: inherit;

    color: inherit;

    font-size: inherit;

    font-family: inherit;

    line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{

    content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{

    content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    width: 100%;

    table-layout: auto;

    margin-top: 2em;

    margin-bottom: 2em;

    font-size: 0.875em;

    line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    border-bottom-width: 1px;

    border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: var(--tw-prose-headings);

    font-weight: 600;

    vertical-align: bottom;

    padding-inline-end: 0.5714286em;

    padding-bottom: 0.5714286em;

    padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    border-bottom-width: 1px;

    border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    border-top-width: 1px;

    border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0;

    margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    color: var(--tw-prose-captions);

    font-size: 0.875em;

    line-height: 1.4285714;

    margin-top: 0.8571429em;
}

.prose{

    --tw-prose-body: #374151;

    --tw-prose-headings: #111827;

    --tw-prose-lead: #4b5563;

    --tw-prose-links: #111827;

    --tw-prose-bold: #111827;

    --tw-prose-counters: #6b7280;

    --tw-prose-bullets: #d1d5db;

    --tw-prose-hr: #e5e7eb;

    --tw-prose-quotes: #111827;

    --tw-prose-quote-borders: #e5e7eb;

    --tw-prose-captions: #6b7280;

    --tw-prose-kbd: #111827;

    --tw-prose-kbd-shadows: 17 24 39;

    --tw-prose-code: #111827;

    --tw-prose-pre-code: #e5e7eb;

    --tw-prose-pre-bg: #1f2937;

    --tw-prose-th-borders: #d1d5db;

    --tw-prose-td-borders: #e5e7eb;

    --tw-prose-invert-body: #d1d5db;

    --tw-prose-invert-headings: #fff;

    --tw-prose-invert-lead: #9ca3af;

    --tw-prose-invert-links: #fff;

    --tw-prose-invert-bold: #fff;

    --tw-prose-invert-counters: #9ca3af;

    --tw-prose-invert-bullets: #4b5563;

    --tw-prose-invert-hr: #374151;

    --tw-prose-invert-quotes: #f3f4f6;

    --tw-prose-invert-quote-borders: #374151;

    --tw-prose-invert-captions: #9ca3af;

    --tw-prose-invert-kbd: #fff;

    --tw-prose-invert-kbd-shadows: 255 255 255;

    --tw-prose-invert-code: #fff;

    --tw-prose-invert-pre-code: #d1d5db;

    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);

    --tw-prose-invert-th-borders: #4b5563;

    --tw-prose-invert-td-borders: #374151;

    font-size: 1.3rem;

    line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0;

    margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0.5em;

    margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0.75em;

    margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0.75em;

    margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 1.25em;

    margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0.5em;

    padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    padding-top: 0.5714286em;

    padding-inline-end: 0.5714286em;

    padding-bottom: 0.5714286em;

    padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 2em;

    margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-bottom: 0;
}

.prose-sm{

    font-size: 1.2rem;

    line-height: 1.7142857;
}

.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 1.1428571em;

    margin-bottom: 1.1428571em;
}

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    font-size: 1.2857143em;

    line-height: 1.5555556;

    margin-top: 0.8888889em;

    margin-bottom: 0.8888889em;
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 1.3333333em;

    margin-bottom: 1.3333333em;

    padding-inline-start: 1.1111111em;
}

.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    font-size: 2.1428571em;

    margin-top: 0;

    margin-bottom: 0.8em;

    line-height: 1.2;
}

.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    font-size: 1.4285714em;

    margin-top: 1.6em;

    margin-bottom: 0.8em;

    line-height: 1.4;
}

.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    font-size: 1.2857143em;

    margin-top: 1.5555556em;

    margin-bottom: 0.4444444em;

    line-height: 1.5555556;
}

.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 1.4285714em;

    margin-bottom: 0.5714286em;

    line-height: 1.4285714;
}

.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 1.7142857em;

    margin-bottom: 1.7142857em;
}

.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 1.7142857em;

    margin-bottom: 1.7142857em;
}

.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0;

    margin-bottom: 0;
}

.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 1.7142857em;

    margin-bottom: 1.7142857em;
}

.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    font-size: 0.8571429em;

    border-radius: 0.3125rem;

    padding-top: 0.1428571em;

    padding-inline-end: 0.3571429em;

    padding-bottom: 0.1428571em;

    padding-inline-start: 0.3571429em;
}

.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    font-size: 0.8571429em;
}

.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    font-size: 0.9em;
}

.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    font-size: 0.8888889em;
}

.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    font-size: 0.8571429em;

    line-height: 1.6666667;

    margin-top: 1.6666667em;

    margin-bottom: 1.6666667em;

    border-radius: 0.25rem;

    padding-top: 0.6666667em;

    padding-inline-end: 1em;

    padding-bottom: 0.6666667em;

    padding-inline-start: 1em;
}

.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 1.1428571em;

    margin-bottom: 1.1428571em;

    padding-inline-start: 1.5714286em;
}

.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 1.1428571em;

    margin-bottom: 1.1428571em;

    padding-inline-start: 1.5714286em;
}

.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0.2857143em;

    margin-bottom: 0.2857143em;
}

.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    padding-inline-start: 0.4285714em;
}

.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    padding-inline-start: 0.4285714em;
}

.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0.5714286em;

    margin-bottom: 0.5714286em;
}

.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-bottom: 1.1428571em;
}

.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0.5714286em;

    margin-bottom: 0.5714286em;
}

.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 1.1428571em;

    margin-bottom: 1.1428571em;
}

.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 1.1428571em;
}

.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0.2857143em;

    padding-inline-start: 1.5714286em;
}

.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 2.8571429em;

    margin-bottom: 2.8571429em;
}

.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0;
}

.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0;
}

.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0;
}

.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0;
}

.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    font-size: 0.8571429em;

    line-height: 1.5;
}

.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    padding-inline-end: 1em;

    padding-bottom: 0.6666667em;

    padding-inline-start: 1em;
}

.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    padding-inline-start: 0;
}

.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    padding-inline-end: 0;
}

.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    padding-top: 0.6666667em;

    padding-inline-end: 1em;

    padding-bottom: 0.6666667em;

    padding-inline-start: 1em;
}

.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    padding-inline-start: 0;
}

.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    padding-inline-end: 0;
}

.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 1.7142857em;

    margin-bottom: 1.7142857em;
}

.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0;

    margin-bottom: 0;
}

.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    font-size: 0.8571429em;

    line-height: 1.3333333;

    margin-top: 0.6666667em;
}

.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-top: 0;
}

.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){

    margin-bottom: 0;
}

.dark\:prose-invert:is(.dark *){

    --tw-prose-body: var(--tw-prose-invert-body);

    --tw-prose-headings: var(--tw-prose-invert-headings);

    --tw-prose-lead: var(--tw-prose-invert-lead);

    --tw-prose-links: var(--tw-prose-invert-links);

    --tw-prose-bold: var(--tw-prose-invert-bold);

    --tw-prose-counters: var(--tw-prose-invert-counters);

    --tw-prose-bullets: var(--tw-prose-invert-bullets);

    --tw-prose-hr: var(--tw-prose-invert-hr);

    --tw-prose-quotes: var(--tw-prose-invert-quotes);

    --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);

    --tw-prose-captions: var(--tw-prose-invert-captions);

    --tw-prose-kbd: var(--tw-prose-invert-kbd);

    --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);

    --tw-prose-code: var(--tw-prose-invert-code);

    --tw-prose-pre-code: var(--tw-prose-invert-pre-code);

    --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);

    --tw-prose-th-borders: var(--tw-prose-invert-th-borders);

    --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}

/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/styles/app-utilities.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Tailwind's utility classes, generated based on your config file.
 */

#root .pointer-events-none {
        pointer-events: none;
}

#root .pointer-events-auto {
        pointer-events: auto;
}

#root .visible {
        visibility: visible;
}

#root .\!invisible {
        visibility: hidden !important;
}

#root .invisible {
        visibility: hidden;
}

#root .collapse {
        visibility: collapse;
}

#root .static {
        position: static;
}

#root .fixed {
        position: fixed;
}

#root .absolute {
        position: absolute;
}

#root .relative {
        position: relative;
}

#root .sticky {
        position: sticky;
}

#root .inset-0 {
        inset: 0px;
}

#root .inset-x-0 {
        left: 0px;
        right: 0px;
}

#root .inset-y-0 {
        top: 0px;
        bottom: 0px;
}

#root .-right-64 {
        right: -6.4rem;
}

#root .-top-16 {
        top: -1.6rem;
}

#root .-top-64 {
        top: -6.4rem;
}

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

#root .left-0 {
        left: 0px;
}

#root .right-0 {
        right: 0px;
}

#root .right-4 {
        right: 0.4rem;
}

#root .right-8 {
        right: 0.8rem;
}

#root .top-0 {
        top: 0px;
}

#root .top-4 {
        top: 0.4rem;
}

#root .top-8 {
        top: 0.8rem;
}

#root .-z-1 {
        z-index: -1;
}

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

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

#root .z-40 {
        z-index: 40;
}

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

#root .z-99 {
        z-index: 99;
}

#root .z-999 {
        z-index: 999;
}

#root .z-9999 {
        z-index: 9999;
}

#root .order-first {
        order: -9999;
}

#root .order-last {
        order: 9999;
}

#root .col-span-1 {
        grid-column: span 1 / span 1;
}

#root .col-span-10 {
        grid-column: span 10 / span 10;
}

#root .col-span-12 {
        grid-column: span 12 / span 12;
}

#root .col-span-2 {
        grid-column: span 2 / span 2;
}

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

#root .col-span-6 {
        grid-column: span 6 / span 6;
}

#root .col-span-8 {
        grid-column: span 8 / span 8;
}

#root .col-span-full {
        grid-column: 1 / -1;
}

#root .-m-12 {
        margin: -1.2rem;
}

#root .-m-24 {
        margin: -2.4rem;
}

#root .-m-4 {
        margin: -0.4rem;
}

#root .-m-8 {
        margin: -0.8rem;
}

#root .m-0 {
        margin: 0px;
}

#root .m-12 {
        margin: 1.2rem;
}

#root .m-16 {
        margin: 1.6rem;
}

#root .m-24 {
        margin: 2.4rem;
}

#root .m-3 {
        margin: 0.3rem;
}

#root .m-32 {
        margin: 3.2rem;
}

#root .m-4 {
        margin: 0.4rem;
}

#root .m-6 {
        margin: 0.6rem;
}

#root .m-8 {
        margin: 0.8rem;
}

#root .-mx-12 {
        margin-left: -1.2rem;
        margin-right: -1.2rem;
}

#root .-mx-16 {
        margin-left: -1.6rem;
        margin-right: -1.6rem;
}

#root .-mx-2 {
        margin-left: -0.2rem;
        margin-right: -0.2rem;
}

#root .-mx-4 {
        margin-left: -0.4rem;
        margin-right: -0.4rem;
}

#root .-mx-6 {
        margin-left: -0.6rem;
        margin-right: -0.6rem;
}

#root .-mx-8 {
        margin-left: -0.8rem;
        margin-right: -0.8rem;
}

#root .-my-12 {
        margin-top: -1.2rem;
        margin-bottom: -1.2rem;
}

#root .mx-0 {
        margin-left: 0px;
        margin-right: 0px;
}

#root .mx-10 {
        margin-left: 1.0rem;
        margin-right: 1.0rem;
}

#root .mx-12 {
        margin-left: 1.2rem;
        margin-right: 1.2rem;
}

#root .mx-16 {
        margin-left: 1.6rem;
        margin-right: 1.6rem;
}

#root .mx-2 {
        margin-left: 0.2rem;
        margin-right: 0.2rem;
}

#root .mx-24 {
        margin-left: 2.4rem;
        margin-right: 2.4rem;
}

#root .mx-32 {
        margin-left: 3.2rem;
        margin-right: 3.2rem;
}

#root .mx-4 {
        margin-left: 0.4rem;
        margin-right: 0.4rem;
}

#root .mx-52 {
        margin-left: 5.2rem;
        margin-right: 5.2rem;
}

#root .mx-56 {
        margin-left: 5.6rem;
        margin-right: 5.6rem;
}

#root .mx-6 {
        margin-left: 0.6rem;
        margin-right: 0.6rem;
}

#root .mx-8 {
        margin-left: 0.8rem;
        margin-right: 0.8rem;
}

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

#root .my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
}

#root .my-12 {
        margin-top: 1.2rem;
        margin-bottom: 1.2rem;
}

#root .my-16 {
        margin-top: 1.6rem;
        margin-bottom: 1.6rem;
}

#root .my-24 {
        margin-top: 2.4rem;
        margin-bottom: 2.4rem;
}

#root .my-32 {
        margin-top: 3.2rem;
        margin-bottom: 3.2rem;
}

#root .my-4 {
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
}

#root .my-40 {
        margin-top: 4rem;
        margin-bottom: 4rem;
}

#root .my-48 {
        margin-top: 4.8rem;
        margin-bottom: 4.8rem;
}

#root .my-6 {
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
}

#root .my-8 {
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
}

#root .-mb-10 {
        margin-bottom: -1.0rem;
}

#root .-mb-20 {
        margin-bottom: -2rem;
}

#root .-ml-10 {
        margin-left: -1.0rem;
}

#root .-ml-2 {
        margin-left: -0.2rem;
}

#root .-ml-4 {
        margin-left: -0.4rem;
}

#root .-mr-64 {
        margin-right: -6.4rem;
}

#root .-mt-24 {
        margin-top: -2.4rem;
}

#root .-mt-48 {
        margin-top: -4.8rem;
}

#root .-mt-64 {
        margin-top: -6.4rem;
}

#root .-mt-8 {
        margin-top: -0.8rem;
}

#root .-mt-96 {
        margin-top: -9.6rem;
}

#root .mb-0 {
        margin-bottom: 0px;
}

#root .mb-10 {
        margin-bottom: 1.0rem;
}

#root .mb-12 {
        margin-bottom: 1.2rem;
}

#root .mb-16 {
        margin-bottom: 1.6rem;
}

#root .mb-20 {
        margin-bottom: 2rem;
}

#root .mb-24 {
        margin-bottom: 2.4rem;
}

#root .mb-28 {
        margin-bottom: 2.8rem;
}

#root .mb-32 {
        margin-bottom: 3.2rem;
}

#root .mb-36 {
        margin-bottom: 3.6rem;
}

#root .mb-4 {
        margin-bottom: 0.4rem;
}

#root .mb-40 {
        margin-bottom: 4rem;
}

#root .mb-48 {
        margin-bottom: 4.8rem;
}

#root .mb-52 {
        margin-bottom: 5.2rem;
}

#root .mb-6 {
        margin-bottom: 0.6rem;
}

#root .mb-64 {
        margin-bottom: 6.4rem;
}

#root .mb-8 {
        margin-bottom: 0.8rem;
}

#root .mb-px {
        margin-bottom: 1px;
}

#root .ml-10 {
        margin-left: 1.0rem;
}

#root .ml-12 {
        margin-left: 1.2rem;
}

#root .ml-16 {
        margin-left: 1.6rem;
}

#root .ml-2 {
        margin-left: 0.2rem;
}

#root .ml-24 {
        margin-left: 2.4rem;
}

#root .ml-32 {
        margin-left: 3.2rem;
}

#root .ml-4 {
        margin-left: 0.4rem;
}

#root .ml-6 {
        margin-left: 0.6rem;
}

#root .ml-8 {
        margin-left: 0.8rem;
}

#root .ml-auto {
        margin-left: auto;
}

#root .mr-12 {
        margin-right: 1.2rem;
}

#root .mr-16 {
        margin-right: 1.6rem;
}

#root .mr-24 {
        margin-right: 2.4rem;
}

#root .mr-4 {
        margin-right: 0.4rem;
}

#root .mr-8 {
        margin-right: 0.8rem;
}

#root .mt-0 {
        margin-top: 0px;
}

#root .mt-1 {
        margin-top: 0.1rem;
}

#root .mt-12 {
        margin-top: 1.2rem;
}

#root .mt-16 {
        margin-top: 1.6rem;
}

#root .mt-2 {
        margin-top: 0.2rem;
}

#root .mt-20 {
        margin-top: 2rem;
}

#root .mt-24 {
        margin-top: 2.4rem;
}

#root .mt-3 {
        margin-top: 0.3rem;
}

#root .mt-32 {
        margin-top: 3.2rem;
}

#root .mt-4 {
        margin-top: 0.4rem;
}

#root .mt-40 {
        margin-top: 4rem;
}

#root .mt-44 {
        margin-top: 4.4rem;
}

#root .mt-48 {
        margin-top: 4.8rem;
}

#root .mt-6 {
        margin-top: 0.6rem;
}

#root .mt-64 {
        margin-top: 6.4rem;
}

#root .mt-8 {
        margin-top: 0.8rem;
}

#root .mt-96 {
        margin-top: 9.6rem;
}

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

#root .mt-px {
        margin-top: 1px;
}

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

#root .line-clamp-2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
}

#root .block {
        display: block;
}

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

#root .inline {
        display: inline;
}

#root .flex {
        display: flex;
}

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

#root .table {
        display: table;
}

#root .grid {
        display: grid;
}

#root .contents {
        display: contents;
}

#root .hidden {
        display: none;
}

#root .h-12 {
        height: 1.2rem;
}

#root .h-128 {
        height: 12.8rem;
}

#root .h-16 {
        height: 1.6rem;
}

#root .h-160 {
        height: 16rem;
}

#root .h-192 {
        height: 19.2rem;
}

#root .h-2 {
        height: 0.2rem;
}

#root .h-20 {
        height: 2rem;
}

#root .h-24 {
        height: 2.4rem;
}

#root .h-28 {
        height: 2.8rem;
}

#root .h-32 {
        height: 3.2rem;
}

#root .h-320 {
        height: 32rem;
}

#root .h-36 {
        height: 3.6rem;
}

#root .h-384 {
        height: 38.4rem;
}

#root .h-3xl {
        height: 76.8rem;
}

#root .h-4 {
        height: 0.4rem;
}

#root .h-40 {
        height: 4rem;
}

#root .h-44 {
        height: 4.4rem;
}

#root .h-48 {
        height: 4.8rem;
}

#root .h-56 {
        height: 5.6rem;
}

#root .h-64 {
        height: 6.4rem;
}

#root .h-7xl {
        height: 128rem;
}

#root .h-8 {
        height: 0.8rem;
}

#root .h-80 {
        height: 8rem;
}

#root .h-96 {
        height: 9.6rem;
}

#root .h-auto {
        height: auto;
}

#root .h-full {
        height: 100%;
}

#root .h-min {
        height: min-content;
}

#root .h-screen {
        height: 100vh;
}

#root .max-h-24 {
        max-height: 2.4rem;
}

#root .max-h-28 {
        max-height: 2.8rem;
}

#root .max-h-36 {
        max-height: 3.6rem;
}

#root .max-h-64 {
        max-height: 6.4rem;
}

#root .max-h-640 {
        max-height: 64rem;
}

#root .max-h-7xl {
        max-height: 128rem;
}

#root .max-h-auto {
        max-height: auto;
}

#root .max-h-full {
        max-height: 100%;
}

#root .max-h-md {
        max-height: 64rem;
}

#root .max-h-min {
        max-height: min-content;
}

#root .max-h-none {
        max-height: none;
}

#root .max-h-sm {
        max-height: 48rem;
}

#root .min-h-0 {
        min-height: 0px;
}

#root .min-h-1 {
        min-height: 0.1rem;
}

#root .min-h-120 {
        min-height: 12rem;
}

#root .min-h-28 {
        min-height: 2.8rem;
}

#root .min-h-32 {
        min-height: 3.2rem;
}

#root .min-h-360 {
        min-height: 36rem;
}

#root .min-h-40 {
        min-height: 4rem;
}

#root .min-h-48 {
        min-height: 4.8rem;
}

#root .min-h-56 {
        min-height: 5.6rem;
}

#root .min-h-64 {
        min-height: 6.4rem;
}

#root .min-h-6xl {
        min-height: 115.2rem;
}

#root .min-h-7xl {
        min-height: 128rem;
}

#root .min-h-80 {
        min-height: 8rem;
}

#root .min-h-\[70vh\] {
        min-height: 70vh;
}

#root .min-h-auto {
        min-height: auto;
}

#root .min-h-full {
        min-height: 100%;
}

#root .min-h-px {
        min-height: 1px;
}

#root .min-h-screen {
        min-height: 100vh;
}

#root .w-1 {
        width: 0.1rem;
}

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

#root .w-1\/3 {
        width: 33.333333%;
}

#root .w-12 {
        width: 1.2rem;
}

#root .w-128 {
        width: 12.8rem;
}

#root .w-16 {
        width: 1.6rem;
}

#root .w-160 {
        width: 16rem;
}

#root .w-2\/3 {
        width: 66.666667%;
}

#root .w-20 {
        width: 2rem;
}

#root .w-200 {
        width: 20rem;
}

#root .w-24 {
        width: 2.4rem;
}

#root .w-240 {
        width: 24.0rem;
}

#root .w-256 {
        width: 25.6rem;
}

#root .w-28 {
        width: 2.8rem;
}

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

#root .w-32 {
        width: 3.2rem;
}

#root .w-320 {
        width: 32rem;
}

#root .w-36 {
        width: 3.6rem;
}

#root .w-4 {
        width: 0.4rem;
}

#root .w-40 {
        width: 4rem;
}

#root .w-400 {
        width: 40rem;
}

#root .w-44 {
        width: 4.4rem;
}

#root .w-48 {
        width: 4.8rem;
}

#root .w-480 {
        width: 48rem;
}

#root .w-56 {
        width: 5.6rem;
}

#root .w-64 {
        width: 6.4rem;
}

#root .w-8 {
        width: 0.8rem;
}

#root .w-80 {
        width: 8rem;
}

#root .w-96 {
        width: 9.6rem;
}

#root .w-auto {
        width: auto;
}

#root .w-full {
        width: 100%;
}

#root .w-md {
        width: 64rem;
}

#root .w-xl {
        width: 96rem;
}

#root .min-w-0 {
        min-width: 0px;
}

#root .min-w-128 {
        min-width: 12.8rem;
}

#root .min-w-16 {
        min-width: 1.6rem;
}

#root .min-w-20 {
        min-width: 2rem;
}

#root .min-w-224 {
        min-width: 22.4rem;
}

#root .min-w-24 {
        min-width: 2.4rem;
}

#root .min-w-256 {
        min-width: 25.6rem;
}

#root .min-w-28 {
        min-width: 2.8rem;
}

#root .min-w-320 {
        min-width: 32rem;
}

#root .min-w-36 {
        min-width: 3.6rem;
}

#root .min-w-56 {
        min-width: 5.6rem;
}

#root .min-w-64 {
        min-width: 6.4rem;
}

#root .min-w-72 {
        min-width: 7.2rem;
}

#root .min-w-80 {
        min-width: 8rem;
}

#root .min-w-96 {
        min-width: 9.6rem;
}

#root .min-w-full {
        min-width: 100%;
}

#root .min-w-max {
        min-width: max-content;
}

#root .min-w-px {
        min-width: 1px;
}

#root .max-w-128 {
        max-width: 12.8rem;
}

#root .max-w-192 {
        max-width: 19.2rem;
}

#root .max-w-2xl {
        max-width: 65.6rem;
}

#root .max-w-320 {
        max-width: 32rem;
}

#root .max-w-3xl {
        max-width: 76.8rem;
}

#root .max-w-4xl {
        max-width: 89.6rem;
}

#root .max-w-512 {
        max-width: 51.2rem;
}

#root .max-w-5xl {
        max-width: 102.4rem;
}

#root .max-w-64 {
        max-width: 6.4rem;
}

#root .max-w-full {
        max-width: 100%;
}

#root .max-w-lg {
        max-width: 80rem;
}

#root .max-w-md {
        max-width: 64rem;
}

#root .max-w-none {
        max-width: none;
}

#root .max-w-screen-md {
        max-width: 960px;
}

#root .max-w-sm {
        max-width: 48rem;
}

#root .max-w-xl {
        max-width: 96rem;
}

#root .max-w-xs {
        max-width: 32rem;
}

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

#root .flex-auto {
        flex: 1 1 auto;
}

#root .flex-shrink {
        flex-shrink: 1;
}

#root .flex-shrink-0 {
        flex-shrink: 0;
}

#root .shrink {
        flex-shrink: 1;
}

#root .shrink-0 {
        flex-shrink: 0;
}

#root .flex-grow {
        flex-grow: 1;
}

#root .flex-grow-0 {
        flex-grow: 0;
}

#root .grow {
        flex-grow: 1;
}

#root .grow-0 {
        flex-grow: 0;
}

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

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

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

#root .cursor-default {
        cursor: default;
}

#root .cursor-move {
        cursor: move;
}

#root .cursor-pointer {
        cursor: pointer;
}

#root .cursor-text {
        cursor: text;
}

#root .resize {
        resize: both;
}

#root .list-inside {
        list-style-position: inside;
}

#root .list-decimal {
        list-style-type: decimal;
}

#root .list-disc {
        list-style-type: disc;
}

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

#root .auto-cols-max {
        grid-auto-columns: max-content;
}

#root .grid-flow-row {
        grid-auto-flow: row;
}

#root .grid-flow-col {
        grid-auto-flow: column;
}

#root .auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
}

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

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

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

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

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

#root .grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
}

#root .flex-row {
        flex-direction: row;
}

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

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

#root .place-items-start {
        place-items: start;
}

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

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

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

#root .items-baseline {
        align-items: baseline;
}

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

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

#root .justify-end {
        justify-content: flex-end;
}

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

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

#root .gap-12 {
        gap: 1.2rem;
}

#root .gap-16 {
        gap: 1.6rem;
}

#root .gap-2 {
        gap: 0.2rem;
}

#root .gap-24 {
        gap: 2.4rem;
}

#root .gap-32 {
        gap: 3.2rem;
}

#root .gap-4 {
        gap: 0.4rem;
}

#root .gap-6 {
        gap: 0.6rem;
}

#root .gap-8 {
        gap: 0.8rem;
}

#root .gap-x-16 {
        column-gap: 1.6rem;
}

#root .gap-x-24 {
        column-gap: 2.4rem;
}

#root .gap-x-32 {
        column-gap: 3.2rem;
}

#root .gap-x-4 {
        column-gap: 0.4rem;
}

#root .gap-y-1 {
        row-gap: 0.1rem;
}

#root .gap-y-16 {
        row-gap: 1.6rem;
}

#root .gap-y-24 {
        row-gap: 2.4rem;
}

#root .gap-y-32 {
        row-gap: 3.2rem;
}

#root .gap-y-4 {
        row-gap: 0.4rem;
}

#root .gap-y-48 {
        row-gap: 4.8rem;
}

#root .gap-y-6 {
        row-gap: 0.6rem;
}

#root :is(.-space-x-6 > :not([hidden]) ~ :not([hidden])) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.6rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.6rem * calc(1 - var(--tw-space-x-reverse)));
}

#root :is(.space-x-0 > :not([hidden]) ~ :not([hidden])) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

#root :is(.space-x-1 > :not([hidden]) ~ :not([hidden])) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.1rem * var(--tw-space-x-reverse));
        margin-left: calc(0.1rem * calc(1 - var(--tw-space-x-reverse)));
}

#root :is(.space-x-12 > :not([hidden]) ~ :not([hidden])) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.2rem * var(--tw-space-x-reverse));
        margin-left: calc(1.2rem * calc(1 - var(--tw-space-x-reverse)));
}

#root :is(.space-x-16 > :not([hidden]) ~ :not([hidden])) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.6rem * var(--tw-space-x-reverse));
        margin-left: calc(1.6rem * calc(1 - var(--tw-space-x-reverse)));
}

#root :is(.space-x-2 > :not([hidden]) ~ :not([hidden])) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.2rem * var(--tw-space-x-reverse));
        margin-left: calc(0.2rem * calc(1 - var(--tw-space-x-reverse)));
}

#root :is(.space-x-24 > :not([hidden]) ~ :not([hidden])) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.4rem * var(--tw-space-x-reverse));
        margin-left: calc(2.4rem * calc(1 - var(--tw-space-x-reverse)));
}

#root :is(.space-x-4 > :not([hidden]) ~ :not([hidden])) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.4rem * var(--tw-space-x-reverse));
        margin-left: calc(0.4rem * calc(1 - var(--tw-space-x-reverse)));
}

#root :is(.space-x-6 > :not([hidden]) ~ :not([hidden])) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.6rem * var(--tw-space-x-reverse));
        margin-left: calc(0.6rem * calc(1 - var(--tw-space-x-reverse)));
}

#root :is(.space-x-8 > :not([hidden]) ~ :not([hidden])) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.8rem * var(--tw-space-x-reverse));
        margin-left: calc(0.8rem * calc(1 - var(--tw-space-x-reverse)));
}

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

#root :is(.space-y-12 > :not([hidden]) ~ :not([hidden])) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.2rem * var(--tw-space-y-reverse));
}

#root :is(.space-y-16 > :not([hidden]) ~ :not([hidden])) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.6rem * var(--tw-space-y-reverse));
}

#root :is(.space-y-2 > :not([hidden]) ~ :not([hidden])) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.2rem * var(--tw-space-y-reverse));
}

#root :is(.space-y-24 > :not([hidden]) ~ :not([hidden])) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.4rem * var(--tw-space-y-reverse));
}

#root :is(.space-y-32 > :not([hidden]) ~ :not([hidden])) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3.2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3.2rem * var(--tw-space-y-reverse));
}

#root :is(.space-y-4 > :not([hidden]) ~ :not([hidden])) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.4rem * var(--tw-space-y-reverse));
}

#root :is(.space-y-48 > :not([hidden]) ~ :not([hidden])) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4.8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4.8rem * var(--tw-space-y-reverse));
}

#root :is(.space-y-8 > :not([hidden]) ~ :not([hidden])) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.8rem * var(--tw-space-y-reverse));
}

#root :is(.divide-x > :not([hidden]) ~ :not([hidden])) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

#root :is(.divide-y > :not([hidden]) ~ :not([hidden])) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

#root .place-self-center {
        place-self: center;
}

#root .self-center {
        align-self: center;
}

#root .justify-self-end {
        justify-self: end;
}

#root .overflow-auto {
        overflow: auto;
}

#root .overflow-hidden {
        overflow: hidden;
}

#root .overflow-x-auto {
        overflow-x: auto;
}

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

#root .overflow-x-hidden {
        overflow-x: hidden;
}

#root .overflow-y-hidden {
        overflow-y: hidden;
}

#root .overscroll-contain {
        overscroll-behavior: contain;
}

#root .truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}

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

#root .whitespace-pre-line {
        white-space: pre-line;
}

#root .whitespace-pre-wrap {
        white-space: pre-wrap;
}

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

#root .break-all {
        word-break: break-all;
}

#root .rounded {
        border-radius: .4rem;
}

#root .rounded-0 {
        border-radius: 0px;
}

#root .rounded-2 {
        border-radius: .2rem;
}

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

#root .rounded-lg {
        border-radius: .8rem;
}

#root .rounded-md {
        border-radius: .6rem;
}

#root .rounded-sm {
        border-radius: .2rem;
}

#root .rounded-xl {
        border-radius: 1.2rem;
}

#root .rounded-b-0 {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
}

#root .rounded-l {
        border-top-left-radius: .4rem;
        border-bottom-left-radius: .4rem;
}

#root .rounded-l-2xl {
        border-top-left-radius: 1.6rem;
        border-bottom-left-radius: 1.6rem;
}

#root .rounded-t-lg {
        border-top-left-radius: .8rem;
        border-top-right-radius: .8rem;
}

#root .border {
        border-width: 1px;
}

#root .border-0 {
        border-width: 0px;
}

#root .border-1 {
        border-width: 1px;
}

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

#root .border-3 {
        border-width: 3px;
}

#root .border-4 {
        border-width: 4px;
}

#root .border-x-1 {
        border-left-width: 1px;
        border-right-width: 1px;
}

#root .border-y {
        border-top-width: 1px;
        border-bottom-width: 1px;
}

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

#root .border-b-0 {
        border-bottom-width: 0px;
}

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

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

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

#root .border-l-2 {
        border-left-width: 2px;
}

#root .border-r {
        border-right-width: 1px;
}

#root .border-r-1 {
        border-right-width: 1px;
}

#root .border-t {
        border-top-width: 1px;
}

#root .border-t-1 {
        border-top-width: 1px;
}

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

#root .border-dashed {
        border-style: dashed;
}

#root .border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}

#root .border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgb(97 97 97 / var(--tw-border-opacity, 1));
}

#root .border-red {
        --tw-border-opacity: 1;
        border-color: rgb(244 67 54 / var(--tw-border-opacity, 1));
}

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

#root .border-yellow-700 {
        --tw-border-opacity: 1;
        border-color: rgb(251 192 45 / var(--tw-border-opacity, 1));
}

#root .bg-black {
        --tw-bg-opacity: 1;
        background-color: rgb(34 41 47 / var(--tw-bg-opacity, 1));
}

#root .bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgb(33 150 243 / var(--tw-bg-opacity, 1));
}

#root .bg-blue-100 {
        --tw-bg-opacity: 1;
        background-color: rgb(187 222 251 / var(--tw-bg-opacity, 1));
}

#root .bg-blue-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(33 150 243 / var(--tw-bg-opacity, 1));
}

#root .bg-blue-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(25 118 210 / var(--tw-bg-opacity, 1));
}

#root .bg-blue-800 {
        --tw-bg-opacity: 1;
        background-color: rgb(21 101 192 / var(--tw-bg-opacity, 1));
}

#root .bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

#root .bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(158 158 158 / var(--tw-bg-opacity, 1));
}

#root .bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(97 97 97 / var(--tw-bg-opacity, 1));
}

#root .bg-green {
        --tw-bg-opacity: 1;
        background-color: rgb(76 175 80 / var(--tw-bg-opacity, 1));
}

#root .bg-green-100 {
        --tw-bg-opacity: 1;
        background-color: rgb(200 230 201 / var(--tw-bg-opacity, 1));
}

#root .bg-green-50 {
        --tw-bg-opacity: 1;
        background-color: rgb(232 245 233 / var(--tw-bg-opacity, 1));
}

#root .bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(76 175 80 / var(--tw-bg-opacity, 1));
}

#root .bg-green-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(56 142 60 / var(--tw-bg-opacity, 1));
}

#root .bg-green-800 {
        --tw-bg-opacity: 1;
        background-color: rgb(46 125 50 / var(--tw-bg-opacity, 1));
}

#root .bg-grey-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(158 158 158 / var(--tw-bg-opacity, 1));
}

#root .bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgb(197 202 233 / var(--tw-bg-opacity, 1));
}

#root .bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgb(232 234 246 / var(--tw-bg-opacity, 1));
}

#root .bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(63 81 181 / var(--tw-bg-opacity, 1));
}

#root .bg-orange {
        --tw-bg-opacity: 1;
        background-color: rgb(255 152 0 / var(--tw-bg-opacity, 1));
}

#root .bg-orange-100 {
        --tw-bg-opacity: 1;
        background-color: rgb(255 224 178 / var(--tw-bg-opacity, 1));
}

#root .bg-orange-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(255 152 0 / var(--tw-bg-opacity, 1));
}

#root .bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgb(233 30 99 / var(--tw-bg-opacity, 1));
}

#root .bg-pink-100 {
        --tw-bg-opacity: 1;
        background-color: rgb(248 187 208 / var(--tw-bg-opacity, 1));
}

#root .bg-pink-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(233 30 99 / var(--tw-bg-opacity, 1));
}

#root .bg-pink-600 {
        --tw-bg-opacity: 1;
        background-color: rgb(216 27 96 / var(--tw-bg-opacity, 1));
}

#root .bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgb(156 39 176 / var(--tw-bg-opacity, 1));
}

#root .bg-purple-100 {
        --tw-bg-opacity: 1;
        background-color: rgb(225 190 231 / var(--tw-bg-opacity, 1));
}

#root .bg-purple-300 {
        --tw-bg-opacity: 1;
        background-color: rgb(186 104 200 / var(--tw-bg-opacity, 1));
}

#root .bg-purple-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(156 39 176 / var(--tw-bg-opacity, 1));
}

#root .bg-purple-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(123 31 162 / var(--tw-bg-opacity, 1));
}

#root .bg-red {
        --tw-bg-opacity: 1;
        background-color: rgb(244 67 54 / var(--tw-bg-opacity, 1));
}

#root .bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgb(255 205 210 / var(--tw-bg-opacity, 1));
}

#root .bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(244 67 54 / var(--tw-bg-opacity, 1));
}

#root .bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(211 47 47 / var(--tw-bg-opacity, 1));
}

#root .bg-teal-100 {
        --tw-bg-opacity: 1;
        background-color: rgb(178 223 219 / var(--tw-bg-opacity, 1));
}

#root .bg-teal-400 {
        --tw-bg-opacity: 1;
        background-color: rgb(38 166 154 / var(--tw-bg-opacity, 1));
}

#root .bg-teal-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(0 150 136 / var(--tw-bg-opacity, 1));
}

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

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

#root .bg-yellow-100 {
        --tw-bg-opacity: 1;
        background-color: rgb(255 249 196 / var(--tw-bg-opacity, 1));
}

#root .bg-yellow-50 {
        --tw-bg-opacity: 1;
        background-color: rgb(255 253 231 / var(--tw-bg-opacity, 1));
}

#root .bg-yellow-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(255 235 59 / var(--tw-bg-opacity, 1));
}

#root .bg-opacity-0 {
        --tw-bg-opacity: 0;
}

#root .bg-opacity-50 {
        --tw-bg-opacity: 0.5;
}

#root .fill-current {
        fill: currentColor;
}

#root .object-cover {
        object-fit: cover;
}

#root .object-center {
        object-position: center;
}

#root .p-0 {
        padding: 0px;
}

#root .p-12 {
        padding: 1.2rem;
}

#root .p-16 {
        padding: 1.6rem;
}

#root .p-2 {
        padding: 0.2rem;
}

#root .p-20 {
        padding: 2rem;
}

#root .p-24 {
        padding: 2.4rem;
}

#root .p-32 {
        padding: 3.2rem;
}

#root .p-4 {
        padding: 0.4rem;
}

#root .p-48 {
        padding: 4.8rem;
}

#root .p-6 {
        padding: 0.6rem;
}

#root .p-64 {
        padding: 6.4rem;
}

#root .p-8 {
        padding: 0.8rem;
}

#root .p-88 {
        padding: 8.8rem;
}

#root .px-0 {
        padding-left: 0px;
        padding-right: 0px;
}

#root .px-10 {
        padding-left: 1.0rem;
        padding-right: 1.0rem;
}

#root .px-12 {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
}

#root .px-16 {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
}

#root .px-2 {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
}

#root .px-20 {
        padding-left: 2rem;
        padding-right: 2rem;
}

#root .px-24 {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
}

#root .px-28 {
        padding-left: 2.8rem;
        padding-right: 2.8rem;
}

#root .px-3 {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
}

#root .px-32 {
        padding-left: 3.2rem;
        padding-right: 3.2rem;
}

#root .px-4 {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
}

#root .px-40 {
        padding-left: 4rem;
        padding-right: 4rem;
}

#root .px-48 {
        padding-left: 4.8rem;
        padding-right: 4.8rem;
}

#root .px-6 {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
}

#root .px-8 {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
}

#root .py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
}

#root .py-1 {
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
}

#root .py-10 {
        padding-top: 1.0rem;
        padding-bottom: 1.0rem;
}

#root .py-12 {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
}

#root .py-14 {
        padding-top: 1.4rem;
        padding-bottom: 1.4rem;
}

#root .py-16 {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
}

#root .py-2 {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
}

#root .py-20 {
        padding-top: 2rem;
        padding-bottom: 2rem;
}

#root .py-24 {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
}

#root .py-32 {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
}

#root .py-4 {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
}

#root .py-40 {
        padding-top: 4rem;
        padding-bottom: 4rem;
}

#root .py-48 {
        padding-top: 4.8rem;
        padding-bottom: 4.8rem;
}

#root .py-8 {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
}

#root .pb-0 {
        padding-bottom: 0px;
}

#root .pb-112 {
        padding-bottom: 11.2rem;
}

#root .pb-12 {
        padding-bottom: 1.2rem;
}

#root .pb-16 {
        padding-bottom: 1.6rem;
}

#root .pb-24 {
        padding-bottom: 2.4rem;
}

#root .pb-28 {
        padding-bottom: 2.8rem;
}

#root .pb-32 {
        padding-bottom: 3.2rem;
}

#root .pb-4 {
        padding-bottom: 0.4rem;
}

#root .pb-40 {
        padding-bottom: 4rem;
}

#root .pb-48 {
        padding-bottom: 4.8rem;
}

#root .pb-64 {
        padding-bottom: 6.4rem;
}

#root .pb-72 {
        padding-bottom: 7.2rem;
}

#root .pb-8 {
        padding-bottom: 0.8rem;
}

#root .pl-24 {
        padding-left: 2.4rem;
}

#root .pl-4 {
        padding-left: 0.4rem;
}

#root .pl-40 {
        padding-left: 4rem;
}

#root .pl-56 {
        padding-left: 5.6rem;
}

#root .pl-72 {
        padding-left: 7.2rem;
}

#root .pl-8 {
        padding-left: 0.8rem;
}

#root .pl-80 {
        padding-left: 8rem;
}

#root .pr-16 {
        padding-right: 1.6rem;
}

#root .pr-28 {
        padding-right: 2.8rem;
}

#root .pr-4 {
        padding-right: 0.4rem;
}

#root .pr-6 {
        padding-right: 0.6rem;
}

#root .pt-0 {
        padding-top: 0px;
}

#root .pt-12 {
        padding-top: 1.2rem;
}

#root .pt-136 {
        padding-top: 13.6rem;
}

#root .pt-16 {
        padding-top: 1.6rem;
}

#root .pt-24 {
        padding-top: 2.4rem;
}

#root .pt-32 {
        padding-top: 3.2rem;
}

#root .pt-8 {
        padding-top: 0.8rem;
}

#root .text-left {
        text-align: left;
}

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

#root .text-right {
        text-align: right;
}

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

#root .font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#root .text-10 {
        font-size: 1rem;
}

#root .text-15 {
        font-size: 1.5rem;
}

#root .text-17 {
        font-size: 1.7rem;
}

#root .text-2xl {
        font-size: 1.8rem;
}

#root .text-3xl {
        font-size: 2.2rem;
}

#root .text-48 {
        font-size: 4.8rem;
}

#root .text-4xl {
        font-size: 2.4rem;
}

#root .text-5xl {
        font-size: 2.8rem;
}

#root .text-64 {
        font-size: 6.4rem;
}

#root .text-6xl {
        font-size: 3.6rem;
}

#root .text-7xl {
        font-size: 5.6rem;
}

#root .text-8xl {
        font-size: 7.2rem;
}

#root .text-\[13\.6px\] {
        font-size: 13.6px;
}

#root .text-base {
        font-size: 1.3rem;
}

#root .text-lg {
        font-size: 1.4rem;
}

#root .text-md {
        font-size: 1.2rem;
}

#root .text-sm {
        font-size: 1.1rem;
}

#root .text-xl {
        font-size: 1.6rem;
}

#root .text-xs {
        font-size: .9rem;
}

#root .font-500 {
        font-weight: 500;
}

#root .font-600 {
        font-weight: 600;
}

#root .font-700 {
        font-weight: 700;
}

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

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

#root .font-light {
        font-weight: 300;
}

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

#root .font-normal {
        font-weight: 400;
}

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

#root .uppercase {
        text-transform: uppercase;
}

#root .capitalize {
        text-transform: capitalize;
}

#root .normal-case {
        text-transform: none;
}

#root .italic {
        font-style: italic;
}

#root .leading-4 {
        line-height: 1.6rem;
}

#root .leading-5 {
        line-height: 2rem;
}

#root .leading-6 {
        line-height: 2.4rem;
}

#root .leading-7 {
        line-height: 2.8rem;
}

#root .leading-8 {
        line-height: 3.2rem;
}

#root .leading-loose {
        line-height: 2;
}

#root .leading-none {
        line-height: 1;
}

#root .leading-normal {
        line-height: 1.5;
}

#root .leading-relaxed {
        line-height: 1.625;
}

#root .leading-tight {
        line-height: 1.25;
}

#root .tracking-tight {
        letter-spacing: -0.025em;
}

#root .tracking-tighter {
        letter-spacing: -0.05em;
}

#root .tracking-wide {
        letter-spacing: 0.025em;
}

#root .tracking-wider {
        letter-spacing: 0.05em;
}

#root .text-amber-500 {
        --tw-text-opacity: 1;
        color: rgb(255 193 7 / var(--tw-text-opacity, 1));
}

#root .text-amber-600 {
        --tw-text-opacity: 1;
        color: rgb(255 179 0 / var(--tw-text-opacity, 1));
}

#root .text-black {
        --tw-text-opacity: 1;
        color: rgb(34 41 47 / var(--tw-text-opacity, 1));
}

#root .text-blue-500 {
        --tw-text-opacity: 1;
        color: rgb(33 150 243 / var(--tw-text-opacity, 1));
}

#root .text-blue-600 {
        --tw-text-opacity: 1;
        color: rgb(30 136 229 / var(--tw-text-opacity, 1));
}

#root .text-blue-800 {
        --tw-text-opacity: 1;
        color: rgb(21 101 192 / var(--tw-text-opacity, 1));
}

#root .text-current {
        color: currentColor;
}

#root .text-gray-100 {
        --tw-text-opacity: 1;
        color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

#root .text-gray-200 {
        --tw-text-opacity: 1;
        color: rgb(238 238 238 / var(--tw-text-opacity, 1));
}

#root .text-gray-400 {
        --tw-text-opacity: 1;
        color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}

#root .text-gray-50 {
        --tw-text-opacity: 1;
        color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

#root .text-gray-500 {
        --tw-text-opacity: 1;
        color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

#root .text-gray-700 {
        --tw-text-opacity: 1;
        color: rgb(97 97 97 / var(--tw-text-opacity, 1));
}

#root .text-gray-800 {
        --tw-text-opacity: 1;
        color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

#root .text-gray-900 {
        --tw-text-opacity: 1;
        color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

#root .text-green {
        --tw-text-opacity: 1;
        color: rgb(76 175 80 / var(--tw-text-opacity, 1));
}

#root .text-green-500 {
        --tw-text-opacity: 1;
        color: rgb(76 175 80 / var(--tw-text-opacity, 1));
}

#root .text-green-600 {
        --tw-text-opacity: 1;
        color: rgb(67 160 71 / var(--tw-text-opacity, 1));
}

#root .text-green-800 {
        --tw-text-opacity: 1;
        color: rgb(46 125 50 / var(--tw-text-opacity, 1));
}

#root .text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgb(63 81 181 / var(--tw-text-opacity, 1));
}

#root .text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgb(40 53 147 / var(--tw-text-opacity, 1));
}

#root .text-orange-300 {
        --tw-text-opacity: 1;
        color: rgb(255 183 77 / var(--tw-text-opacity, 1));
}

#root .text-orange-500 {
        --tw-text-opacity: 1;
        color: rgb(255 152 0 / var(--tw-text-opacity, 1));
}

#root .text-orange-800 {
        --tw-text-opacity: 1;
        color: rgb(239 108 0 / var(--tw-text-opacity, 1));
}

#root .text-pink-500 {
        --tw-text-opacity: 1;
        color: rgb(233 30 99 / var(--tw-text-opacity, 1));
}

#root .text-pink-800 {
        --tw-text-opacity: 1;
        color: rgb(173 20 87 / var(--tw-text-opacity, 1));
}

#root .text-purple-500 {
        --tw-text-opacity: 1;
        color: rgb(156 39 176 / var(--tw-text-opacity, 1));
}

#root .text-purple-800 {
        --tw-text-opacity: 1;
        color: rgb(106 27 154 / var(--tw-text-opacity, 1));
}

#root .text-red {
        --tw-text-opacity: 1;
        color: rgb(244 67 54 / var(--tw-text-opacity, 1));
}

#root .text-red-500 {
        --tw-text-opacity: 1;
        color: rgb(244 67 54 / var(--tw-text-opacity, 1));
}

#root .text-red-600 {
        --tw-text-opacity: 1;
        color: rgb(229 57 53 / var(--tw-text-opacity, 1));
}

#root .text-red-800 {
        --tw-text-opacity: 1;
        color: rgb(198 40 40 / var(--tw-text-opacity, 1));
}

#root .text-teal-500 {
        --tw-text-opacity: 1;
        color: rgb(0 150 136 / var(--tw-text-opacity, 1));
}

#root .text-teal-800 {
        --tw-text-opacity: 1;
        color: rgb(0 105 92 / var(--tw-text-opacity, 1));
}

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

#root .text-yellow-500 {
        --tw-text-opacity: 1;
        color: rgb(255 235 59 / var(--tw-text-opacity, 1));
}

#root .text-yellow-800 {
        --tw-text-opacity: 1;
        color: rgb(249 168 37 / var(--tw-text-opacity, 1));
}

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

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

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

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

#root .antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}

#root .opacity-0 {
        opacity: 0;
}

#root .opacity-10 {
        opacity: 0.1;
}

#root .opacity-100 {
        opacity: 1;
}

#root .opacity-20 {
        opacity: 0.2;
}

#root .opacity-25 {
        opacity: 0.25;
}

#root .opacity-30 {
        opacity: 0.3;
}

#root .opacity-5 {
        opacity: 0.05;
}

#root .opacity-50 {
        opacity: 0.5;
}

#root .opacity-60 {
        opacity: 0.6;
}

#root .opacity-75 {
        opacity: 0.75;
}

#root .opacity-80 {
        opacity: 0.8;
}

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

#root .shadow-0 {
        --tw-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
        --tw-shadow-colored: 0px 0px 0px 0px var(--tw-shadow-color), 0px 0px 0px 0px var(--tw-shadow-color), 0px 0px 0px 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);
}

#root .shadow-1 {
        --tw-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
        --tw-shadow-colored: 0px 2px 1px -1px var(--tw-shadow-color), 0px 1px 1px 0px var(--tw-shadow-color), 0px 1px 3px 0px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#root .shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
}

#root .shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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);
}

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

#root .shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 10px 10px -5px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#root .outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
}

#root .outline {
        outline-style: solid;
}

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

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

#root .drop-shadow {
        --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(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);
}

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

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

#root .transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}

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

#root .transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}

#root .duration-150 {
        transition-duration: 150ms;
}

#root .duration-200 {
        transition-duration: 200ms;
}

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

#root .icon-size-14 {
        width: 1.4rem;
        height: 1.4rem;
        min-width: 1.4rem;
        min-height: 1.4rem;
        font-size: 1.4rem;
        line-height: 1.4rem;
}

#root :is(.icon-size-14 svg) {
        width: 1.4rem;
        height: 1.4rem;
}

#root .icon-size-16 {
        width: 1.6rem;
        height: 1.6rem;
        min-width: 1.6rem;
        min-height: 1.6rem;
        font-size: 1.6rem;
        line-height: 1.6rem;
}

#root :is(.icon-size-16 svg) {
        width: 1.6rem;
        height: 1.6rem;
}

#root .icon-size-128 {
        width: 12.8rem;
        height: 12.8rem;
        min-width: 12.8rem;
        min-height: 12.8rem;
        font-size: 12.8rem;
        line-height: 12.8rem;
}

#root :is(.icon-size-128 svg) {
        width: 12.8rem;
        height: 12.8rem;
}

#root :is([dir="rtl"] [class*="space-x-"] > :not([hidden]) ~ :not([hidden])) {
        --tw-space-x-reverse: 1;
    }

#root .hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#root .hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

#root .hover\:bg-transparent:hover {
        background-color: transparent;
}

#root .hover\:underline:hover {
        text-decoration-line: underline;
}

#root .hover\:opacity-80:hover {
        opacity: 0.8;
}

#root .hover\:shadow-lg:hover {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
}

#root .hover\:shadow-md:hover {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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);
}

#root .hover\:shadow-sm:hover {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#root .hover\:shadow-xl:hover {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 10px 10px -5px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#root .focus\:bg-transparent:focus {
        background-color: transparent;
}

#root :is(.group:hover .group-hover\:bg-opacity-40) {
        --tw-bg-opacity: 0.4;
}

#root :is(.group:hover .group-hover\:underline) {
        text-decoration-line: underline;
}

#root :is(.group:hover .group-hover\:opacity-100) {
        opacity: 1;
}

#root :is(.group:hover .group-hover\:shadow-lg) {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
}

#root .dark\:block:is(.dark *) {
        display: block;
}

#root .dark\:hidden:is(.dark *) {
        display: none;
}

#root .dark\:bg-green-600:is(.dark *) {
        --tw-bg-opacity: 1;
        background-color: rgb(67 160 71 / var(--tw-bg-opacity, 1));
}

#root .dark\:bg-indigo-600:is(.dark *) {
        --tw-bg-opacity: 1;
        background-color: rgb(57 73 171 / var(--tw-bg-opacity, 1));
}

#root .dark\:bg-red-600:is(.dark *) {
        --tw-bg-opacity: 1;
        background-color: rgb(229 57 53 / var(--tw-bg-opacity, 1));
}

#root .dark\:bg-teal-600:is(.dark *) {
        --tw-bg-opacity: 1;
        background-color: rgb(0 137 123 / var(--tw-bg-opacity, 1));
}

#root .dark\:text-blue-500:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(33 150 243 / var(--tw-text-opacity, 1));
}

#root .dark\:text-gray-400:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}

#root .dark\:text-gray-600:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}

#root .dark\:text-gray-700:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(97 97 97 / var(--tw-text-opacity, 1));
}

#root .dark\:text-gray-800:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

#root .dark\:text-green-400:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(102 187 106 / var(--tw-text-opacity, 1));
}

#root .dark\:text-green-50:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(232 245 233 / var(--tw-text-opacity, 1));
}

#root .dark\:text-indigo-50:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(232 234 246 / var(--tw-text-opacity, 1));
}

#root .dark\:text-orange-400:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(255 167 38 / var(--tw-text-opacity, 1));
}

#root .dark\:text-red-400:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(239 83 80 / var(--tw-text-opacity, 1));
}

#root .dark\:text-red-50:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(255 235 238 / var(--tw-text-opacity, 1));
}

#root .dark\:text-red-500:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(244 67 54 / var(--tw-text-opacity, 1));
}

#root .dark\:text-red-600:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(229 57 53 / var(--tw-text-opacity, 1));
}

#root .dark\:text-teal-50:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(224 242 241 / var(--tw-text-opacity, 1));
}

@media (min-width: 600px) {

        #root .sm\:order-first {
                order: -9999;
        }

        #root .sm\:order-last {
                order: 9999;
        }

        #root .sm\:col-span-1 {
                grid-column: span 1 / span 1;
        }

        #root .sm\:col-span-2 {
                grid-column: span 2 / span 2;
        }

        #root .sm\:col-span-3 {
                grid-column: span 3 / span 3;
        }

        #root .sm\:col-span-4 {
                grid-column: span 4 / span 4;
        }

        #root .sm\:col-span-6 {
                grid-column: span 6 / span 6;
        }

        #root .sm\:m-24 {
                margin: 2.4rem;
        }

        #root .sm\:mx-0 {
                margin-left: 0px;
                margin-right: 0px;
        }

        #root .sm\:mx-12 {
                margin-left: 1.2rem;
                margin-right: 1.2rem;
        }

        #root .sm\:mx-8 {
                margin-left: 0.8rem;
                margin-right: 0.8rem;
        }

        #root .sm\:my-40 {
                margin-top: 4rem;
                margin-bottom: 4rem;
        }

        #root .sm\:my-48 {
                margin-top: 4.8rem;
                margin-bottom: 4.8rem;
        }

        #root .sm\:my-8 {
                margin-top: 0.8rem;
                margin-bottom: 0.8rem;
        }

        #root .sm\:-mt-96 {
                margin-top: -9.6rem;
        }

        #root .sm\:mb-0 {
                margin-bottom: 0px;
        }

        #root .sm\:ml-12 {
                margin-left: 1.2rem;
        }

        #root .sm\:mt-0 {
                margin-top: 0px;
        }

        #root .sm\:mt-16 {
                margin-top: 1.6rem;
        }

        #root .sm\:mt-24 {
                margin-top: 2.4rem;
        }

        #root .sm\:mt-32 {
                margin-top: 3.2rem;
        }

        #root .sm\:mt-4 {
                margin-top: 0.4rem;
        }

        #root .sm\:mt-40 {
                margin-top: 4rem;
        }

        #root .sm\:mt-48 {
                margin-top: 4.8rem;
        }

        #root .sm\:mt-64 {
                margin-top: 6.4rem;
        }

        #root .sm\:mt-8 {
                margin-top: 0.8rem;
        }

        #root .sm\:mt-80 {
                margin-top: 8rem;
        }

        #root .sm\:mt-96 {
                margin-top: 9.6rem;
        }

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

        #root .sm\:flex {
                display: flex;
        }

        #root .sm\:inline-flex {
                display: inline-flex;
        }

        #root .sm\:h-192 {
                height: 19.2rem;
        }

        #root .sm\:h-256 {
                height: 25.6rem;
        }

        #root .sm\:h-56 {
                height: 5.6rem;
        }

        #root .sm\:h-64 {
                height: 6.4rem;
        }

        #root .sm\:h-auto {
                height: auto;
        }

        #root .sm\:min-h-auto {
                min-height: auto;
        }

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

        #root .sm\:w-136 {
                width: 13.6rem;
        }

        #root .sm\:w-160 {
                width: 16rem;
        }

        #root .sm\:w-256 {
                width: 25.6rem;
        }

        #root .sm\:w-320 {
                width: 32rem;
        }

        #root .sm\:w-48 {
                width: 4.8rem;
        }

        #root .sm\:w-auto {
                width: auto;
        }

        #root .sm\:w-sm {
                width: 48rem;
        }

        #root .sm\:min-w-224 {
                min-width: 22.4rem;
        }

        #root .sm\:max-w-256 {
                max-width: 25.6rem;
        }

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

        #root .sm\:flex-grow-0 {
                flex-grow: 0;
        }

        #root .sm\:grid-flow-col {
                grid-auto-flow: column;
        }

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

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

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

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

        #root .sm\:flex-row {
                flex-direction: row;
        }

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

        #root .sm\:items-start {
                align-items: flex-start;
        }

        #root .sm\:items-center {
                align-items: center;
        }

        #root .sm\:justify-start {
                justify-content: flex-start;
        }

        #root .sm\:justify-end {
                justify-content: flex-end;
        }

        #root .sm\:justify-center {
                justify-content: center;
        }

        #root .sm\:justify-between {
                justify-content: space-between;
        }

        #root .sm\:gap-48 {
                gap: 4.8rem;
        }

        #root .sm\:gap-x-16 {
                column-gap: 1.6rem;
        }

        #root :is(.sm\:space-x-12 > :not([hidden]) ~ :not([hidden])) {
                --tw-space-x-reverse: 0;
                margin-right: calc(1.2rem * var(--tw-space-x-reverse));
                margin-left: calc(1.2rem * calc(1 - var(--tw-space-x-reverse)));
        }

        #root :is(.sm\:space-x-16 > :not([hidden]) ~ :not([hidden])) {
                --tw-space-x-reverse: 0;
                margin-right: calc(1.6rem * var(--tw-space-x-reverse));
                margin-left: calc(1.6rem * calc(1 - var(--tw-space-x-reverse)));
        }

        #root :is(.sm\:space-x-24 > :not([hidden]) ~ :not([hidden])) {
                --tw-space-x-reverse: 0;
                margin-right: calc(2.4rem * var(--tw-space-x-reverse));
                margin-left: calc(2.4rem * calc(1 - var(--tw-space-x-reverse)));
        }

        #root :is(.sm\:space-x-8 > :not([hidden]) ~ :not([hidden])) {
                --tw-space-x-reverse: 0;
                margin-right: calc(0.8rem * var(--tw-space-x-reverse));
                margin-left: calc(0.8rem * calc(1 - var(--tw-space-x-reverse)));
        }

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

        #root .sm\:rounded-xl {
                border-radius: 1.2rem;
        }

        #root .sm\:p-24 {
                padding: 2.4rem;
        }

        #root .sm\:p-32 {
                padding: 3.2rem;
        }

        #root .sm\:p-40 {
                padding: 4rem;
        }

        #root .sm\:p-48 {
                padding: 4.8rem;
        }

        #root .sm\:p-8 {
                padding: 0.8rem;
        }

        #root .sm\:px-12 {
                padding-left: 1.2rem;
                padding-right: 1.2rem;
        }

        #root .sm\:px-16 {
                padding-left: 1.6rem;
                padding-right: 1.6rem;
        }

        #root .sm\:px-24 {
                padding-left: 2.4rem;
                padding-right: 2.4rem;
        }

        #root .sm\:px-32 {
                padding-left: 3.2rem;
                padding-right: 3.2rem;
        }

        #root .sm\:px-40 {
                padding-left: 4rem;
                padding-right: 4rem;
        }

        #root .sm\:px-48 {
                padding-left: 4.8rem;
                padding-right: 4.8rem;
        }

        #root .sm\:px-64 {
                padding-left: 6.4rem;
                padding-right: 6.4rem;
        }

        #root .sm\:py-0 {
                padding-top: 0px;
                padding-bottom: 0px;
        }

        #root .sm\:py-24 {
                padding-top: 2.4rem;
                padding-bottom: 2.4rem;
        }

        #root .sm\:py-32 {
                padding-top: 3.2rem;
                padding-bottom: 3.2rem;
        }

        #root .sm\:py-48 {
                padding-top: 4.8rem;
                padding-bottom: 4.8rem;
        }

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

        #root .sm\:pb-192 {
                padding-bottom: 19.2rem;
        }

        #root .sm\:pb-28 {
                padding-bottom: 2.8rem;
        }

        #root .sm\:pb-64 {
                padding-bottom: 6.4rem;
        }

        #root .sm\:pb-80 {
                padding-bottom: 8rem;
        }

        #root .sm\:pb-96 {
                padding-bottom: 9.6rem;
        }

        #root .sm\:pl-36 {
                padding-left: 3.6rem;
        }

        #root .sm\:pr-48 {
                padding-right: 4.8rem;
        }

        #root .sm\:pt-0 {
                padding-top: 0px;
        }

        #root .sm\:pt-24 {
                padding-top: 2.4rem;
        }

        #root .sm\:pt-32 {
                padding-top: 3.2rem;
        }

        #root .sm\:pt-40 {
                padding-top: 4rem;
        }

        #root .sm\:pt-72 {
                padding-top: 7.2rem;
        }

        #root .sm\:pt-80 {
                padding-top: 8rem;
        }

        #root .sm\:text-2xl {
                font-size: 1.8rem;
        }

        #root .sm\:text-48 {
                font-size: 4.8rem;
        }

        #root .sm\:text-4xl {
                font-size: 2.4rem;
        }

        #root .sm\:text-5xl {
                font-size: 2.8rem;
        }

        #root .sm\:text-7xl {
                font-size: 5.6rem;
        }

        #root .sm\:text-8xl {
                font-size: 7.2rem;
        }

        #root .sm\:text-base {
                font-size: 1.3rem;
        }

        #root .sm\:text-lg {
                font-size: 1.4rem;
        }

        #root .sm\:leading-10 {
                line-height: 4rem;
        }

        #root .sm\:shadow {
                --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
                --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);
                box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        }
}

@media (min-width: 960px) {

        #root .md\:col-span-4 {
                grid-column: span 4 / span 4;
        }

        #root .md\:-mx-4 {
                margin-left: -0.4rem;
                margin-right: -0.4rem;
        }

        #root .md\:mx-24 {
                margin-left: 2.4rem;
                margin-right: 2.4rem;
        }

        #root .md\:mx-4 {
                margin-left: 0.4rem;
                margin-right: 0.4rem;
        }

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

        #root .md\:mb-32 {
                margin-bottom: 3.2rem;
        }

        #root .md\:mb-68 {
                margin-bottom: 6.8rem;
        }

        #root .md\:ml-64 {
                margin-left: 6.4rem;
        }

        #root .md\:mt-24 {
                margin-top: 2.4rem;
        }

        #root .md\:mt-64 {
                margin-top: 6.4rem;
        }

        #root .md\:mt-96 {
                margin-top: 9.6rem;
        }

        #root .md\:block {
                display: block;
        }

        #root .md\:flex {
                display: flex;
        }

        #root .md\:hidden {
                display: none;
        }

        #root .md\:h-36 {
                height: 3.6rem;
        }

        #root .md\:h-72 {
                height: 7.2rem;
        }

        #root .md\:h-76 {
                height: 7.6rem;
        }

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

        #root .md\:min-h-64 {
                min-height: 6.4rem;
        }

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

        #root .md\:w-1\/4 {
                width: 25%;
        }

        #root .md\:w-320 {
                width: 32rem;
        }

        #root .md\:w-64 {
                width: 6.4rem;
        }

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

        #root .md\:max-w-160 {
                max-width: 16rem;
        }

        #root .md\:max-w-256 {
                max-width: 25.6rem;
        }

        #root .md\:max-w-4xl {
                max-width: 89.6rem;
        }

        #root .md\:max-w-6xl {
                max-width: 115.2rem;
        }

        #root .md\:max-w-none {
                max-width: none;
        }

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

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

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

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

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

        #root .md\:items-end {
                align-items: flex-end;
        }

        #root .md\:items-center {
                align-items: center;
        }

        #root .md\:justify-start {
                justify-content: flex-start;
        }

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

        #root .md\:justify-center {
                justify-content: center;
        }

        #root .md\:gap-x-24 {
                column-gap: 2.4rem;
        }

        #root .md\:gap-y-0 {
                row-gap: 0px;
        }

        #root :is(.md\:space-x-16 > :not([hidden]) ~ :not([hidden])) {
                --tw-space-x-reverse: 0;
                margin-right: calc(1.6rem * var(--tw-space-x-reverse));
                margin-left: calc(1.6rem * calc(1 - var(--tw-space-x-reverse)));
        }

        #root .md\:rounded-none {
                border-radius: 0px;
        }

        #root .md\:p-10 {
                padding: 1.0rem;
        }

        #root .md\:p-128 {
                padding: 12.8rem;
        }

        #root .md\:p-16 {
                padding: 1.6rem;
        }

        #root .md\:p-24 {
                padding: 2.4rem;
        }

        #root .md\:p-32 {
                padding: 3.2rem;
        }

        #root .md\:p-40 {
                padding: 4rem;
        }

        #root .md\:p-48 {
                padding: 4.8rem;
        }

        #root .md\:p-64 {
                padding: 6.4rem;
        }

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

        #root .md\:px-12 {
                padding-left: 1.2rem;
                padding-right: 1.2rem;
        }

        #root .md\:px-16 {
                padding-left: 1.6rem;
                padding-right: 1.6rem;
        }

        #root .md\:px-32 {
                padding-left: 3.2rem;
                padding-right: 3.2rem;
        }

        #root .md\:px-8 {
                padding-left: 0.8rem;
                padding-right: 0.8rem;
        }

        #root .md\:py-24 {
                padding-top: 2.4rem;
                padding-bottom: 2.4rem;
        }

        #root .md\:pb-0 {
                padding-bottom: 0px;
        }

        #root .md\:pb-96 {
                padding-bottom: 9.6rem;
        }

        #root .md\:pt-96 {
                padding-top: 9.6rem;
        }

        #root .md\:text-3xl {
                font-size: 2.2rem;
        }

        #root .md\:text-4xl {
                font-size: 2.4rem;
        }

        #root .md\:text-5xl {
                font-size: 2.8rem;
        }

        #root .md\:text-6xl {
                font-size: 3.6rem;
        }

        #root .md\:text-7xl {
                font-size: 5.6rem;
        }

        #root .md\:text-xl {
                font-size: 1.6rem;
        }

        #root .md\:leading-none {
                line-height: 1;
        }

        #root .md\:leading-snug {
                line-height: 1.375;
        }

        #root .md\: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);
        }

        #root :is(.group:hover .md\:group-hover\:flex) {
                display: flex;
        }
}

@media (min-width: 1280px) {

        #root .lg\:z-99 {
                z-index: 99;
        }

        #root .lg\:col-span-1 {
                grid-column: span 1 / span 1;
        }

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

        #root .lg\:col-span-3 {
                grid-column: span 3 / span 3;
        }

        #root .lg\:col-span-4 {
                grid-column: span 4 / span 4;
        }

        #root .lg\:mx-24 {
                margin-left: 2.4rem;
                margin-right: 2.4rem;
        }

        #root .lg\:mx-8 {
                margin-left: 0.8rem;
                margin-right: 0.8rem;
        }

        #root .lg\:my-0 {
                margin-top: 0px;
                margin-bottom: 0px;
        }

        #root .lg\:-mt-88 {
                margin-top: -8.8rem;
        }

        #root .lg\:ml-0 {
                margin-left: 0px;
        }

        #root .lg\:ml-12 {
                margin-left: 1.2rem;
        }

        #root .lg\:ml-32 {
                margin-left: 3.2rem;
        }

        #root .lg\:mr-80 {
                margin-right: 8rem;
        }

        #root .lg\:mt-0 {
                margin-top: 0px;
        }

        #root .lg\:mt-12 {
                margin-top: 1.2rem;
        }

        #root .lg\:mt-16 {
                margin-top: 1.6rem;
        }

        #root .lg\:mt-2 {
                margin-top: 0.2rem;
        }

        #root .lg\:mt-24 {
                margin-top: 2.4rem;
        }

        #root .lg\:mt-auto {
                margin-top: auto;
        }

        #root .lg\:block {
                display: block;
        }

        #root .lg\:flex {
                display: flex;
        }

        #root .lg\:hidden {
                display: none;
        }

        #root .lg\:h-320 {
                height: 32rem;
        }

        #root .lg\:h-36 {
                height: 3.6rem;
        }

        #root .lg\:h-72 {
                height: 7.2rem;
        }

        #root .lg\:min-h-200 {
                min-height: 20rem;
        }

        #root .lg\:min-h-36 {
                min-height: 3.6rem;
        }

        #root .lg\:min-w-0 {
                min-width: 0px;
        }

        #root .lg\:min-w-320 {
                min-width: 32rem;
        }

        #root .lg\:max-w-none {
                max-width: none;
        }

        #root .lg\:max-w-xl {
                max-width: 96rem;
        }

        #root .lg\:shrink {
                flex-shrink: 1;
        }

        #root .lg\:auto-cols-fr {
                grid-auto-columns: minmax(0, 1fr);
        }

        #root .lg\:grid-flow-row {
                grid-auto-flow: row;
        }

        #root .lg\:grid-flow-col {
                grid-auto-flow: column;
        }

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

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

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

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

        #root .lg\:flex-col {
                flex-direction: column;
        }

        #root .lg\:items-start {
                align-items: flex-start;
        }

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

        #root .lg\:justify-start {
                justify-content: flex-start;
        }

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

        #root .lg\:gap-64 {
                gap: 6.4rem;
        }

        #root .lg\:gap-x-64 {
                column-gap: 6.4rem;
        }

        #root .lg\:gap-y-0 {
                row-gap: 0px;
        }

        #root :is(.lg\:divide-x > :not([hidden]) ~ :not([hidden])) {
                --tw-divide-x-reverse: 0;
                border-right-width: calc(1px * var(--tw-divide-x-reverse));
                border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
        }

        #root :is(.lg\:divide-x-0 > :not([hidden]) ~ :not([hidden])) {
                --tw-divide-x-reverse: 0;
                border-right-width: calc(0px * var(--tw-divide-x-reverse));
                border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
        }

        #root :is(.lg\:divide-y > :not([hidden]) ~ :not([hidden])) {
                --tw-divide-y-reverse: 0;
                border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
                border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
        }

        #root :is(.lg\:divide-y-0 > :not([hidden]) ~ :not([hidden])) {
                --tw-divide-y-reverse: 0;
                border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
                border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
        }

        #root .lg\:overflow-visible {
                overflow: visible;
        }

        #root .lg\:overflow-y-auto {
                overflow-y: auto;
        }

        #root .lg\:rounded-xl {
                border-radius: 1.2rem;
        }

        #root .lg\:rounded-l-0 {
                border-top-left-radius: 0px;
                border-bottom-left-radius: 0px;
        }

        #root .lg\:rounded-l-none {
                border-top-left-radius: 0px;
                border-bottom-left-radius: 0px;
        }

        #root .lg\:rounded-r-0 {
                border-top-right-radius: 0px;
                border-bottom-right-radius: 0px;
        }

        #root .lg\:border-r-0 {
                border-right-width: 0px;
        }

        #root .lg\:p-40 {
                padding: 4rem;
        }

        #root .lg\:p-48 {
                padding: 4.8rem;
        }

        #root .lg\:px-112 {
                padding-left: 11.2rem;
                padding-right: 11.2rem;
        }

        #root .lg\:px-20 {
                padding-left: 2rem;
                padding-right: 2rem;
        }

        #root .lg\:px-24 {
                padding-left: 2.4rem;
                padding-right: 2.4rem;
        }

        #root .lg\:px-40 {
                padding-left: 4rem;
                padding-right: 4rem;
        }

        #root .lg\:py-32 {
                padding-top: 3.2rem;
                padding-bottom: 3.2rem;
        }

        #root .lg\:py-48 {
                padding-top: 4.8rem;
                padding-bottom: 4.8rem;
        }

        #root .lg\:pb-112 {
                padding-bottom: 11.2rem;
        }

        #root .lg\:text-left {
                text-align: left;
        }

        #root .lg\:text-2xl {
                font-size: 1.8rem;
        }

        #root .lg\:text-3xl {
                font-size: 2.2rem;
        }

        #root .lg\:text-4xl {
                font-size: 2.4rem;
        }

        #root .lg\:text-base {
                font-size: 1.3rem;
        }

        #root .lg\:font-normal {
                font-weight: 400;
        }

        #root .lg\:shadow-2xl {
                --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
                --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
                box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        }

        #root .lg\: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);
        }
}

@media (min-width: 1920px) {

        #root .xl\:col-span-2 {
                grid-column: span 2 / span 2;
        }

        #root .xl\:grid-flow-row {
                grid-auto-flow: row;
        }

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

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

#root .ltr\:left-0:where([dir="ltr"], [dir="ltr"] *) {
        left: 0px;
}

#root .ltr\:right-0:where([dir="ltr"], [dir="ltr"] *) {
        right: 0px;
}

#root .ltr\:ml-4:where([dir="ltr"], [dir="ltr"] *) {
        margin-left: 0.4rem;
}

#root .ltr\:ml-8:where([dir="ltr"], [dir="ltr"] *) {
        margin-left: 0.8rem;
}

#root .ltr\:mr-48:where([dir="ltr"], [dir="ltr"] *) {
        margin-right: 4.8rem;
}

#root .ltr\:border-l-1:where([dir="ltr"], [dir="ltr"] *) {
        border-left-width: 1px;
}

#root .ltr\:border-r-1:where([dir="ltr"], [dir="ltr"] *) {
        border-right-width: 1px;
}

#root .ltr\:pl-4:where([dir="ltr"], [dir="ltr"] *) {
        padding-left: 0.4rem;
}

#root .ltr\:pr-36:where([dir="ltr"], [dir="ltr"] *) {
        padding-right: 3.6rem;
}

@media (min-width: 960px) {

        #root .md\:ltr\:mr-32:where([dir="ltr"], [dir="ltr"] *) {
                margin-right: 3.2rem;
        }

        #root .md\:ltr\:pr-32:where([dir="ltr"], [dir="ltr"] *) {
                padding-right: 3.2rem;
        }
}

#root .rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) {
        left: 0px;
}

#root .rtl\:right-0:where([dir="rtl"], [dir="rtl"] *) {
        right: 0px;
}

#root .rtl\:ml-48:where([dir="rtl"], [dir="rtl"] *) {
        margin-left: 4.8rem;
}

#root .rtl\:mr-4:where([dir="rtl"], [dir="rtl"] *) {
        margin-right: 0.4rem;
}

#root .rtl\:mr-8:where([dir="rtl"], [dir="rtl"] *) {
        margin-right: 0.8rem;
}

#root .rtl\:border-l-1:where([dir="rtl"], [dir="rtl"] *) {
        border-left-width: 1px;
}

#root .rtl\:border-r-1:where([dir="rtl"], [dir="rtl"] *) {
        border-right-width: 1px;
}

#root .rtl\:pl-36:where([dir="rtl"], [dir="rtl"] *) {
        padding-left: 3.6rem;
}

#root .rtl\:pr-4:where([dir="rtl"], [dir="rtl"] *) {
        padding-right: 0.4rem;
}

@media (min-width: 960px) {

        #root .md\:rtl\:ml-32:where([dir="rtl"], [dir="rtl"] *) {
                margin-left: 3.2rem;
        }

        #root .md\:rtl\:pl-32:where([dir="rtl"], [dir="rtl"] *) {
                padding-left: 3.2rem;
        }
}

@media print {

        #root .print\:mb-12 {
                margin-bottom: 1.2rem;
        }

        #root .print\:w-auto {
                width: auto;
        }

        #root .print\:rounded-none {
                border-radius: 0px;
        }

        #root .print\:bg-transparent {
                background-color: transparent;
        }

        #root .print\:p-0 {
                padding: 0px;
        }

        #root .print\: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);
        }
}

