/* src/assets/styles/base/_fonts.scss */
@font-face {
  font-family: Poppins;
  src: url("./media/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("./media/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: Karla;
  src: url("./media/Karla-VariableFont_wght.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Karla-Medium";
  src: url("./media/Karla-VariableFont_wght.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Karla-Bold";
  src: url("./media/Karla-Bold.ttf") format("truetype");
}

/* projects/guide/src/styles.css */
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
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;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
[type=text],
input:where(:not([type])),
[type=email],
[type=url],
[type=password],
[type=number],
[type=date],
[type=datetime-local],
[type=month],
[type=search],
[type=tel],
[type=time],
[type=week],
[multiple],
textarea,
select {
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type=text]:focus,
input:where(:not([type])):focus,
[type=email]:focus,
[type=url]:focus,
[type=password]:focus,
[type=number]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=week]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow);
  border-color: #2563eb;
}
input::placeholder,
textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
[multiple],
[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  print-color-adjust: unset;
}
[type=checkbox],
[type=radio] {
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type=checkbox] {
  border-radius: 0px;
}
[type=radio] {
  border-radius: 100%;
}
[type=checkbox]:focus,
[type=radio]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, );
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow);
}
[type=checkbox]:checked,
[type=radio]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type=checkbox]:checked {
    appearance: auto;
  }
}
[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type=radio]:checked {
    appearance: auto;
  }
}
[type=checkbox]:checked:hover,
[type=checkbox]:checked:focus,
[type=radio]:checked:hover,
[type=radio]:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type=checkbox]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  [type=checkbox]:indeterminate {
    appearance: auto;
  }
}
[type=checkbox]:indeterminate:hover,
[type=checkbox]:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type=file] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type=file]:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.container {
  width: 100%;
}
@media (min-width: 1px) {
  .container {
    max-width: 1px;
  }
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}
.pointer-events-none {
  pointer-events: none !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.static {
  position: static !important;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.sticky {
  position: sticky !important;
}
.-right-2 {
  right: -0.5rem !important;
}
.-top-12 {
  top: -3rem !important;
}
.-top-14 {
  top: -3.5rem !important;
}
.-top-2 {
  top: -0.5rem !important;
}
.-top-6 {
  top: -1.5rem !important;
}
.-top-\[400\%\] {
  top: -400% !important;
}
.bottom-0 {
  bottom: 0px !important;
}
.bottom-10 {
  bottom: 2.5rem !important;
}
.left-0 {
  left: 0px !important;
}
.left-1\/2 {
  left: 50% !important;
}
.left-10px {
  left: 1rem !important;
}
.right-0 {
  right: 0px !important;
}
.right-1 {
  right: 0.25rem !important;
}
.right-2 {
  right: 0.5rem !important;
}
.right-\[2\.5rem\] {
  right: 2.5rem !important;
}
.right-\[3rem\] {
  right: 3rem !important;
}
.right-\[6rem\] {
  right: 6rem !important;
}
.top-0 {
  top: 0px !important;
}
.top-1 {
  top: 0.25rem !important;
}
.top-1\/2 {
  top: 50% !important;
}
.top-10 {
  top: 2.5rem !important;
}
.top-10px {
  top: 1rem !important;
}
.top-2 {
  top: 0.5rem !important;
}
.top-\[10rem\] {
  top: 10rem !important;
}
.top-\[13rem\] {
  top: 13rem !important;
}
.top-\[2rem\] {
  top: 2rem !important;
}
.top-\[3rem\] {
  top: 3rem !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-100 {
  z-index: 100 !important;
}
.z-20 {
  z-index: 20 !important;
}
.z-40 {
  z-index: 40 !important;
}
.z-50 {
  z-index: 50 !important;
}
.z-\[10\] {
  z-index: 10 !important;
}
.z-\[1\] {
  z-index: 1 !important;
}
.z-\[50\] {
  z-index: 50 !important;
}
.z-\[70\] {
  z-index: 70 !important;
}
.col-span-1 {
  grid-column: span 1 / span 1 !important;
}
.col-span-2 {
  grid-column: span 2 / span 2 !important;
}
.col-span-full {
  grid-column: 1 / -1 !important;
}
.col-start-1 {
  grid-column-start: 1 !important;
}
.col-start-2 {
  grid-column-start: 2 !important;
}
.row-span-1 {
  grid-row: span 1 / span 1 !important;
}
.row-span-6 {
  grid-row: span 6 / span 6 !important;
}
.row-span-7 {
  grid-row: span 7 / span 7 !important;
}
.row-span-full {
  grid-row: 1 / -1 !important;
}
.row-start-1 {
  grid-row-start: 1 !important;
}
.row-start-2 {
  grid-row-start: 2 !important;
}
.m-\[0\.4rem\] {
  margin: 0.4rem !important;
}
.m-\[1\.6rem\] {
  margin: 1.6rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-2px {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}
.mx-6px {
  margin-left: 0.6rem !important;
  margin-right: 0.6rem !important;
}
.mx-\[3\.2rem\] {
  margin-left: 3.2rem !important;
  margin-right: 3.2rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-10px {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-\[1\.6rem\] {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}
.-mr-10 {
  margin-right: -2.5rem !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-10px {
  margin-bottom: 1rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-20px {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-9 {
  margin-bottom: 2.25rem !important;
}
.mb-\[0\.8rem\] {
  margin-bottom: 0.8rem !important;
}
.mb-\[1\.6rem\] {
  margin-bottom: 1.6rem !important;
}
.mb-\[1rem\] {
  margin-bottom: 1rem !important;
}
.mb-\[2\.4rem\] {
  margin-bottom: 2.4rem !important;
}
.mb-\[2rem\] {
  margin-bottom: 2rem !important;
}
.mb-\[3\.2rem\] {
  margin-bottom: 3.2rem !important;
}
.mb-\[6rem\] {
  margin-bottom: 6rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.ml-\[1\.6rem\] {
  margin-left: 1.6rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 0.75rem !important;
}
.mr-6 {
  margin-right: 1.5rem !important;
}
.mr-\[0\.8rem\] {
  margin-right: 0.8rem !important;
}
.mr-\[12rem\] {
  margin-right: 12rem !important;
}
.ms-2 {
  margin-inline-start: 0.5rem !important;
}
.mt-10px {
  margin-top: 1rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-50px {
  margin-top: 5rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-\[-0\.8rem\] {
  margin-top: -0.8rem !important;
}
.mt-\[0\.6rem\] {
  margin-top: 0.6rem !important;
}
.mt-\[1\.6rem\] {
  margin-top: 1.6rem !important;
}
.mt-\[1rem\] {
  margin-top: 1rem !important;
}
.mt-\[2rem\] {
  margin-top: 2rem !important;
}
.mt-\[3rem\] {
  margin-top: 3rem !important;
}
.mt-\[8rem\] {
  margin-top: 8rem !important;
}
.line-clamp-1 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}
.line-clamp-3 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
.table {
  display: table !important;
}
.grid {
  display: grid !important;
}
.hidden {
  display: none !important;
}
.size-\[1\.4rem\] {
  width: 1.4rem !important;
  height: 1.4rem !important;
}
.size-\[2rem\] {
  width: 2rem !important;
  height: 2rem !important;
}
.size-full {
  width: 100% !important;
  height: 100% !important;
}
.h-0 {
  height: 0px !important;
}
.h-10 {
  height: 2.5rem !important;
}
.h-11 {
  height: 2.75rem !important;
}
.h-12 {
  height: 3rem !important;
}
.h-14px {
  height: 1.4rem !important;
}
.h-18px {
  height: 1.8rem !important;
}
.h-1px {
  height: 0.1rem !important;
}
.h-2 {
  height: 0.5rem !important;
}
.h-20px {
  height: 2rem !important;
}
.h-22px {
  height: 2.2rem !important;
}
.h-24px {
  height: 2.4rem !important;
}
.h-2px {
  height: 0.2rem !important;
}
.h-3 {
  height: 0.75rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-40 {
  height: 10rem !important;
}
.h-42px {
  height: 4.2rem !important;
}
.h-5 {
  height: 1.25rem !important;
}
.h-50px {
  height: 5rem !important;
}
.h-6 {
  height: 1.5rem !important;
}
.h-60px {
  height: 6rem !important;
}
.h-70px {
  height: 7rem !important;
}
.h-8 {
  height: 2rem !important;
}
.h-80px {
  height: 8rem !important;
}
.h-8px {
  height: 0.8rem !important;
}
.h-\[0\.1rem\] {
  height: 0.1rem !important;
}
.h-\[0\.3rem\] {
  height: 0.3rem !important;
}
.h-\[0\.4rem\] {
  height: 0.4rem !important;
}
.h-\[0\.8rem\] {
  height: 0.8rem !important;
}
.h-\[1\.1rem\] {
  height: 1.1rem !important;
}
.h-\[1\.2rem\] {
  height: 1.2rem !important;
}
.h-\[1\.4rem\] {
  height: 1.4rem !important;
}
.h-\[1\.6rem\] {
  height: 1.6rem !important;
}
.h-\[1\.8rem\] {
  height: 1.8rem !important;
}
.h-\[10rem\] {
  height: 10rem !important;
}
.h-\[15rem\] {
  height: 15rem !important;
}
.h-\[16rem\] {
  height: 16rem !important;
}
.h-\[1px\] {
  height: 1px !important;
}
.h-\[1rem\] {
  height: 1rem !important;
}
.h-\[2\.4rem\] {
  height: 2.4rem !important;
}
.h-\[2\.8rem\] {
  height: 2.8rem !important;
}
.h-\[28rem\] {
  height: 28rem !important;
}
.h-\[2rem\] {
  height: 2rem !important;
}
.h-\[3\.5rem\] {
  height: 3.5rem !important;
}
.h-\[3\.8rem\] {
  height: 3.8rem !important;
}
.h-\[35rem\] {
  height: 35rem !important;
}
.h-\[36px\] {
  height: 36px !important;
}
.h-\[3rem\] {
  height: 3rem !important;
}
.h-\[440px\] {
  height: 440px !important;
}
.h-\[47px\] {
  height: 47px !important;
}
.h-\[48px\] {
  height: 48px !important;
}
.h-\[5\.6rem\] {
  height: 5.6rem !important;
}
.h-\[50vh\] {
  height: 50vh !important;
}
.h-\[5rem\] {
  height: 5rem !important;
}
.h-\[6rem\] {
  height: 6rem !important;
}
.h-\[80px\] {
  height: 80px !important;
}
.h-\[8rem\] {
  height: 8rem !important;
}
.h-\[95vh\] {
  height: 95vh !important;
}
.h-auto {
  height: auto !important;
}
.h-full {
  height: 100% !important;
}
.h-screen {
  height: 100vh !important;
}
.max-h-150px {
  max-height: 15rem !important;
}
.max-h-\[10rem\] {
  max-height: 10rem !important;
}
.max-h-\[30rem\] {
  max-height: 30rem !important;
}
.max-h-\[600px\] {
  max-height: 600px !important;
}
.max-h-\[60vh\] {
  max-height: 60vh !important;
}
.max-h-\[6rem\] {
  max-height: 6rem !important;
}
.max-h-full {
  max-height: 100% !important;
}
.max-h-screen {
  max-height: 100vh !important;
}
.min-h-0 {
  min-height: 0px !important;
}
.min-h-46px {
  min-height: 4.6rem !important;
}
.min-h-\[12rem\] {
  min-height: 12rem !important;
}
.min-h-screen {
  min-height: 100vh !important;
}
.w-1\/2 {
  width: 50% !important;
}
.w-10 {
  width: 2.5rem !important;
}
.w-11 {
  width: 2.75rem !important;
}
.w-12 {
  width: 3rem !important;
}
.w-14px {
  width: 1.4rem !important;
}
.w-150px {
  width: 15rem !important;
}
.w-18px {
  width: 1.8rem !important;
}
.w-192px {
  width: 19.2rem !important;
}
.w-20px {
  width: 2rem !important;
}
.w-22px {
  width: 2.2rem !important;
}
.w-24 {
  width: 6rem !important;
}
.w-24px {
  width: 2.4rem !important;
}
.w-3 {
  width: 0.75rem !important;
}
.w-32 {
  width: 8rem !important;
}
.w-36 {
  width: 9rem !important;
}
.w-38px {
  width: 3.8rem !important;
}
.w-40 {
  width: 10rem !important;
}
.w-42px {
  width: 4.2rem !important;
}
.w-48 {
  width: 12rem !important;
}
.w-5 {
  width: 1.25rem !important;
}
.w-50px {
  width: 5rem !important;
}
.w-6 {
  width: 1.5rem !important;
}
.w-60px {
  width: 6rem !important;
}
.w-8 {
  width: 2rem !important;
}
.w-\[0\.8rem\] {
  width: 0.8rem !important;
}
.w-\[0rem\] {
  width: 0rem !important;
}
.w-\[1\.1rem\] {
  width: 1.1rem !important;
}
.w-\[1\.2rem\] {
  width: 1.2rem !important;
}
.w-\[1\.4rem\] {
  width: 1.4rem !important;
}
.w-\[1\.6rem\] {
  width: 1.6rem !important;
}
.w-\[1\.8rem\] {
  width: 1.8rem !important;
}
.w-\[10rem\] {
  width: 10rem !important;
}
.w-\[14rem\] {
  width: 14rem !important;
}
.w-\[180px\] {
  width: 180px !important;
}
.w-\[19rem\] {
  width: 19rem !important;
}
.w-\[1rem\] {
  width: 1rem !important;
}
.w-\[2\.4rem\] {
  width: 2.4rem !important;
}
.w-\[2\.8rem\] {
  width: 2.8rem !important;
}
.w-\[20rem\] {
  width: 20rem !important;
}
.w-\[250px\] {
  width: 250px !important;
}
.w-\[25rem\] {
  width: 25rem !important;
}
.w-\[28rem\] {
  width: 28rem !important;
}
.w-\[3\.5rem\] {
  width: 3.5rem !important;
}
.w-\[3\.8rem\] {
  width: 3.8rem !important;
}
.w-\[30rem\] {
  width: 30rem !important;
}
.w-\[3rem\] {
  width: 3rem !important;
}
.w-\[4rem\] {
  width: 4rem !important;
}
.w-\[58px\] {
  width: 58px !important;
}
.w-\[80px\] {
  width: 80px !important;
}
.w-\[95vw\] {
  width: 95vw !important;
}
.w-auto {
  width: auto !important;
}
.w-fit {
  width: fit-content !important;
}
.w-full {
  width: 100% !important;
}
.w-min {
  width: min-content !important;
}
.w-screen {
  width: 100vw !important;
}
.w-sidebar {
  width: 24rem !important;
}
.w-sidebarCollapsed {
  width: 12rem !important;
}
.min-w-100px {
  min-width: 10rem !important;
}
.min-w-150px {
  min-width: 15rem !important;
}
.min-w-200px {
  min-width: 20rem !important;
}
.min-w-\[10rem\] {
  min-width: 10rem !important;
}
.min-w-\[240px\] {
  min-width: 240px !important;
}
.min-w-\[35rem\] {
  min-width: 35rem !important;
}
.min-w-\[4rem\] {
  min-width: 4rem !important;
}
.min-w-\[55rem\] {
  min-width: 55rem !important;
}
.min-w-max {
  min-width: max-content !important;
}
.max-w-300px {
  max-width: 30rem !important;
}
.max-w-400px {
  max-width: 40rem !important;
}
.max-w-5xl {
  max-width: 64rem !important;
}
.max-w-\[100rem\] {
  max-width: 100rem !important;
}
.max-w-\[29rem\] {
  max-width: 29rem !important;
}
.max-w-\[30rem\] {
  max-width: 30rem !important;
}
.max-w-\[40rem\] {
  max-width: 40rem !important;
}
.max-w-\[50rem\] {
  max-width: 50rem !important;
}
.max-w-\[520px\] {
  max-width: 520px !important;
}
.max-w-\[55rem\] {
  max-width: 55rem !important;
}
.max-w-full {
  max-width: 100% !important;
}
.max-w-lg {
  max-width: 32rem !important;
}
.max-w-max {
  max-width: max-content !important;
}
.max-w-md {
  max-width: 28rem !important;
}
.max-w-min {
  max-width: min-content !important;
}
.flex-1 {
  flex: 1 1 0% !important;
}
.flex-auto {
  flex: 1 1 auto !important;
}
.flex-none {
  flex: none !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-grow {
  flex-grow: 1 !important;
}
.basis-1\/2 {
  flex-basis: 50% !important;
}
.basis-1\/3 {
  flex-basis: 33.333333% !important;
}
.basis-2\/3 {
  flex-basis: 66.666667% !important;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-x-full {
  --tw-translate-x: -100% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.translate-x-0 {
  --tw-translate-x: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.rotate-45 {
  --tw-rotate: 45deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.scale-150 {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.list-inside {
  list-style-position: inside !important;
}
.list-decimal {
  list-style-type: decimal !important;
}
.columns-auto {
  columns: auto !important;
}
.columns-md {
  columns: 28rem !important;
}
.grid-flow-row {
  grid-auto-flow: row !important;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense !important;
}
.auto-rows-\[minmax\(100px\,_1fr\)\] {
  grid-auto-rows: minmax(100px, 1fr) !important;
}
.auto-rows-max {
  grid-auto-rows: max-content !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.grid-cols-\[repeat\(auto-fit\,20rem\)\] {
  grid-template-columns: repeat(auto-fit, 20rem) !important;
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.place-items-start {
  place-items: start !important;
}
.place-items-center {
  place-items: center !important;
}
.content-start {
  align-content: flex-start !important;
}
.items-start {
  align-items: flex-start !important;
}
.items-end {
  align-items: flex-end !important;
}
.items-center {
  align-items: center !important;
}
.items-stretch {
  align-items: stretch !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.justify-stretch {
  justify-content: stretch !important;
}
.justify-items-center {
  justify-items: center !important;
}
.gap-0 {
  gap: 0px !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-10px {
  gap: 1rem !important;
}
.gap-12 {
  gap: 3rem !important;
}
.gap-12px {
  gap: 1.2rem !important;
}
.gap-14 {
  gap: 3.5rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-20px {
  gap: 2rem !important;
}
.gap-24px {
  gap: 2.4rem !important;
}
.gap-2px {
  gap: 0.2rem !important;
}
.gap-3 {
  gap: 0.75rem !important;
}
.gap-30px {
  gap: 3rem !important;
}
.gap-4 {
  gap: 1rem !important;
}
.gap-4px {
  gap: 0.4rem !important;
}
.gap-6 {
  gap: 1.5rem !important;
}
.gap-6px {
  gap: 0.6rem !important;
}
.gap-8 {
  gap: 2rem !important;
}
.gap-8px {
  gap: 0.8rem !important;
}
.gap-\[0\.2rem\] {
  gap: 0.2rem !important;
}
.gap-\[0\.4rem\] {
  gap: 0.4rem !important;
}
.gap-\[0\.5rem\] {
  gap: 0.5rem !important;
}
.gap-\[0\.65rem\] {
  gap: 0.65rem !important;
}
.gap-\[0\.6rem\] {
  gap: 0.6rem !important;
}
.gap-\[0\.8rem\] {
  gap: 0.8rem !important;
}
.gap-\[1\.1rem\] {
  gap: 1.1rem !important;
}
.gap-\[1\.2rem\] {
  gap: 1.2rem !important;
}
.gap-\[1\.4rem\] {
  gap: 1.4rem !important;
}
.gap-\[1\.5rem\] {
  gap: 1.5rem !important;
}
.gap-\[1\.6rem\] {
  gap: 1.6rem !important;
}
.gap-\[1\.8rem\] {
  gap: 1.8rem !important;
}
.gap-\[1rem\] {
  gap: 1rem !important;
}
.gap-\[2\.3rem\] {
  gap: 2.3rem !important;
}
.gap-\[2\.4rem\] {
  gap: 2.4rem !important;
}
.gap-\[2rem\] {
  gap: 2rem !important;
}
.gap-\[3\.2rem\] {
  gap: 3.2rem !important;
}
.gap-\[3rem\] {
  gap: 3rem !important;
}
.gap-\[4rem\] {
  gap: 4rem !important;
}
.gap-\[6rem\] {
  gap: 6rem !important;
}
.gap-x-\[1\.8rem\] {
  column-gap: 1.8rem !important;
}
.gap-x-\[10rem\] {
  column-gap: 10rem !important;
}
.gap-x-\[3\.2rem\] {
  column-gap: 3.2rem !important;
}
.gap-x-\[4rem\] {
  column-gap: 4rem !important;
}
.gap-y-\[1\.2rem\] {
  row-gap: 1.2rem !important;
}
.gap-y-\[3rem\] {
  row-gap: 3rem !important;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}
.space-y-\[1\.6rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.6rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.6rem * var(--tw-space-y-reverse)) !important;
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
}
.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
}
.divide-y-\[0\.1rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(0.1rem * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(0.1rem * var(--tw-divide-y-reverse)) !important;
}
.divide-Neutral-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(220 220 220 / var(--tw-divide-opacity, 1)) !important;
}
.divide-Neutral-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(114 114 114 / var(--tw-divide-opacity, 1)) !important;
}
.self-start {
  align-self: flex-start !important;
}
.self-end {
  align-self: flex-end !important;
}
.self-center {
  align-self: center !important;
}
.justify-self-center {
  justify-self: center !important;
}
.justify-self-stretch {
  justify-self: stretch !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.text-ellipsis {
  text-overflow: ellipsis !important;
}
.whitespace-nowrap {
  white-space: nowrap !important;
}
.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}
.whitespace-break-spaces {
  white-space: break-spaces !important;
}
.rounded-100\% {
  border-radius: 100% !important;
}
.rounded-24px {
  border-radius: 2.4rem !important;
}
.rounded-6px {
  border-radius: 0.6rem !important;
}
.rounded-9px {
  border-radius: 0.9rem !important;
}
.rounded-\[0\.2rem\] {
  border-radius: 0.2rem !important;
}
.rounded-\[0\.4rem\] {
  border-radius: 0.4rem !important;
}
.rounded-\[0\.8rem\] {
  border-radius: 0.8rem !important;
}
.rounded-\[1\.2rem\] {
  border-radius: 1.2rem !important;
}
.rounded-\[1\.6rem\] {
  border-radius: 1.6rem !important;
}
.rounded-\[1rem\] {
  border-radius: 1rem !important;
}
.rounded-\[2rem\] {
  border-radius: 2rem !important;
}
.border {
  border-width: 1px !important;
}
.border-0 {
  border-width: 0px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-b {
  border-bottom-width: 1px !important;
}
.border-b-0 {
  border-bottom-width: 0px !important;
}
.border-b-2 {
  border-bottom-width: 2px !important;
}
.border-l {
  border-left-width: 1px !important;
}
.border-r {
  border-right-width: 1px !important;
}
.border-r-\[0\.01rem\] {
  border-right-width: 0.01rem !important;
}
.border-t {
  border-top-width: 1px !important;
}
.border-t-2 {
  border-top-width: 2px !important;
}
.border-dashed {
  border-style: dashed !important;
}
.border-none {
  border-style: none !important;
}
.border-Black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}
.border-Blue-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 250 252 / var(--tw-border-opacity, 1)) !important;
}
.border-Blue-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(122 161 194 / var(--tw-border-opacity, 1)) !important;
}
.border-Blue-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(101 152 195 / var(--tw-border-opacity, 1)) !important;
}
.border-Green-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(178 198 199 / var(--tw-border-opacity, 1)) !important;
}
.border-Green-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 67 70 / var(--tw-border-opacity, 1)) !important;
}
.border-Neutral-25 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
}
.border-Neutral-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(193 193 193 / var(--tw-border-opacity, 1)) !important;
}
.border-Neutral-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1)) !important;
}
.border-Neutral-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(114 114 114 / var(--tw-border-opacity, 1)) !important;
}
.border-Red-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 81 96 / var(--tw-border-opacity, 1)) !important;
}
.border-Red-50\/60 {
  border-color: rgb(235 81 96 / 0.6) !important;
}
.border-Success-900 {
  border-color: rgba(29, 154, 96, 1) !important;
}
.border-Transparent {
  border-color: transparent !important;
}
.border-White {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.bg-Beige-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 244 236 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Beige-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 228 208 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Beige-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 206 155 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Black\/30 {
  background-color: rgb(0 0 0 / 0.3) !important;
}
.bg-Black\/60 {
  background-color: rgb(0 0 0 / 0.6) !important;
}
.bg-Blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Blue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 236 243 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(188 208 224 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Blue-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(122 161 194 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Blue-700\/60 {
  background-color: rgb(122 161 194 / 0.6) !important;
}
.bg-Blue-700\/80 {
  background-color: rgb(122 161 194 / 0.8) !important;
}
.bg-Brown-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 231 231 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Brown-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(76 19 20 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 236 236 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Green-50\/50 {
  background-color: rgb(229 236 236 / 0.5) !important;
}
.bg-Green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(178 198 199 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Green-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 67 70 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Green-900\/60 {
  background-color: rgb(0 67 70 / 0.6) !important;
}
.bg-Neutral-10 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Neutral-25 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Neutral-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(193 193 193 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Neutral-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Neutral-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(114 114 114 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Neutral-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 81 96 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Red-50\/50 {
  background-color: rgb(235 81 96 / 0.5) !important;
}
.bg-Red-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 70 85 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Success-900 {
  background-color: rgba(29, 154, 96, 1) !important;
}
.bg-Transparent {
  background-color: transparent !important;
}
.bg-White {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-Yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 244 107 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}
.from-Black {
  --tw-gradient-from: #000000 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.via-Neutral-900 {
  --tw-gradient-to: rgb(34 34 34 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #222222 var(--tw-gradient-via-position),
    var(--tw-gradient-to) !important;
}
.to-Neutral-700 {
  --tw-gradient-to: #727272 var(--tw-gradient-to-position) !important;
}
.object-contain {
  object-fit: contain !important;
}
.p-0 {
  padding: 0px !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-10 {
  padding: 2.5rem !important;
}
.p-10px {
  padding: 1rem !important;
}
.p-16px {
  padding: 1.6rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-24px {
  padding: 2.4rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-30px {
  padding: 3rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-40px {
  padding: 4rem !important;
}
.p-4px {
  padding: 0.4rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-\[0\.4rem\] {
  padding: 0.4rem !important;
}
.p-\[0\.5rem\] {
  padding: 0.5rem !important;
}
.p-\[0\.6rem\] {
  padding: 0.6rem !important;
}
.p-\[0\.8rem\] {
  padding: 0.8rem !important;
}
.p-\[1\.1rem\] {
  padding: 1.1rem !important;
}
.p-\[1\.5rem\] {
  padding: 1.5rem !important;
}
.p-\[1\.6rem\] {
  padding: 1.6rem !important;
}
.p-\[1rem\] {
  padding: 1rem !important;
}
.p-\[2rem\] {
  padding: 2rem !important;
}
.p-\[3\.2rem\] {
  padding: 3.2rem !important;
}
.p-\[3rem\] {
  padding: 3rem !important;
}
.p-\[4rem\] {
  padding: 4rem !important;
}
.p-\[5rem\] {
  padding: 5rem !important;
}
.p-\[8px\] {
  padding: 8px !important;
}
.px-100px {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}
.px-10px {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-12px {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-20px {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-24px {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}
.px-30px {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-6px {
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-\[0\.6rem\] {
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.px-\[0\.8rem\] {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}
.px-\[1\.5rem\] {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-\[1\.6rem\] {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}
.px-\[10rem\] {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}
.px-\[1rem\] {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-\[2\.7rem\] {
  padding-left: 2.7rem !important;
  padding-right: 2.7rem !important;
}
.px-\[2rem\] {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-\[30px\] {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.px-\[3rem\] {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.px-\[4\.4rem\] {
  padding-left: 4.4rem !important;
  padding-right: 4.4rem !important;
}
.px-\[4rem\] {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.px-\[5rem\] {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-10px {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-20px {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-2px {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-30px {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-6px {
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-\[0\.5rem\] {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-\[0\.6rem\] {
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.py-\[0\.7rem\] {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}
.py-\[0\.8rem\] {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}
.py-\[1\.2rem\] {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}
.py-\[1\.4rem\] {
  padding-top: 1.4rem !important;
  padding-bottom: 1.4rem !important;
}
.py-\[1\.6rem\] {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}
.py-\[1\.8rem\] {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}
.py-\[1rem\] {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-\[2rem\] {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-\[3\.2rem\] {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}
.py-\[3rem\] {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-\[4rem\] {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-\[5rem\] {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-10px {
  padding-bottom: 1rem !important;
}
.pb-12 {
  padding-bottom: 3rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-20 {
  padding-bottom: 5rem !important;
}
.pb-20px {
  padding-bottom: 2rem !important;
}
.pb-30px {
  padding-bottom: 3rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pb-40px {
  padding-bottom: 4rem !important;
}
.pb-5 {
  padding-bottom: 1.25rem !important;
}
.pb-8 {
  padding-bottom: 2rem !important;
}
.pb-8px {
  padding-bottom: 0.8rem !important;
}
.pb-\[0\.4rem\] {
  padding-bottom: 0.4rem !important;
}
.pb-\[0\.7rem\] {
  padding-bottom: 0.7rem !important;
}
.pb-\[0\.8rem\] {
  padding-bottom: 0.8rem !important;
}
.pb-\[1\.2rem\] {
  padding-bottom: 1.2rem !important;
}
.pb-\[10rem\] {
  padding-bottom: 10rem !important;
}
.pb-\[15rem\] {
  padding-bottom: 15rem !important;
}
.pb-\[1rem\] {
  padding-bottom: 1rem !important;
}
.pb-\[2\.4rem\] {
  padding-bottom: 2.4rem !important;
}
.pb-\[2rem\] {
  padding-bottom: 2rem !important;
}
.pb-\[3\.2rem\] {
  padding-bottom: 3.2rem !important;
}
.pb-\[3rem\] {
  padding-bottom: 3rem !important;
}
.pb-\[4\.2rem\] {
  padding-bottom: 4.2rem !important;
}
.pb-\[4rem\] {
  padding-bottom: 4rem !important;
}
.pb-\[5rem\] {
  padding-bottom: 5rem !important;
}
.pb-\[6rem\] {
  padding-bottom: 6rem !important;
}
.pb-\[8rem\] {
  padding-bottom: 8rem !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-4 {
  padding-left: 1rem !important;
}
.pl-\[0\.8rem\] {
  padding-left: 0.8rem !important;
}
.pl-\[1\.6rem\] {
  padding-left: 1.6rem !important;
}
.pl-\[1rem\] {
  padding-left: 1rem !important;
}
.pl-\[3\.2rem\] {
  padding-left: 3.2rem !important;
}
.pl-\[3rem\] {
  padding-left: 3rem !important;
}
.pl-\[9\.2rem\] {
  padding-left: 9.2rem !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-1\.5 {
  padding-right: 0.375rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-30px {
  padding-right: 3rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.pr-6 {
  padding-right: 1.5rem !important;
}
.pr-8 {
  padding-right: 2rem !important;
}
.pr-\[1\.2rem\] {
  padding-right: 1.2rem !important;
}
.pr-\[1rem\] {
  padding-right: 1rem !important;
}
.pr-\[2rem\] {
  padding-right: 2rem !important;
}
.pr-\[3rem\] {
  padding-right: 3rem !important;
}
.pr-\[4rem\] {
  padding-right: 4rem !important;
}
.pr-\[9\.2rem\] {
  padding-right: 9.2rem !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-10 {
  padding-top: 2.5rem !important;
}
.pt-10px {
  padding-top: 1rem !important;
}
.pt-12 {
  padding-top: 3rem !important;
}
.pt-15px {
  padding-top: 1.5rem !important;
}
.pt-16px {
  padding-top: 1.6rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-20px {
  padding-top: 2rem !important;
}
.pt-3 {
  padding-top: 0.75rem !important;
}
.pt-30px {
  padding-top: 3rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pt-50px {
  padding-top: 5rem !important;
}
.pt-\[0\.4rem\] {
  padding-top: 0.4rem !important;
}
.pt-\[0\.5rem\] {
  padding-top: 0.5rem !important;
}
.pt-\[0\.8rem\] {
  padding-top: 0.8rem !important;
}
.pt-\[1\.2rem\] {
  padding-top: 1.2rem !important;
}
.pt-\[1\.6rem\] {
  padding-top: 1.6rem !important;
}
.pt-\[1rem\] {
  padding-top: 1rem !important;
}
.pt-\[2\.4rem\] {
  padding-top: 2.4rem !important;
}
.pt-\[2rem\] {
  padding-top: 2rem !important;
}
.pt-\[3\.8rem\] {
  padding-top: 3.8rem !important;
}
.pt-\[4rem\] {
  padding-top: 4rem !important;
}
.pt-\[5rem\] {
  padding-top: 5rem !important;
}
.pt-\[9rem\] {
  padding-top: 9rem !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-start {
  text-align: start !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.font-Karla {
  font-family: Karla !important;
}
.font-Karla-Bold {
  font-family: Karla-Bold !important;
}
.font-Karla-Medium {
  font-family: Karla-Medium !important;
}
.font-Poppins {
  font-family: Poppins !important;
}
.font-Poppins-SemiBold {
  font-family: Poppins-SemiBold !important;
}
.text-2xl {
  font-size: 3rem !important;
  line-height: 4.5rem !important;
}
.text-base {
  font-size: 1.4rem !important;
  line-height: 2rem !important;
}
.text-lg {
  font-size: 1.4rem !important;
  line-height: 2.1rem !important;
}
.text-sm {
  font-size: 1.2rem !important;
  line-height: 1.4rem !important;
}
.text-swipe-sm {
  font-size: 1.4rem !important;
  line-height: 1.6rem !important;
}
.text-swipe-xs {
  font-size: 1.2rem !important;
  line-height: 1.4rem !important;
}
.text-xl {
  font-size: 1.6rem !important;
  line-height: 2.4rem !important;
}
.text-xs {
  font-size: 0.8rem !important;
  line-height: 1.2rem !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.italic {
  font-style: italic !important;
}
.ordinal {
  --tw-ordinal: ordinal !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}
.leading-\[2\.2rem\] {
  line-height: 2.2rem !important;
}
.leading-\[2rem\] {
  line-height: 2rem !important;
}
.text-Black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.text-Blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(122 161 194 / var(--tw-text-opacity, 1)) !important;
}
.text-Green-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 67 70 / var(--tw-text-opacity, 1)) !important;
}
.text-Neutral-25 {
  --tw-text-opacity: 1 !important;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1)) !important;
}
.text-Neutral-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(193 193 193 / var(--tw-text-opacity, 1)) !important;
}
.text-Neutral-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1)) !important;
}
.text-Neutral-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1)) !important;
}
.text-Red-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(235 81 96 / var(--tw-text-opacity, 1)) !important;
}
.text-White {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.underline {
  text-decoration-line: underline !important;
}
.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0 !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-90 {
  opacity: 0.9 !important;
}
.shadow-card {
  --tw-shadow: 0px 0px 3px #00000029 !important;
  --tw-shadow-colored: 0px 0px 3px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.shadow-infoBox {
  --tw-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
  --tw-shadow-colored: 0 4px 4px 0 var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.shadow-navbar {
  --tw-shadow: 1px 4px 0.5px 0 rgba(0, 0, 0, 0.16) !important;
  --tw-shadow-colored: 1px 4px 0.5px 0 var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.blur {
  --tw-blur: blur(8px) !important;
  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) !important;
}
.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) !important;
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-colors {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.delay-1000 {
  transition-delay: 1000ms !important;
}
.delay-300 {
  transition-delay: 300ms !important;
}
.duration-150 {
  transition-duration: 150ms !important;
}
.duration-200 {
  transition-duration: 200ms !important;
}
.duration-300 {
  transition-duration: 300ms !important;
}
.duration-500 {
  transition-duration: 500ms !important;
}
.duration-700 {
  transition-duration: 700ms !important;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
html {
  font-size: 62.5%;
}
html,
body {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: hidden;
  overflow: hidden;
  height: 100%;
}
.first-line\:divide-y > :not([hidden]) ~ :not([hidden])::first-line {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}
.placeholder\:text-Neutral-400::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(193 193 193 / var(--tw-text-opacity, 1)) !important;
}
.placeholder\:text-opacity-0::placeholder {
  --tw-text-opacity: 0 !important;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px !important;
}
.even\:bg-Blue-200:nth-child(even) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 236 243 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:border-Blue-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 236 243 / var(--tw-border-opacity, 1)) !important;
}
.hover\:border-Blue-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(122 161 194 / var(--tw-border-opacity, 1)) !important;
}
.hover\:bg-Blue-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(188 208 224 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-Green-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(178 198 199 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-Neutral-25:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-Neutral-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-Neutral-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:text-Blue-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(122 161 194 / var(--tw-text-opacity, 1)) !important;
}
.hover\:underline:hover {
  text-decoration-line: underline !important;
}
.hover\:opacity-100:hover {
  opacity: 1 !important;
}
.focus\:bg-Transparent:focus {
  background-color: transparent !important;
}
.focus\:bg-White:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:ring-Transparent:focus {
  --tw-ring-color: transparent !important;
}
.active\:bg-Transparent:active {
  background-color: transparent !important;
}
.active\:outline-none:active {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.group:hover .group-hover\:visible {
  visibility: visible !important;
}
.group:hover .group-hover\:block {
  display: block !important;
}
.group:hover .group-hover\:flex {
  display: flex !important;
}
.group:hover .group-hover\:hidden {
  display: none !important;
}
.group:hover .group-hover\:bg-Blue-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(122 161 194 / var(--tw-bg-opacity, 1)) !important;
}
.group:hover .group-hover\:bg-Green-900\/70 {
  background-color: rgb(0 67 70 / 0.7) !important;
}
.group:hover .group-hover\:text-Blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(122 161 194 / var(--tw-text-opacity, 1)) !important;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1 !important;
}
@media (min-width: 640px) {
  .sm\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  .sm\:w-380px {
    width: 38rem !important;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .sm\:flex-row {
    flex-direction: row !important;
  }
  .sm\:justify-self-end {
    justify-self: end !important;
  }
  .sm\:text-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .md\:relative {
    position: relative !important;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }
  .md\:col-start-2 {
    grid-column-start: 2 !important;
  }
  .md\:col-start-3 {
    grid-column-start: 3 !important;
  }
  .md\:row-start-2 {
    grid-row-start: 2 !important;
  }
  .md\:row-start-auto {
    grid-row-start: auto !important;
  }
  .md\:block {
    display: block !important;
  }
  .md\:grid {
    display: grid !important;
  }
  .md\:hidden {
    display: none !important;
  }
  .md\:h-\[90vh\] {
    height: 90vh !important;
  }
  .md\:h-full {
    height: 100% !important;
  }
  .md\:max-h-screen {
    max-height: 100vh !important;
  }
  .md\:min-h-screen {
    min-height: 100vh !important;
  }
  .md\:w-\[90vw\] {
    width: 90vw !important;
  }
  .md\:w-auto {
    width: auto !important;
  }
  .md\:w-screen-sideBar-and-navbar {
    width: calc(100vw - 24rem - 12rem) !important;
  }
  .md\:w-screen-sidebarCollapsed {
    width: calc(100vw - 12rem) !important;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }
  .md\:flex-row {
    flex-direction: row !important;
  }
  .md\:items-center {
    align-items: center !important;
  }
  .md\:justify-center {
    justify-content: center !important;
  }
  .md\:gap-0 {
    gap: 0px !important;
  }
  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  .md\:divide-x-\[1px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }
  .md\:divide-Neutral-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(220 220 220 / var(--tw-divide-opacity, 1)) !important;
  }
  .md\:justify-self-end {
    justify-self: end !important;
  }
  .md\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .md\:px-\[15rem\] {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .md\:px-\[4rem\] {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .md\:pl-14 {
    padding-left: 3.5rem !important;
  }
  .md\:pl-20px {
    padding-left: 2rem !important;
  }
  .md\:pr-14 {
    padding-right: 3.5rem !important;
  }
  .md\:pt-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 1280px) {
  .lg\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  .lg\:row-start-2 {
    grid-row-start: 2 !important;
  }
  .lg\:h-\[20rem\] {
    height: 20rem !important;
  }
  .lg\:w-\[26rem\] {
    width: 26rem !important;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-\[repeat\(auto-fit\,26rem\)\] {
    grid-template-columns: repeat(auto-fit, 26rem) !important;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
