@charset "UTF-8";

/* src/styles/styles.scss */
.flex {
  display: flex !important;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-3 {
  flex: 3;
}
.flex-4 {
  flex: 4;
}
.flex-5 {
  flex: 5;
}
.flex-6 {
  flex: 6;
}
.flex-7 {
  flex: 7;
}
.flex-8 {
  flex: 8;
}
.flex-9 {
  flex: 9;
}
.flex-10 {
  flex: 10;
}
.flex-col {
  flex-direction: column;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.align-center {
  align-items: center;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.align-stretch {
  align-items: stretch;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.gap-2 {
  gap: 2px;
}
.gap-4 {
  gap: 4px;
}
.gap-6 {
  gap: 6px;
}
.gap-8 {
  gap: 8px;
}
.gap-10 {
  gap: 10px;
}
.gap-12 {
  gap: 12px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-36 {
  gap: 36px;
}
.gap-40 {
  gap: 40px;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-24 {
  font-size: 24px;
}
.fs-26 {
  font-size: 26px;
}
.fs-28 {
  font-size: 28px;
}
.fs-30 {
  font-size: 30px;
}
.fs-32 {
  font-size: 32px;
}
.fs-34 {
  font-size: 34px;
}
.fs-38 {
  font-size: 38px;
}
.fs-42 {
  font-size: 42px;
}
.fs-48 {
  font-size: 48px;
}
.fs-52 {
  font-size: 52px;
}
.fs-62 {
  font-size: 62px;
}
.ls-10p-em {
  letter-spacing: 0.1em;
}
.uppercase {
  text-transform: uppercase;
}
.lh-50 {
  line-height: 50px;
}
.lh-1p6 {
  line-height: 1.6;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.break-word {
  overflow-wrap: break-word;
}
.overflow-anywhere {
  overflow-wrap: anywhere;
}
.grid {
  display: grid !important;
}
.grid-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.h-100p {
  height: 100%;
}
.h-80p {
  height: 80%;
}
.h-50p {
  height: 50%;
}
.height-inherit {
  height: inherit;
}
.h-20x {
  height: 20px;
}
.h-40x {
  height: 40px;
}
.h-190x {
  height: 190px;
}
.m-0 {
  margin: 0;
}
.m-10 {
  margin: 10px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-30 {
  margin: 30px !important;
}
.ml-auto {
  margin-left: auto;
}
.ml-0 {
  margin-left: 0;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-12 {
  margin-left: 12px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-auto {
  margin-left: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-2 {
  margin-top: 2px;
}
.mt-4 {
  margin-top: 4px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-8 {
  margin-top: 8px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-22 {
  margin-top: 22px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-n10 {
  margin-top: -10px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-2 {
  margin-right: 2px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-6 {
  margin-right: 6px;
}
.mr-7 {
  margin-right: 7px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-9 {
  margin-right: 9px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-24 {
  margin-right: 24px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-13 {
  margin-bottom: 13px;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-29 {
  margin-bottom: 29px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mbs-1 {
  margin-block-start: 1em;
}
.mbe-1 {
  margin-block-end: 1em;
}
.mi-0 {
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.p-0 {
  padding: 0 !important;
}
.p-15 {
  padding: 15px;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-12 {
  padding-left: 12px !important;
}
.pl-16 {
  padding-left: 16px !important;
}
.pl-20 {
  padding-left: 20px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 1px;
}
.pt-2 {
  padding-top: 2px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-75 {
  padding-top: 75px;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-2 {
  padding-bottom: 2px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-150 {
  padding-bottom: 200px;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-12 {
  padding-right: 12px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-45 {
  padding-right: 45px;
}
.w-1p {
  width: 1%;
}
.w-5p {
  width: 5%;
}
.w-10p {
  width: 10%;
}
.w-12p {
  width: 12%;
}
.w-15p {
  width: 15%;
}
.w-17p {
  width: 17%;
}
.w-20p {
  width: 20%;
}
.w-21p {
  width: 21%;
}
.w-45p {
  width: 45%;
}
.w-50p {
  width: 50%;
}
.w-60p {
  width: 60%;
}
.w-80p {
  width: 80%;
}
.w-100p {
  width: 100%;
}
.w-20x {
  width: 20px;
}
.w-50x {
  width: 50px;
}
.w-130x {
  width: 130px;
}
.w-160x {
  width: 160px;
}
.w-200x {
  width: 200px;
}
.w-260x {
  width: 260px;
}
.w-300x {
  width: 300px;
}
.w-400x {
  width: 400px;
}
.w-900x {
  width: 900px;
}
.w-1000x {
  width: 1000px;
}
.w-1100x {
  width: 1100px;
}
.divider {
  border-bottom: 1px solid var(--mat-sys-outline-variant);
}
.widget-header {
  align-items: center;
  background-color: var(--mat-sys-primary);
  border: 1px solid var(--mat-sys-primary);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  height: 46px;
  justify-content: space-between;
  padding: 0 10px;
}
.widget-header p {
  color: var(--mat-sys-on-primary);
  margin: 0;
  font-weight: 500;
}
.widget-detail {
  border: 1px solid var(--mat-sys-outline-variant);
  border-top: none;
  flex: 1;
  margin-top: 0;
}
.widget-detail h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 4px 0;
}
.appt-line-item {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
}
.appt-line-item p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.appt-address {
  flex-direction: column;
  display: flex;
  gap: 4px;
}
.custom-widget-link {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-container {
  margin: auto;
  align-items: center;
  background-color: var(--mat-sys-background);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.message-thread.desktop {
  margin-left: 20px;
}
.message-stream {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column-reverse;
  padding-top: 50px;
  width: 100%;
}
.legal-content-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.legal-content-container p {
  margin: unset;
  line-height: 1.4;
}
.legal-content-container .legal-section {
  border: 1px solid var(--mat-sys-primary);
  border-radius: 12px;
}
.legal-content-container .legal-section .legal-section-header {
  background-color: var(--mat-sys-primary);
  color: var(--mat-sys-on-primary);
  font-size: 18px;
  padding: 15px 20px;
  font-weight: 600;
  border-radius: 12px 12px 0 0;
}
.legal-content-container .legal-section .legal-section-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
}
.legal-content-container .legal-section .legal-section-body ul {
  margin: 0;
  padding-left: 4rem;
  list-style: none;
}
.legal-content-container .legal-section .legal-section-body ul li {
  position: relative;
  margin-bottom: 0.6rem;
  line-height: 1.4;
}
.legal-content-container .legal-section .legal-section-body ul li::before {
  content: "\2022";
  position: absolute;
  left: -1.6rem;
  top: -1.05rem;
  font-size: 3rem;
  line-height: 1;
}
.legal-content-container .legal-note-info,
.legal-content-container .legal-note-warn {
  border-radius: 0 12px 12px 0;
  padding: 15px 20px;
}
.legal-content-container .legal-note-info.legal-note-info,
.legal-content-container .legal-note-warn.legal-note-info {
  border-left: 4px solid var(--mat-sys-primary);
  background-color: color-mix(in srgb, var(--mat-sys-primary-container) 30%, var(--mat-sys-on-primary));
  color: var(--mat-sys-primary);
}
.legal-content-container .legal-note-info.legal-note-warn,
.legal-content-container .legal-note-warn.legal-note-warn {
  border-left: 4px solid var(--mat-sys-error);
  background-color: color-mix(in srgb, var(--mat-sys-error-container) 30%, var(--mat-sys-on-primary));
  color: var(--mat-sys-error);
}
.inline {
  display: inline !important;
}
.cursor {
  cursor: pointer;
}
.disable {
  pointer-events: none;
}
@font-face {
  font-family: "Montserrat VF";
  src: url(/fonts/montserrat/MontserratVF-300-500.woff2) format("woff2-variations");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  font-variation-settings: "wght" 300;
}
@font-face {
  font-family: "Montserrat VF";
  src: url(/fonts/montserrat/MontserratVF-300-500.woff2) format("woff2-variations");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  font-variation-settings: "wght" 300;
}
@font-face {
  font-family: "Montserrat VF";
  src: url(/fonts/montserrat/MontserratVF-300-500.woff2) format("woff2-variations");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  font-variation-settings: "wght" 400;
}
@font-face {
  font-family: "Montserrat VF";
  src: url(/fonts/montserrat/MontserratVF-300-500.woff2) format("woff2-variations");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  font-variation-settings: "wght" 500;
}
@font-face {
  font-family: "Montserrat VF";
  src: url(/fonts/montserrat/MontserratVF-600-700.woff2) format("woff2-variations");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  font-variation-settings: "wght" 700;
}
@font-face {
  font-family: "Montserrat VF";
  src: url(/fonts/montserrat/MontserratVF-Italic-300-500.woff2) format("woff2-variations");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  font-variation-settings: "wght" 300;
}
@font-face {
  font-family: "Montserrat VF";
  src: url(/fonts/montserrat/MontserratVF-Italic-300-500.woff2) format("woff2-variations");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  font-variation-settings: "wght" 300;
}
@font-face {
  font-family: "Montserrat VF";
  src: url(/fonts/montserrat/MontserratVF-Italic-300-500.woff2) format("woff2-variations");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  font-variation-settings: "wght" 500;
}
@font-face {
  font-family: "Montserrat VF";
  src: url(/fonts/montserrat/MontserratVF-Italic-600-700.woff2) format("woff2-variations");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  font-variation-settings: "wght" 600;
}
@font-face {
  font-family: "Montserrat VF";
  src: url(/fonts/montserrat/MontserratVF-Italic-600-700.woff2) format("woff2-variations");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  font-variation-settings: "wght" 700;
}
@font-face {
  font-family: "Roboto VF";
  src: url(/fonts/roboto/RobotoVF-300-500.woff2) format("woff2-variations");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  font-variation-settings: "wght" 300;
}
@font-face {
  font-family: "Roboto VF";
  src: url(/fonts/roboto/RobotoVF-300-500.woff2) format("woff2-variations");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  font-variation-settings: "wght" 400;
}
@font-face {
  font-family: "Roboto VF";
  src: url(/fonts/roboto/RobotoVF-300-500.woff2) format("woff2-variations");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  font-variation-settings: "wght" 500;
}
@font-face {
  font-family: "Roboto VF";
  src: url(/fonts/roboto/RobotoVF-600-700.woff2) format("woff2-variations");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  font-variation-settings: "wght" 600;
}
@font-face {
  font-family: "Roboto VF";
  src: url(/fonts/roboto/RobotoVF-600-700.woff2) format("woff2-variations");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  font-variation-settings: "wght" 700;
}
@font-face {
  font-family: "Roboto VF";
  src: url(/fonts/roboto/RobotoVF-Italic-300-500.woff2) format("woff2-variations");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  font-variation-settings: "wght" 300;
}
@font-face {
  font-family: "Roboto VF";
  src: url(/fonts/roboto/RobotoVF-Italic-300-500.woff2) format("woff2-variations");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  font-variation-settings: "wght" 400;
}
@font-face {
  font-family: "Roboto VF";
  src: url(/fonts/roboto/RobotoVF-Italic-300-500.woff2) format("woff2-variations");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  font-variation-settings: "wght" 500;
}
@font-face {
  font-family: "Roboto VF";
  src: url(/fonts/roboto/RobotoVF-Italic-600-700.woff2) format("woff2-variations");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  font-variation-settings: "wght" 600;
}
@font-face {
  font-family: "Roboto VF";
  src: url(/fonts/roboto/RobotoVF-Italic-600-700.woff2) format("woff2-variations");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  font-variation-settings: "wght" 700;
}
:root {
  --app-font:
    "Montserrat VF",
    system-ui,
    -apple-system,
    "Segoe UI",
    "Roboto VF",
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif;
}
html,
body {
  font-family: var(--app-font);
}
html {
  font-optical-sizing: auto;
  font-synthesis-weight: none;
  font-synthesis-style: none;
}
.shepherd-modal-overlay-container,
.shepherd-element {
  z-index: 999 !important;
}
.shepherd-header {
  padding: 15px !important;
  border-bottom: 1px solid var(--mat-sys-outline-variant) !important;
  border-radius: unset !important;
  flex-wrap: wrap;
}
.shepherd-header h3 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  justify-content: center;
  max-width: 100%;
  white-space: normal;
  text-align: center;
}
.shepherd-content {
  border: 1px solid var(--mat-sys-outline-variant) !important;
  border-radius: unset !important;
}
.shepherd-text {
  padding: 20px !important;
  line-height: 1.3em;
  font-weight: 500 !important;
}
.shepherd-text ul {
  margin: 0;
}
.shepherd-content,
.shepherd-header {
  background-color: var(--mat-sys-background) !important;
}
.shepherd-text,
.shepherd-header h3 {
  color: var(--mat-sys-on-background) !important;
}
.tour-item {
  max-width: 340px !important;
}
@media (min-width: 768px) {
  .tour-item {
    max-width: 600px !important;
  }
}
.tour-item .tour-btn {
  font-family: inherit;
  font-weight: 600;
  border-radius: 6px;
  font-size: 12px;
}
.tour-item .tour-primary-btn {
  background-color: var(--mat-sys-primary);
  color: var(--mat-sys-on-primary);
}
.tour-item .tour-primary-btn:hover {
  background-color: var(--mat-sys-primary) !important;
  color: var(--mat-sys-on-primary) !important;
}
.tour-item .tour-secondary-btn {
  background-color: var(--mat-sys-background) !important;
  border: 1px solid var(--mat-sys-primary);
  color: var(--mat-sys-on-background) !important;
  margin-left: auto !important;
}
.tour-item .tour-warn-btn {
  border: 1px solid var(--mat-sys-error) !important;
  color: var(--mat-sys-error) !important;
  background-color: var(--mat-sys-background) !important;
  margin-right: auto !important;
}
.color-green {
  color: #008000 !important;
}
.color-warn {
  color: var(--mat-sys-error) !important;
}
.color-info {
  color: var(--mat-sys-secondary) !important;
}
html {
  color-scheme: light dark;
  --mat-sys-background: light-dark(#fbf9fb, #121315);
  --mat-sys-error: light-dark(#A8005A, rgb(255, 141, 202.0714285714));
  --mat-sys-error-container: light-dark(rgb(255, 198, 228.5357142857), rgb(126, 0, 67.5));
  --mat-sys-inverse-on-surface: light-dark(#f2f0f3, #303032);
  --mat-sys-inverse-primary: light-dark(rgb(137.1621621622, 178.4054054054, 227.5045045045), #0E233C);
  --mat-sys-inverse-surface: light-dark(#303032, #e4e2e4);
  --mat-sys-on-background: light-dark(#1b1b1d, #e4e2e4);
  --mat-sys-on-error: light-dark(#ffffff, #54002d);
  --mat-sys-on-error-container: light-dark(rgb(126, 0, 67.5), rgb(255, 198, 228.5357142857));
  --mat-sys-on-primary: light-dark(#ffffff, rgb(7, 17.5, 30));
  --mat-sys-on-primary-container: light-dark(rgb(10.5, 26.25, 45), rgb(196.0810810811, 216.7027027027, 241.2522522523));
  --mat-sys-on-primary-fixed: light-dark(rgb(3.5, 8.75, 15), rgb(3.5, 8.75, 15));
  --mat-sys-on-primary-fixed-variant: light-dark(rgb(10.5, 26.25, 45), rgb(10.5, 26.25, 45));
  --mat-sys-on-secondary: light-dark(#ffffff, rgb(21.4392523364, 75.3831775701, 126.5607476636));
  --mat-sys-on-secondary-container: light-dark(rgb(32.1588785047, 113.0747663551, 189.8411214953), rgb(224.5, 237.5, 249.8333333333));
  --mat-sys-on-secondary-fixed: light-dark(rgb(10.7196261682, 37.691588785, 63.2803738318), rgb(10.7196261682, 37.691588785, 63.2803738318));
  --mat-sys-on-secondary-fixed-variant: light-dark(rgb(32.1588785047, 113.0747663551, 189.8411214953), rgb(32.1588785047, 113.0747663551, 189.8411214953));
  --mat-sys-on-surface: light-dark(#1b1b1d, #e4e2e4);
  --mat-sys-on-surface-variant: light-dark(#44474d, #e0e2ea);
  --mat-sys-on-tertiary: light-dark(#ffffff, #3f2844);
  --mat-sys-on-tertiary-container: light-dark(#573e5b, #fad8fc);
  --mat-sys-on-tertiary-fixed: light-dark(#29132e, #29132e);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#573e5b, #573e5b);
  --mat-sys-outline: light-dark(#74777e, #8e9198);
  --mat-sys-outline-variant: light-dark(#c4c6ce, #44474d);
  --mat-sys-primary: light-dark(#0E233C, rgb(137.1621621622, 178.4054054054, 227.5045045045));
  --mat-sys-primary-container: light-dark(rgb(196.0810810811, 216.7027027027, 241.2522522523), rgb(10.5, 26.25, 45));
  --mat-sys-primary-fixed: light-dark(rgb(196.0810810811, 216.7027027027, 241.2522522523), rgb(196.0810810811, 216.7027027027, 241.2522522523));
  --mat-sys-primary-fixed-dim: light-dark(rgb(137.1621621622, 178.4054054054, 227.5045045045), rgb(137.1621621622, 178.4054054054, 227.5045045045));
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#4896E0, rgb(194, 220, 244.6666666667));
  --mat-sys-secondary-container: light-dark(rgb(224.5, 237.5, 249.8333333333), rgb(32.1588785047, 113.0747663551, 189.8411214953));
  --mat-sys-secondary-fixed: light-dark(rgb(224.5, 237.5, 249.8333333333), rgb(224.5, 237.5, 249.8333333333));
  --mat-sys-secondary-fixed-dim: light-dark(rgb(194, 220, 244.6666666667), rgb(194, 220, 244.6666666667));
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#fbf9fb, #121315);
  --mat-sys-surface-bright: light-dark(#fbf9fb, #39393b);
  --mat-sys-surface-container: light-dark(#efedf0, #1f2022);
  --mat-sys-surface-container-high: light-dark(#e9e7ea, #292a2c);
  --mat-sys-surface-container-highest: light-dark(#e4e2e4, #343537);
  --mat-sys-surface-container-low: light-dark(#f5f3f5, #1b1b1d);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e10);
  --mat-sys-surface-dim: light-dark(#dbd9dc, #121315);
  --mat-sys-surface-tint: light-dark(#0E233C, rgb(137.1621621622, 178.4054054054, 227.5045045045));
  --mat-sys-surface-variant: light-dark(#e0e2ea, #44474d);
  --mat-sys-tertiary: light-dark(#705574, #ddbce0);
  --mat-sys-tertiary-container: light-dark(#fad8fc, #573e5b);
  --mat-sys-tertiary-fixed: light-dark(#fad8fc, #fad8fc);
  --mat-sys-tertiary-fixed-dim: light-dark(#ddbce0, #ddbce0);
  --mat-sys-neutral-variant20: #2d3036;
  --mat-sys-neutral10: #1b1b1d;
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-sys-body-large: 400 1rem / 1.5rem Montserrat VF;
  --mat-sys-body-large-font: Montserrat VF;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Montserrat VF;
  --mat-sys-body-medium-font: Montserrat VF;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Montserrat VF;
  --mat-sys-body-small-font: Montserrat VF;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Montserrat VF;
  --mat-sys-display-large-font: Montserrat VF;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Montserrat VF;
  --mat-sys-display-medium-font: Montserrat VF;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Montserrat VF;
  --mat-sys-display-small-font: Montserrat VF;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Montserrat VF;
  --mat-sys-headline-large-font: Montserrat VF;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Montserrat VF;
  --mat-sys-headline-medium-font: Montserrat VF;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Montserrat VF;
  --mat-sys-headline-small-font: Montserrat VF;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Montserrat VF;
  --mat-sys-label-large-font: Montserrat VF;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Montserrat VF;
  --mat-sys-label-medium-font: Montserrat VF;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Montserrat VF;
  --mat-sys-label-small-font: Montserrat VF;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Montserrat VF;
  --mat-sys-title-large-font: Montserrat VF;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Montserrat VF;
  --mat-sys-title-medium-font: Montserrat VF;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Montserrat VF;
  --mat-sys-title-small-font: Montserrat VF;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
.accent {
  --mat-sys-background: light-dark(#fbf9fb, #121315);
  --mat-sys-error: light-dark(#A8005A, rgb(255, 141, 202.0714285714));
  --mat-sys-error-container: light-dark(rgb(255, 198, 228.5357142857), rgb(126, 0, 67.5));
  --mat-sys-inverse-on-surface: light-dark(#f2f0f3, #303032);
  --mat-sys-inverse-primary: light-dark(rgb(194, 220, 244.6666666667), #4896E0);
  --mat-sys-inverse-surface: light-dark(#303032, #e4e2e4);
  --mat-sys-on-background: light-dark(#1b1b1d, #e4e2e4);
  --mat-sys-on-error: light-dark(#ffffff, #54002d);
  --mat-sys-on-error-container: light-dark(rgb(126, 0, 67.5), rgb(255, 198, 228.5357142857));
  --mat-sys-on-primary: light-dark(#ffffff, rgb(21.4392523364, 75.3831775701, 126.5607476636));
  --mat-sys-on-primary-container: light-dark(rgb(32.1588785047, 113.0747663551, 189.8411214953), rgb(224.5, 237.5, 249.8333333333));
  --mat-sys-on-primary-fixed: light-dark(rgb(10.7196261682, 37.691588785, 63.2803738318), rgb(10.7196261682, 37.691588785, 63.2803738318));
  --mat-sys-on-primary-fixed-variant: light-dark(rgb(32.1588785047, 113.0747663551, 189.8411214953), rgb(32.1588785047, 113.0747663551, 189.8411214953));
  --mat-sys-on-secondary: light-dark(#ffffff, rgb(21.4392523364, 75.3831775701, 126.5607476636));
  --mat-sys-on-secondary-container: light-dark(rgb(32.1588785047, 113.0747663551, 189.8411214953), rgb(224.5, 237.5, 249.8333333333));
  --mat-sys-on-secondary-fixed: light-dark(rgb(10.7196261682, 37.691588785, 63.2803738318), rgb(10.7196261682, 37.691588785, 63.2803738318));
  --mat-sys-on-secondary-fixed-variant: light-dark(rgb(32.1588785047, 113.0747663551, 189.8411214953), rgb(32.1588785047, 113.0747663551, 189.8411214953));
  --mat-sys-on-surface: light-dark(#1b1b1d, #e4e2e4);
  --mat-sys-on-surface-variant: light-dark(#44474d, #e0e2ea);
  --mat-sys-on-tertiary: light-dark(#ffffff, rgb(21.4392523364, 75.3831775701, 126.5607476636));
  --mat-sys-on-tertiary-container: light-dark(rgb(32.1588785047, 113.0747663551, 189.8411214953), rgb(224.5, 237.5, 249.8333333333));
  --mat-sys-on-tertiary-fixed: light-dark(rgb(10.7196261682, 37.691588785, 63.2803738318), rgb(10.7196261682, 37.691588785, 63.2803738318));
  --mat-sys-on-tertiary-fixed-variant: light-dark(rgb(32.1588785047, 113.0747663551, 189.8411214953), rgb(32.1588785047, 113.0747663551, 189.8411214953));
  --mat-sys-outline: light-dark(#74777e, #8e9198);
  --mat-sys-outline-variant: light-dark(#c4c6ce, #44474d);
  --mat-sys-primary: light-dark(#4896E0, rgb(194, 220, 244.6666666667));
  --mat-sys-primary-container: light-dark(rgb(224.5, 237.5, 249.8333333333), rgb(32.1588785047, 113.0747663551, 189.8411214953));
  --mat-sys-primary-fixed: light-dark(rgb(224.5, 237.5, 249.8333333333), rgb(224.5, 237.5, 249.8333333333));
  --mat-sys-primary-fixed-dim: light-dark(rgb(194, 220, 244.6666666667), rgb(194, 220, 244.6666666667));
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#4896E0, rgb(194, 220, 244.6666666667));
  --mat-sys-secondary-container: light-dark(rgb(224.5, 237.5, 249.8333333333), rgb(32.1588785047, 113.0747663551, 189.8411214953));
  --mat-sys-secondary-fixed: light-dark(rgb(224.5, 237.5, 249.8333333333), rgb(224.5, 237.5, 249.8333333333));
  --mat-sys-secondary-fixed-dim: light-dark(rgb(194, 220, 244.6666666667), rgb(194, 220, 244.6666666667));
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#fbf9fb, #121315);
  --mat-sys-surface-bright: light-dark(#fbf9fb, #39393b);
  --mat-sys-surface-container: light-dark(#efedf0, #1f2022);
  --mat-sys-surface-container-high: light-dark(#e9e7ea, #292a2c);
  --mat-sys-surface-container-highest: light-dark(#e4e2e4, #343537);
  --mat-sys-surface-container-low: light-dark(#f5f3f5, #1b1b1d);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e10);
  --mat-sys-surface-dim: light-dark(#dbd9dc, #121315);
  --mat-sys-surface-tint: light-dark(#4896E0, rgb(194, 220, 244.6666666667));
  --mat-sys-surface-variant: light-dark(#e0e2ea, #44474d);
  --mat-sys-tertiary: light-dark(#4896E0, rgb(194, 220, 244.6666666667));
  --mat-sys-tertiary-container: light-dark(rgb(224.5, 237.5, 249.8333333333), rgb(32.1588785047, 113.0747663551, 189.8411214953));
  --mat-sys-tertiary-fixed: light-dark(rgb(224.5, 237.5, 249.8333333333), rgb(224.5, 237.5, 249.8333333333));
  --mat-sys-tertiary-fixed-dim: light-dark(rgb(194, 220, 244.6666666667), rgb(194, 220, 244.6666666667));
  --mat-sys-neutral-variant20: #2d3036;
  --mat-sys-neutral10: #1b1b1d;
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
.warn {
  --mat-sys-background: light-dark(#fbf9fb, #121315);
  --mat-sys-error: light-dark(#A8005A, rgb(255, 141, 202.0714285714));
  --mat-sys-error-container: light-dark(rgb(255, 198, 228.5357142857), rgb(126, 0, 67.5));
  --mat-sys-inverse-on-surface: light-dark(#f2f0f3, #303032);
  --mat-sys-inverse-primary: light-dark(rgb(255, 141, 202.0714285714), #A8005A);
  --mat-sys-inverse-surface: light-dark(#303032, #e4e2e4);
  --mat-sys-on-background: light-dark(#1b1b1d, #e4e2e4);
  --mat-sys-on-error: light-dark(#ffffff, #54002d);
  --mat-sys-on-error-container: light-dark(rgb(126, 0, 67.5), rgb(255, 198, 228.5357142857));
  --mat-sys-on-primary: light-dark(#ffffff, #54002d);
  --mat-sys-on-primary-container: light-dark(rgb(126, 0, 67.5), rgb(255, 198, 228.5357142857));
  --mat-sys-on-primary-fixed: light-dark(rgb(42, 0, 22.5), rgb(42, 0, 22.5));
  --mat-sys-on-primary-fixed-variant: light-dark(rgb(126, 0, 67.5), rgb(126, 0, 67.5));
  --mat-sys-on-secondary: light-dark(#ffffff, rgb(21.4392523364, 75.3831775701, 126.5607476636));
  --mat-sys-on-secondary-container: light-dark(rgb(32.1588785047, 113.0747663551, 189.8411214953), rgb(224.5, 237.5, 249.8333333333));
  --mat-sys-on-secondary-fixed: light-dark(rgb(10.7196261682, 37.691588785, 63.2803738318), rgb(10.7196261682, 37.691588785, 63.2803738318));
  --mat-sys-on-secondary-fixed-variant: light-dark(rgb(32.1588785047, 113.0747663551, 189.8411214953), rgb(32.1588785047, 113.0747663551, 189.8411214953));
  --mat-sys-on-surface: light-dark(#1b1b1d, #e4e2e4);
  --mat-sys-on-surface-variant: light-dark(#44474d, #e0e2ea);
  --mat-sys-on-tertiary: light-dark(#ffffff, #54002d);
  --mat-sys-on-tertiary-container: light-dark(rgb(126, 0, 67.5), rgb(255, 198, 228.5357142857));
  --mat-sys-on-tertiary-fixed: light-dark(rgb(42, 0, 22.5), rgb(42, 0, 22.5));
  --mat-sys-on-tertiary-fixed-variant: light-dark(rgb(126, 0, 67.5), rgb(126, 0, 67.5));
  --mat-sys-outline: light-dark(#74777e, #8e9198);
  --mat-sys-outline-variant: light-dark(#c4c6ce, #44474d);
  --mat-sys-primary: light-dark(#A8005A, rgb(255, 141, 202.0714285714));
  --mat-sys-primary-container: light-dark(rgb(255, 198, 228.5357142857), rgb(126, 0, 67.5));
  --mat-sys-primary-fixed: light-dark(rgb(255, 198, 228.5357142857), rgb(255, 198, 228.5357142857));
  --mat-sys-primary-fixed-dim: light-dark(rgb(255, 141, 202.0714285714), rgb(255, 141, 202.0714285714));
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#4896E0, rgb(194, 220, 244.6666666667));
  --mat-sys-secondary-container: light-dark(rgb(224.5, 237.5, 249.8333333333), rgb(32.1588785047, 113.0747663551, 189.8411214953));
  --mat-sys-secondary-fixed: light-dark(rgb(224.5, 237.5, 249.8333333333), rgb(224.5, 237.5, 249.8333333333));
  --mat-sys-secondary-fixed-dim: light-dark(rgb(194, 220, 244.6666666667), rgb(194, 220, 244.6666666667));
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#fbf9fb, #121315);
  --mat-sys-surface-bright: light-dark(#fbf9fb, #39393b);
  --mat-sys-surface-container: light-dark(#efedf0, #1f2022);
  --mat-sys-surface-container-high: light-dark(#e9e7ea, #292a2c);
  --mat-sys-surface-container-highest: light-dark(#e4e2e4, #343537);
  --mat-sys-surface-container-low: light-dark(#f5f3f5, #1b1b1d);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e10);
  --mat-sys-surface-dim: light-dark(#dbd9dc, #121315);
  --mat-sys-surface-tint: light-dark(#A8005A, rgb(255, 141, 202.0714285714));
  --mat-sys-surface-variant: light-dark(#e0e2ea, #44474d);
  --mat-sys-tertiary: light-dark(#A8005A, rgb(255, 141, 202.0714285714));
  --mat-sys-tertiary-container: light-dark(rgb(255, 198, 228.5357142857), rgb(126, 0, 67.5));
  --mat-sys-tertiary-fixed: light-dark(rgb(255, 198, 228.5357142857), rgb(255, 198, 228.5357142857));
  --mat-sys-tertiary-fixed-dim: light-dark(rgb(255, 141, 202.0714285714), rgb(255, 141, 202.0714285714));
  --mat-sys-neutral-variant20: #2d3036;
  --mat-sys-neutral10: #1b1b1d;
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
body {
  height: 100%;
}
body {
  background-color: var(--mat-sys-background);
  color: var(--mat-sys-on-background);
  margin: 0;
  font-family:
    "Montserrat VF",
    Verdana,
    Geneva,
    Tahoma,
    sans-serif;
}
h2 {
  padding: 16px;
}
.mr-8 {
  margin-right: 8px;
}
:root {
  --mat-dialog-container-shape: var(--mat-sys-corner-none);
  --mat-tooltip-container-color: var(--mat-sys-on-background);
}
.dialog {
  --mat-dialog-container-color: var(--mat-sys-surface-container-highest);
}
.primary-btn {
  --mat-button-filled-label-text-color: var(--mat-sys-on-primary);
  --mat-button-filled-container-shape: 6px;
  --mat-button-filled-container-height: 29px;
  --mat-button-filled-horizontal-padding: 14px;
  --mat-button-filled-label-text-weight: 300;
  --mat-button-filled-label-text-size: 1rem;
}
.primary-outline-btn {
  --mat-button-outlined-outline-color: var(--mat-sys-primary);
  --mat-button-outlined-label-text-color: var(--mat-sys-primary);
  --mat-button-outlined-container-shape: 6px;
  --mat-button-outlined-container-height: 29px;
  --mat-button-outlined-horizontal-padding: 14px;
  --mat-button-outlined-label-text-weight: 400;
  --mat-button-outlined-label-text-size: 1rem;
}
.secondary-btn {
  --mat-button-outlined-outline-color: var(--mat-sys-primary);
  --mat-button-outlined-label-text-color: var(--mat-sys-primary);
  --mat-button-outlined-container-shape: 6px;
  --mat-button-outlined-container-height: 29px;
  --mat-button-outlined-horizontal-padding: 14px;
  --mat-button-outlined-label-text-weight: 300;
  --mat-button-outlined-label-text-size: 1rem;
}
.error-btn {
  --mat-button-outlined-outline-color: var(--mat-sys-error);
  --mat-button-outlined-label-text-color: var(--mat-sys-error);
  --mat-button-outlined-container-shape: 6px;
  --mat-button-outlined-container-height: 29px;
  --mat-button-outlined-horizontal-padding: 14px;
  --mat-button-outlined-label-text-weight: 300;
  --mat-button-outlined-label-text-size: 1rem;
}
.white-cta-btn {
  --mat-button-outlined-outline-color: var(--mat-sys-on-primary);
  --mat-button-outlined-label-text-color: var(--mat-sys-on-primary);
  --mat-button-outlined-container-shape: 6px;
  --mat-button-outlined-container-height: 29px;
  --mat-button-outlined-horizontal-padding: 14px;
  --mat-button-outlined-label-text-weight: 400;
  --mat-button-outlined-label-text-size: 1rem;
}
.button-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.button-panel.desktopWrapper {
  margin-top: 50px;
}
.button-panel-row {
  display: flex;
  gap: 10px;
}
.mat-toolbar-row,
.mat-toolbar-single-row {
  padding: 0 16px 0 8px !important;
}

/* src/styles/_theme-colors.scss */

/* node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-button {
  background: #3288e6;
  border: 0;
  border-radius: 3px;
  color: hsla(0, 0%, 100%, .75);
  cursor: pointer;
  margin-right: .5rem;
  padding: .5rem 1.5rem;
  transition: all .5s ease;
}
.shepherd-button:not(:disabled):hover {
  background: #196fcc;
  color: hsla(0, 0%, 100%, .75);
}
.shepherd-button.shepherd-button-secondary {
  background: #f1f2f3;
  color: rgba(0, 0, 0, .75);
}
.shepherd-button.shepherd-button-secondary:not(:disabled):hover {
  background: #d6d9db;
  color: rgba(0, 0, 0, .75);
}
.shepherd-button:disabled {
  cursor: not-allowed;
}
.shepherd-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  justify-content: flex-end;
  padding: 0 .75rem .75rem;
}
.shepherd-footer .shepherd-button:last-child {
  margin-right: 0;
}
.shepherd-cancel-icon {
  background: transparent;
  border: none;
  color: hsla(0, 0%, 50%, .75);
  cursor: pointer;
  font-size: 2em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  transition: color .5s ease;
}
.shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, .75);
}
.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
  color: hsla(0, 0%, 50%, .75);
}
.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, .75);
}
.shepherd-title {
  color: rgba(0, 0, 0, .75);
  display: flex;
  flex: 1 0 auto;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.shepherd-header {
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  justify-content: flex-end;
  line-height: 2em;
  padding: .75rem .75rem 0;
}
.shepherd-has-title .shepherd-content .shepherd-header {
  background: #e6e6e6;
  padding: 1em;
}
.shepherd-text {
  color: rgba(0, 0, 0, .75);
  font-size: 1rem;
  line-height: 1.3em;
  padding: .75em;
}
.shepherd-text p {
  margin-top: 0;
}
.shepherd-text p:last-child {
  margin-bottom: 0;
}
.shepherd-content {
  border-radius: 5px;
  outline: none;
  padding: 0;
}
.shepherd-element {
  background: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  margin: 0;
  max-width: 400px;
  opacity: 0;
  outline: none;
  padding: 0;
  transition: opacity .3s, visibility .3s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.shepherd-enabled.shepherd-element {
  opacity: 1;
  visibility: visible;
}
.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.shepherd-element,
.shepherd-element *,
.shepherd-element :after,
.shepherd-element :before {
  box-sizing: border-box;
}
.shepherd-arrow,
.shepherd-arrow:before {
  height: 16px;
  position: absolute;
  width: 16px;
  z-index: -1;
}
.shepherd-arrow:before {
  background: #fff;
  content: "";
  transform: rotate(45deg);
}
.shepherd-element[data-popper-placement^=top] > .shepherd-arrow {
  bottom: -8px;
}
.shepherd-element[data-popper-placement^=bottom] > .shepherd-arrow {
  top: -8px;
}
.shepherd-element[data-popper-placement^=left] > .shepherd-arrow {
  right: -8px;
}
.shepherd-element[data-popper-placement^=right] > .shepherd-arrow {
  left: -8px;
}
.shepherd-element.shepherd-centered > .shepherd-arrow {
  opacity: 0;
}
.shepherd-element.shepherd-has-title[data-popper-placement^=bottom] > .shepherd-arrow:before {
  background-color: #e6e6e6;
}
.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,
.shepherd-target-click-disabled.shepherd-enabled.shepherd-target * {
  pointer-events: none;
}
.shepherd-modal-overlay-container {
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition:
    all .3s ease-out,
    height 0s .3s,
    opacity .3s 0s;
  width: 100vw;
  z-index: 9997;
}
.shepherd-modal-overlay-container.shepherd-modal-is-visible {
  height: 100vh;
  opacity: .5;
  transform: translateZ(0);
  transition:
    all .3s ease-out,
    height 0s 0s,
    opacity .3s 0s;
}
.shepherd-modal-overlay-container.shepherd-modal-is-visible path {
  pointer-events: all;
}

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