/* src/global.scss */
:root {
  --ion-color-primary: #0054e9;
  --ion-color-primary-rgb:
    0,
    84,
    233;
  --ion-color-primary-contrast: #fff;
  --ion-color-primary-contrast-rgb:
    255,
    255,
    255;
  --ion-color-primary-shade: #004acd;
  --ion-color-primary-tint: #1a65eb;
  --ion-color-secondary: #0163aa;
  --ion-color-secondary-rgb:
    1,
    99,
    170;
  --ion-color-secondary-contrast: #fff;
  --ion-color-secondary-contrast-rgb:
    255,
    255,
    255;
  --ion-color-secondary-shade: #015796;
  --ion-color-secondary-tint: #1a73b3;
  --ion-color-tertiary: #6030ff;
  --ion-color-tertiary-rgb:
    96,
    48,
    255;
  --ion-color-tertiary-contrast: #fff;
  --ion-color-tertiary-contrast-rgb:
    255,
    255,
    255;
  --ion-color-tertiary-shade: #542ae0;
  --ion-color-tertiary-tint: #7045ff;
  --ion-color-success: #2dd55b;
  --ion-color-success-rgb:
    45,
    213,
    91;
  --ion-color-success-contrast: #000;
  --ion-color-success-contrast-rgb:
    0,
    0,
    0;
  --ion-color-success-shade: #28bb50;
  --ion-color-success-tint: #42d96b;
  --ion-color-warning: #ffc409;
  --ion-color-warning-rgb:
    255,
    196,
    9;
  --ion-color-warning-contrast: #000;
  --ion-color-warning-contrast-rgb:
    0,
    0,
    0;
  --ion-color-warning-shade: #e0ac08;
  --ion-color-warning-tint: #ffca22;
  --ion-color-danger: #c5000f;
  --ion-color-danger-rgb:
    197,
    0,
    15;
  --ion-color-danger-contrast: #fff;
  --ion-color-danger-contrast-rgb:
    255,
    255,
    255;
  --ion-color-danger-shade: #ad000d;
  --ion-color-danger-tint: #cb1a27;
  --ion-color-light: #f4f5f8;
  --ion-color-light-rgb:
    244,
    245,
    248;
  --ion-color-light-contrast: #000;
  --ion-color-light-contrast-rgb:
    0,
    0,
    0;
  --ion-color-light-shade: #d7d8da;
  --ion-color-light-tint: #f5f6f9;
  --ion-color-medium: #636469;
  --ion-color-medium-rgb:
    99,
    100,
    105;
  --ion-color-medium-contrast: #fff;
  --ion-color-medium-contrast-rgb:
    255,
    255,
    255;
  --ion-color-medium-shade: #57585c;
  --ion-color-medium-tint: #737478;
  --ion-color-dark: #222428;
  --ion-color-dark-rgb:
    34,
    36,
    40;
  --ion-color-dark-contrast: #fff;
  --ion-color-dark-contrast-rgb:
    255,
    255,
    255;
  --ion-color-dark-shade: #1e2023;
  --ion-color-dark-tint: #383a3e;
}
html.ios {
  --ion-default-font:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Roboto",
    sans-serif;
}
html.md {
  --ion-default-font:
    "Roboto",
    "Helvetica Neue",
    sans-serif;
}
html {
  --ion-dynamic-font: -apple-system-body;
  --ion-font-family: var(--ion-default-font);
}
body {
  background: var(--ion-background-color);
  color: var(--ion-text-color);
}
body.backdrop-no-scroll {
  overflow: hidden;
}
html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,
html.ios ion-modal ion-footer ion-toolbar:first-of-type,
html.ios ion-footer.modal-footer-moving ion-toolbar:first-of-type {
  padding-top: 6px;
}
html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type {
  padding-bottom: 6px;
}
html.ios ion-modal ion-toolbar,
html.ios .modal-footer-moving ion-toolbar {
  padding-right: calc(var(--ion-safe-area-right) + 8px);
  padding-left: calc(var(--ion-safe-area-left) + 8px);
}
@media screen and (min-width: 768px) {
  html.ios ion-modal.modal-card:first-of-type {
    --backdrop-opacity: 0.18;
  }
}
ion-modal.modal-default.show-modal ~ ion-modal.modal-default {
  --backdrop-opacity: 0;
  --box-shadow: none;
}
html.ios ion-modal.modal-card .ion-page {
  border-top-left-radius: var(--border-radius);
}
.ion-color-primary {
  --ion-color-base: var(--ion-color-primary, #0054e9) !important;
  --ion-color-base-rgb: var(--ion-color-primary-rgb, 0, 84, 233) !important;
  --ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-primary-shade, #004acd) !important;
  --ion-color-tint: var(--ion-color-primary-tint, #1a65eb) !important;
}
.ion-color-secondary {
  --ion-color-base: var(--ion-color-secondary, #0163aa) !important;
  --ion-color-base-rgb: var(--ion-color-secondary-rgb, 1, 99, 170) !important;
  --ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-secondary-shade, #015796) !important;
  --ion-color-tint: var(--ion-color-secondary-tint, #1a73b3) !important;
}
.ion-color-tertiary {
  --ion-color-base: var(--ion-color-tertiary, #6030ff) !important;
  --ion-color-base-rgb: var(--ion-color-tertiary-rgb, 96, 48, 255) !important;
  --ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-tertiary-shade, #542ae0) !important;
  --ion-color-tint: var(--ion-color-tertiary-tint, #7045ff) !important;
}
.ion-color-success {
  --ion-color-base: var(--ion-color-success, #2dd55b) !important;
  --ion-color-base-rgb: var(--ion-color-success-rgb, 45, 213, 91) !important;
  --ion-color-contrast: var(--ion-color-success-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-success-shade, #28bb50) !important;
  --ion-color-tint: var(--ion-color-success-tint, #42d96b) !important;
}
.ion-color-warning {
  --ion-color-base: var(--ion-color-warning, #ffc409) !important;
  --ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;
  --ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;
  --ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important;
}
.ion-color-danger {
  --ion-color-base: var(--ion-color-danger, #c5000f) !important;
  --ion-color-base-rgb: var(--ion-color-danger-rgb, 197, 0, 15) !important;
  --ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-danger-shade, #ad000d) !important;
  --ion-color-tint: var(--ion-color-danger-tint, #cb1a27) !important;
}
.ion-color-light {
  --ion-color-base: var(--ion-color-light, #f4f5f8) !important;
  --ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;
  --ion-color-contrast: var(--ion-color-light-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;
  --ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important;
}
.ion-color-medium {
  --ion-color-base: var(--ion-color-medium, #636469) !important;
  --ion-color-base-rgb: var(--ion-color-medium-rgb, 99, 100, 105) !important;
  --ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-medium-shade, #57585c) !important;
  --ion-color-tint: var(--ion-color-medium-tint, #737478) !important;
}
.ion-color-dark {
  --ion-color-base: var(--ion-color-dark, #222428) !important;
  --ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;
  --ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;
  --ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important;
}
.ion-page {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  contain: layout size style;
  z-index: 0;
}
.ion-page.ion-page-overlay-passthrough {
  pointer-events: none;
}
ion-modal > .ion-page {
  position: relative;
  contain: layout style;
  height: 100%;
}
.split-pane-visible > .ion-page.split-pane-main {
  position: relative;
}
ion-route,
ion-route-redirect,
ion-router,
ion-select-option,
ion-nav-controller,
ion-menu-controller,
ion-action-sheet-controller,
ion-alert-controller,
ion-loading-controller,
ion-modal-controller,
ion-picker-controller,
ion-popover-controller,
ion-toast-controller,
.ion-page-hidden {
  display: none !important;
}
.ion-page-invisible {
  opacity: 0;
}
.can-go-back > ion-header ion-back-button {
  display: block;
}
html.plt-ios.plt-hybrid,
html.plt-ios.plt-pwa {
  --ion-statusbar-padding: 20px;
}
@supports (padding-top: 20px) {
  html {
    --ion-safe-area-top: var(--ion-statusbar-padding);
  }
}
@supports (padding-top: env(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: var(--safe-area-inset-top, env(safe-area-inset-top));
    --ion-safe-area-bottom: var(--safe-area-inset-bottom, env(safe-area-inset-bottom));
    --ion-safe-area-left: var(--safe-area-inset-left, env(safe-area-inset-left));
    --ion-safe-area-right: var(--safe-area-inset-right, env(safe-area-inset-right));
  }
}
ion-card.ion-color .ion-inherit-color,
ion-card-header.ion-color .ion-inherit-color {
  color: inherit;
}
.menu-content {
  transform: translate3d(0, 0, 0);
}
.menu-content-open {
  cursor: pointer;
  touch-action: manipulation;
  pointer-events: none;
  overflow-y: hidden;
}
.menu-content-open ion-content {
  --overflow: hidden;
}
.menu-content-open .ion-content-scroll-host {
  overflow: hidden;
}
.ios .menu-content-reveal {
  box-shadow: -8px 0 42px rgba(0, 0, 0, 0.08);
}
[dir=rtl].ios .menu-content-reveal {
  box-shadow: 8px 0 42px rgba(0, 0, 0, 0.08);
}
.md .menu-content-reveal {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
}
.md .menu-content-push {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
}
ion-accordion-group.accordion-group-expand-inset > ion-accordion:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
ion-accordion-group.accordion-group-expand-inset > ion-accordion:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
ion-accordion-group > ion-accordion:last-of-type ion-item[slot=header] {
  --border-width: 0px;
}
ion-accordion.accordion-animated > [slot=header] .ion-accordion-toggle-icon {
  transition: 300ms transform cubic-bezier(0.25, 0.8, 0.5, 1);
}
@media (prefers-reduced-motion: reduce) {
  ion-accordion .ion-accordion-toggle-icon {
    transition: none !important;
  }
}
ion-accordion.accordion-expanding > [slot=header] .ion-accordion-toggle-icon,
ion-accordion.accordion-expanded > [slot=header] .ion-accordion-toggle-icon {
  transform: rotate(180deg);
}
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-previous ion-item[slot=header] {
  --border-width: 0px;
  --inner-border-width: 0px;
}
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanding:first-of-type,
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanded:first-of-type {
  margin-top: 0;
}
ion-input input::-webkit-date-and-time-value {
  text-align: start;
}
.ion-datetime-button-overlay {
  --width: fit-content;
  --height: fit-content;
}
.ion-datetime-button-overlay ion-datetime.datetime-grid {
  width: 320px;
  min-height: 320px;
}
[ion-last-focus],
header[tabindex="-1"]:focus,
[role=banner][tabindex="-1"]:focus,
main[tabindex="-1"]:focus,
[role=main][tabindex="-1"]:focus,
h1[tabindex="-1"]:focus,
[role=heading][aria-level="1"][tabindex="-1"]:focus {
  outline: none;
}
.popover-viewport:has(> ion-content) {
  overflow: hidden;
}
@supports not selector(:has(> ion-content)) {
  .popover-viewport {
    overflow: hidden;
  }
}
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  max-width: 100%;
}
hr {
  height: 1px;
  border-width: 0;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
label,
input,
select,
textarea {
  font-family: inherit;
  line-height: normal;
}
textarea {
  overflow: auto;
  height: auto;
  font: inherit;
  color: inherit;
}
textarea::placeholder {
  padding-left: 2px;
}
form,
input,
optgroup,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
a,
a div,
a span,
a ion-icon,
a ion-label,
button,
button div,
button span,
button ion-icon,
button ion-label,
.ion-tappable,
[tappable],
[tappable] div,
[tappable] span,
[tappable] ion-icon,
[tappable] ion-label,
input,
textarea {
  touch-action: manipulation;
}
a ion-label,
button ion-label {
  pointer-events: none;
}
button {
  padding: 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
}
[tappable] {
  cursor: pointer;
}
a[disabled],
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html.ion-ce body {
  display: block;
}
html.plt-pwa {
  height: 100vh;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  transform: translateZ(0);
  text-rendering: optimizeLegibility;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  word-wrap: break-word;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
html {
  font-family: var(--ion-font-family);
}
@supports (-webkit-touch-callout: none) {
  html {
    font: var(--ion-dynamic-font, 16px var(--ion-font-family));
  }
}
a {
  background-color: transparent;
  color: var(--ion-color-primary, #0054e9);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  margin-top: 20px;
  font-size: 1.625rem;
}
h2 {
  margin-top: 18px;
  font-size: 1.5rem;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 75%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.ion-hide {
  display: none !important;
}
.ion-hide-up {
  display: none !important;
}
.ion-hide-down {
  display: none !important;
}
@media (min-width: 576px) {
  .ion-hide-sm-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .ion-hide-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ion-hide-md-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .ion-hide-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .ion-hide-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .ion-hide-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-hide-xl-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .ion-hide-xl-down {
    display: none !important;
  }
}
.ion-display-none {
  display: none !important;
}
@media (min-width: 576px) {
  .ion-display-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-none {
    display: none !important;
  }
}
.ion-display-inline {
  display: inline !important;
}
@media (min-width: 576px) {
  .ion-display-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-inline {
    display: inline !important;
  }
}
.ion-display-inline-block {
  display: inline-block !important;
}
@media (min-width: 576px) {
  .ion-display-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-inline-block {
    display: inline-block !important;
  }
}
.ion-display-block {
  display: block !important;
}
@media (min-width: 576px) {
  .ion-display-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-block {
    display: block !important;
  }
}
.ion-display-flex {
  display: flex !important;
}
@media (min-width: 576px) {
  .ion-display-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-flex {
    display: flex !important;
  }
}
.ion-display-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .ion-display-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-inline-flex {
    display: inline-flex !important;
  }
}
.ion-display-grid {
  display: grid !important;
}
@media (min-width: 576px) {
  .ion-display-sm-grid {
    display: grid !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-grid {
    display: grid !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-grid {
    display: grid !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-grid {
    display: grid !important;
  }
}
.ion-display-inline-grid {
  display: inline-grid !important;
}
@media (min-width: 576px) {
  .ion-display-sm-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-inline-grid {
    display: inline-grid !important;
  }
}
.ion-display-table {
  display: table !important;
}
@media (min-width: 576px) {
  .ion-display-sm-table {
    display: table !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-table {
    display: table !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-table {
    display: table !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-table {
    display: table !important;
  }
}
.ion-display-table-cell {
  display: table-cell !important;
}
@media (min-width: 576px) {
  .ion-display-sm-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-table-cell {
    display: table-cell !important;
  }
}
.ion-display-table-row {
  display: table-row !important;
}
@media (min-width: 576px) {
  .ion-display-sm-table-row {
    display: table-row !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-table-row {
    display: table-row !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-table-row {
    display: table-row !important;
  }
}
.ion-no-padding {
  --padding-start: 0;
  --padding-end: 0;
  --padding-top: 0;
  --padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.ion-padding {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  -webkit-padding-start: var(--ion-padding, 16px);
  padding-inline-start: var(--ion-padding, 16px);
  -webkit-padding-end: var(--ion-padding, 16px);
  padding-inline-end: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-top {
  --padding-top: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
}
.ion-padding-start {
  --padding-start: var(--ion-padding, 16px);
  -webkit-padding-start: var(--ion-padding, 16px);
  padding-inline-start: var(--ion-padding, 16px);
}
.ion-padding-end {
  --padding-end: var(--ion-padding, 16px);
  -webkit-padding-end: var(--ion-padding, 16px);
  padding-inline-end: var(--ion-padding, 16px);
}
.ion-padding-bottom {
  --padding-bottom: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-vertical {
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-horizontal {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  -webkit-padding-start: var(--ion-padding, 16px);
  padding-inline-start: var(--ion-padding, 16px);
  -webkit-padding-end: var(--ion-padding, 16px);
  padding-inline-end: var(--ion-padding, 16px);
}
.ion-no-margin {
  --margin-start: 0;
  --margin-end: 0;
  --margin-top: 0;
  --margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ion-margin {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  -webkit-margin-start: var(--ion-margin, 16px);
  margin-inline-start: var(--ion-margin, 16px);
  -webkit-margin-end: var(--ion-margin, 16px);
  margin-inline-end: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-top {
  --margin-top: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
}
.ion-margin-start {
  --margin-start: var(--ion-margin, 16px);
  -webkit-margin-start: var(--ion-margin, 16px);
  margin-inline-start: var(--ion-margin, 16px);
}
.ion-margin-end {
  --margin-end: var(--ion-margin, 16px);
  -webkit-margin-end: var(--ion-margin, 16px);
  margin-inline-end: var(--ion-margin, 16px);
}
.ion-margin-bottom {
  --margin-bottom: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-vertical {
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-horizontal {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  -webkit-margin-start: var(--ion-margin, 16px);
  margin-inline-start: var(--ion-margin, 16px);
  -webkit-margin-end: var(--ion-margin, 16px);
  margin-inline-end: var(--ion-margin, 16px);
}
.ion-float-left {
  float: left !important;
}
.ion-float-right {
  float: right !important;
}
.ion-float-start {
  float: left !important;
}
:host-context([dir=rtl]) .ion-float-start {
  float: right !important;
}
[dir=rtl] .ion-float-start {
  float: right !important;
}
@supports selector(:dir(rtl)) {
  .ion-float-start:dir(rtl) {
    float: right !important;
  }
}
.ion-float-end {
  float: right !important;
}
:host-context([dir=rtl]) .ion-float-end {
  float: left !important;
}
[dir=rtl] .ion-float-end {
  float: left !important;
}
@supports selector(:dir(rtl)) {
  .ion-float-end:dir(rtl) {
    float: left !important;
  }
}
@media (min-width: 576px) {
  .ion-float-sm-left {
    float: left !important;
  }
  .ion-float-sm-right {
    float: right !important;
  }
  .ion-float-sm-start {
    float: left !important;
  }
  :host-context([dir=rtl]) .ion-float-sm-start {
    float: right !important;
  }
  [dir=rtl] .ion-float-sm-start {
    float: right !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-sm-start:dir(rtl) {
      float: right !important;
    }
  }
  .ion-float-sm-end {
    float: right !important;
  }
  :host-context([dir=rtl]) .ion-float-sm-end {
    float: left !important;
  }
  [dir=rtl] .ion-float-sm-end {
    float: left !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-sm-end:dir(rtl) {
      float: left !important;
    }
  }
}
@media (min-width: 768px) {
  .ion-float-md-left {
    float: left !important;
  }
  .ion-float-md-right {
    float: right !important;
  }
  .ion-float-md-start {
    float: left !important;
  }
  :host-context([dir=rtl]) .ion-float-md-start {
    float: right !important;
  }
  [dir=rtl] .ion-float-md-start {
    float: right !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-md-start:dir(rtl) {
      float: right !important;
    }
  }
  .ion-float-md-end {
    float: right !important;
  }
  :host-context([dir=rtl]) .ion-float-md-end {
    float: left !important;
  }
  [dir=rtl] .ion-float-md-end {
    float: left !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-md-end:dir(rtl) {
      float: left !important;
    }
  }
}
@media (min-width: 992px) {
  .ion-float-lg-left {
    float: left !important;
  }
  .ion-float-lg-right {
    float: right !important;
  }
  .ion-float-lg-start {
    float: left !important;
  }
  :host-context([dir=rtl]) .ion-float-lg-start {
    float: right !important;
  }
  [dir=rtl] .ion-float-lg-start {
    float: right !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-lg-start:dir(rtl) {
      float: right !important;
    }
  }
  .ion-float-lg-end {
    float: right !important;
  }
  :host-context([dir=rtl]) .ion-float-lg-end {
    float: left !important;
  }
  [dir=rtl] .ion-float-lg-end {
    float: left !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-lg-end:dir(rtl) {
      float: left !important;
    }
  }
}
@media (min-width: 1200px) {
  .ion-float-xl-left {
    float: left !important;
  }
  .ion-float-xl-right {
    float: right !important;
  }
  .ion-float-xl-start {
    float: left !important;
  }
  :host-context([dir=rtl]) .ion-float-xl-start {
    float: right !important;
  }
  [dir=rtl] .ion-float-xl-start {
    float: right !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-xl-start:dir(rtl) {
      float: right !important;
    }
  }
  .ion-float-xl-end {
    float: right !important;
  }
  :host-context([dir=rtl]) .ion-float-xl-end {
    float: left !important;
  }
  [dir=rtl] .ion-float-xl-end {
    float: left !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-xl-end:dir(rtl) {
      float: left !important;
    }
  }
}
.ion-text-center {
  text-align: center !important;
}
.ion-text-justify {
  text-align: justify !important;
}
.ion-text-start {
  text-align: start !important;
}
.ion-text-end {
  text-align: end !important;
}
.ion-text-left {
  text-align: left !important;
}
.ion-text-right {
  text-align: right !important;
}
.ion-text-nowrap {
  white-space: nowrap !important;
}
.ion-text-wrap {
  white-space: normal !important;
}
@media (min-width: 576px) {
  .ion-text-sm-center {
    text-align: center !important;
  }
  .ion-text-sm-justify {
    text-align: justify !important;
  }
  .ion-text-sm-start {
    text-align: start !important;
  }
  .ion-text-sm-end {
    text-align: end !important;
  }
  .ion-text-sm-left {
    text-align: left !important;
  }
  .ion-text-sm-right {
    text-align: right !important;
  }
  .ion-text-sm-nowrap {
    white-space: nowrap !important;
  }
  .ion-text-sm-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-center {
    text-align: center !important;
  }
  .ion-text-md-justify {
    text-align: justify !important;
  }
  .ion-text-md-start {
    text-align: start !important;
  }
  .ion-text-md-end {
    text-align: end !important;
  }
  .ion-text-md-left {
    text-align: left !important;
  }
  .ion-text-md-right {
    text-align: right !important;
  }
  .ion-text-md-nowrap {
    white-space: nowrap !important;
  }
  .ion-text-md-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-center {
    text-align: center !important;
  }
  .ion-text-lg-justify {
    text-align: justify !important;
  }
  .ion-text-lg-start {
    text-align: start !important;
  }
  .ion-text-lg-end {
    text-align: end !important;
  }
  .ion-text-lg-left {
    text-align: left !important;
  }
  .ion-text-lg-right {
    text-align: right !important;
  }
  .ion-text-lg-nowrap {
    white-space: nowrap !important;
  }
  .ion-text-lg-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-center {
    text-align: center !important;
  }
  .ion-text-xl-justify {
    text-align: justify !important;
  }
  .ion-text-xl-start {
    text-align: start !important;
  }
  .ion-text-xl-end {
    text-align: end !important;
  }
  .ion-text-xl-left {
    text-align: left !important;
  }
  .ion-text-xl-right {
    text-align: right !important;
  }
  .ion-text-xl-nowrap {
    white-space: nowrap !important;
  }
  .ion-text-xl-wrap {
    white-space: normal !important;
  }
}
.ion-text-uppercase {
  text-transform: uppercase !important;
}
.ion-text-lowercase {
  text-transform: lowercase !important;
}
.ion-text-capitalize {
  text-transform: capitalize !important;
}
@media (min-width: 576px) {
  .ion-text-sm-uppercase {
    text-transform: uppercase !important;
  }
  .ion-text-sm-lowercase {
    text-transform: lowercase !important;
  }
  .ion-text-sm-capitalize {
    text-transform: capitalize !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-uppercase {
    text-transform: uppercase !important;
  }
  .ion-text-md-lowercase {
    text-transform: lowercase !important;
  }
  .ion-text-md-capitalize {
    text-transform: capitalize !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-uppercase {
    text-transform: uppercase !important;
  }
  .ion-text-lg-lowercase {
    text-transform: lowercase !important;
  }
  .ion-text-lg-capitalize {
    text-transform: capitalize !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-uppercase {
    text-transform: uppercase !important;
  }
  .ion-text-xl-lowercase {
    text-transform: lowercase !important;
  }
  .ion-text-xl-capitalize {
    text-transform: capitalize !important;
  }
}
.ion-align-content-start {
  align-content: flex-start !important;
}
.ion-align-content-end {
  align-content: flex-end !important;
}
.ion-align-content-center {
  align-content: center !important;
}
.ion-align-content-between {
  align-content: space-between !important;
}
.ion-align-content-around {
  align-content: space-around !important;
}
.ion-align-content-stretch {
  align-content: stretch !important;
}
@media (min-width: 576px) {
  .ion-align-content-sm-start {
    align-content: flex-start !important;
  }
  .ion-align-content-sm-end {
    align-content: flex-end !important;
  }
  .ion-align-content-sm-center {
    align-content: center !important;
  }
  .ion-align-content-sm-between {
    align-content: space-between !important;
  }
  .ion-align-content-sm-around {
    align-content: space-around !important;
  }
  .ion-align-content-sm-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 768px) {
  .ion-align-content-md-start {
    align-content: flex-start !important;
  }
  .ion-align-content-md-end {
    align-content: flex-end !important;
  }
  .ion-align-content-md-center {
    align-content: center !important;
  }
  .ion-align-content-md-between {
    align-content: space-between !important;
  }
  .ion-align-content-md-around {
    align-content: space-around !important;
  }
  .ion-align-content-md-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 992px) {
  .ion-align-content-lg-start {
    align-content: flex-start !important;
  }
  .ion-align-content-lg-end {
    align-content: flex-end !important;
  }
  .ion-align-content-lg-center {
    align-content: center !important;
  }
  .ion-align-content-lg-between {
    align-content: space-between !important;
  }
  .ion-align-content-lg-around {
    align-content: space-around !important;
  }
  .ion-align-content-lg-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 1200px) {
  .ion-align-content-xl-start {
    align-content: flex-start !important;
  }
  .ion-align-content-xl-end {
    align-content: flex-end !important;
  }
  .ion-align-content-xl-center {
    align-content: center !important;
  }
  .ion-align-content-xl-between {
    align-content: space-between !important;
  }
  .ion-align-content-xl-around {
    align-content: space-around !important;
  }
  .ion-align-content-xl-stretch {
    align-content: stretch !important;
  }
}
.ion-align-items-start {
  align-items: start !important;
}
.ion-align-items-end {
  align-items: end !important;
}
.ion-align-items-center {
  align-items: center !important;
}
.ion-align-items-stretch {
  align-items: stretch !important;
}
.ion-align-items-baseline {
  align-items: baseline !important;
}
@media (min-width: 576px) {
  .ion-align-items-sm-start {
    align-items: start !important;
  }
  .ion-align-items-sm-end {
    align-items: end !important;
  }
  .ion-align-items-sm-center {
    align-items: center !important;
  }
  .ion-align-items-sm-stretch {
    align-items: stretch !important;
  }
  .ion-align-items-sm-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 768px) {
  .ion-align-items-md-start {
    align-items: start !important;
  }
  .ion-align-items-md-end {
    align-items: end !important;
  }
  .ion-align-items-md-center {
    align-items: center !important;
  }
  .ion-align-items-md-stretch {
    align-items: stretch !important;
  }
  .ion-align-items-md-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 992px) {
  .ion-align-items-lg-start {
    align-items: start !important;
  }
  .ion-align-items-lg-end {
    align-items: end !important;
  }
  .ion-align-items-lg-center {
    align-items: center !important;
  }
  .ion-align-items-lg-stretch {
    align-items: stretch !important;
  }
  .ion-align-items-lg-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 1200px) {
  .ion-align-items-xl-start {
    align-items: start !important;
  }
  .ion-align-items-xl-end {
    align-items: end !important;
  }
  .ion-align-items-xl-center {
    align-items: center !important;
  }
  .ion-align-items-xl-stretch {
    align-items: stretch !important;
  }
  .ion-align-items-xl-baseline {
    align-items: baseline !important;
  }
}
.ion-align-self-start {
  align-self: start !important;
}
.ion-align-self-end {
  align-self: end !important;
}
.ion-align-self-center {
  align-self: center !important;
}
.ion-align-self-stretch {
  align-self: stretch !important;
}
.ion-align-self-baseline {
  align-self: baseline !important;
}
.ion-align-self-auto {
  align-self: auto !important;
}
@media (min-width: 576px) {
  .ion-align-self-sm-start {
    align-self: start !important;
  }
  .ion-align-self-sm-end {
    align-self: end !important;
  }
  .ion-align-self-sm-center {
    align-self: center !important;
  }
  .ion-align-self-sm-stretch {
    align-self: stretch !important;
  }
  .ion-align-self-sm-baseline {
    align-self: baseline !important;
  }
  .ion-align-self-sm-auto {
    align-self: auto !important;
  }
}
@media (min-width: 768px) {
  .ion-align-self-md-start {
    align-self: start !important;
  }
  .ion-align-self-md-end {
    align-self: end !important;
  }
  .ion-align-self-md-center {
    align-self: center !important;
  }
  .ion-align-self-md-stretch {
    align-self: stretch !important;
  }
  .ion-align-self-md-baseline {
    align-self: baseline !important;
  }
  .ion-align-self-md-auto {
    align-self: auto !important;
  }
}
@media (min-width: 992px) {
  .ion-align-self-lg-start {
    align-self: start !important;
  }
  .ion-align-self-lg-end {
    align-self: end !important;
  }
  .ion-align-self-lg-center {
    align-self: center !important;
  }
  .ion-align-self-lg-stretch {
    align-self: stretch !important;
  }
  .ion-align-self-lg-baseline {
    align-self: baseline !important;
  }
  .ion-align-self-lg-auto {
    align-self: auto !important;
  }
}
@media (min-width: 1200px) {
  .ion-align-self-xl-start {
    align-self: start !important;
  }
  .ion-align-self-xl-end {
    align-self: end !important;
  }
  .ion-align-self-xl-center {
    align-self: center !important;
  }
  .ion-align-self-xl-stretch {
    align-self: stretch !important;
  }
  .ion-align-self-xl-baseline {
    align-self: baseline !important;
  }
  .ion-align-self-xl-auto {
    align-self: auto !important;
  }
}
.ion-justify-content-start {
  justify-content: flex-start !important;
}
.ion-justify-content-end {
  justify-content: flex-end !important;
}
.ion-justify-content-center {
  justify-content: center !important;
}
.ion-justify-content-between {
  justify-content: space-between !important;
}
.ion-justify-content-around {
  justify-content: space-around !important;
}
.ion-justify-content-evenly {
  justify-content: space-evenly !important;
}
@media (min-width: 576px) {
  .ion-justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .ion-justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .ion-justify-content-sm-center {
    justify-content: center !important;
  }
  .ion-justify-content-sm-between {
    justify-content: space-between !important;
  }
  .ion-justify-content-sm-around {
    justify-content: space-around !important;
  }
  .ion-justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 768px) {
  .ion-justify-content-md-start {
    justify-content: flex-start !important;
  }
  .ion-justify-content-md-end {
    justify-content: flex-end !important;
  }
  .ion-justify-content-md-center {
    justify-content: center !important;
  }
  .ion-justify-content-md-between {
    justify-content: space-between !important;
  }
  .ion-justify-content-md-around {
    justify-content: space-around !important;
  }
  .ion-justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 992px) {
  .ion-justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .ion-justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .ion-justify-content-lg-center {
    justify-content: center !important;
  }
  .ion-justify-content-lg-between {
    justify-content: space-between !important;
  }
  .ion-justify-content-lg-around {
    justify-content: space-around !important;
  }
  .ion-justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 1200px) {
  .ion-justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .ion-justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .ion-justify-content-xl-center {
    justify-content: center !important;
  }
  .ion-justify-content-xl-between {
    justify-content: space-between !important;
  }
  .ion-justify-content-xl-around {
    justify-content: space-around !important;
  }
  .ion-justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
}
.ion-flex-row {
  flex-direction: row !important;
}
.ion-flex-row-reverse {
  flex-direction: row-reverse !important;
}
.ion-flex-column {
  flex-direction: column !important;
}
.ion-flex-column-reverse {
  flex-direction: column-reverse !important;
}
@media (min-width: 576px) {
  .ion-flex-sm-row {
    flex-direction: row !important;
  }
  .ion-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ion-flex-sm-column {
    flex-direction: column !important;
  }
  .ion-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 768px) {
  .ion-flex-md-row {
    flex-direction: row !important;
  }
  .ion-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ion-flex-md-column {
    flex-direction: column !important;
  }
  .ion-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 992px) {
  .ion-flex-lg-row {
    flex-direction: row !important;
  }
  .ion-flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ion-flex-lg-column {
    flex-direction: column !important;
  }
  .ion-flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1200px) {
  .ion-flex-xl-row {
    flex-direction: row !important;
  }
  .ion-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ion-flex-xl-column {
    flex-direction: column !important;
  }
  .ion-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
}
.ion-wrap {
  flex-wrap: wrap !important;
}
.ion-nowrap {
  flex-wrap: nowrap !important;
}
.ion-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.ion-flex-wrap {
  flex-wrap: wrap !important;
}
.ion-flex-nowrap {
  flex-wrap: nowrap !important;
}
.ion-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
@media (min-width: 576px) {
  .ion-flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .ion-flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .ion-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 768px) {
  .ion-flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .ion-flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .ion-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 992px) {
  .ion-flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .ion-flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .ion-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 1200px) {
  .ion-flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .ion-flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .ion-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
.ion-flex-1 {
  flex: 1 !important;
}
.ion-flex-auto {
  flex: auto !important;
}
.ion-flex-initial {
  flex: initial !important;
}
.ion-flex-none {
  flex: none !important;
}
@media (min-width: 576px) {
  .ion-flex-sm-1 {
    flex: 1 !important;
  }
  .ion-flex-sm-auto {
    flex: auto !important;
  }
  .ion-flex-sm-initial {
    flex: initial !important;
  }
  .ion-flex-sm-none {
    flex: none !important;
  }
}
@media (min-width: 768px) {
  .ion-flex-md-1 {
    flex: 1 !important;
  }
  .ion-flex-md-auto {
    flex: auto !important;
  }
  .ion-flex-md-initial {
    flex: initial !important;
  }
  .ion-flex-md-none {
    flex: none !important;
  }
}
@media (min-width: 992px) {
  .ion-flex-lg-1 {
    flex: 1 !important;
  }
  .ion-flex-lg-auto {
    flex: auto !important;
  }
  .ion-flex-lg-initial {
    flex: initial !important;
  }
  .ion-flex-lg-none {
    flex: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-flex-xl-1 {
    flex: 1 !important;
  }
  .ion-flex-xl-auto {
    flex: auto !important;
  }
  .ion-flex-xl-initial {
    flex: initial !important;
  }
  .ion-flex-xl-none {
    flex: none !important;
  }
}
.ion-flex-grow-0 {
  flex-grow: 0 !important;
}
.ion-flex-grow-1 {
  flex-grow: 1 !important;
}
.ion-flex-shrink-0 {
  flex-shrink: 0 !important;
}
.ion-flex-shrink-1 {
  flex-shrink: 1 !important;
}
@media (min-width: 576px) {
  .ion-flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .ion-flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .ion-flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ion-flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 768px) {
  .ion-flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .ion-flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .ion-flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ion-flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 992px) {
  .ion-flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .ion-flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .ion-flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ion-flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 1200px) {
  .ion-flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .ion-flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .ion-flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ion-flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
}
.ion-order-first {
  order: -1 !important;
}
.ion-order-0 {
  order: 0 !important;
}
.ion-order-1 {
  order: 1 !important;
}
.ion-order-2 {
  order: 2 !important;
}
.ion-order-3 {
  order: 3 !important;
}
.ion-order-4 {
  order: 4 !important;
}
.ion-order-5 {
  order: 5 !important;
}
.ion-order-6 {
  order: 6 !important;
}
.ion-order-7 {
  order: 7 !important;
}
.ion-order-8 {
  order: 8 !important;
}
.ion-order-9 {
  order: 9 !important;
}
.ion-order-10 {
  order: 10 !important;
}
.ion-order-11 {
  order: 11 !important;
}
.ion-order-12 {
  order: 12 !important;
}
.ion-order-last {
  order: 13 !important;
}
@media (min-width: 576px) {
  .ion-order-sm-first {
    order: -1 !important;
  }
  .ion-order-sm-0 {
    order: 0 !important;
  }
  .ion-order-sm-1 {
    order: 1 !important;
  }
  .ion-order-sm-2 {
    order: 2 !important;
  }
  .ion-order-sm-3 {
    order: 3 !important;
  }
  .ion-order-sm-4 {
    order: 4 !important;
  }
  .ion-order-sm-5 {
    order: 5 !important;
  }
  .ion-order-sm-6 {
    order: 6 !important;
  }
  .ion-order-sm-7 {
    order: 7 !important;
  }
  .ion-order-sm-8 {
    order: 8 !important;
  }
  .ion-order-sm-9 {
    order: 9 !important;
  }
  .ion-order-sm-10 {
    order: 10 !important;
  }
  .ion-order-sm-11 {
    order: 11 !important;
  }
  .ion-order-sm-12 {
    order: 12 !important;
  }
  .ion-order-sm-last {
    order: 13 !important;
  }
}
@media (min-width: 768px) {
  .ion-order-md-first {
    order: -1 !important;
  }
  .ion-order-md-0 {
    order: 0 !important;
  }
  .ion-order-md-1 {
    order: 1 !important;
  }
  .ion-order-md-2 {
    order: 2 !important;
  }
  .ion-order-md-3 {
    order: 3 !important;
  }
  .ion-order-md-4 {
    order: 4 !important;
  }
  .ion-order-md-5 {
    order: 5 !important;
  }
  .ion-order-md-6 {
    order: 6 !important;
  }
  .ion-order-md-7 {
    order: 7 !important;
  }
  .ion-order-md-8 {
    order: 8 !important;
  }
  .ion-order-md-9 {
    order: 9 !important;
  }
  .ion-order-md-10 {
    order: 10 !important;
  }
  .ion-order-md-11 {
    order: 11 !important;
  }
  .ion-order-md-12 {
    order: 12 !important;
  }
  .ion-order-md-last {
    order: 13 !important;
  }
}
@media (min-width: 992px) {
  .ion-order-lg-first {
    order: -1 !important;
  }
  .ion-order-lg-0 {
    order: 0 !important;
  }
  .ion-order-lg-1 {
    order: 1 !important;
  }
  .ion-order-lg-2 {
    order: 2 !important;
  }
  .ion-order-lg-3 {
    order: 3 !important;
  }
  .ion-order-lg-4 {
    order: 4 !important;
  }
  .ion-order-lg-5 {
    order: 5 !important;
  }
  .ion-order-lg-6 {
    order: 6 !important;
  }
  .ion-order-lg-7 {
    order: 7 !important;
  }
  .ion-order-lg-8 {
    order: 8 !important;
  }
  .ion-order-lg-9 {
    order: 9 !important;
  }
  .ion-order-lg-10 {
    order: 10 !important;
  }
  .ion-order-lg-11 {
    order: 11 !important;
  }
  .ion-order-lg-12 {
    order: 12 !important;
  }
  .ion-order-lg-last {
    order: 13 !important;
  }
}
@media (min-width: 1200px) {
  .ion-order-xl-first {
    order: -1 !important;
  }
  .ion-order-xl-0 {
    order: 0 !important;
  }
  .ion-order-xl-1 {
    order: 1 !important;
  }
  .ion-order-xl-2 {
    order: 2 !important;
  }
  .ion-order-xl-3 {
    order: 3 !important;
  }
  .ion-order-xl-4 {
    order: 4 !important;
  }
  .ion-order-xl-5 {
    order: 5 !important;
  }
  .ion-order-xl-6 {
    order: 6 !important;
  }
  .ion-order-xl-7 {
    order: 7 !important;
  }
  .ion-order-xl-8 {
    order: 8 !important;
  }
  .ion-order-xl-9 {
    order: 9 !important;
  }
  .ion-order-xl-10 {
    order: 10 !important;
  }
  .ion-order-xl-11 {
    order: 11 !important;
  }
  .ion-order-xl-12 {
    order: 12 !important;
  }
  .ion-order-xl-last {
    order: 13 !important;
  }
}
ion-modal {
  --max-width: var(--ion-app-width) !important;
}
ion-modal ion-header ion-toolbar {
  --background: #fff;
}
ion-modal ion-content {
  --background: #fff;
}
ion-modal ion-card {
  --background: #fff;
}
ion-modal .ion-page {
  background-color: transparent;
}
ion-modal.ion-modal-ion-datetime {
  --height: auto;
  --width: auto;
  --border-radius: 10px;
}
ion-modal.ion-modal-ion-datetime ion-datetime {
  min-width: 350px;
}
ion-modal#modal-auth-login-deleted,
ion-modal#modal-auth-register-deleted {
  --width: 80%;
  --min-width: 250px;
  --height: fit-content;
  --border-radius: 6px;
  --box-shadow: 0 28px 48px rgb(0 0 0 / 40%);
}
ion-modal.ion-modal-tabs-more-menu {
  --height: auto;
  --border-radius: 25px 25px 0px 0px;
  display: flex;
  align-items: flex-end;
}
ion-modal.ion-modal-tabs-more-menu .more-menu-title {
  font-size: 12px;
  color: black !important;
}
ion-modal.ion-modal-tabs-more-menu .menu-max-width {
  max-width: 90px;
}
ion-modal.ion-modal-tabs-more-menu .menu-grow-auto {
  flex-basis: auto !important;
  flex-grow: unset !important;
  flex-shrink: 1 !important;
}
ion-modal.ion-modal-tabs-more-menu .menu-grow-fixed {
  flex: 1 1 0px;
}
ion-modal.ion-modal-ancestry-v2-home-lineage-haplogroup-detail {
  --height: 80vh;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.5);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
ion-modal.ion-modal-ancestry-v2-home-lineage-haplogroup-detail .modal-wrapper {
  --max-width: 100vw;
  --border-radius: 5px 5px 0 0;
}
ion-modal.ion-modal-ancestry-v2-home-lineage-haplogroup-detail .modal-wrapper .ion-page {
  position: relative;
  contain: content;
  min-height: 80vh;
}
ion-modal.ion-modal-report-360-v2-higlight-result-panel-info {
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.4);
  --border-radius: 25px;
  --max-width: 100vw;
}
ion-modal.ion-modal-report-360-v2-higlight-result-panel-info::part(content) {
  margin-top: auto;
}
ion-modal.ion-modal-report-dna-prodigy-category-detail {
  --height: auto;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.4);
  --border-radius: 25px 25px 0px 0px;
  --max-width: 100vw;
  --min-height: 60vh;
  --background: #fff;
  display: flex;
  align-items: flex-end;
}
ion-modal.ion-modal-report-dna-prodigy-category-detail .ion-page {
  position: relative;
  contain: content;
}
ion-modal.ion-modal-report-dna-prodigy-filter {
  --height: auto;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.4);
  --border-radius: 25px 25px 0px 0px;
  --background: #fff;
  --max-width: 100vw;
  --max-height: 90vh;
  display: flex;
  align-items: flex-end;
}
ion-modal.ion-modal-report-dna-prodigy-filter .ion-page {
  position: relative;
  contain: content;
}
ion-modal.ion-modal-report-dna-prodigy-trait {
  --height: auto;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.4);
  --border-radius: 25px 25px 0px 0px;
  --background: #fff;
  --max-width: 100vw;
  --max-height: 90vh;
  display: flex;
  align-items: flex-end;
}
ion-modal.ion-modal-report-dna-prodigy-trait .ion-page {
  position: relative;
  contain: content;
}
ion-modal.ion-modal-merchant-information {
  --height: auto;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.4);
  --border-radius: 25px 25px 0px 0px;
  --background: #fff;
  --max-width: 100vw;
  --max-height: 90vh;
  display: flex;
  align-items: flex-end;
}
ion-modal.ion-modal-merchant-information .ion-page {
  position: relative;
  contain: content;
}
ion-modal.ion-modal-report-dna-prodigy-gene-detail,
ion-modal.ion-modal-report-dna-prodigy-description-card {
  --height: auto;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.4) !important;
  --background: #fff;
  --border-radius: 25px 25px 0px 0px;
  --max-width: 100vw;
  --min-height: 80vh;
  display: flex;
  align-items: flex-end;
}
ion-modal.ion-modal-report-dna-prodigy-gene-detail .ion-page,
ion-modal.ion-modal-report-dna-prodigy-description-card .ion-page {
  position: relative;
  contain: content;
}
ion-modal.ion-modal-report-dna-prodigy-guideline {
  --height: auto;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.4) !important;
  --background: #fff;
  --border-radius: 25px 25px 0px 0px;
  --max-width: 100vw;
  --max-height: 80vh;
  display: flex;
  align-items: flex-end;
}
ion-modal.ion-modal-report-dna-prodigy-guideline .ion-page {
  position: relative;
  contain: content;
}
ion-modal.ion-modal-report-dna-prodigy-guideline .rs-handle {
  background-color: transparent !important;
}
ion-modal.ion-modal-dna-shop-buy-another-report {
  --height: auto;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.4);
  --border-radius: 25px 25px 0px 0px;
  --max-height: 90vh;
  display: flex;
  align-items: flex-end;
}
ion-modal.ion-modal-dna-shop-buy-another-report .modal-wrapper .ion-page {
  position: relative;
  contain: content;
  overflow: auto;
}
ion-modal.ion-modal-ancestry-home-overview {
  --width: 100% !important;
  --backdrop-opacity: 0;
  --background: transparent;
  --border-radius: 10px 10px 0 0;
  bottom: 0;
  margin-top: auto;
}
ion-modal.ion-modal-ancestry-home-overview ion-backdrop {
  display: none;
}
ion-modal.ion-modal-ancestry-home-overview .modal-wrapper {
  background: transparent;
}
ion-modal.ion-modal-ancestry-home-ancient-era-detail {
  --height: 80%;
  --max-height: 700px;
  --max-width: var(--page-max-width) !important;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.4);
  --border-radius: 20px 20px 0 0;
  align-items: flex-end;
}
ion-modal.ion-modal-ancestry-home-ancient-era-detail .modal-wrapper {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
ion-modal.ion-modal-view-gene {
  --height: auto;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.5);
  --border-radius: 5px 5px 5px 5px;
  --max-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
ion-modal.ion-modal-view-gene .modal-wrapper .ion-page {
  position: relative;
  contain: content;
  height: max-content;
}
ion-modal.ion-modal-dna-view-language-options {
  --height: auto;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.4);
  --border-radius: 10px 10px 0 0;
  display: flex;
  align-items: flex-end;
}
ion-modal.ion-modal-dna-view-language-options .ion-page {
  position: relative;
  contain: content;
  height: 30vh;
}
ion-modal.ion-modal-dna-shop-readmore {
  --height: auto;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.4);
  --border-radius: 10px 10px 0px 0px;
  --max-height: 90vh;
  display: flex;
  align-items: flex-end;
}
ion-modal.ion-modal-dna-shop-readmore .modal-wrapper .ion-page {
  position: relative;
  contain: content;
  overflow: auto;
}
ion-modal.ion-modal-dna-shop-checkout-voucher {
  --height: auto;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.4);
  --max-width: 400px !important;
  --border-radius: 10px;
  --max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
ion-modal.ion-modal-dna-shop-checkout-voucher::part(content) {
  margin: 16px;
}
ion-modal.ion-modal-dna-shop-checkout-voucher .modal-wrapper {
  --max-width: 85vw;
}
ion-modal.ion-modal-dna-shop-checkout-voucher .modal-wrapper .ion-page {
  position: relative;
  contain: content;
}
ion-modal.ion-modal-dna-shop-cart {
  --height: auto;
  --max-height: 90vh;
  --border-radius: 5px 5px 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
ion-modal.ion-modal-dna-shop-cart .modal-wrapper {
  --max-width: 100vw;
}
ion-modal.ion-modal-dna-shop-cart .modal-wrapper .ion-page {
  position: relative;
  contain: content;
}
ion-modal.ion-modal-dna-shop-report {
  --height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
ion-modal.ion-modal-dna-shop-report .modal-wrapper {
  --max-width: 100vw;
  --border-radius: 5px 5px 0 0;
}
ion-modal.ion-modal-dna-shop-report .modal-wrapper .ion-page {
  position: relative;
  contain: content;
  max-height: 90vh;
}
ion-modal.ion-modal-send-sample {
  --height: auto;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.4) !important;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
ion-modal.ion-modal-send-sample .modal-wrapper {
  --max-width: 100vw;
  --border-radius: 5px 5px 0px 0px;
}
ion-modal.ion-modal-send-sample .modal-wrapper .ion-page {
  position: relative;
  contain: content;
  max-height: 90vh;
}
ion-modal.ion-modal-appointment-request-expertise-more {
  --height: auto;
  --width: calc(100% - 48px);
  --border-radius: 12px;
  display: flex;
  align-items: center;
}
ion-modal.ion-modal-appointment-request-expertise-more .modal-wrapper {
  --max-width: 85vw;
  --max-height: 80vh;
  --border-radius: 10px;
}
ion-modal.ion-modal-appointment-request-expertise-more .modal-wrapper .ion-page {
  position: relative;
  contain: content;
}
ion-modal.ion-modal-mcu-info {
  --height: auto;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.4);
  display: flex;
  align-items: flex-end;
}
ion-modal.ion-modal-mcu-info .ion-page {
  position: relative;
  contain: content;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
ion-modal.ion-modal-asa-x-history-filter {
  --height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
ion-modal.ion-modal-asa-x-history-filter .modal-wrapper {
  --max-width: 100vw;
  --border-radius: 5px 5px 0 0;
}
ion-modal.ion-modal-asa-x-history-filter .modal-wrapper .ion-page {
  position: relative;
  contain: content;
  max-height: 90vh;
}
ion-modal.ion-modal-report-360,
ion-modal.ion-modal-report-360-filter-trait {
  --border-radius: 20px;
  --max-height: 90vh;
}
ion-modal.ion-modal-report-360-full-height {
  --height: 100vh;
  --border-radius: 0;
}
ion-modal.ion-modal-report-360-full-height .rs-handle {
  background-color: white !important;
}
ion-modal.ion-modal-report-360-guideline {
  --border-radius: 20px;
  --max-height: 90vh;
}
ion-modal.ion-modal-report-360-guideline .rs-handle {
  background-color: transparent !important;
}
ion-modal.ion-modal-report-360-filter-trait ion-title {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
ion-modal.ion-modal-report-360-filter-trait ion-item {
  --detail-icon-opacity: 1;
}
ion-modal.ion-modal-profile-confirm-delete {
  --height: auto;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
ion-modal.ion-modal-profile-confirm-delete .modal-wrapper {
  --max-width: 100vw;
  --border-radius: 5px 5px 5px 5px;
}
ion-modal.ion-modal-profile-confirm-delete .modal-wrapper .ion-page {
  position: relative;
  contain: content;
  height: max-content;
}
ion-modal.ion-modal-profile-success {
  --height: auto;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
ion-modal.ion-modal-profile-success .modal-wrapper {
  --max-width: 100vw;
  --border-radius: 5px 5px 5px 5px;
}
ion-modal.ion-modal-profile-success .modal-wrapper .ion-page {
  position: relative;
  contain: content;
  height: max-content;
}
ion-modal.ion-modal-daily-activity-time-picker {
  --height: fit-content;
  --border-radius: 16px 16px 0 0;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.5);
  align-items: end;
  height: 100%;
}
ion-modal.retake-modal {
  --height: auto;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.5);
  --border-radius: 16px 16px 0 0;
  display: flex;
  align-items: flex-end;
}
ion-modal.retake-modal .modal-wrapper {
  --max-width: 100vw;
}
ion-modal.retake-modal .modal-wrapper .ion-page {
  position: relative;
  contain: content;
}
ion-modal.ion-modal-nourish-menu-recommendation {
  --height: 60vh;
  --border-radius: 16px 16px 0 0;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.5);
  align-items: end;
}
body.scanner-active {
  --background: transparent !important;
  --ion-background-color: transparent !important;
}
body.scanner-active ion-app {
  background: transparent !important;
}
body.scanner-active ion-modal {
  --background: transparent !important;
  background: transparent !important;
}
body.scanner-active ion-modal .ion-page {
  background: transparent !important;
}
body.scanner-active ion-modal .ion-page ion-content {
  --background: transparent !important;
  background: transparent !important;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-weight: normal;
  font-style: normal;
  src: url("./media/CormorantGaramond-Light.ttf");
}
@font-face {
  font-family: Inter;
  font-weight: 100;
  src: url(/assets/fonts/Inter/static/Inter-Thin.ttf);
}
@font-face {
  font-family: Inter;
  font-weight: 200;
  src: url(/assets/fonts/Inter/static/Inter-ExtraLight.ttf);
}
@font-face {
  font-family: Inter;
  font-weight: 300;
  src: url(/assets/fonts/Inter/static/Inter-Light.ttf);
}
@font-face {
  font-family: Inter;
  font-weight: 400;
  src: url(/assets/fonts/Inter/static/Inter-Regular.ttf);
}
@font-face {
  font-family: Inter;
  font-weight: 500;
  src: url(/assets/fonts/Inter/static/Inter-Medium.ttf);
}
@font-face {
  font-family: Inter;
  font-weight: 600;
  src: url(/assets/fonts/Inter/static/Inter-SemiBold.ttf);
}
@font-face {
  font-family: Inter;
  font-weight: 700;
  src: url(/assets/fonts/Inter/static/Inter-Bold.ttf);
}
@font-face {
  font-family: Inter;
  font-weight: 800;
  src: url(/assets/fonts/Inter/static/Inter-ExtraBold.ttf);
}
@font-face {
  font-family: Inter;
  font-weight: 900;
  src: url(/assets/fonts/Inter/static/Inter-Black.ttf);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(/assets/fonts/Helvetica-Neue/HelveticaNeueRoman.otf);
}
@font-face {
  font-family: Cardo;
  src: url("./media/Cardo-Regular.ttf");
}
@font-face {
  font-family: Cardo-Italic;
  src: url("./media/Cardo-Italic.ttf");
}
@font-face {
  font-family: Cardo;
  src: url("./media/Cardo-Regular.ttf");
}
@font-face {
  font-family: Cardo-Italic;
  src: url("./media/Cardo-Italic.ttf");
}
swiper-slide {
  display: block;
  flex-shrink: 0;
  width: auto;
  height: 100%;
  max-height: 100%;
}
swiper-slide img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.swiper-wrapper {
  display: flex;
  height: 100%;
  max-height: 100%;
}
swiper-container {
  overflow: hidden;
  width: 100%;
  min-width: 0;
  max-width: var(--ion-app-width);
  height: 100%;
  min-height: 0;
}
@media (max-width: 768px) {
  swiper-container {
    max-width: 100vw;
  }
}
ion-chip[outline] {
  border-width: 1px;
}
ion-popover.ion-popover-report-360-v2-pin-popup {
  --backdrop-opacity: 0.3;
}
ion-popover.ion-popover-report-360-v2-pin-popup ion-content {
  --offset-top: 0px;
  --offset-bottom: 0px;
  --padding-bottom: 0;
  --padding-end: 0;
  --padding-top: 0;
  --padding-start: 0;
  --background: white;
}
ion-popover.ion-popover-report-360-v2-pin-popup .category-item::part(detail-icon) {
  font-size: 17px;
  color: black;
  opacity: 1;
}
ion-popover.ion-popover-report-360-v2-pin-popup .category-item .circle {
  width: 10px;
  height: 10px;
  padding: 0;
  border-color: white;
  border-style: solid;
  border-width: 0.5px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
ion-popover.ion-popover-report-360-v2-pin-popup .category-item .circle-favourable {
  background: var(--report-360-favourable-color);
}
ion-popover.ion-popover-report-360-v2-pin-popup .category-item .circle-unfavourable {
  background: #ff5151;
}
ion-popover.ion-popover-report-360-v2-pin-popup .category-item.active ion-label {
  margin-left: 0;
}
ion-popover.ion-popover-report-360-v2-pin-popup .category-item ion-label {
  font-size: 0.75rem;
  line-height: 1rem;
}
.map-marker-ancestry-v2-ancient {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url(/assets/icons/report/ancestry/ancient/maps-marker.webp);
  background-size: contain;
}
.map-marker-ancestry-v2-ancestry-lineage-human {
  cursor: pointer;
  width: 18px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}
.map-marker-ancestry-v2-ancestry-lineage-haplogroup .haplogroup {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
}
.map-marker-ancestry-v2-ancestry-lineage-haplogroup .haplogroup .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 50%;
}
.map-marker-ancestry-v2-ancestry-lineage-haplogroup .haplogroup .label {
  position: absolute;
  left: 26px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.map-marker-ancestry-v2-ancestry-lineage-haplogroup .haplogroup .label .title {
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--ion-color-main-button);
}
.map-popup-ancestry-v2-ancient {
  cursor: pointer;
  max-width: 240px;
  font-family: var(--ion-font-family);
}
.map-popup-ancestry-v2-ancient .mapboxgl-popup-content {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.map-popup-ancestry-v2-ancient .mapboxgl-popup-content .title {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  color: #181818;
}
.map-popup-ancestry-v2-ancient .mapboxgl-popup-content .age {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  color: #474747;
}
.mapboxgl-ctrl-bottom-left {
  bottom: 5px;
}
.mapboxgl-ctrl-bottom-right {
  bottom: 5px;
}
.mapboxgl-control-container {
  display: none !important;
}
.mapbox-popup-breakdownlist .mapboxgl-popup-tip {
  display: none;
}
.mapbox-popup-breakdownlist .mapboxgl-popup-content {
  padding: 0 !important;
  background: transparent;
  box-shadow: none !important;
}
.mapbox-popup-breakdownlist .mapboxgl-popup-content .popup-content {
  display: flex;
  flex-direction: column;
  width: 170px;
  max-width: 200px;
  padding: 2.5px;
  border-radius: 20px;
  background:
    conic-gradient(
      from 90deg at 50% 50%,
      #bf8bad 102.1154deg,
      #e1b5d2 252.6923deg,
      #adcdec 339.2308deg,
      #acd9da 360deg);
}
.mapbox-popup-breakdownlist .mapboxgl-popup-content .popup-inner {
  padding: 8px 0;
  border-radius: 20px;
  background: white;
}
.mapbox-popup-breakdownlist .mapboxgl-popup-content .popup-header {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  gap: 8px;
  align-items: center;
  padding-right: 11px;
  padding-left: 11px;
}
.mapbox-popup-breakdownlist .mapboxgl-popup-content .popup-header-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 2px;
  font-family: var(--ion-font-family);
  line-height: normal;
  color: #181818;
}
.mapbox-popup-breakdownlist .mapboxgl-popup-content .popup-header-arrow {
  flex-shrink: 0;
}
.mapbox-popup-breakdownlist .mapboxgl-popup-content .popup-region-name {
  font-size: 10px;
}
.mapbox-popup-breakdownlist .mapboxgl-popup-content .popup-region-percentage {
  font-size: 10px;
  font-weight: 700;
}
.mapbox-popup-breakdownlist .mapboxgl-popup-content .popup-arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease-in-out;
}
.mapbox-popup-breakdownlist .mapboxgl-popup-content .popup-arrow.expanded {
  transform: rotate(90deg);
}
.mapbox-popup-breakdownlist .mapboxgl-popup-content .popup-divider {
  margin-top: 0;
  border-top: 1px solid #e0e0e0;
  opacity: 0;
  transition: margin-top 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.mapbox-popup-breakdownlist .mapboxgl-popup-content .popup-divider.expanded {
  margin-top: 8px;
  opacity: 1;
}
.mapbox-popup-breakdownlist .mapboxgl-popup-content .popup-body {
  overflow: hidden;
  max-height: 0;
  margin-top: 0;
  padding-right: 11px;
  padding-left: 11px;
  opacity: 0;
  transition:
    max-height 0.3s ease-in-out,
    opacity 0.3s ease-in-out,
    margin-top 0.3s ease-in-out;
}
.mapbox-popup-breakdownlist .mapboxgl-popup-content .popup-body.expanded {
  overflow-y: auto;
  max-height: 200px;
  margin-top: 8px;
  opacity: 1;
}
.mapbox-popup-breakdownlist .mapboxgl-popup-content .popup-body-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mapbox-popup-breakdownlist .mapboxgl-popup-content .popup-breakdownlist-item {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  width: 100%;
}
.mapbox-popup-breakdownlist .mapboxgl-popup-content .popup-breakdownlist-name {
  overflow-wrap: break-word;
  flex-grow: 1;
}
.mapbox-popup-breakdownlist .mapboxgl-popup-content .popup-breakdownlist-percentage {
  flex-shrink: 0;
  flex-basis: 35px;
  text-align: end;
}
.mapbox-popup-breakdownlist .mapboxgl-popup-content .popup-breakdownlist-name,
.mapbox-popup-breakdownlist .mapboxgl-popup-content .popup-breakdownlist-percentage {
  font-size: 10px;
  color: #34393d;
}
ion-action-sheet.ion-action-sheet-report-360-filter-trait .action-sheet-group {
  --background: #f6f6f6;
  padding-bottom: 56px !important;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
ion-action-sheet.ion-action-sheet-report-360-filter-trait .action-sheet-group .action-sheet-title {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: var(--ion-color-dark);
}
ion-action-sheet.ion-action-sheet-report-360-filter-trait .action-sheet-group .action-sheet-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: var(--ion-color-dark);
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
ion-searchbar.ion-searchbar-report-360,
ion-searchbar.ion-searchbar-report-360-header,
ion-searchbar.ion-searchbar-report-360-gray,
ion-searchbar.ion-searchbar-report-360-gray-disabled {
  --border-radius: 12px;
  --background: white;
}
ion-searchbar.ion-searchbar-report-360 .searchbar-input-container,
ion-searchbar.ion-searchbar-report-360-header .searchbar-input-container,
ion-searchbar.ion-searchbar-report-360-gray .searchbar-input-container,
ion-searchbar.ion-searchbar-report-360-gray-disabled .searchbar-input-container {
  height: 48px;
}
ion-searchbar.ion-searchbar-report-360 .searchbar-input-container .searchbar-input,
ion-searchbar.ion-searchbar-report-360-header .searchbar-input-container .searchbar-input,
ion-searchbar.ion-searchbar-report-360-gray .searchbar-input-container .searchbar-input,
ion-searchbar.ion-searchbar-report-360-gray-disabled .searchbar-input-container .searchbar-input {
  font-family: var(--ion-font-family-inter);
  padding-inline-start: 38px !important;
  -webkit-padding-start: 38px !important;
}
ion-searchbar.ion-searchbar-report-360 .searchbar-input-container .searchbar-search-icon,
ion-searchbar.ion-searchbar-report-360-header .searchbar-input-container .searchbar-search-icon,
ion-searchbar.ion-searchbar-report-360-gray .searchbar-input-container .searchbar-search-icon,
ion-searchbar.ion-searchbar-report-360-gray-disabled .searchbar-input-container .searchbar-search-icon {
  left: 8px;
}
ion-searchbar.ion-searchbar-report-360-gray,
ion-searchbar.ion-searchbar-report-360-gray-disabled {
  --background: #f1f2f6;
}
ion-searchbar.ion-searchbar-report-360-gray-disabled {
  display: block;
}
ion-searchbar.ion-searchbar-report-360-gray-disabled .searchbar-input {
  pointer-events: none !important;
}
ion-searchbar.ion-searchbar-report-360-header {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
ion-searchbar.ion-searchbar-ehr {
  --border-radius: 10px;
  --background: white;
}
ion-searchbar.ion-searchbar-ehr .searchbar-input-container {
  height: 40px;
}
ion-searchbar.ion-searchbar-ehr .searchbar-input-container .searchbar-input {
  padding-inline-start: 38px !important;
  -webkit-padding-start: 38px !important;
}
ion-searchbar.ion-searchbar-ehr .searchbar-search-icon {
  left: 8px;
}
app-report-360-result-trait-view .rs-handle,
app-report-sportgenomic-result-trait-view .rs-handle,
app-report-view-trait-result .rs-handle,
app-report-oncorisk-result-detail .rs-handle {
  background-color: white !important;
}
ion-alert.alert-order-fail {
  --min-width: 300px;
}
ion-alert.alert-order-fail .alert-wrapper .alert-head {
  display: none;
}
ion-alert.alert-order-fail .alert-wrapper .alert-message {
  max-height: unset !important;
  padding: 16px;
}
ion-alert.alert-order-fail .alert-wrapper .alert-message .wrapper img {
  width: 120px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}
ion-alert.alert-order-fail .alert-wrapper .alert-message .wrapper .title {
  margin-bottom: 16px;
  font-family: var(--ion-font-family-inter);
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 140%;
  color: #141414;
  text-align: center;
  letter-spacing: 0.005em;
}
ion-alert.alert-order-fail .alert-wrapper .alert-message .wrapper .message {
  margin: 0;
  font-family: var(--ion-font-family-inter);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}
ion-alert.alert-order-fail .alert-wrapper .alert-button-group {
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}
ion-alert.alert-order-fail .alert-wrapper .alert-button-group .btn-primary {
  width: 100%;
  max-width: 200px;
  min-height: 42px;
  margin: 0 auto;
  border: 1px solid #494949;
  border-radius: 30px;
  font-family: var(--ion-font-family-inter);
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  line-height: 150%;
  background: #fff;
}
ion-alert.alert-order-fail .alert-wrapper .alert-button-group .btn-primary-outline {
  width: 100%;
  max-width: 200px;
  min-height: 42px;
  margin: 0 auto;
  border: 1px solid #494949;
  border-radius: 30px;
  font-family: var(--ion-font-family-inter);
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  line-height: 150%;
  color: white;
  background: #494949;
}
.inner-html-content {
  padding: 0 10px;
  font-size: 14px;
  font-weight: normal !important;
  line-height: 1.3rem;
}
.inner-html-content p:first-child,
.inner-html-content h1:first-child,
.inner-html-content h2:first-child,
.inner-html-content h3:first-child,
.inner-html-content h4:first-child,
.inner-html-content h5:first-child,
.inner-html-content h6:first-child {
  margin-block-start: 0;
}
.inner-html-content img {
  width: 100%;
  height: 192px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center center;
}
.inner-html-content iframe {
  width: 100% !important;
}
ion-toast.ion-toast-info {
  --background: var(--ion-toast-info);
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
ion-toast.ion-toast-info::part(cancel) {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
ion-toast.ion-toast-asax-failed {
  --background: var(--ion-toast-failed);
  --box-shadow: 0px 4px 10px 0px rgb(239 42 42 / 30%);
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
ion-toast.ion-toast-asax-failed::part(button) {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
ion-toast.ion-toast-asax-success {
  --background: var(--ion-toast-info);
  --box-shadow: 0px 4px 10px 0px rgb(24 130 236 / 25%);
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
ion-toast.ion-toast-asax-success::part(button) {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
ion-toast.ion-toast-text-white {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
ion-toast.ion-toast-text-white::part(button) {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
ion-toast.avatar-success-toast {
  --background: var(--ion-toast-info);
  --box-shadow: 0px 4px 10px 0px rgb(24 130 236 / 25%);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 11px;
}
ion-toast.avatar-success-toast::part(button) {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  font-size: 11px;
}
ion-toast.avatar-error-toast {
  --background: var(--ion-toast-failed);
  --box-shadow: 0px 4px 10px 0px rgb(239 42 42 / 30%);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 11px;
}
ion-toast.avatar-error-toast::part(button) {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  font-size: 11px;
}
.ion-color-gradient-pink-light {
  --ion-color-base: var(--ion-color-gradient-pink-light) !important;
  --ion-color-base-rgb: var(--ion-color-gradient-pink-light-rgb) !important;
  --ion-color-contrast: var( --ion-color-gradient-pink-light-contrast ) !important;
  --ion-color-contrast-rgb: var( --ion-color-gradient-pink-light-contrast-rgb ) !important;
  --ion-color-shade: var(--ion-color-gradient-pink-light-shade) !important;
  --ion-color-tint: var(--ion-color-gradient-pink-light-tint) !important;
}
.ion-color-gradient-dark-purple {
  --ion-color-base: var(--ion-color-main-button) !important;
  --ion-color-base-rgb: var(--ion-color-gradient-dark-purple-rgb) !important;
  --ion-color-contrast: var( --ion-color-gradient-dark-purple-contrast ) !important;
  --ion-color-contrast-rgb: var( --ion-color-gradient-dark-purple-contrast-rgb ) !important;
  --ion-color-shade: var(--ion-color-gradient-dark-purple-shade) !important;
  --ion-color-tint: var(--ion-color-gradient-dark-purple-tint) !important;
}
.ion-color-pink {
  --ion-color-base: var(--ion-color-pink) !important;
  --ion-color-base-rgb: var(--ion-color-pink-rgb) !important;
  --ion-color-contrast: var(--ion-color-pink-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-pink-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-pink-shade) !important;
  --ion-color-tint: var(--ion-color-pink-tint) !important;
}
.ion-color-dark-purple {
  --ion-color-base: var(--ion-color-dark-purple) !important;
  --ion-color-base-rgb: var(--ion-color-dark-purple-rgb) !important;
  --ion-color-contrast: var(--ion-color-dark-purple-contrast) !important;
  --ion-color-contrast-rgb: var( --ion-color-dark-purple-contrast-rgb ) !important;
  --ion-color-shade: var(--ion-color-dark-purple-shade) !important;
  --ion-color-tint: var(--ion-color-dark-purple-tint) !important;
}
.ion-color-purple {
  --ion-color-base: var(--ion-color-purple) !important;
  --ion-color-base-rgb: var(--ion-color-purple-rgb) !important;
  --ion-color-contrast: var(--ion-color-purple-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-purple-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-purple-shade) !important;
  --ion-color-tint: var(--ion-color-purple-tint) !important;
}
.ion-color-favourable-purple {
  --ion-color-base: var(--ion-color-favourable-purple) !important;
  --ion-color-base-rgb: var(--ion-color-favourable-purple-rgb) !important;
  --ion-color-contrast: var(--ion-color-favourable-purple-contrast) !important;
  --ion-color-contrast-rgb: var( --ion-color-favourable-purple-contrast-rgb ) !important;
  --ion-color-shade: var(--ion-color-favourable-purple-shade) !important;
  --ion-color-tint: var(--ion-color-favourable-purple-tint) !important;
}
.ion-color-main-button {
  --ion-color-base: var(--ion-color-main-button) !important;
  --ion-color-base-rgb: var(--ion-color-main-button-rgb) !important;
  --ion-color-contrast: var(--ion-color-main-button-contrast) !important;
  --ion-color-contrast-rgb: var( --ion-color-main-button-contrast-rgb ) !important;
  --ion-color-shade: var(--ion-color-main-button-shade) !important;
  --ion-color-tint: var(--ion-color-main-button-tint) !important;
}
.ion-color-blue-favourable {
  --ion-color-base: var(--ion-color-blue-favourable) !important;
  --ion-color-base-rgb: var(--ion-color-blue-favourable-rgb) !important;
  --ion-color-contrast: var(--ion-color-blue-favourable-contrast) !important;
  --ion-color-contrast-rgb: var( --ion-color-blue-favourable-contrast-rgb ) !important;
  --ion-color-shade: var(--ion-color-blue-favourable-shade) !important;
  --ion-color-tint: var(--ion-color-blue-favourable-tint) !important;
}
.ion-color-teal {
  --ion-color-base: var(--ion-color-teal) !important;
  --ion-color-base-rgb: var(--ion-color-teal-rgb) !important;
  --ion-color-contrast: var(--ion-color-teal-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-teal-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-teal-shade) !important;
  --ion-color-tint: var(--ion-color-teal-tint) !important;
}
.ion-color-gradient-blue {
  --ion-color-base: var(--ion-color-gradient-blue) !important;
  --ion-color-base-rgb: var(--ion-color-gradient-blue-rgb) !important;
  --ion-color-contrast: var(--ion-color-gradient-blue-contrast) !important;
  --ion-color-contrast-rgb: var( --ion-color-gradient-blue-contrast-rgb ) !important;
  --ion-color-shade: var(--ion-color-gradient-blue-shade) !important;
  --ion-color-tint: var(--ion-color-gradient-blue-tint) !important;
}
.ion-color-gradient-teal {
  --ion-color-base: var(--ion-color-gradient-teal) !important;
  --ion-color-base-rgb: var(--ion-color-gradient-teal-rgb) !important;
  --ion-color-contrast: var(--ion-color-gradient-teal-contrast) !important;
  --ion-color-contrast-rgb: var( --ion-color-gradient-teal-contrast-rgb ) !important;
  --ion-color-shade: var(--ion-color-gradient-teal-shade) !important;
  --ion-color-tint: var(--ion-color-gradient-teal-tint) !important;
}
.ion-color-gradient-pink {
  --ion-color-base: var(--ion-color-gradient-pink) !important;
  --ion-color-base-rgb: var(--ion-color-gradient-pink-rgb) !important;
  --ion-color-contrast: var(--ion-color-gradient-pink-contrast) !important;
  --ion-color-contrast-rgb: var( --ion-color-gradient-pink-contrast-rgb ) !important;
  --ion-color-shade: var(--ion-color-gradient-pink-shade) !important;
  --ion-color-tint: var(--ion-color-gradient-pink-tint) !important;
}
.ion-color-gradient-icon {
  --ion-color-base: var(--ion-color-gradient-icon) !important;
  --ion-color-base-rgb: var(--ion-color-gradient-icon-rgb) !important;
  --ion-color-contrast: var(--ion-color-gradient-icon-contrast) !important;
  --ion-color-contrast-rgb: var( --ion-color-gradient-icon-contrast-rgb ) !important;
  --ion-color-shade: var(--ion-color-gradient-icon-shade) !important;
  --ion-color-tint: var(--ion-color-gradient-icon-tint) !important;
}
.ion-color-gradient-dna-score {
  --ion-color-base: var(--ion-color-gradient-dna-score) !important;
  --ion-color-base-rgb: var(--ion-color-gradient-dna-score-rgb) !important;
  --ion-color-contrast: var(--ion-color-gradient-dna-score-contrast) !important;
  --ion-color-contrast-rgb: var( --ion-color-gradient-dna-score-contrast-rgb ) !important;
  --ion-color-shade: var(--ion-color-gradient-dna-score-shade) !important;
  --ion-color-tint: var(--ion-color-gradient-dna-score-tint) !important;
}
.ion-color-gradient-accent {
  --ion-color-base: var(--ion-color-gradient-accent) !important;
  --ion-color-base-rgb: var(--ion-color-gradient-accent-rgb) !important;
  --ion-color-contrast: var(--ion-color-gradient-accent-contrast) !important;
  --ion-color-contrast-rgb: var( --ion-color-gradient-accent-contrast-rgb ) !important;
  --ion-color-shade: var(--ion-color-gradient-accent-shade) !important;
  --ion-color-tint: var(--ion-color-gradient-accent-tint) !important;
}
.ion-color-gradient-bar {
  --ion-color-base: var(--ion-color-gradient-bar) !important;
  --ion-color-base-rgb: var(--ion-color-gradient-bar-rgb) !important;
  --ion-color-contrast: var(--ion-color-gradient-bar-contrast) !important;
  --ion-color-contrast-rgb: var( --ion-color-gradient-bar-contrast-rgb ) !important;
  --ion-color-shade: var(--ion-color-gradient-bar-shade) !important;
  --ion-color-tint: var(--ion-color-gradient-bar-tint) !important;
}
.ion-color-black-90 {
  --ion-color-base: var(--ion-color-black-90) !important;
  --ion-color-base-rgb: var(--ion-color-black-90-rgb) !important;
  --ion-color-contrast: var(--ion-color-black-90-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-black-90-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-black-90-shade) !important;
  --ion-color-tint: var(--ion-color-black-90-tint) !important;
}
.ion-color-black-80 {
  --ion-color-base: var(--ion-color-black-80) !important;
  --ion-color-base-rgb: var(--ion-color-black-80-rgb) !important;
  --ion-color-contrast: var(--ion-color-black-80-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-black-80-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-black-80-shade) !important;
  --ion-color-tint: var(--ion-color-black-80-tint) !important;
}
.ion-color-black-70 {
  --ion-color-base: var(--ion-color-black-70) !important;
  --ion-color-base-rgb: var(--ion-color-black-70-rgb) !important;
  --ion-color-contrast: var(--ion-color-black-70-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-black-70-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-black-70-shade) !important;
  --ion-color-tint: var(--ion-color-black-70-tint) !important;
}
.ion-color-black-60 {
  --ion-color-base: var(--ion-color-black-60) !important;
  --ion-color-base-rgb: var(--ion-color-black-60-rgb) !important;
  --ion-color-contrast: var(--ion-color-black-60-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-black-60-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-black-60-shade) !important;
  --ion-color-tint: var(--ion-color-black-60-tint) !important;
}
.ion-color-black-50 {
  --ion-color-base: var(--ion-color-black-50) !important;
  --ion-color-base-rgb: var(--ion-color-black-50-rgb) !important;
  --ion-color-contrast: var(--ion-color-black-50-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-black-50-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-black-50-shade) !important;
  --ion-color-tint: var(--ion-color-black-50-tint) !important;
}
.ion-color-black-40 {
  --ion-color-base: var(--ion-color-black-40) !important;
  --ion-color-base-rgb: var(--ion-color-black-40-rgb) !important;
  --ion-color-contrast: var(--ion-color-black-40-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-black-40-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-black-40-shade) !important;
  --ion-color-tint: var(--ion-color-black-40-tint) !important;
}
.ion-color-black-30 {
  --ion-color-base: var(--ion-color-black-30) !important;
  --ion-color-base-rgb: var(--ion-color-black-30-rgb) !important;
  --ion-color-contrast: var(--ion-color-black-30-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-black-30-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-black-30-shade) !important;
  --ion-color-tint: var(--ion-color-black-30-tint) !important;
}
.ion-color-black-20 {
  --ion-color-base: var(--ion-color-black-20) !important;
  --ion-color-base-rgb: var(--ion-color-black-20-rgb) !important;
  --ion-color-contrast: var(--ion-color-black-20-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-black-20-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-black-20-shade) !important;
  --ion-color-tint: var(--ion-color-black-20-tint) !important;
}
.ion-color-toast-info {
  --ion-color-base: var(--ion-toast-info) !important;
  --ion-color-base-rgb: var(--ion-toast-info-rgb) !important;
  --ion-color-contrast: var(--ion-toast-info-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-toast-info-contrast-rgb) !important;
  --ion-color-shade: var(--ion-toast-info-shade) !important;
  --ion-color-tint: var(--ion-toast-info-tint) !important;
}
.ion-color-toast-failed {
  --ion-color-base: var(--ion-toast-failed) !important;
  --ion-color-base-rgb: var(--ion-toast-failed-rgb) !important;
  --ion-color-contrast: var(--ion-toast-failed-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-toast-failed-contrast-rgb) !important;
  --ion-color-shade: var(--ion-toast-failed-shade) !important;
  --ion-color-tint: var(--ion-toast-failed-tint) !important;
}
.ion-color-toast-success {
  --ion-color-base: var(--ion-toast-success) !important;
  --ion-color-base-rgb: var(--ion-toast-success-rgb) !important;
  --ion-color-contrast: var(--ion-toast-success-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-toast-success-contrast-rgb) !important;
  --ion-color-shade: var(--ion-toast-success-shade) !important;
  --ion-color-tint: var(--ion-toast-success-tint) !important;
}
.ion-color-gradient-dna-catalog {
  --ion-color-base: var(--ion-color-gradient-dna-catalog) !important;
}
.ion-color-gradient-pink-check-in {
  --ion-color-base: var(--ion-color-gradient-pink-check-in) !important;
  --ion-color-base-rgb: var(--ion-color-gradient-pink-check-in-rgb) !important;
  --ion-color-contrast: var( --ion-color-gradient-pink-check-in-contrast ) !important;
  --ion-color-contrast-rgb: var( --ion-color-gradient-pink-check-in-contrast-rgb ) !important;
  --ion-color-shade: var(--ion-color-gradient-pink-check-in-shade) !important;
  --ion-color-tint: var(--ion-color-gradient-pink-check-in-tint) !important;
}
.apexcharts-xaxis-label {
  font-family: var(--ion-font-family) !important;
}
.apexcharts-yaxis-label {
  font-family: var(--ion-font-family) !important;
}
.apexcharts-tracker-bar-tooltip {
  padding: 5px 10px;
  font-family: var(--ion-font-family) !important;
}
.apexcharts-tracker-bar-tooltip .tooltip-x {
  margin-top: 3px;
  font-weight: 300;
  color: #707070;
}
.apexcharts-tracker-bar-tooltip .tooltip-y {
  font-weight: 600;
  color: #707070;
}
.theme-ion-header {
  border-style: none;
  padding-left: 0px;
}
.theme-ion-header ion-toolbar {
  --background: white;
}
.theme-ion-header ion-toolbar:last-of-type {
  --border-width: 0 !important;
}
.theme-ion-header ion-title {
  color: var(--ion-color-primary);
}
ion-header ion-toolbar ion-title {
  font-size: var(--ion-toolbar-title-font-size) !important;
  font-weight: var(--ion-toolbar-title-font-weight) !important;
}
ion-toggle {
  --track-background-checked: var(--ion-color-pink);
}
*,
::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: #e5e7eb;
}
::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;
}
.inner-html-content h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.inner-html-content h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.inner-html-content h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.inner-html-content h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.inner-html-content h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.inner-html-content h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.inner-html-content a {
  text-decoration-line: underline;
}
.inner-html-content ol,
.inner-html-content ul {
  margin: 0;
  padding: 0 0 0 16px;
  list-style: inherit;
}
.inner-html-content li {
  margin: 5px 0 0;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 0) {
  .\!container {
    max-width: 0 !important;
  }
  .container {
    max-width: 0;
  }
}
.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 var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  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: rgb(17 24 39 / 10%);
  --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: rgb(255 255 255 / 10%);
  --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: 1rem;
  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 {
  font-family: var(--ion-font-family-inter);
}
.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.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: 0;
  margin-bottom: 0.75rem;
  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.75rem;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 1.4285714em;
  margin-top: 0;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 1.2857143em;
  margin-top: 0;
  margin-bottom: 0.75rem;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0.75rem;
  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: 0;
  margin-bottom: 0.75rem;
  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: 0;
  margin-bottom: 0.75rem;
  padding-inline-start: 1.5714286em;
  padding-left: 1.5rem;
}
.prose-sm :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0.75rem;
  padding-inline-start: 1.5714286em;
  padding-left: 1.5rem;
}
.prose-sm :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.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: 0.75rem;
  margin-bottom: 0.75rem;
}
.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;
}
.prose-sm :where(h5):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.prose-sm :where(h6):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.prose-sm :where(h1 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose-sm :where(h5 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose-sm :where(h6 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose-sm :where(p + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose-sm :where(li > p):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.prose-zinc {
  --tw-prose-body: #3f3f46;
  --tw-prose-headings: #18181b;
  --tw-prose-lead: #52525b;
  --tw-prose-links: #18181b;
  --tw-prose-bold: #18181b;
  --tw-prose-counters: #71717a;
  --tw-prose-bullets: #d4d4d8;
  --tw-prose-hr: #e4e4e7;
  --tw-prose-quotes: #18181b;
  --tw-prose-quote-borders: #e4e4e7;
  --tw-prose-captions: #71717a;
  --tw-prose-kbd: #18181b;
  --tw-prose-kbd-shadows: rgb(24 24 27 / 10%);
  --tw-prose-code: #18181b;
  --tw-prose-pre-code: #e4e4e7;
  --tw-prose-pre-bg: #27272a;
  --tw-prose-th-borders: #d4d4d8;
  --tw-prose-td-borders: #e4e4e7;
  --tw-prose-invert-body: #d4d4d8;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a1a1aa;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a1a1aa;
  --tw-prose-invert-bullets: #52525b;
  --tw-prose-invert-hr: #3f3f46;
  --tw-prose-invert-quotes: #f4f4f5;
  --tw-prose-invert-quote-borders: #3f3f46;
  --tw-prose-invert-captions: #a1a1aa;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d8;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #52525b;
  --tw-prose-invert-td-borders: #3f3f46;
}
.prose-xs {
  font-size: 0.75rem !important;
  line-height: 1.25rem !important;
}
.prose-xs :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.prose-xs :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.prose-xs :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.prose-xs :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.prose-xs :where(h5):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.prose-xs :where(h6):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.prose-xs :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.prose-xs :where(h1 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose-xs :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose-xs :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose-xs :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose-xs :where(h5 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose-xs :where(h6 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose-xs :where(p + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose-xs :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
}
.prose-xs :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
}
.prose-xs :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.prose-xs :where(li > p):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.prose-xs :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.prose-xs :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.prose-xs :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.\!pointer-events-none {
  pointer-events: none !important;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-x-auto {
  left: auto;
  right: auto;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.\!-right-0\.5 {
  right: -0.125rem !important;
}
.-bottom-4 {
  bottom: -1rem;
}
.-top-\[64px\] {
  top: -64px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-14 {
  bottom: 3.5rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-24 {
  bottom: 6rem;
}
.bottom-28 {
  bottom: 7rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-32 {
  bottom: 8rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-9 {
  bottom: 2.25rem;
}
.bottom-\[10px\] {
  bottom: 10px;
}
.bottom-\[15px\] {
  bottom: 15px;
}
.bottom-\[6px\] {
  bottom: 6px;
}
.left-0 {
  left: 0px;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-\[-1\.5px\] {
  left: -1.5px;
}
.left-\[24px\] {
  left: 24px;
}
.left-\[4\%\] {
  left: 4%;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[18px\] {
  right: 18px;
}
.right-\[2\%\] {
  right: 2%;
}
.right-\[4\%\] {
  right: 4%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-\[-1\.5px\] {
  top: -1.5px;
}
.top-\[15\%\] {
  top: 15%;
}
.top-\[20\%\] {
  top: 20%;
}
.top-\[44px\] {
  top: 44px;
}
.\!z-20 {
  z-index: 20 !important;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[41\] {
  z-index: 41;
}
.\!m-0 {
  margin: 0px !important;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-1\.5 {
  margin: 0.375rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.m-\[-8px\] {
  margin: -8px;
}
.m-\[15px\] {
  margin: 15px;
}
.m-\[2\.5px\] {
  margin: 2.5px;
}
.m-auto {
  margin: auto;
}
.m-px {
  margin: 1px;
}
.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.\!my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-\[15px\] {
  margin-left: 15px;
  margin-right: 15px;
}
.mx-\[24px\] {
  margin-left: 24px;
  margin-right: 24px;
}
.mx-\[3px\] {
  margin-left: 3px;
  margin-right: 3px;
}
.mx-\[5px\] {
  margin-left: 5px;
  margin-right: 5px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-\[15px\] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-\[6px\] {
  margin-top: 6px;
  margin-bottom: 6px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-4 {
  margin-bottom: 1rem !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.\!mt-2 {
  margin-top: 0.5rem !important;
}
.\!mt-3 {
  margin-top: 0.75rem !important;
}
.\!mt-4 {
  margin-top: 1rem !important;
}
.\!mt-6 {
  margin-top: 1.5rem !important;
}
.-mb-\[3px\] {
  margin-bottom: -3px;
}
.-mb-px {
  margin-bottom: -1px;
}
.-ml-3 {
  margin-left: -0.75rem;
}
.-mr-10 {
  margin-right: -2.5rem;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-\[40px\] {
  margin-top: -40px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[11px\] {
  margin-bottom: 11px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[150px\] {
  margin-bottom: 150px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[19px\] {
  margin-bottom: 19px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[29px\] {
  margin-bottom: 29px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[35px\] {
  margin-bottom: 35px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-\[90px\] {
  margin-bottom: 90px;
}
.mb-\[9px\] {
  margin-bottom: 9px;
}
.mb-px {
  margin-bottom: 1px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[15px\] {
  margin-left: 15px;
}
.ml-\[18px\] {
  margin-left: 18px;
}
.ml-\[24px\] {
  margin-left: 24px;
}
.ml-\[35px\] {
  margin-left: 35px;
}
.ml-\[3px\] {
  margin-left: 3px;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.mr-\[24px\] {
  margin-right: 24px;
}
.mr-\[4px\] {
  margin-right: 4px;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[-20px\] {
  margin-top: -20px;
}
.mt-\[-5px\] {
  margin-top: -5px;
}
.mt-\[-7px\] {
  margin-top: -7px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[11px\] {
  margin-top: 11px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[13px\] {
  margin-top: 13px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[19px\] {
  margin-top: 19px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[25\%\] {
  margin-top: 25%;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[34px\] {
  margin-top: 34px;
}
.mt-\[36px\] {
  margin-top: 36px;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[48\%\] {
  margin-top: 48%;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[7px\] {
  margin-top: 7px;
}
.mt-\[86px\] {
  margin-top: 86px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-\[9px\] {
  margin-top: 9px;
}
.mt-auto {
  margin-top: auto;
}
.box-border {
  box-sizing: border-box;
}
.box-content {
  box-sizing: content-box;
}
.\!line-clamp-3 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.\!inline {
  display: inline !important;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!size-4 {
  width: 1rem !important;
  height: 1rem !important;
}
.size-1\.5 {
  width: 0.375rem;
  height: 0.375rem;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}
.size-16 {
  width: 4rem;
  height: 4rem;
}
.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}
.size-\[100px\] {
  width: 100px;
  height: 100px;
}
.size-\[102px\] {
  width: 102px;
  height: 102px;
}
.size-\[10px\] {
  width: 10px;
  height: 10px;
}
.size-\[110px\] {
  width: 110px;
  height: 110px;
}
.size-\[116px\] {
  width: 116px;
  height: 116px;
}
.size-\[12px\] {
  width: 12px;
  height: 12px;
}
.size-\[13px\] {
  width: 13px;
  height: 13px;
}
.size-\[14px\] {
  width: 14px;
  height: 14px;
}
.size-\[15px\] {
  width: 15px;
  height: 15px;
}
.size-\[16px\] {
  width: 16px;
  height: 16px;
}
.size-\[175px\] {
  width: 175px;
  height: 175px;
}
.size-\[17px\] {
  width: 17px;
  height: 17px;
}
.size-\[18px\] {
  width: 18px;
  height: 18px;
}
.size-\[20px\] {
  width: 20px;
  height: 20px;
}
.size-\[21px\] {
  width: 21px;
  height: 21px;
}
.size-\[22px\] {
  width: 22px;
  height: 22px;
}
.size-\[234px\] {
  width: 234px;
  height: 234px;
}
.size-\[24px\] {
  width: 24px;
  height: 24px;
}
.size-\[25px\] {
  width: 25px;
  height: 25px;
}
.size-\[26px\] {
  width: 26px;
  height: 26px;
}
.size-\[28px\] {
  width: 28px;
  height: 28px;
}
.size-\[29px\] {
  width: 29px;
  height: 29px;
}
.size-\[30px\] {
  width: 30px;
  height: 30px;
}
.size-\[32px\] {
  width: 32px;
  height: 32px;
}
.size-\[35px\] {
  width: 35px;
  height: 35px;
}
.size-\[36px\] {
  width: 36px;
  height: 36px;
}
.size-\[38px\] {
  width: 38px;
  height: 38px;
}
.size-\[40px\] {
  width: 40px;
  height: 40px;
}
.size-\[46px\] {
  width: 46px;
  height: 46px;
}
.size-\[48px\] {
  width: 48px;
  height: 48px;
}
.size-\[50px\] {
  width: 50px;
  height: 50px;
}
.size-\[51px\] {
  width: 51px;
  height: 51px;
}
.size-\[57px\] {
  width: 57px;
  height: 57px;
}
.size-\[59px\] {
  width: 59px;
  height: 59px;
}
.size-\[60px\] {
  width: 60px;
  height: 60px;
}
.size-\[64px\] {
  width: 64px;
  height: 64px;
}
.size-\[69px\] {
  width: 69px;
  height: 69px;
}
.size-\[6px\] {
  width: 6px;
  height: 6px;
}
.size-\[70px\] {
  width: 70px;
  height: 70px;
}
.size-\[70vh\] {
  width: 70vh;
  height: 70vh;
}
.size-\[72px\] {
  width: 72px;
  height: 72px;
}
.size-\[77px\] {
  width: 77px;
  height: 77px;
}
.size-\[80px\] {
  width: 80px;
  height: 80px;
}
.size-\[95px\] {
  width: 95px;
  height: 95px;
}
.size-auto {
  width: auto;
  height: auto;
}
.size-full {
  width: 100%;
  height: 100%;
}
.\!h-10 {
  height: 2.5rem !important;
}
.\!h-12 {
  height: 3rem !important;
}
.\!h-auto {
  height: auto !important;
}
.\!h-full {
  height: 100% !important;
}
.h-0 {
  height: 0px;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-4\/5 {
  height: 80%;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[114px\] {
  height: 114px;
}
.h-\[116px\] {
  height: 116px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[123px\] {
  height: 123px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[136px\] {
  height: 136px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[152px\] {
  height: 152px;
}
.h-\[157px\] {
  height: 157px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[165px\] {
  height: 165px;
}
.h-\[168px\] {
  height: 168px;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[173px\] {
  height: 173px;
}
.h-\[175px\] {
  height: 175px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[192px\] {
  height: 192px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[215px\] {
  height: 215px;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[246px\] {
  height: 246px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[259px\] {
  height: 259px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[265px\] {
  height: 265px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[282px\] {
  height: 282px;
}
.h-\[285px\] {
  height: 285px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[305px\] {
  height: 305px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[37px\] {
  height: 37px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[40vh\] {
  height: 40vh;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[450px\] {
  height: 450px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[51px\] {
  height: 51px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[62px\] {
  height: 62px;
}
.h-\[66px\] {
  height: 66px;
}
.h-\[67vh\] {
  height: 67vh;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[73\%\] {
  height: 73%;
}
.h-\[75\%\] {
  height: 75%;
}
.h-\[75vh\] {
  height: 75vh;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[85\%\] {
  height: 85%;
}
.h-\[85vh\] {
  height: 85vh;
}
.h-\[86px\] {
  height: 86px;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[93px\] {
  height: 93px;
}
.h-\[98px\] {
  height: 98px;
}
.h-\[calc\(100\%-16px\)\] {
  height: calc(100% - 16px);
}
.h-\[calc\(100\%_-48px\)\] {
  height: calc(100% - 48px);
}
.h-\[calc\(100vh-100px\)\] {
  height: calc(100vh - 100px);
}
.h-\[calc\(100vh-150px\)\] {
  height: calc(100vh - 150px);
}
.h-\[calc\(100vh-300px\)\] {
  height: calc(100vh - 300px);
}
.h-\[calc\(100vh-80px\)\] {
  height: calc(100vh - 80px);
}
.h-\[inherit\] {
  height: inherit;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-max {
  height: max-content;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.h-svh {
  height: 100svh;
}
.\!max-h-full {
  max-height: 100% !important;
}
.max-h-14 {
  max-height: 3.5rem;
}
.max-h-16 {
  max-height: 4rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-9 {
  max-height: 2.25rem;
}
.max-h-\[100vh\] {
  max-height: 100vh;
}
.max-h-\[20vh\] {
  max-height: 20vh;
}
.max-h-\[26px\] {
  max-height: 26px;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[644px\] {
  max-height: 644px;
}
.max-h-\[65vh\] {
  max-height: 65vh;
}
.max-h-\[75vh\] {
  max-height: 75vh;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-\[auto\] {
  max-height: auto;
}
.max-h-\[calc\(100vh-\(var\(--ion-safe-area-top\)\+100px\)\)\] {
  max-height: calc(100vh - (var(--ion-safe-area-top) + 100px));
}
.max-h-\[calc\(100vh-\(var\(--ion-safe-area-top\)\+88px\)\)\] {
  max-height: calc(100vh - (var(--ion-safe-area-top) + 88px));
}
.max-h-full {
  max-height: 100%;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-11 {
  min-height: 2.75rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-16 {
  min-height: 4rem;
}
.min-h-2 {
  min-height: 0.5rem;
}
.min-h-20 {
  min-height: 5rem;
}
.min-h-24 {
  min-height: 6rem;
}
.min-h-28 {
  min-height: 7rem;
}
.min-h-32 {
  min-height: 8rem;
}
.min-h-36 {
  min-height: 9rem;
}
.min-h-5 {
  min-height: 1.25rem;
}
.min-h-6 {
  min-height: 1.5rem;
}
.min-h-8 {
  min-height: 2rem;
}
.min-h-9 {
  min-height: 2.25rem;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[108px\] {
  min-height: 108px;
}
.min-h-\[112px\] {
  min-height: 112px;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[125px\] {
  min-height: 125px;
}
.min-h-\[144px\] {
  min-height: 144px;
}
.min-h-\[150px\] {
  min-height: 150px;
}
.min-h-\[155px\] {
  min-height: 155px;
}
.min-h-\[17px\] {
  min-height: 17px;
}
.min-h-\[180px\] {
  min-height: 180px;
}
.min-h-\[188px\] {
  min-height: 188px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[20px\] {
  min-height: 20px;
}
.min-h-\[230px\] {
  min-height: 230px;
}
.min-h-\[235px\] {
  min-height: 235px;
}
.min-h-\[25px\] {
  min-height: 25px;
}
.min-h-\[295px\] {
  min-height: 295px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[30px\] {
  min-height: 30px;
}
.min-h-\[350px\] {
  min-height: 350px;
}
.min-h-\[35px\] {
  min-height: 35px;
}
.min-h-\[36px\] {
  min-height: 36px;
}
.min-h-\[375px\] {
  min-height: 375px;
}
.min-h-\[37px\] {
  min-height: 37px;
}
.min-h-\[42px\] {
  min-height: 42px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.min-h-\[45px\] {
  min-height: 45px;
}
.min-h-\[48px\] {
  min-height: 48px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.min-h-\[55px\] {
  min-height: 55px;
}
.min-h-\[65px\] {
  min-height: 65px;
}
.min-h-\[70px\] {
  min-height: 70px;
}
.min-h-\[74vh\] {
  min-height: 74vh;
}
.min-h-\[78px\] {
  min-height: 78px;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.min-h-\[auto\] {
  min-height: auto;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-20 {
  width: 5rem !important;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/4 {
  width: 50%;
}
.w-2\/5 {
  width: 40%;
}
.w-20 {
  width: 5rem;
}
.w-28 {
  width: 7rem;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[1\/2\] {
  width: 1/2;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[111px\] {
  width: 111px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[152px\] {
  width: 152px;
}
.w-\[153px\] {
  width: 153px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[167px\] {
  width: 167px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[208px\] {
  width: 208px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[21px\] {
  width: 21px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[275px\] {
  width: 275px;
}
.w-\[3\/4\] {
  width: 3/4;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[37px\] {
  width: 37px;
}
.w-\[39px\] {
  width: 39px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[51px\] {
  width: 51px;
}
.w-\[54px\] {
  width: 54px;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[55px\] {
  width: 55px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[62px\] {
  width: 62px;
}
.w-\[65px\] {
  width: 65px;
}
.w-\[66px\] {
  width: 66px;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[76px\] {
  width: 76px;
}
.w-\[77px\] {
  width: 77px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[85px\] {
  width: 85px;
}
.w-\[86px\] {
  width: 86px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[93px\] {
  width: 93px;
}
.w-\[calc\(100\%-20px\)\] {
  width: calc(100% - 20px);
}
.w-\[calc\(100\%-28px\)\] {
  width: calc(100% - 28px);
}
.w-\[calc\(100\%-44px\)\] {
  width: calc(100% - 44px);
}
.w-\[calc\(100\%_-200px\)\] {
  width: calc(100% - 200px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.w-svw {
  width: 100svw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-10 {
  min-width: 2.5rem;
}
.min-w-12 {
  min-width: 3rem;
}
.min-w-14 {
  min-width: 3.5rem;
}
.min-w-16 {
  min-width: 4rem;
}
.min-w-2 {
  min-width: 0.5rem;
}
.min-w-24 {
  min-width: 6rem;
}
.min-w-36 {
  min-width: 9rem;
}
.min-w-4 {
  min-width: 1rem;
}
.min-w-44 {
  min-width: 11rem;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-6 {
  min-width: 1.5rem;
}
.min-w-7 {
  min-width: 1.75rem;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[108px\] {
  min-width: 108px;
}
.min-w-\[115px\] {
  min-width: 115px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[130px\] {
  min-width: 130px;
}
.min-w-\[146px\] {
  min-width: 146px;
}
.min-w-\[153px\] {
  min-width: 153px;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[16px\] {
  min-width: 16px;
}
.min-w-\[17px\] {
  min-width: 17px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[20px\] {
  min-width: 20px;
}
.min-w-\[235px\] {
  min-width: 235px;
}
.min-w-\[23px\] {
  min-width: 23px;
}
.min-w-\[24px\] {
  min-width: 24px;
}
.min-w-\[30px\] {
  min-width: 30px;
}
.min-w-\[350px\] {
  min-width: 350px;
}
.min-w-\[35px\] {
  min-width: 35px;
}
.min-w-\[65px\] {
  min-width: 65px;
}
.min-w-\[75px\] {
  min-width: 75px;
}
.min-w-\[78px\] {
  min-width: 78px;
}
.min-w-\[auto\] {
  min-width: auto;
}
.min-w-full {
  min-width: 100%;
}
.\!max-w-full {
  max-width: 100% !important;
}
.max-w-20 {
  max-width: 5rem;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-6 {
  max-width: 1.5rem;
}
.max-w-\[105px\] {
  max-width: 105px;
}
.max-w-\[110px\] {
  max-width: 110px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[26px\] {
  max-width: 26px;
}
.max-w-\[335px\] {
  max-width: 335px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[436px\] {
  max-width: 436px;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[60\%\] {
  max-width: 60%;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[65\%\] {
  max-width: 65%;
}
.max-w-\[65px\] {
  max-width: 65px;
}
.max-w-\[70\%\] {
  max-width: 70%;
}
.max-w-\[90px\] {
  max-width: 90px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-max {
  max-width: max-content;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[0_0_var\(--field-label-width\,60px\)\] {
  flex: 0 0 var(--field-label-width,60px);
}
.flex-\[2\] {
  flex: 2;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.basis-0 {
  flex-basis: 0px;
}
.basis-10 {
  flex-basis: 2.5rem;
}
.basis-5 {
  flex-basis: 1.25rem;
}
.basis-\[100px\] {
  flex-basis: 100px;
}
.basis-\[190px\] {
  flex-basis: 190px;
}
.basis-\[199px\] {
  flex-basis: 199px;
}
.basis-\[1px\] {
  flex-basis: 1px;
}
.basis-auto {
  flex-basis: auto;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-grab {
  cursor: grab;
}
.cursor-grabbing {
  cursor: grabbing;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.\!touch-pan-x {
  --tw-pan-x: pan-x !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}
.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.select-all {
  -webkit-user-select: all;
  user-select: all;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.snap-center {
  scroll-snap-align: center;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-\[100\%\] {
  grid-template-columns: 100%;
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.\!gap-0 {
  gap: 0px !important;
}
.\!gap-4 {
  gap: 1rem !important;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[13px\] {
  gap: 13px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[7px\] {
  gap: 7px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-\[90px\] {
  gap: 90px;
}
.gap-\[9px\] {
  gap: 9px;
}
.gap-px {
  gap: 1px;
}
.gap-x-3 {
  column-gap: 0.75rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-\[16px\] {
  row-gap: 16px;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.justify-self-center {
  justify-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.\!overflow-x-hidden {
  overflow-x: hidden !important;
}
.\!overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.\!rounded-\[10px\] {
  border-radius: 10px !important;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[1\.25rem\] {
  border-radius: 1.25rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[1px\] {
  border-radius: 1px;
}
.rounded-\[200px\] {
  border-radius: 200px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[22px\] {
  border-radius: 22px;
}
.rounded-\[27px\] {
  border-radius: 27px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-b-\[10px\] {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-b-\[20px\] {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-r-\[10px\] {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-\[0px\] {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-t-\[12px\] {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.rounded-t-\[15px\] {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.rounded-t-\[6px\] {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-bl-\[10px\] {
  border-bottom-left-radius: 10px;
}
.rounded-bl-\[15px\] {
  border-bottom-left-radius: 15px;
}
.rounded-bl-\[20px\] {
  border-bottom-left-radius: 20px;
}
.rounded-br-\[10px\] {
  border-bottom-right-radius: 10px;
}
.rounded-br-\[15px\] {
  border-bottom-right-radius: 15px;
}
.rounded-br-\[20px\] {
  border-bottom-right-radius: 20px;
}
.rounded-tl-\[20px\] {
  border-top-left-radius: 20px;
}
.rounded-tr-\[10px\] {
  border-top-right-radius: 10px;
}
.rounded-tr-\[20px\] {
  border-top-right-radius: 20px;
}
.\!border {
  border-width: 1px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-\[0\.5px\] {
  border-width: 0.5px;
}
.border-\[0\] {
  border-width: 0;
}
.border-\[1\.5px\] {
  border-width: 1.5px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-b-\[7px\] {
  border-bottom-width: 7px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-\[0\.7px\] {
  border-top-width: 0.7px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.\!border-\[\#1882EC\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(24 130 236 / var(--tw-border-opacity, 1)) !important;
}
.\!border-\[\#C2C2C2\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(194 194 194 / var(--tw-border-opacity, 1)) !important;
}
.\!border-\[\#D60000\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 0 0 / var(--tw-border-opacity, 1)) !important;
}
.\!border-\[\#E4E4E4\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1)) !important;
}
.\!border-black-50 {
  border-color: var(--ion-color-black-50) !important;
}
.\!border-primary-black {
  border-color: var(--ion-color-dark) !important;
}
.border-\[\#\#a7a7a7\] {
  border-color: ##a7a7a7;
}
.border-\[\#000000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-\[\#008689\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 134 137 / var(--tw-border-opacity, 1));
}
.border-\[\#1882EC\] {
  --tw-border-opacity: 1;
  border-color: rgb(24 130 236 / var(--tw-border-opacity, 1));
}
.border-\[\#1AC6C9\] {
  --tw-border-opacity: 1;
  border-color: rgb(26 198 201 / var(--tw-border-opacity, 1));
}
.border-\[\#2B3578\] {
  --tw-border-opacity: 1;
  border-color: rgb(43 53 120 / var(--tw-border-opacity, 1));
}
.border-\[\#39BB5C\] {
  --tw-border-opacity: 1;
  border-color: rgb(57 187 92 / var(--tw-border-opacity, 1));
}
.border-\[\#3bae05\] {
  --tw-border-opacity: 1;
  border-color: rgb(59 174 5 / var(--tw-border-opacity, 1));
}
.border-\[\#55b776\] {
  --tw-border-opacity: 1;
  border-color: rgb(85 183 118 / var(--tw-border-opacity, 1));
}
.border-\[\#771f00\] {
  --tw-border-opacity: 1;
  border-color: rgb(119 31 0 / var(--tw-border-opacity, 1));
}
.border-\[\#8BC0F5\] {
  --tw-border-opacity: 1;
  border-color: rgb(139 192 245 / var(--tw-border-opacity, 1));
}
.border-\[\#9E9E9E\] {
  --tw-border-opacity: 1;
  border-color: rgb(158 158 158 / var(--tw-border-opacity, 1));
}
.border-\[\#A7A7A7\] {
  --tw-border-opacity: 1;
  border-color: rgb(167 167 167 / var(--tw-border-opacity, 1));
}
.border-\[\#AEAEAE\] {
  --tw-border-opacity: 1;
  border-color: rgb(174 174 174 / var(--tw-border-opacity, 1));
}
.border-\[\#C2C2C2\] {
  --tw-border-opacity: 1;
  border-color: rgb(194 194 194 / var(--tw-border-opacity, 1));
}
.border-\[\#C4C4C4\] {
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity, 1));
}
.border-\[\#CCCCCC\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}
.border-\[\#CCC\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}
.border-\[\#D1D1D1\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
}
.border-\[\#D3D3D3\] {
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
}
.border-\[\#D4D4D4\] {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-\[\#D6D6D6\] {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity, 1));
}
.border-\[\#DDDDDD\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}
.border-\[\#DEDEDE\] {
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity, 1));
}
.border-\[\#E0E0E0\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}
.border-\[\#E1B5D2\] {
  --tw-border-opacity: 1;
  border-color: rgb(225 181 210 / var(--tw-border-opacity, 1));
}
.border-\[\#E2E2E2\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity, 1));
}
.border-\[\#E5E5E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-\[\#E7E7E7\] {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
}
.border-\[\#EAEAEA\] {
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}
.border-\[\#EBEBEB\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.border-\[\#EDEDED\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
}
.border-\[\#EF2A2A\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 42 42 / var(--tw-border-opacity, 1));
}
.border-\[\#EF7676\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 118 118 / var(--tw-border-opacity, 1));
}
.border-\[\#F0F0F0\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity, 1));
}
.border-\[\#F1F1F1\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}
.border-\[\#F5F5F5\] {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-\[\#F6F6F6\] {
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity, 1));
}
.border-\[\#FF0000\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.border-\[\#FFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-\[\#a52c00\] {
  --tw-border-opacity: 1;
  border-color: rgb(165 44 0 / var(--tw-border-opacity, 1));
}
.border-\[\#a7a7a7\] {
  --tw-border-opacity: 1;
  border-color: rgb(167 167 167 / var(--tw-border-opacity, 1));
}
.border-\[\#aeaeae\] {
  --tw-border-opacity: 1;
  border-color: rgb(174 174 174 / var(--tw-border-opacity, 1));
}
.border-\[\#bdbdbd\] {
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
}
.border-\[\#cacacc\] {
  --tw-border-opacity: 1;
  border-color: rgb(202 202 204 / var(--tw-border-opacity, 1));
}
.border-\[\#d1d1d1\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
}
.border-\[\#d4d4d4\] {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-\[\#d60000\] {
  --tw-border-opacity: 1;
  border-color: rgb(214 0 0 / var(--tw-border-opacity, 1));
}
.border-\[\#ddd\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}
.border-\[\#e5e7eb\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-\[\#f0f0f04a\] {
  border-color: #f0f0f04a;
}
.border-\[\#f2f2f2\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity, 1));
}
.border-\[\#f38c26\] {
  --tw-border-opacity: 1;
  border-color: rgb(243 140 38 / var(--tw-border-opacity, 1));
}
.border-\[\#f6f6f6\] {
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity, 1));
}
.border-\[\#f79c6c\] {
  --tw-border-opacity: 1;
  border-color: rgb(247 156 108 / var(--tw-border-opacity, 1));
}
.border-\[\#f7f7f7\] {
  --tw-border-opacity: 1;
  border-color: rgb(247 247 247 / var(--tw-border-opacity, 1));
}
.border-\[\#f8f8f8\] {
  --tw-border-opacity: 1;
  border-color: rgb(248 248 248 / var(--tw-border-opacity, 1));
}
.border-\[\#ff9d69\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 157 105 / var(--tw-border-opacity, 1));
}
.border-\[\#ffffff8e\] {
  border-color: #ffffff8e;
}
.border-\[var\(--ion-color-primary\)\] {
  border-color: var(--ion-color-primary);
}
.border-black-20 {
  border-color: var(--ion-color-black-20);
}
.border-black-30 {
  border-color: var(--ion-color-black-30);
}
.border-black-40 {
  border-color: var(--ion-color-black-40);
}
.border-black-50 {
  border-color: var(--ion-color-black-50);
}
.border-black-60 {
  border-color: var(--ion-color-black-60);
}
.border-black-70 {
  border-color: var(--ion-color-black-70);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-pink {
  border-color: var(--ion-color-pink);
}
.border-primary-black {
  border-color: var(--ion-color-dark);
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-y-\[\#dddddd\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}
.border-b-\[\#DEDEDE\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(222 222 222 / var(--tw-border-opacity, 1));
}
.border-b-\[\#E0E0E0\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}
.border-b-\[\#F1F1F1\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}
.border-b-\[\#F5F5F5\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-b-\[var\(--ion-color-black-40\)\] {
  border-bottom-color: var(--ion-color-black-40);
}
.border-b-black-20 {
  border-bottom-color: var(--ion-color-black-20);
}
.border-b-black-40 {
  border-bottom-color: var(--ion-color-black-40);
}
.border-r-\[\#F1F1F1\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}
.border-r-black-60 {
  border-right-color: var(--ion-color-black-60);
}
.border-t-\[\#181717\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(24 23 23 / var(--tw-border-opacity, 1));
}
.border-t-\[\#8e8e8e\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(142 142 142 / var(--tw-border-opacity, 1));
}
.border-t-\[\#BFD6E9\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(191 214 233 / var(--tw-border-opacity, 1));
}
.border-t-\[\#C7C7C7\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
}
.border-t-\[\#f8f8f8\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 248 248 / var(--tw-border-opacity, 1));
}
.border-t-\[var\(--ion-color-black-40\)\] {
  border-top-color: var(--ion-color-black-40);
}
.border-t-black-40 {
  border-top-color: var(--ion-color-black-40);
}
.\!bg-\[\#286CA8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(40 108 168 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#3E2513\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(62 37 19 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#693B2B\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(105 59 43 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#AF725C\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(175 114 92 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#B2B6D4\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(178 182 212 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#B8E5C4\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(184 229 196 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#BAE9EA\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(186 233 234 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#D8A97B\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 169 123 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#F0D3AD\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 211 173 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#FBD1D1\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 209 209 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#FCE8DD\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 232 221 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#05CFFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 207 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1882EC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 130 236 / var(--tw-bg-opacity, 1));
}
.bg-\[\#286CA8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 108 168 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2C96D6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 150 214 / var(--tw-bg-opacity, 1));
}
.bg-\[\#34393D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(52 57 61 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3E92DF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(62 146 223 / var(--tw-bg-opacity, 1));
}
.bg-\[\#4870BC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(72 112 188 / var(--tw-bg-opacity, 1));
}
.bg-\[\#494949\] {
  --tw-bg-opacity: 1;
  background-color: rgb(73 73 73 / var(--tw-bg-opacity, 1));
}
.bg-\[\#5265B4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(82 101 180 / var(--tw-bg-opacity, 1));
}
.bg-\[\#9766B8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(151 102 184 / var(--tw-bg-opacity, 1));
}
.bg-\[\#A9DADC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(169 218 220 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ADCDEC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(173 205 236 / var(--tw-bg-opacity, 1));
}
.bg-\[\#B17887\] {
  --tw-bg-opacity: 1;
  background-color: rgb(177 120 135 / var(--tw-bg-opacity, 1));
}
.bg-\[\#C0EAE2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(192 234 226 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DADCE9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(218 220 233 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E0E0E04D\] {
  background-color: #E0E0E04D;
}
.bg-\[\#E1B5D2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 181 210 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E2F0FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 240 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E3EFFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 239 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E4F0FD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 240 253 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E8ECF3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 236 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EC7997\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 121 151 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F1FAF7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 250 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3F3F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F4F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F8EEFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 238 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F9F9F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FE5252\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 82 82 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF0000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFDDDD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 221 221 / var(--tw-bg-opacity, 1));
}
.bg-\[\#c06ea3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(192 110 163 / var(--tw-bg-opacity, 1));
}
.bg-\[\#c2e0fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(194 224 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#d9d9d9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e6e6e670\] {
  background-color: #e6e6e670;
}
.bg-\[\#f4f4f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f6f6f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f9f9f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fed5d5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 213 213 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffd6d6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 214 214 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffdcf3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 220 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffdef4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 222 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff0fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[var\(--ehr-bg-color\)\] {
  background-color: var(--ehr-bg-color);
}
.bg-\[var\(--ion-color-gradient-blue\)\] {
  background-color: var(--ion-color-gradient-blue);
}
.bg-\[var\(--ion-color-gradient-icon\)\] {
  background-color: var(--ion-color-gradient-icon);
}
.bg-\[var\(--ion-color-pink\)\] {
  background-color: var(--ion-color-pink);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black-20 {
  background-color: var(--ion-color-black-20);
}
.bg-black-30 {
  background-color: var(--ion-color-black-30);
}
.bg-black-40 {
  background-color: var(--ion-color-black-40);
}
.bg-black-70 {
  background-color: var(--ion-color-black-70);
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-dark {
  background-color: var(--ion-color-dark);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-main-button {
  background-color: var(--ion-color-main-button);
}
.bg-main-button-contrast {
  background-color: var(--ion-color-main-button-contrast);
}
.bg-pink {
  background-color: var(--ion-color-pink);
}
.bg-primary-black {
  background-color: var(--ion-color-dark);
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}
.bg-\[linear-gradient\(180deg\,_rgba\(239\,240\,240\,0\)_0\%\,_\#EFF0F0_100\%\)\] {
  background-image:
    linear-gradient(
      180deg,
      rgba(239, 240, 240, 0) 0%,
      #EFF0F0 100%);
}
.bg-\[linear-gradient\(180deg\,_rgba\(245\,245\,245\,0\)_11\.91\%\,_rgba\(245\,245\,245\,0\.6\)_22\.7\%\,_\#F5F5F5_33\.9\%\)\] {
  background-image:
    linear-gradient(
      180deg,
      rgba(245, 245, 245, 0) 11.91%,
      rgba(245, 245, 245, 0.6) 22.7%,
      #F5F5F5 33.9%);
}
.bg-\[url\(\'\/assets\/images\/prodigy\/health-guideline\/badge-base-1\.svg\'\)\] {
  background-image: url(/assets/images/prodigy/health-guideline/badge-base-1.svg);
}
.bg-\[url\(\'\/assets\/images\/prodigy\/health-guideline\/badge-base\.svg\'\)\] {
  background-image: url(/assets/images/prodigy/health-guideline/badge-base.svg);
}
.bg-\[url\(\'\/assets\/images\/prodigy\/health-guideline\/bg-cloud\.png\'\)\] {
  background-image: url(/assets/images/prodigy/health-guideline/bg-cloud.png);
}
.bg-\[url\(\'\/assets\/images\/quick-tour\/backdrop-purple\.png\'\)\] {
  background-image: url(/assets/images/quick-tour/backdrop-purple.png);
}
.bg-\[url\(\/assets\/images\/prodigy\/health-guideline\/badge-base-1\.svg\)\] {
  background-image: url(/assets/images/prodigy/health-guideline/badge-base-1.svg);
}
.bg-\[url\(\/assets\/images\/prodigy\/health-guideline\/badge-base\.svg\)\] {
  background-image: url(/assets/images/prodigy/health-guideline/badge-base.svg);
}
.bg-\[url\(\/assets\/images\/report\/persona\/health-guideline\/badge-bg\.svg\)\] {
  background-image: url(/assets/images/report/persona/health-guideline/badge-bg.svg);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-\[\#E1AECF\] {
  --tw-gradient-from: #E1AECF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 174 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#F1A6BA\] {
  --tw-gradient-from: #F1A6BA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 166 186 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffffff\] {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#DD90C2\] {
  --tw-gradient-to: #DD90C2 var(--tw-gradient-to-position);
}
.to-\[\#E4C8DD\] {
  --tw-gradient-to: #E4C8DD var(--tw-gradient-to-position);
}
.to-\[\#EC7997\] {
  --tw-gradient-to: #EC7997 var(--tw-gradient-to-position);
}
.bg-\[auto_44px\] {
  background-size: auto 44px;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.\!bg-clip-text {
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.bg-\[right_24px_top\] {
  background-position: right 24px top;
}
.bg-\[top_8px_right_8px\] {
  background-position: top 8px right 8px;
}
.bg-center {
  background-position: center;
}
.bg-right {
  background-position: right;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.object-left-bottom {
  object-position: left bottom;
}
.object-right {
  object-position: right;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[13px\] {
  padding: 13px;
}
.p-\[14px\] {
  padding: 14px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[1px\] {
  padding: 1px;
}
.p-\[2px\] {
  padding: 2px;
}
.p-\[3px\] {
  padding: 3px;
}
.p-\[5px\] {
  padding: 5px;
}
.p-\[6px\] {
  padding: 6px;
}
.p-\[7\.5px\] {
  padding: 7.5px;
}
.p-px {
  padding: 1px;
}
.\!px-\[10\%\] {
  padding-left: 10% !important;
  padding-right: 10% !important;
}
.\!px-\[13\.5\%\] {
  padding-left: 13.5% !important;
  padding-right: 13.5% !important;
}
.\!px-\[22\.5\%\] {
  padding-left: 22.5% !important;
  padding-right: 22.5% !important;
}
.\!px-\[7\.5\%\] {
  padding-left: 7.5% !important;
  padding-right: 7.5% !important;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[13\.5\%\] {
  padding-left: 13.5%;
  padding-right: 13.5%;
}
.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.px-\[7\.5px\] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.px-\[7px\] {
  padding-left: 7px;
  padding-right: 7px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.px-\[9px\] {
  padding-left: 9px;
  padding-right: 9px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}
.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[26px\] {
  padding-top: 26px;
  padding-bottom: 26px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.\!pl-20 {
  padding-left: 5rem !important;
}
.\!pr-0 {
  padding-right: 0px !important;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[2px\] {
  padding-bottom: 2px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pe-2 {
  padding-inline-end: 0.5rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-1\.5 {
  padding-left: 0.375rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-3\.5 {
  padding-left: 0.875rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[14px\] {
  padding-left: 14px;
}
.pl-\[37px\] {
  padding-left: 37px;
}
.pl-\[46px\] {
  padding-left: 46px;
}
.pl-\[5px\] {
  padding-left: 5px;
}
.pl-\[6px\] {
  padding-left: 6px;
}
.pl-\[7\.5px\] {
  padding-left: 7.5px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pr-9 {
  padding-right: 2.25rem;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pr-\[14px\] {
  padding-right: 14px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pr-\[5px\] {
  padding-right: 5px;
}
.pr-\[6px\] {
  padding-right: 6px;
}
.pr-\[7\.5px\] {
  padding-right: 7.5px;
}
.ps-2 {
  padding-inline-start: 0.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[14px\] {
  padding-top: 14px;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.pt-\[2px\] {
  padding-top: 2px;
}
.pt-\[40\%\] {
  padding-top: 40%;
}
.pt-\[5px\] {
  padding-top: 5px;
}
.pt-\[62px\] {
  padding-top: 62px;
}
.pt-\[71px\] {
  padding-top: 71px;
}
.pt-\[74px\] {
  padding-top: 74px;
}
.pt-\[7px\] {
  padding-top: 7px;
}
.pt-\[calc\(24px_\+_var\(--ion-safe-area-top\,_0px\)\)\] {
  padding-top: calc(24px + var(--ion-safe-area-top, 0px));
}
.text-left {
  text-align: left;
}
.\!text-center {
  text-align: center !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-text-top {
  vertical-align: text-top;
}
.font-inter {
  font-family: var(--ion-font-family-inter);
}
.\!text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[0\.688rem\] {
  font-size: 0.688rem;
}
.text-\[0\.813rem\] {
  font-size: 0.813rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[31px\] {
  font-size: 31px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[4px\] {
  font-size: 4px;
}
.text-\[60px\] {
  font-size: 60px;
}
.text-\[64px\] {
  font-size: 64px;
}
.text-\[72px\] {
  font-size: 72px;
}
.text-\[80px\] {
  font-size: 80px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-caption {
  font-size: 10px;
}
.text-h1 {
  font-size: 28px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-medium {
  font-weight: 500 !important;
}
.\!font-normal {
  font-weight: 400 !important;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[600\] {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.\!leading-5 {
  line-height: 1.25rem !important;
}
.leading-3 {
  line-height: .75rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[0\.5\] {
  line-height: 0.5;
}
.leading-\[0\.625rem\] {
  line-height: 0.625rem;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[12\.1px\] {
  line-height: 12.1px;
}
.leading-\[120\%\] {
  line-height: 120%;
}
.leading-\[125\%\] {
  line-height: 125%;
}
.leading-\[12px\] {
  line-height: 12px;
}
.leading-\[130\%\] {
  line-height: 130%;
}
.leading-\[13px\] {
  line-height: 13px;
}
.leading-\[14\.52px\] {
  line-height: 14.52px;
}
.leading-\[140\%\] {
  line-height: 140%;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[150\%\] {
  line-height: 150%;
}
.leading-\[15px\] {
  line-height: 15px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[175\%\] {
  line-height: 175%;
}
.leading-\[17px\] {
  line-height: 17px;
}
.leading-\[18\.2px\] {
  line-height: 18.2px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[19\.2px\] {
  line-height: 19.2px;
}
.leading-\[19\.5px\] {
  line-height: 19.5px;
}
.leading-\[19px\] {
  line-height: 19px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-\[26\.4px\] {
  line-height: 26.4px;
}
.leading-\[28\.8px\] {
  line-height: 28.8px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[90\%\] {
  line-height: 90%;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.-tracking-wider {
  letter-spacing: -0.05em;
}
.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.\!text-\[\#000000\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#141414\] {
  --tw-text-opacity: 1 !important;
  color: rgb(20 20 20 / var(--tw-text-opacity, 1)) !important;
}
.\!text-dark {
  color: var(--ion-color-dark) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#010101\] {
  --tw-text-opacity: 1;
  color: rgb(1 1 1 / var(--tw-text-opacity, 1));
}
.text-\[\#05CFFC\] {
  --tw-text-opacity: 1;
  color: rgb(5 207 252 / var(--tw-text-opacity, 1));
}
.text-\[\#080505\] {
  --tw-text-opacity: 1;
  color: rgb(8 5 5 / var(--tw-text-opacity, 1));
}
.text-\[\#101010\] {
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity, 1));
}
.text-\[\#131313\] {
  --tw-text-opacity: 1;
  color: rgb(19 19 19 / var(--tw-text-opacity, 1));
}
.text-\[\#141414\] {
  --tw-text-opacity: 1;
  color: rgb(20 20 20 / var(--tw-text-opacity, 1));
}
.text-\[\#15599A\] {
  --tw-text-opacity: 1;
  color: rgb(21 89 154 / var(--tw-text-opacity, 1));
}
.text-\[\#181717\] {
  --tw-text-opacity: 1;
  color: rgb(24 23 23 / var(--tw-text-opacity, 1));
}
.text-\[\#1882EC\] {
  --tw-text-opacity: 1;
  color: rgb(24 130 236 / var(--tw-text-opacity, 1));
}
.text-\[\#1AC6C9\] {
  --tw-text-opacity: 1;
  color: rgb(26 198 201 / var(--tw-text-opacity, 1));
}
.text-\[\#1E4C51\] {
  --tw-text-opacity: 1;
  color: rgb(30 76 81 / var(--tw-text-opacity, 1));
}
.text-\[\#1F2024\] {
  --tw-text-opacity: 1;
  color: rgb(31 32 36 / var(--tw-text-opacity, 1));
}
.text-\[\#202020\] {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity, 1));
}
.text-\[\#202124\] {
  --tw-text-opacity: 1;
  color: rgb(32 33 36 / var(--tw-text-opacity, 1));
}
.text-\[\#212121\] {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.text-\[\#235A9C\] {
  --tw-text-opacity: 1;
  color: rgb(35 90 156 / var(--tw-text-opacity, 1));
}
.text-\[\#282828\] {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
.text-\[\#286CA8\] {
  --tw-text-opacity: 1;
  color: rgb(40 108 168 / var(--tw-text-opacity, 1));
}
.text-\[\#29c37b\] {
  --tw-text-opacity: 1;
  color: rgb(41 195 123 / var(--tw-text-opacity, 1));
}
.text-\[\#2B3578\] {
  --tw-text-opacity: 1;
  color: rgb(43 53 120 / var(--tw-text-opacity, 1));
}
.text-\[\#2C96D6\] {
  --tw-text-opacity: 1;
  color: rgb(44 150 214 / var(--tw-text-opacity, 1));
}
.text-\[\#32766A\] {
  --tw-text-opacity: 1;
  color: rgb(50 118 106 / var(--tw-text-opacity, 1));
}
.text-\[\#34393D\] {
  --tw-text-opacity: 1;
  color: rgb(52 57 61 / var(--tw-text-opacity, 1));
}
.text-\[\#344054\] {
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity, 1));
}
.text-\[\#363636\] {
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity, 1));
}
.text-\[\#394054\] {
  --tw-text-opacity: 1;
  color: rgb(57 64 84 / var(--tw-text-opacity, 1));
}
.text-\[\#39BB5C\] {
  --tw-text-opacity: 1;
  color: rgb(57 187 92 / var(--tw-text-opacity, 1));
}
.text-\[\#3C3C434D\] {
  color: #3C3C434D;
}
.text-\[\#3D3D3D\] {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity, 1));
}
.text-\[\#3E80B3\] {
  --tw-text-opacity: 1;
  color: rgb(62 128 179 / var(--tw-text-opacity, 1));
}
.text-\[\#3F3F46\] {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}
.text-\[\#3d3d3d\] {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity, 1));
}
.text-\[\#424242\] {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}
.text-\[\#475467\] {
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity, 1));
}
.text-\[\#4870BC\] {
  --tw-text-opacity: 1;
  color: rgb(72 112 188 / var(--tw-text-opacity, 1));
}
.text-\[\#494949\] {
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity, 1));
}
.text-\[\#496fab\] {
  --tw-text-opacity: 1;
  color: rgb(73 111 171 / var(--tw-text-opacity, 1));
}
.text-\[\#4C4C4C\] {
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}
.text-\[\#4da1a4\] {
  --tw-text-opacity: 1;
  color: rgb(77 161 164 / var(--tw-text-opacity, 1));
}
.text-\[\#5164B4\] {
  --tw-text-opacity: 1;
  color: rgb(81 100 180 / var(--tw-text-opacity, 1));
}
.text-\[\#520808\] {
  --tw-text-opacity: 1;
  color: rgb(82 8 8 / var(--tw-text-opacity, 1));
}
.text-\[\#5265B4\] {
  --tw-text-opacity: 1;
  color: rgb(82 101 180 / var(--tw-text-opacity, 1));
}
.text-\[\#5265b4\] {
  --tw-text-opacity: 1;
  color: rgb(82 101 180 / var(--tw-text-opacity, 1));
}
.text-\[\#5972A0\] {
  --tw-text-opacity: 1;
  color: rgb(89 114 160 / var(--tw-text-opacity, 1));
}
.text-\[\#5a77be\] {
  --tw-text-opacity: 1;
  color: rgb(90 119 190 / var(--tw-text-opacity, 1));
}
.text-\[\#616161\] {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1));
}
.text-\[\#667085\] {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1));
}
.text-\[\#6697D5\] {
  --tw-text-opacity: 1;
  color: rgb(102 151 213 / var(--tw-text-opacity, 1));
}
.text-\[\#6e9dd3\] {
  --tw-text-opacity: 1;
  color: rgb(110 157 211 / var(--tw-text-opacity, 1));
}
.text-\[\#706E6E\] {
  --tw-text-opacity: 1;
  color: rgb(112 110 110 / var(--tw-text-opacity, 1));
}
.text-\[\#707070\] {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity, 1));
}
.text-\[\#71727A\] {
  --tw-text-opacity: 1;
  color: rgb(113 114 122 / var(--tw-text-opacity, 1));
}
.text-\[\#757575\] {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}
.text-\[\#7D7D7D\] {
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / var(--tw-text-opacity, 1));
}
.text-\[\#7F7E7D\] {
  --tw-text-opacity: 1;
  color: rgb(127 126 125 / var(--tw-text-opacity, 1));
}
.text-\[\#7fbee6\] {
  --tw-text-opacity: 1;
  color: rgb(127 190 230 / var(--tw-text-opacity, 1));
}
.text-\[\#808080\] {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}
.text-\[\#818181\] {
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1));
}
.text-\[\#81879C\] {
  --tw-text-opacity: 1;
  color: rgb(129 135 156 / var(--tw-text-opacity, 1));
}
.text-\[\#848484\] {
  --tw-text-opacity: 1;
  color: rgb(132 132 132 / var(--tw-text-opacity, 1));
}
.text-\[\#86cd00\] {
  --tw-text-opacity: 1;
  color: rgb(134 205 0 / var(--tw-text-opacity, 1));
}
.text-\[\#878787\] {
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}
.text-\[\#8C8C8C\] {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}
.text-\[\#8DACD3\] {
  --tw-text-opacity: 1;
  color: rgb(141 172 211 / var(--tw-text-opacity, 1));
}
.text-\[\#949494\] {
  --tw-text-opacity: 1;
  color: rgb(148 148 148 / var(--tw-text-opacity, 1));
}
.text-\[\#952017\] {
  --tw-text-opacity: 1;
  color: rgb(149 32 23 / var(--tw-text-opacity, 1));
}
.text-\[\#969696\] {
  --tw-text-opacity: 1;
  color: rgb(150 150 150 / var(--tw-text-opacity, 1));
}
.text-\[\#9766B8\] {
  --tw-text-opacity: 1;
  color: rgb(151 102 184 / var(--tw-text-opacity, 1));
}
.text-\[\#979797\] {
  --tw-text-opacity: 1;
  color: rgb(151 151 151 / var(--tw-text-opacity, 1));
}
.text-\[\#999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.text-\[\#9D9D9D\] {
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity, 1));
}
.text-\[\#9E9E9E\] {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}
.text-\[\#A3A3A3\] {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-\[\#A4A4A4\] {
  --tw-text-opacity: 1;
  color: rgb(164 164 164 / var(--tw-text-opacity, 1));
}
.text-\[\#BA4D4D\] {
  --tw-text-opacity: 1;
  color: rgb(186 77 77 / var(--tw-text-opacity, 1));
}
.text-\[\#C0E9BB\] {
  --tw-text-opacity: 1;
  color: rgb(192 233 187 / var(--tw-text-opacity, 1));
}
.text-\[\#C2C2C2\] {
  --tw-text-opacity: 1;
  color: rgb(194 194 194 / var(--tw-text-opacity, 1));
}
.text-\[\#C3A993\] {
  --tw-text-opacity: 1;
  color: rgb(195 169 147 / var(--tw-text-opacity, 1));
}
.text-\[\#C4C4C4\] {
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / var(--tw-text-opacity, 1));
}
.text-\[\#D60000\] {
  --tw-text-opacity: 1;
  color: rgb(214 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#DEDEDE\] {
  --tw-text-opacity: 1;
  color: rgb(222 222 222 / var(--tw-text-opacity, 1));
}
.text-\[\#E0E0E0\] {
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity, 1));
}
.text-\[\#E1B5D2\] {
  --tw-text-opacity: 1;
  color: rgb(225 181 210 / var(--tw-text-opacity, 1));
}
.text-\[\#EC7997\] {
  --tw-text-opacity: 1;
  color: rgb(236 121 151 / var(--tw-text-opacity, 1));
}
.text-\[\#EF2A2A\] {
  --tw-text-opacity: 1;
  color: rgb(239 42 42 / var(--tw-text-opacity, 1));
}
.text-\[\#EF7676\] {
  --tw-text-opacity: 1;
  color: rgb(239 118 118 / var(--tw-text-opacity, 1));
}
.text-\[\#FE5252\] {
  --tw-text-opacity: 1;
  color: rgb(254 82 82 / var(--tw-text-opacity, 1));
}
.text-\[\#FF0000\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#FF0C0C\] {
  --tw-text-opacity: 1;
  color: rgb(255 12 12 / var(--tw-text-opacity, 1));
}
.text-\[\#c06ea3\] {
  --tw-text-opacity: 1;
  color: rgb(192 110 163 / var(--tw-text-opacity, 1));
}
.text-\[\#d60000\] {
  --tw-text-opacity: 1;
  color: rgb(214 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#d999c2\] {
  --tw-text-opacity: 1;
  color: rgb(217 153 194 / var(--tw-text-opacity, 1));
}
.text-\[\#e3e3e3\] {
  --tw-text-opacity: 1;
  color: rgb(227 227 227 / var(--tw-text-opacity, 1));
}
.text-\[\#fd89b3\] {
  --tw-text-opacity: 1;
  color: rgb(253 137 179 / var(--tw-text-opacity, 1));
}
.text-\[\#ffd500\] {
  --tw-text-opacity: 1;
  color: rgb(255 213 0 / var(--tw-text-opacity, 1));
}
.text-\[var\(--activity-consultation-history-code-text-color\)\] {
  color: var(--activity-consultation-history-code-text-color);
}
.text-\[var\(--activity-consultation-history-status-text-color\)\] {
  color: var(--activity-consultation-history-status-text-color);
}
.text-\[var\(--activity-consultation-requested-code-text-color\)\] {
  color: var(--activity-consultation-requested-code-text-color);
}
.text-\[var\(--activity-consultation-requested-status-text-color\)\] {
  color: var(--activity-consultation-requested-status-text-color);
}
.text-\[var\(--activity-consultation-upcoming-code-text-color\)\] {
  color: var(--activity-consultation-upcoming-code-text-color);
}
.text-\[var\(--activity-consultation-upcoming-status-text-color\)\] {
  color: var(--activity-consultation-upcoming-status-text-color);
}
.text-\[var\(--ion-color-dark-shade\)\] {
  color: var(--ion-color-dark-shade);
}
.text-\[var\(--ion-color-dark-tint\)\] {
  color: var(--ion-color-dark-tint);
}
.text-\[var\(--ion-color-primary\)\] {
  color: var(--ion-color-primary);
}
.text-\[var\(--ion-color-success\)\] {
  color: var(--ion-color-success);
}
.text-\[var\(--ion-color-text-link\)\] {
  color: var(--ion-color-text-link);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black-50 {
  color: var(--ion-color-black-50);
}
.text-black-60 {
  color: var(--ion-color-black-60);
}
.text-black-70 {
  color: var(--ion-color-black-70);
}
.text-black-80 {
  color: var(--ion-color-black-80);
}
.text-black-90 {
  color: var(--ion-color-black-90);
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-dark {
  color: var(--ion-color-dark);
}
.text-dark-contrast {
  color: var(--ion-color-dark-contrast);
}
.text-dark-tint {
  color: var(--ion-color-dark-tint);
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-main-button {
  color: var(--ion-color-main-button);
}
.text-main-button-contrast {
  color: var(--ion-color-main-button-contrast);
}
.text-pink {
  color: var(--ion-color-pink);
}
.text-primary-black {
  color: var(--ion-color-dark);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.\!opacity-100 {
  opacity: 1 !important;
}
.\!opacity-85 {
  opacity: 0.85 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.mix-blend-difference {
  mix-blend-mode: difference;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-\[0_6px_16px_-1px_rgba\(0\,0\,0\,0\.08\)\] {
  --tw-shadow: 0 6px 16px -1px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 6px 16px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-\[0px_0px_10px_0px_\#A4A4A480\] {
  --tw-shadow: 0px 0px 10px 0px #A4A4A480;
  --tw-shadow-colored: 0px 0px 10px 0px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-\[0px_0px_10px_0px_rgba\(0\,0\,0\,0\.25\)\] {
  --tw-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 0px 10px 0px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-\[0px_4px_22px_0px_\#00000040\] {
  --tw-shadow: 0px 4px 22px 0px #00000040;
  --tw-shadow-colored: 0px 4px 22px 0px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-\[0px_4px_40px_0px_var\(--ion-color-black-20\)\] {
  --tw-shadow: 0px 4px 40px 0px var(--ion-color-black-20);
  --tw-shadow-colored: 0px 4px 40px 0px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-\[4px_0px_20px_0px_\#0000001A\] {
  --tw-shadow: 4px 0px 20px 0px #0000001A;
  --tw-shadow-colored: 4px 0px 20px 0px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-\[4px_0px_20px_0px_rgba\(0\,0\,0\,0\.1\)\] {
  --tw-shadow: 4px 0px 20px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 4px 0px 20px 0px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.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);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(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);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.\!shadow-\[rgba\(120\,150\,177\,0\.25\)\] {
  --tw-shadow-color: rgba(120,150,177,0.25) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-1 {
  --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, 0 0 #0000);
}
.ring-\[\#f8f8f8\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 248 248 / var(--tw-ring-opacity, 1));
}
.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);
}
.blur-\[5px\] {
  --tw-blur: blur(5px);
  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);
}
.blur-sm {
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !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);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.\[clip-path\:ellipse\(120\%_100\%_at_50\%_0\%\)\] {
  clip-path: ellipse(120% 100% at 50% 0%);
}
* {
  --ion-text-color: var(--ion-color-dark);
  font-family: var(--ion-font-family);
}
.html-injected,
.html-injected * {
  font-family: var(--ion-font-family-inter) !important;
}
html,
body {
  font-size: var(--ion-font-size-base) !important;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}
ol {
  margin: 1em 0;
}
ol[type=i] {
  list-style: lower-roman;
}
ol[type="1"] {
  list-style: decimal;
}
ol[type=a] {
  list-style: lower-alpha;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:bg-\[\#d4d4d4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.active\:translate-y-1:active {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.active\:scale-90:active {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}
.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.active\:scale-\[\.98\]:active {
  --tw-scale-x: .98;
  --tw-scale-y: .98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.active\:cursor-grabbing:active {
  cursor: grabbing;
}
.active\:opacity-80:active {
  opacity: 0.8;
}
.prose-p\:mt-3 :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
  margin-top: 0.75rem;
}
.prose-table\:block :is(:where(table):not(:where([class~=not-prose], [class~=not-prose] *))) {
  display: block;
}
.prose-table\:overflow-x-auto :is(:where(table):not(:where([class~=not-prose], [class~=not-prose] *))) {
  overflow-x: auto;
}
.prose-table\:whitespace-nowrap :is(:where(table):not(:where([class~=not-prose], [class~=not-prose] *))) {
  white-space: nowrap;
}
@media (min-width: 0) and (max-width: 375px) {
  .xs\:bottom-24 {
    bottom: 6rem;
  }
  .xs\:mt-8 {
    margin-top: 2rem;
  }
  .xs\:h-\[190px\] {
    height: 190px;
  }
  .xs\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.\[\&\:\:part\(container\)\]\:w-\[calc\(100\%_-_32px\)\]::part(container) {
  width: calc(100% - 32px);
}
.\[\&\:\:part\(container\)\]\:\!px-4::part(container) {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\[\&\:active\]\:scale-90:active {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}
.\[\&\:checked_\+_ion-icon\]\:\!block:checked + ion-icon {
  display: block !important;
}
.\[\&\:last-child\]\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.\[\&\>ion-icon\]\:\!size-14 > ion-icon {
  width: 3.5rem !important;
  height: 3.5rem !important;
}
.\[\&\>li\:\:marker\]\:text-dark > li::marker {
  color: var(--ion-color-dark);
}
.\[\&\>svg\]\:size-5 > svg {
  width: 1.25rem;
  height: 1.25rem;
}
.\[\&\>svg\]\:size-full > svg {
  width: 100%;
  height: 100%;
}
.\[\&_li\]\:my-1 li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.\[\&_li\]\:my-1\.5 li {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.\[\&_li\]\:text-xs li {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\[\&_li\]\:leading-normal li {
  line-height: 1.5;
}
.\[\&_li\]\:text-dark li {
  color: var(--ion-color-dark);
}

/* src/theme/variables.scss */
:root {
  --ion-app-width: 768px;
  --ion-font-size-base: 16px;
  --ion-font-family: "Inter", sans-serif;
  --ion-font-family-secondary: "Cormorant Garamond";
  --ion-font-family-inter: "Inter", sans-serif;
  --ion-font-family-cardo: "Cardo", serif;
  --ion-font-family-cardo-italic: "Cardo-Italic", serif;
  --ion-color-primary: #000;
  --ion-color-primary-rgb:
    0,
    0,
    0;
  --ion-color-primary-contrast: #fff;
  --ion-color-primary-contrast-rgb:
    255,
    255,
    255;
  --ion-color-primary-shade: #404040;
  --ion-color-primary-tint: #5b5b5b;
  --ion-color-secondary: #f4f4f4;
  --ion-color-secondary-rgb:
    255,
    255,
    255;
  --ion-color-secondary-contrast: #000;
  --ion-color-secondary-contrast-rgb:
    0,
    0,
    0;
  --ion-color-secondary-shade: #e0e0e0;
  --ion-color-secondary-tint: #fff;
  --ion-color-secondary-alt: #f9f9f9;
  --ion-color-tertiary: #5260ff;
  --ion-color-tertiary-rgb:
    82,
    96,
    255;
  --ion-color-tertiary-contrast: #fff;
  --ion-color-tertiary-contrast-rgb:
    255,
    255,
    255;
  --ion-color-tertiary-shade: #4854e0;
  --ion-color-tertiary-tint: #6370ff;
  --ion-color-success: #3bae05;
  --ion-color-success-rgb:
    59,
    174,
    5;
  --ion-color-success-contrast: #fff;
  --ion-color-success-contrast-rgb:
    255,
    255,
    255;
  --ion-color-success-shade: #349904;
  --ion-color-success-tint: #4fb61e;
  --ion-color-warning: #e8bb49;
  --ion-color-warning-rgb:
    232,
    187,
    73;
  --ion-color-warning-contrast: #fff;
  --ion-color-warning-contrast-rgb:
    0,
    0,
    0;
  --ion-color-warning-shade: #cca540;
  --ion-color-warning-tint: #eac25b;
  --ion-color-danger: #d60000;
  --ion-color-danger-rgb:
    214,
    0,
    0;
  --ion-color-danger-contrast: #fff;
  --ion-color-danger-contrast-rgb:
    255,
    255,
    255;
  --ion-color-danger-shade: #bc0000;
  --ion-color-danger-tint: #da1a1a;
  --ion-color-dark: #34393d;
  --ion-color-dark-rgb:
    52,
    57,
    61;
  --ion-color-dark-contrast: #fff;
  --ion-color-dark-contrast-rgb:
    255,
    255,
    255;
  --ion-color-dark-shade: #2e3236;
  --ion-color-dark-tint: #484d51;
  --ion-color-dark-tint-blur: rgb(52 57 61 / 40%);
  --ion-color-dark-semiblur: rgb(52 57 61 / 80%);
  --ion-color-medium: #92949c;
  --ion-color-medium-rgb:
    146,
    148,
    156;
  --ion-color-medium-contrast: #fff;
  --ion-color-medium-contrast-rgb:
    255,
    255,
    255;
  --ion-color-medium-shade: #808289;
  --ion-color-medium-tint: #d1d1d1;
  --ion-color-light: #fff;
  --ion-color-light-rgb:
    255,
    255,
    255;
  --ion-color-light-contrast: #000;
  --ion-color-light-contrast-rgb:
    0,
    0,
    0;
  --ion-color-light-shade: #d7d8da;
  --ion-color-light-tint: #f5f6f9;
  --ion-color-gradient-pink-light:
    linear-gradient(
      
      180deg,
      #9177ee 0%,
      #ec87ca 100% );
  --ion-color-gradient-pink-light-rgb:
    145,
    119,
    238;
  --ion-color-gradient-pink-light-contrast: #fff;
  --ion-color-gradient-pink-light-contrast-rgb:
    255,
    255,
    255;
  --ion-color-gradient-pink-light-shade:
    linear-gradient(
      
      180deg,
      #7e5fdc 0%,
      #d86bb2 100% );
  --ion-color-gradient-pink-light-tint:
    linear-gradient(
      
      180deg,
      #a88cf5 0%,
      #f7aee0 100% );
  --ion-color-gradient-dark-purple:
    linear-gradient(
      
      90deg,
      #141833 0%,
      #494894 100% );
  --ion-color-gradient-dark-purple-rgb:
    13,
    10,
    10;
  --ion-color-gradient-dark-purple-contrast: #fff;
  --ion-color-gradient-dark-purple-contrast-rgb:
    255,
    255,
    255;
  --ion-color-gradient-dark-purple-shade:
    linear-gradient(
      
      90deg,
      #120f2c 0%,
      #3a397a 100% );
  --ion-color-gradient-dark-purple-tint:
    linear-gradient(
      
      90deg,
      #1a1e3f 0%,
      #5a59b0 100% );
  --ion-color-dark-purple: #141833;
  --ion-color-dark-purple-rgb:
    13,
    10,
    10;
  --ion-color-dark-purple-contrast: #fff;
  --ion-color-dark-purple-contrast-rgb:
    255,
    255,
    255;
  --ion-color-dark-purple-shade: #b06298;
  --ion-color-dark-purple-tint: #d18fc0;
  --ion-color-purple: #44438a;
  --ion-color-purple-rgb:
    13,
    10,
    10;
  --ion-color-purple-contrast: #fff;
  --ion-color-purple-contrast-rgb:
    255,
    255,
    255;
  --ion-color-purple-shade: #3b3977;
  --ion-color-purple-tint: #5756a0;
  --ion-color-favourable-purple: #2c3578;
  --ion-color-favourable-purple-rgb:
    13,
    10,
    10;
  --ion-color-favourable-purple-contrast: #fff;
  --ion-color-favourable-purple-contrast-rgb:
    255,
    255,
    255;
  --ion-color-favourable-purple-shade: #262e68;
  --ion-color-favourable-purple-tint: #444e8e;
  --ion-border-color: #cacacc;
  --ion-border-color-active: var(--ion-border-color);
  --ion-color-ancestry-dark: #141414;
  --app-tracker-connected-card-color: unset;
  --app-tracker-connected-card-background:
    radial-gradient(
      
      36.96% 41.96% at 110% 90%,
      #bea3fa 0%,
      rgb(190 163 250 / 50%) 35.56%,
      rgb(190 163 250 / 0%) 100% ),
    radial-gradient(
      
      50% 50% at 110% 50%,
      #cbe1c9 1%,
      rgb(174 217 221 / 0%) 100% ),
    linear-gradient(
      275deg,
      #aed9de 0%,
      #fff 50.35%);
  --app-tracker-calories-summary-card-background: #f1b1b1;
  --app-tracker-distance-summary-card-background: #89afd0;
  --app-tracker-steps-summary-card-background: #c3c38e;
  --app-tracker-chart-latest-value-good-color: #adcdec;
  --app-tracker-chart-latest-value-bad-color: #e1b5d2;
  --app-tracker-body-temperature-chart-below-avg-color: #adcdec;
  --app-tracker-body-temperature-chart-on-avg-color: #a9dadc;
  --app-tracker-body-temperature-chart-above-avg-color: #e1b5d2;
  --profile-information-photo-bg: #dee6ec;
  --profile-information-edit-success-icon-color: #3bae05;
  --profile-switch-main-text-color: #494949;
  --activity-dna-order-code-text-color: #3bae05;
  --activity-dna-order-status-text-color: #3bae05;
  --activity-dna-delivery-code-text-color: #3bae05;
  --activity-dna-delivery-status-text-color: #3bae05;
  --activity-consultation-requested-code-text-color: #3bae05;
  --activity-consultation-requested-status-text-color: #3bae05;
  --activity-consultation-upcoming-code-text-color: #3bae05;
  --activity-consultation-upcoming-status-text-color: #3bae05;
  --activity-consultation-history-code-text-color: #3bae05;
  --activity-consultation-history-status-text-color: #3bae05;
  --kit-activation-step-complete-text-color: var(--ion-color-primary);
  --kit-activation-summary-circle-color: #3bae05;
  --home-logo: url(/assets/icons/home/header-logo.svg);
  --home-product-front-layer-justify-content: flex-end;
  --ehr-bg-color: #f4f4f4;
  --ehr-home-card-getyours-bg-color:
    radial-gradient(
      
      36.96% 41.96% at 110% 90%,
      #bea3fa 0%,
      rgb(190 163 250 / 50%) 35.56%,
      rgb(190 163 250 / 0%) 100% ),
    radial-gradient(
      
      50% 50% at 110% 50%,
      #cbe1c9 1%,
      rgb(174 217 221 / 0%) 100% ),
    linear-gradient(
      275deg,
      #aed9de 0%,
      #fff 50.35%);
  --ehr-home-card-getyours-title-text-color: var(--ion-color-primary);
  --ehr-home-card-getyours-subtitle-text-color: rgb(127 126 125 / 100%);
  --ehr-mcu-view-chip-result-type-bg-color: #000;
  --ehr-mcu-card-view-report-bg-color: #000;
  --ehr-mcu-card-view-report-button-color: #000;
  --ehr-view-button-edit-bg-color: var(--ion-color-dark);
  --ehr-view-button-save-bg-color: var(--ion-color-dark);
  --ehr-view-button-add-more-bg-color: var(--ion-color-dark);
  --ehr-add-button-upload-bg-color: var(--ion-color-dark);
  --button-back-color: var(--ion-color-dark);
  --report-intro-swiper-progressbar-color-active: var(--ion-color-primary);
  --report-premium-intro-bg: url(/assets/images/report/premium/intro/bg.png) center/cover no-repeat;
  --report-premium-intro-card-faq-bg-color: white;
  --report-premium-intro-card-faq-text-color: #363636;
  --report-premium-intro-title-text-color: #363636;
  --report-premium-intro-button-kit-border-color: var(--ion-color-light);
  --report-premium-intro-button-kit-color: var(--ion-color-dark);
  --report-premium-intro-button-kit-bg-color: var(--ion-color-light);
  --report-premium-intro-button-buynow-color: var(--ion-color-dark);
  --report-360-favourable-color: #2a4cd9;
  --report-360-favourable-color-light: rgb(154 206 255 / 100%);
  --report-360-color-bar-range:
    linear-gradient(
      
      89.98deg,
      #5164b4 -1.31%,
      #25a0dd 28.38%,
      #00d1ff 48.34%,
      #888da2 67.28%,
      #ff5151 96.97% );
  --report-360-color-bar-range-reversed:
    linear-gradient(
      
      89.98deg,
      #ff5151 -1.31%,
      #888da2 28.38%,
      #00d1ff 48.34%,
      #25a0dd 67.28%,
      #5164b4 96.97% );
  --report-360-gene-modal-bg-color: #b2c4d7;
  --report-360-guideline-modal-bg-color: #ccd1b7;
  --report-360-response-modal-bg: #9db2c8 url(/assets/images/report/360/bg-trait-detail-1.svg) no-repeat right top;
  --report-360-intro-bg: url(/assets/images/report/360/360-slide-bg.png) center/cover no-repeat;
  --report-360-intro-card-faq-bg-color: white;
  --report-360-intro-card-faq-text-color: #363636;
  --report-360-intro-title-text-color: #363636;
  --report-360-highlight-guideline-modal-bg: white;
  --report-360-highlight-guideline-modal-text-color: #131313;
  --report-360-genetics-progress-bar-color: rgb(170 170 170 / 50%);
  --report-360-genetics-progress-color: rgb(87 87 87 / 100%);
  --report-360-card-genetic-profile-title-text-color: #181818;
  --report-360-card-genetic-profile-subtitle-text-color: #3d3d3d;
  --report-360-card-genetic-profile-background: url(/assets/images/report/360/gradient.png);
  --report-360-card-genetic-profile-object-background:
    radial-gradient(
      
      50% 50% at 50% 50%,
      rgb(191 254 240 / 60%) 39.06%,
      rgb(191 254 240 / 0%) 100% );
  --report-nourish-intro-card-faq-bg-color: #5164b4;
  --report-nourish-questionnaire-modal-text-color: #34393d;
  --report-nourish-questionnaire-modal-bg:
    linear-gradient(
      
      180deg,
      rgb(245 245 245 / 0%) 30.91%,
      rgb(245 245 245 / 60%) 36.7%,
      #f5f5f5 56.9% ),
    url(/assets/images/nourish/bg-questionnaire-prompt-modal.webp) no-repeat center top 0 / contain;
  --report-nourish-questionnaire-modal-bg-large:
    linear-gradient(
      
      180deg,
      rgb(245 245 245 / 0%) 30.91%,
      rgb(245 245 245 / 60%) 42.7%,
      #f5f5f5 51.9% ),
    url(/assets/images/nourish/bg-questionnaire-prompt-modal.webp) no-repeat center top -90px / cover;
  --report-nourish-result-header-background: url(/assets/images/report/360/bg-content-header-result.png);
  --report-onco-color-bar-range:
    linear-gradient(
      
      89.98deg,
      #0657c1 -1.31%,
      #5fb3e9 28.38%,
      #5be1ff 48.34%,
      #fd9ab8 67.28%,
      #ff5151 96.97% );
  --consultation-request-checkout-total-background: #ededed;
  --health-assessment-advice-header-background-image: url(/assets/images/health-assessment/info-header-thumbnail.png), url(/assets/images/health-assessment/info-header-bg.png);
  --health-assessment-buy-now-card-background-image: url(/assets/images/health-assessment/bg-banner-buy-now-people.png), url(/assets/images/health-assessment/bg-banner-buy-now.png);
  --health-assessment-buy-now-card-background-repeat: no-repeat;
  --health-assessment-buy-now-card-background-position: right, center;
  --health-assessment-buy-now-card-background-size: contain, cover;
  --health-assessment-buy-now-card-title-color: var(--ion-color-primary);
  --health-assessment-buy-now-card-description-color: var(--ion-color-primary);
  --health-assessment-buy-now-card-button-color: white;
  --health-assessment-buy-now-card-button-background: var(--ion-color-primary);
  --health-assessment-consult-now-card-background-image: url(/assets/images/health-assessment/bg-banner-consult-now-people.png), url(/assets/images/health-assessment/bg-banner-consult-now.png);
  --health-assessment-consult-now-card-background-repeat: no-repeat;
  --health-assessment-consult-now-card-background-position: right, center;
  --health-assessment-consult-now-card-background-size: contain, cover;
  --health-assessment-info-header-background-image: url(/assets/images/health-assessment/info-header-thumbnail.png), url(/assets/images/health-assessment/info-header-bg.png);
  --health-assessment-loading-background: #eff0f0;
  --health-assessment-loading-background-repeat: unset;
  --health-assessment-loading-background-position: unset;
  --health-assessment-loading-background-size: unset;
  --health-assessment-loading-gradient: url(/assets/images/health-assessment/loading-gradient.png) no-repeat left/contain;
  --health-assessment-loading-text-color: #000;
  --health-passport-header-background-image: none;
  --shop-checkout-unlock-alert-info-background: #f9f9f9;
  --shop-checkout-unlock-alert-info-text-color: var(--ion-primary-color);
  --shop-checkout-payment-success-code-text-color: #3bae05;
  --shop-unlock-banner-text-color: var(--ion-primary-color);
  --shop-unlock-popup-title-color: var(--ion-primary-color);
  --shop-unlock-popup-dismiss-icon-color: var(--ion-primary-color);
  --shop-unlock-terms-title-text-color: var(--ion-primary-color);
  --shop-unlock-terms-dismiss-icon-color: var(--ion-primary-color);
  --shop-unlock-buy-another-report-title-text-color: var(--ion-primary-color);
  --shop-unlock-buy-another-report-dismiss-icon-color: var(--ion-primary-color);
  --order-detail-total-background: #f9f9f9;
  --order-detail-total-text-color: var(--ion-text-primary);
  --shop-product-list-unlock-background-color: #e8bb49;
  --reminder-order-shipment-button-background:
    linear-gradient(
      
      90deg,
      #0e0a0a 0%,
      #2375c7 100% );
  --ion-color-main-button: #34393d;
  --ion-color-main-button-rgb:
    52,
    57,
    61;
  --ion-color-main-button-contrast: #fff;
  --ion-color-main-button-contrast-rgb:
    255,
    255,
    255;
  --ion-color-main-button-shade: #2e3236;
  --ion-color-main-button-tint: #484d51;
  --ion-color-blue-favourable: #adcdec;
  --ion-color-blue-favourable-rgb:
    172,
    217,
    218;
  --ion-color-blue-favourable-contrast: #000;
  --ion-color-blue-favourable-contrast-rgb:
    0,
    0,
    0;
  --ion-color-blue-favourable-shade: #97bfc0;
  --ion-color-blue-favourable-tint: #b4ddde;
  --ion-color-teal: #a9dadc;
  --ion-color-teal-rgb:
    169,
    218,
    220;
  --ion-color-teal-contrast: #000;
  --ion-color-teal-contrast-rgb:
    0,
    0,
    0;
  --ion-color-teal-shade: #95c1c2;
  --ion-color-teal-tint: #b5e1e2;
  --ion-color-pink: #e1b5d2;
  --ion-color-pink-rgb:
    225,
    181,
    210;
  --ion-color-pink-contrast: #000;
  --ion-color-pink-contrast-rgb:
    0,
    0,
    0;
  --ion-color-pink-shade: #c6a0ba;
  --ion-color-pink-tint: #e4bdd7;
  --ion-color-text-link: #e1b5d2;
  --ion-color-gradient-blue:
    linear-gradient(
      180deg,
      #84a1bd 0%,
      #adcdec 100%);
  --ion-color-gradient-blue-rgb:
    132,
    161,
    189;
  --ion-color-gradient-blue-contrast: #000;
  --ion-color-gradient-blue-contrast-rgb:
    0,
    0,
    0;
  --ion-color-gradient-blue-shade: #748ea7;
  --ion-color-gradient-blue-tint: #b8d4ed;
  --ion-color-gradient-teal:
    linear-gradient(
      180deg,
      #94c5c7 0%,
      #a9dadc 100%);
  --ion-color-gradient-teal-rgb:
    148,
    197,
    199;
  --ion-color-gradient-teal-contrast: #000;
  --ion-color-gradient-teal-contrast-rgb:
    0,
    0,
    0;
  --ion-color-gradient-teal-shade: #82adaf;
  --ion-color-gradient-teal-tint: #b3dfe0;
  --ion-color-gradient-pink:
    linear-gradient(
      
      196.19deg,
      #bf8bad 11.25%,
      #e1b5d2 88.75% );
  --ion-color-gradient-pink-rgb:
    191,
    139,
    173;
  --ion-color-gradient-pink-contrast: #000;
  --ion-color-gradient-pink-contrast-rgb:
    0,
    0,
    0;
  --ion-color-gradient-pink-shade: #a87a98;
  --ion-color-gradient-pink-tint: #e5bfd6;
  --ion-color-gradient-icon:
    conic-gradient(
      
      from 90deg at 50% 50%,
      #acd9da 0deg,
      #bf8bad 102.12deg,
      #e1b5d2 252.69deg,
      #adcdec 339.23deg,
      #acd9da 360deg );
  --ion-color-gradient-icon-rgb:
    172,
    217,
    218;
  --ion-color-gradient-icon-contrast: #000;
  --ion-color-gradient-icon-contrast-rgb:
    0,
    0,
    0;
  --ion-color-gradient-icon-shade: #97bfc0;
  --ion-color-gradient-icon-tint: #b4ddde;
  --ion-color-gradient-dna-score:
    linear-gradient(
      
      270deg,
      #ec5e58 0%,
      #ef9fb8 26.5%,
      #81defb 50.5%,
      #3779bb 73.5%,
      #1129b9 100% );
  --ion-color-gradient-dna-score-rgb:
    236,
    94,
    88;
  --ion-color-gradient-dna-score-contrast: #fff;
  --ion-color-gradient-dna-score-contrast-rgb:
    255,
    255,
    255;
  --ion-color-gradient-dna-score-shade: #d05350;
  --ion-color-gradient-dna-score-tint: #ee756f;
  --ion-color-gradient-accent:
    linear-gradient(
      
      90deg,
      #adcdec 0%,
      #e1b5d2 50%,
      #a9dadc 100% );
  --ion-color-gradient-accent-rgb:
    173,
    205,
    236;
  --ion-color-gradient-accent-contrast: #000;
  --ion-color-gradient-accent-contrast-rgb:
    0,
    0,
    0;
  --ion-color-gradient-accent-shade: #98b7cf;
  --ion-color-gradient-accent-tint: #b5d4ee;
  --ion-color-gradient-bar:
    linear-gradient(
      
      0deg,
      #a9dadc 0%,
      #adcdec 12.5%,
      #e1b5d2 41.31%,
      #bf8bad 100% );
  --ion-color-gradient-bar-rgb:
    169,
    218,
    220;
  --ion-color-gradient-bar-contrast: #000;
  --ion-color-gradient-bar-contrast-rgb:
    0,
    0,
    0;
  --ion-color-gradient-bar-shade: #95c1c2;
  --ion-color-gradient-bar-tint: #b3dfe0;
  --ion-color-black-90: #424242;
  --ion-color-black-90-rgb:
    66,
    66,
    66;
  --ion-color-black-90-contrast: #fff;
  --ion-color-black-90-contrast-rgb:
    255,
    255,
    255;
  --ion-color-black-90-shade: #3a3a3a;
  --ion-color-black-90-tint: #555;
  --ion-color-black-80: #616161;
  --ion-color-black-80-rgb:
    97,
    97,
    97;
  --ion-color-black-80-contrast: #fff;
  --ion-color-black-80-contrast-rgb:
    255,
    255,
    255;
  --ion-color-black-80-shade: #565656;
  --ion-color-black-80-tint: #717171;
  --ion-color-black-70: #757575;
  --ion-color-black-70-rgb:
    117,
    117,
    117;
  --ion-color-black-70-contrast: #fff;
  --ion-color-black-70-contrast-rgb:
    255,
    255,
    255;
  --ion-color-black-70-shade: #676767;
  --ion-color-black-70-tint: #838383;
  --ion-color-black-60: #9e9e9e;
  --ion-color-black-60-rgb:
    158,
    158,
    158;
  --ion-color-black-60-contrast: #000;
  --ion-color-black-60-contrast-rgb:
    0,
    0,
    0;
  --ion-color-black-60-shade: #8b8b8b;
  --ion-color-black-60-tint: #a8a8a8;
  --ion-color-black-50: #c2c2c2;
  --ion-color-black-50-rgb:
    194,
    194,
    194;
  --ion-color-black-50-contrast: #000;
  --ion-color-black-50-contrast-rgb:
    0,
    0,
    0;
  --ion-color-black-50-shade: #ababab;
  --ion-color-black-50-tint: #c8c8c8;
  --ion-color-black-40: #e0e0e0;
  --ion-color-black-40-rgb:
    224,
    224,
    224;
  --ion-color-black-40-contrast: #000;
  --ion-color-black-40-contrast-rgb:
    0,
    0,
    0;
  --ion-color-black-40-shade: #c5c5c5;
  --ion-color-black-40-tint: #e3e3e3;
  --ion-color-black-30: #ededed;
  --ion-color-black-30-rgb:
    237,
    237,
    237;
  --ion-color-black-30-contrast: #000;
  --ion-color-black-30-contrast-rgb:
    0,
    0,
    0;
  --ion-color-black-30-shade: #d1d1d1;
  --ion-color-black-30-tint: #efefef;
  --ion-color-black-20: #f5f5f5;
  --ion-color-black-20-rgb:
    245,
    245,
    245;
  --ion-color-black-20-contrast: #000;
  --ion-color-black-20-contrast-rgb:
    0,
    0,
    0;
  --ion-color-black-20-shade: #d8d8d8;
  --ion-color-black-20-tint: #f6f6f6;
  --ion-color-gradient-dna-catalog:
    linear-gradient(
      
      314.59deg,
      #e1b5d2 20.03%,
      #cf9fbe 40.47%,
      #adcdec 80.65%,
      #a9dadc 104.26% );
  --ion-color-gradient-pink-check-in:
    linear-gradient(
      
      90deg,
      #e1b5d2 0%,
      #a9dadc 74.7%,
      #adcdec 87.9% );
  --ion-color-gradient-pink-check-in-rgb:
    225,
    181,
    210;
  --ion-color-gradient-pink-check-in-contrast: #000;
  --ion-color-gradient-pink-check-in-contrast-rgb:
    0,
    0,
    0;
  --ion-color-gradient-pink-check-in-shade: #c6a0ba;
  --ion-color-gradient-pink-check-in-tint: #e4bdd7;
  --ion-toast-failed: var(--ion-color-gradient-pink);
  --ion-toast-failed-rgb:
    191,
    139,
    173;
  --ion-toast-failed-contrast: #000;
  --ion-toast-failed-contrast-rgb:
    0,
    0,
    0;
  --ion-toast-failed-shade: #a87a98;
  --ion-toast-failed-tint: #e5bfd6;
  --ion-toast-info: var(--ion-color-gradient-blue);
  --ion-toast-info-rgb:
    132,
    161,
    189;
  --ion-toast-info-contrast: #000;
  --ion-toast-info-contrast-rgb:
    0,
    0,
    0;
  --ion-toast-info-shade: #748ea7;
  --ion-toast-info-tint: #b8d4ed;
  --ion-toast-success: var(--ion-color-gradient-teal);
  --ion-toast-success-rgb:
    148,
    197,
    199;
  --ion-toast-success-contrast: #000;
  --ion-toast-success-contrast-rgb:
    0,
    0,
    0;
  --ion-toast-success-shade: #82adaf;
  --ion-toast-success-tint: #b3dfe0;
  --ion-toolbar-title-font-size: 16px;
  --ion-toolbar-title-font-weight: 500;
}

/* node_modules/.pnpm/round-slider@1.6.1/node_modules/round-slider/dist/roundslider.min.css */
/*! roundSlider v1.6.1 | (c) 2015-2020, Soundar | MIT license | http://roundsliderui.com/licence.html */
.rs-ie,
.rs-edge,
.rs-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.rs-control {
  position: relative;
  outline: 0 none;
}
.rs-container {
  position: relative;
}
.rs-control *,
.rs-control *:before,
.rs-control *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.rs-animation .rs-transition {
  transition: all 0.5s linear 0s;
}
.rs-bar {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.rs-control .rs-split .rs-path,
.rs-control .rs-overlay1,
.rs-control .rs-overlay2 {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.rs-control .rs-overlay {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.rs-rounded .rs-seperator,
.rs-split .rs-path {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.rs-disabled {
  opacity: .35;
}
.rs-inner-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.rs-control .rs-quarter div.rs-block {
  height: 200%;
  width: 200%;
}
.rs-control .rs-half.rs-top div.rs-block,
.rs-control .rs-half.rs-bottom div.rs-block {
  height: 200%;
  width: 100%;
}
.rs-control .rs-half.rs-left div.rs-block,
.rs-control .rs-half.rs-right div.rs-block {
  height: 100%;
  width: 200%;
}
.rs-control .rs-bottom .rs-block {
  top: auto;
  bottom: 0;
}
.rs-control .rs-right .rs-block {
  right: 0;
}
.rs-block.rs-outer {
  border-radius: 1000px;
}
.rs-block {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 3;
}
.rs-block .rs-inner {
  border-radius: 1000px;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.rs-overlay {
  width: 50%;
}
.rs-overlay1,
.rs-overlay2 {
  width: 100%;
}
.rs-overlay,
.rs-overlay1,
.rs-overlay2 {
  position: absolute;
  background-color: #fff;
  z-index: 3;
  top: 0;
  height: 50%;
}
.rs-bar {
  display: block;
  position: absolute;
  bottom: 0;
  height: 0;
  z-index: 10;
}
.rs-bar.rs-rounded {
  z-index: 5;
}
.rs-bar .rs-seperator {
  height: 0;
  display: block;
  float: left;
}
.rs-bar:not(.rs-rounded) .rs-seperator {
  border-left: none;
  border-right: none;
}
.rs-bar.rs-start .rs-seperator {
  border-top: none;
}
.rs-bar.rs-end .rs-seperator {
  border-bottom: none;
}
.rs-bar.rs-start.rs-rounded .rs-seperator {
  border-radius: 0 0 1000px 1000px;
}
.rs-bar.rs-end.rs-rounded .rs-seperator {
  border-radius: 1000px 1000px 0 0;
}
.rs-full .rs-bar,
.rs-half .rs-bar {
  width: 50%;
}
.rs-half.rs-left .rs-bar,
.rs-half.rs-right .rs-bar,
.rs-quarter .rs-bar {
  width: 100%;
}
.rs-full .rs-bar,
.rs-half.rs-left .rs-bar,
.rs-half.rs-right .rs-bar {
  top: 50%;
}
.rs-bottom .rs-bar {
  top: 0;
}
.rs-half.rs-right .rs-bar,
.rs-quarter.rs-right .rs-bar {
  right: 100%;
}
.rs-handle.rs-move {
  cursor: move;
}
.rs-readonly .rs-handle.rs-move {
  cursor: default;
}
.rs-classic-mode .rs-path {
  display: block;
  height: 100%;
  width: 100%;
}
.rs-split .rs-path {
  border-radius: 1000px 1000px 0 0;
  overflow: hidden;
  height: 50%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.rs-control .rs-svg-container {
  display: block;
  position: absolute;
  top: 0;
}
.rs-control .rs-bottom .rs-svg-container {
  top: auto;
  bottom: 0;
}
.rs-control .rs-right .rs-svg-container {
  right: 0;
}
.rs-tooltip {
  position: absolute;
  cursor: default;
  border: 1px solid transparent;
  z-index: 10;
}
.rs-full .rs-tooltip {
  top: 50%;
  left: 50%;
}
.rs-bottom .rs-tooltip {
  top: 0;
}
.rs-top .rs-tooltip {
  bottom: 0;
}
.rs-right .rs-tooltip {
  left: 0;
}
.rs-left .rs-tooltip {
  right: 0;
}
.rs-half.rs-top .rs-tooltip,
.rs-half.rs-bottom .rs-tooltip {
  left: 50%;
}
.rs-half.rs-left .rs-tooltip,
.rs-half.rs-right .rs-tooltip {
  top: 50%;
}
.rs-tooltip .rs-input {
  outline: 0 none;
  border: none;
  background: transparent;
}
.rs-tooltip-text {
  font-family: verdana;
  font-size: 13px;
  border-radius: 7px;
  text-align: center;
  color: inherit;
}
.rs-tooltip.rs-edit {
  padding: 5px 8px;
}
.rs-tooltip.rs-hover,
.rs-tooltip.rs-edit:hover {
  border: 1px solid #AAA;
  cursor: pointer;
}
.rs-readonly .rs-tooltip.rs-edit:hover {
  border-color: transparent;
  cursor: default;
}
.rs-tooltip.rs-center {
  margin: 0px !important;
}
.rs-half.rs-top .rs-tooltip.rs-center,
.rs-half.rs-bottom .rs-tooltip.rs-center {
  transform: translate(-50%, 0);
}
.rs-half.rs-left .rs-tooltip.rs-center,
.rs-half.rs-right .rs-tooltip.rs-center {
  transform: translate(0, -50%);
}
.rs-full .rs-tooltip.rs-center {
  transform: translate(-50%, -50%);
}
.rs-tooltip.rs-reset {
  margin: 0px !important;
  top: 0px !important;
  left: 0px !important;
}
.rs-handle {
  border-radius: 1000px;
  outline: 0 none;
  float: left;
}
.rs-handle.rs-handle-square {
  border-radius: 0;
}
.rs-handle-dot {
  border: 1px solid #AAA;
  padding: 6px;
}
.rs-handle-dot:after {
  display: block;
  content: "";
  border: 1px solid #AAA;
  height: 100%;
  width: 100%;
  border-radius: 1000px;
}
.rs-seperator {
  border: 1px solid #AAA;
}
.rs-border {
  border: 1px solid #AAA;
}
.rs-path-color {
  background-color: #FFF;
}
.rs-range-color {
  background-color: #54BBE0;
}
.rs-bg-color {
  background-color: #FFF;
}
.rs-handle {
  background-color: #838383;
}
.rs-handle-dot {
  background-color: #FFF;
}
.rs-handle-dot:after {
  background-color: #838383;
}
.rs-path-inherited .rs-path {
  opacity: .2;
}
.rs-svg-mode .rs-path {
  stroke: #FFF;
}
.rs-svg-mode .rs-range {
  stroke: #54BBE0;
}
.rs-svg-mode .rs-border {
  stroke: #AAA;
}

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