@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&Roboto:wght@100;400;700&display=swap";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,700";
@import "https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/regular/style.css";

/* src/globals.css */
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-orange-50: oklch(98% 0.016 73.684);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-orange-700: oklch(55.3% 0.195 38.402);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
    --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    --blur-xs: 4px;
    --blur-md: 12px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-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;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible !important;
  }
  .absolute {
    position: absolute !important;
  }
  .absolute\! {
    position: absolute !important;
  }
  .fixed {
    position: fixed !important;
  }
  .relative {
    position: relative !important;
  }
  .start {
    inset-inline-start: var(--spacing) !important;
  }
  .end {
    inset-inline-end: var(--spacing) !important;
  }
  .top-0 {
    top: calc(var(--spacing) * 0) !important;
  }
  .top-1 {
    top: calc(var(--spacing) * 1) !important;
  }
  .top-20 {
    top: calc(var(--spacing) * 20) !important;
  }
  .right-2 {
    right: calc(var(--spacing) * 2) !important;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0) !important;
  }
  .left-0 {
    left: calc(var(--spacing) * 0) !important;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%) !important;
  }
  .left-6 {
    left: calc(var(--spacing) * 6) !important;
  }
  .z-10 {
    z-index: 10 !important;
  }
  .z-99999 {
    z-index: 99999 !important;
  }
  .col-3 {
    grid-column: 3 !important;
  }
  .col-4 {
    grid-column: 4 !important;
  }
  .col-12 {
    grid-column: 12 !important;
  }
  .col-auto {
    grid-column: auto !important;
  }
  .col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .col-span-2\! {
    grid-column: span 2 / span 2 !important;
  }
  .col-span-3\! {
    grid-column: span 3 / span 3 !important;
  }
  .col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  .col-span-12 {
    grid-column: span 12 / span 12 !important;
  }
  .container {
    width: 100% !important;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem !important;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem !important;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem !important;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem !important;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem !important;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4) !important;
  }
  .mx-auto {
    margin-inline: auto !important;
  }
  .my-2\! {
    margin-block: calc(var(--spacing) * 2) !important;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4) !important;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5) !important;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1) !important;
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5) !important;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2) !important;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3) !important;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4) !important;
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6) !important;
  }
  .mr-auto {
    margin-right: auto !important;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1) !important;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2) !important;
  }
  .mb-2\! {
    margin-bottom: calc(var(--spacing) * 2) !important;
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3) !important;
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4) !important;
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6) !important;
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8) !important;
  }
  .mb-60\! {
    margin-bottom: calc(var(--spacing) * 60) !important;
  }
  .ml-\[4\.5rem\] {
    margin-left: 4.5rem !important;
  }
  .ml-auto {
    margin-left: auto !important;
  }
  .ml-auto\! {
    margin-left: auto !important;
  }
  .block {
    display: block !important;
  }
  .flex {
    display: flex !important;
  }
  .flex\! {
    display: flex !important;
  }
  .grid {
    display: grid !important;
  }
  .grid\! {
    display: grid !important;
  }
  .hidden {
    display: none !important;
  }
  .inline-flex {
    display: inline-flex !important;
  }
  .table {
    display: table !important;
  }
  .aspect-square {
    aspect-ratio: 1 / 1 !important;
  }
  .h-2 {
    height: calc(var(--spacing) * 2) !important;
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5) !important;
  }
  .h-3 {
    height: calc(var(--spacing) * 3) !important;
  }
  .h-6 {
    height: calc(var(--spacing) * 6) !important;
  }
  .h-8 {
    height: calc(var(--spacing) * 8) !important;
  }
  .h-8\! {
    height: calc(var(--spacing) * 8) !important;
  }
  .h-9 {
    height: calc(var(--spacing) * 9) !important;
  }
  .h-10 {
    height: calc(var(--spacing) * 10) !important;
  }
  .h-12 {
    height: calc(var(--spacing) * 12) !important;
  }
  .h-14 {
    height: calc(var(--spacing) * 14) !important;
  }
  .h-16 {
    height: calc(var(--spacing) * 16) !important;
  }
  .h-20 {
    height: calc(var(--spacing) * 20) !important;
  }
  .h-\[80vh\]\! {
    height: 80vh !important;
  }
  .h-\[90vh\]\! {
    height: 90vh !important;
  }
  .h-full {
    height: 100% !important;
  }
  .h-full\! {
    height: 100% !important;
  }
  .min-h-32 {
    min-height: calc(var(--spacing) * 32) !important;
  }
  .min-h-\[200px\] {
    min-height: 200px !important;
  }
  .min-h-dvh {
    min-height: 100dvh !important;
  }
  .w-1\/5 {
    width: calc(1 / 5 * 100%) !important;
  }
  .w-2\/5 {
    width: calc(2 / 5 * 100%) !important;
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5) !important;
  }
  .w-6 {
    width: calc(var(--spacing) * 6) !important;
  }
  .w-8 {
    width: calc(var(--spacing) * 8) !important;
  }
  .w-9 {
    width: calc(var(--spacing) * 9) !important;
  }
  .w-10 {
    width: calc(var(--spacing) * 10) !important;
  }
  .w-12 {
    width: calc(var(--spacing) * 12) !important;
  }
  .w-14 {
    width: calc(var(--spacing) * 14) !important;
  }
  .w-16 {
    width: calc(var(--spacing) * 16) !important;
  }
  .w-20 {
    width: calc(var(--spacing) * 20) !important;
  }
  .w-24 {
    width: calc(var(--spacing) * 24) !important;
  }
  .w-28 {
    width: calc(var(--spacing) * 28) !important;
  }
  .w-32 {
    width: calc(var(--spacing) * 32) !important;
  }
  .w-40 {
    width: calc(var(--spacing) * 40) !important;
  }
  .w-44 {
    width: calc(var(--spacing) * 44) !important;
  }
  .w-\[30vw\]\! {
    width: 30vw !important;
  }
  .w-fit {
    width: fit-content !important;
  }
  .w-fit\! {
    width: fit-content !important;
  }
  .w-full {
    width: 100% !important;
  }
  .w-full\! {
    width: 100% !important;
  }
  .w-px {
    width: 1px !important;
  }
  .max-w-2xl {
    max-width: var(--container-2xl) !important;
  }
  .max-w-3xl {
    max-width: var(--container-3xl) !important;
  }
  .max-w-4xl {
    max-width: var(--container-4xl) !important;
  }
  .max-w-6xl {
    max-width: var(--container-6xl) !important;
  }
  .max-w-400 {
    max-width: calc(var(--spacing) * 400) !important;
  }
  .max-w-\[70\%\] {
    max-width: 70% !important;
  }
  .max-w-\[75\%\] {
    max-width: 75% !important;
  }
  .max-w-full {
    max-width: 100% !important;
  }
  .max-w-lg\! {
    max-width: var(--container-lg) !important;
  }
  .max-w-xl\! {
    max-width: var(--container-xl) !important;
  }
  .max-w-xs\! {
    max-width: var(--container-xs) !important;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0) !important;
  }
  .min-w-20 {
    min-width: calc(var(--spacing) * 20) !important;
  }
  .min-w-32 {
    min-width: calc(var(--spacing) * 32) !important;
  }
  .min-w-36 {
    min-width: calc(var(--spacing) * 36) !important;
  }
  .min-w-40 {
    min-width: calc(var(--spacing) * 40) !important;
  }
  .min-w-52 {
    min-width: calc(var(--spacing) * 52) !important;
  }
  .min-w-72 {
    min-width: calc(var(--spacing) * 72) !important;
  }
  .min-w-96 {
    min-width: calc(var(--spacing) * 96) !important;
  }
  .min-w-96\! {
    min-width: calc(var(--spacing) * 96) !important;
  }
  .min-w-\[575px\]\! {
    min-width: 575px !important;
  }
  .flex-1 {
    flex: 1 !important;
  }
  .flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .shrink-0 {
    flex-shrink: 0 !important;
  }
  .basis-\[40rem\]\! {
    flex-basis: 40rem !important;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1) !important;
    translate: var(--tw-translate-x) var(--tw-translate-y) !important;
  }
  .animate-ping {
    animation: var(--animate-ping) !important;
  }
  .cursor-pointer {
    cursor: pointer !important;
  }
  .resize-none {
    resize: none !important;
  }
  .list-none {
    list-style-type: none !important;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .grid-cols-1\! {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .grid-cols-5\! {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .flex-col {
    flex-direction: column !important;
  }
  .flex-col\! {
    flex-direction: column !important;
  }
  .flex-wrap {
    flex-wrap: wrap !important;
  }
  .flex-wrap\! {
    flex-wrap: wrap !important;
  }
  .items-center {
    align-items: center !important;
  }
  .items-center\! {
    align-items: center !important;
  }
  .items-end {
    align-items: flex-end !important;
  }
  .items-start {
    align-items: flex-start !important;
  }
  .items-start\! {
    align-items: flex-start !important;
  }
  .justify-between {
    justify-content: space-between !important;
  }
  .justify-between\! {
    justify-content: space-between !important;
  }
  .justify-center {
    justify-content: center !important;
  }
  .justify-center\! {
    justify-content: center !important;
  }
  .justify-end {
    justify-content: flex-end !important;
  }
  .justify-evenly {
    justify-content: space-evenly !important;
  }
  .justify-evenly\! {
    justify-content: space-evenly !important;
  }
  .justify-start {
    justify-content: flex-start !important;
  }
  .justify-start\! {
    justify-content: flex-start !important;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5) !important;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1) !important;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5) !important;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2) !important;
  }
  .gap-2\! {
    gap: calc(var(--spacing) * 2) !important;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3) !important;
  }
  .gap-3\! {
    gap: calc(var(--spacing) * 3) !important;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4) !important;
  }
  .gap-4\! {
    gap: calc(var(--spacing) * 4) !important;
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5) !important;
  }
  .gap-5\! {
    gap: calc(var(--spacing) * 5) !important;
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6) !important;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8) !important;
  }
  .gap-8\! {
    gap: calc(var(--spacing) * 8) !important;
  }
  .gap-9\! {
    gap: calc(var(--spacing) * 9) !important;
  }
  .gap-px\! {
    gap: 1px !important;
  }
  :where(.divide-x > :not(:last-child)) {
    --tw-divide-x-reverse: 0 !important;
    border-inline-style: var(--tw-border-style) !important;
    border-inline-start-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  :where(.divide-slate-100 > :not(:last-child)) {
    border-color: var(--color-slate-100) !important;
  }
  .truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  .truncate\! {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  .overflow-hidden {
    overflow: hidden !important;
  }
  .overflow-x-auto {
    overflow-x: auto !important;
  }
  .overflow-y-auto {
    overflow-y: auto !important;
  }
  .rounded {
    border-radius: 0.25rem !important;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl) !important;
  }
  .rounded-border {
    border-radius: var(--p-content-border-radius) !important;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px) !important;
  }
  .rounded-lg {
    border-radius: var(--radius-lg) !important;
  }
  .rounded-md {
    border-radius: var(--radius-md) !important;
  }
  .rounded-xl {
    border-radius: var(--radius-xl) !important;
  }
  .rounded-t-md {
    border-top-left-radius: var(--radius-md) !important;
    border-top-right-radius: var(--radius-md) !important;
  }
  .rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-br-sm {
    border-bottom-right-radius: var(--radius-sm) !important;
  }
  .rounded-bl-sm {
    border-bottom-left-radius: var(--radius-sm) !important;
  }
  .border {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .border-1 {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .border-2 {
    border-style: var(--tw-border-style) !important;
    border-width: 2px !important;
  }
  .border-t {
    border-top-style: var(--tw-border-style) !important;
    border-top-width: 1px !important;
  }
  .border-r {
    border-right-style: var(--tw-border-style) !important;
    border-right-width: 1px !important;
  }
  .border-r-2\! {
    border-right-style: var(--tw-border-style) !important;
    border-right-width: 2px !important;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style) !important;
    border-bottom-width: 1px !important;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style) !important;
    border-bottom-width: 2px !important;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style) !important;
    border-left-width: 2px !important;
  }
  .border-dashed {
    --tw-border-style: dashed !important;
    border-style: dashed !important;
  }
  .border-dotted {
    --tw-border-style: dotted !important;
    border-style: dotted !important;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200) !important;
  }
  .border-green-500 {
    border-color: var(--color-green-500) !important;
  }
  .border-primary {
    border-color: var(--p-primary-color) !important;
  }
  .border-primary-500\! {
    border-color: var(--p-primary-500) !important;
  }
  .border-primary-600 {
    border-color: var(--p-primary-600) !important;
  }
  .border-red-100 {
    border-color: var(--color-red-100) !important;
  }
  .border-red-300\! {
    border-color: var(--color-red-300) !important;
  }
  .border-red-500 {
    border-color: var(--color-red-500) !important;
  }
  .border-red-500\! {
    border-color: var(--color-red-500) !important;
  }
  .border-slate-100 {
    border-color: var(--color-slate-100) !important;
  }
  .border-slate-200 {
    border-color: var(--color-slate-200) !important;
  }
  .border-slate-200\! {
    border-color: var(--color-slate-200) !important;
  }
  .border-surface-200 {
    border-color: var(--p-surface-200) !important;
  }
  .border-surface-300 {
    border-color: var(--p-surface-300) !important;
  }
  .border-transparent {
    border-color: transparent !important;
  }
  .border-white {
    border-color: var(--color-white) !important;
  }
  .border-b-slate-100 {
    border-bottom-color: var(--color-slate-100) !important;
  }
  .bg-blue-100 {
    background-color: var(--color-blue-100) !important;
  }
  .bg-green-50 {
    background-color: var(--color-green-50) !important;
  }
  .bg-green-500 {
    background-color: var(--color-green-500) !important;
  }
  .bg-green-500\! {
    background-color: var(--color-green-500) !important;
  }
  .bg-green-500\/20 {
    background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 20%, transparent) !important;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-green-500\/20 {
      background-color: color-mix(in oklab, var(--color-green-500) 20%, transparent) !important;
    }
  }
  .bg-orange-50 {
    background-color: var(--color-orange-50) !important;
  }
  .bg-orange-500\/90 {
    background-color: color-mix(in srgb, oklch(70.5% 0.213 47.604) 90%, transparent) !important;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-orange-500\/90 {
      background-color: color-mix(in oklab, var(--color-orange-500) 90%, transparent) !important;
    }
  }
  .bg-primary-50 {
    background-color: var(--p-primary-50) !important;
  }
  .bg-primary-500 {
    background-color: var(--p-primary-500) !important;
  }
  .bg-primary-500\! {
    background-color: var(--p-primary-500) !important;
  }
  .bg-primary-500\/25 {
    background-color: var(--p-primary-500) !important;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary-500\/25 {
      background-color: color-mix(in oklab, var(--p-primary-500) 25%, transparent) !important;
    }
  }
  .bg-primary-600 {
    background-color: var(--p-primary-600) !important;
  }
  .bg-primary\/5 {
    background-color: var(--p-primary-color) !important;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/5 {
      background-color: color-mix(in oklab, var(--p-primary-color) 5%, transparent) !important;
    }
  }
  .bg-primary\/10 {
    background-color: var(--p-primary-color) !important;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/10 {
      background-color: color-mix(in oklab, var(--p-primary-color) 10%, transparent) !important;
    }
  }
  .bg-red-50 {
    background-color: var(--color-red-50) !important;
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50) !important;
  }
  .bg-slate-50\/60 {
    background-color: color-mix(in srgb, oklch(98.4% 0.003 247.858) 60%, transparent) !important;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-slate-50\/60 {
      background-color: color-mix(in oklab, var(--color-slate-50) 60%, transparent) !important;
    }
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100) !important;
  }
  .bg-slate-200 {
    background-color: var(--color-slate-200) !important;
  }
  .bg-slate-200\! {
    background-color: var(--color-slate-200) !important;
  }
  .bg-slate-500\/10 {
    background-color: color-mix(in srgb, oklch(55.4% 0.046 257.417) 10%, transparent) !important;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-slate-500\/10 {
      background-color: color-mix(in oklab, var(--color-slate-500) 10%, transparent) !important;
    }
  }
  .bg-slate-800\/80 {
    background-color: color-mix(in srgb, oklch(27.9% 0.041 260.031) 80%, transparent) !important;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-slate-800\/80 {
      background-color: color-mix(in oklab, var(--color-slate-800) 80%, transparent) !important;
    }
  }
  .bg-slate-900 {
    background-color: var(--color-slate-900) !important;
  }
  .bg-surface-100 {
    background-color: var(--p-surface-100) !important;
  }
  .bg-white {
    background-color: var(--color-white) !important;
  }
  .bg-white\/50 {
    background-color: color-mix(in srgb, #fff 50%, transparent) !important;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/50 {
      background-color: color-mix(in oklab, var(--color-white) 50%, transparent) !important;
    }
  }
  .bg-white\/60 {
    background-color: color-mix(in srgb, #fff 60%, transparent) !important;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/60 {
      background-color: color-mix(in oklab, var(--color-white) 60%, transparent) !important;
    }
  }
  .bg-yellow-400 {
    background-color: var(--color-yellow-400) !important;
  }
  .\!p-0 {
    padding: calc(var(--spacing) * 0) !important;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0) !important;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1) !important;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2) !important;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3) !important;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4) !important;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6) !important;
  }
  .p-8 {
    padding: calc(var(--spacing) * 8) !important;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0) !important;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1) !important;
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5) !important;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2) !important;
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5) !important;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3) !important;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4) !important;
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5) !important;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6) !important;
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8) !important;
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0) !important;
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5) !important;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1) !important;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2) !important;
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5) !important;
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3) !important;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4) !important;
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5) !important;
  }
  .py-5\! {
    padding-block: calc(var(--spacing) * 5) !important;
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8) !important;
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12) !important;
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16) !important;
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20) !important;
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6) !important;
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2) !important;
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8) !important;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0) !important;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2) !important;
  }
  .pb-2\! {
    padding-bottom: calc(var(--spacing) * 2) !important;
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3) !important;
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4) !important;
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6) !important;
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8) !important;
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2) !important;
  }
  .text-center {
    text-align: center !important;
  }
  .text-center\! {
    text-align: center !important;
  }
  .text-left {
    text-align: left !important;
  }
  .text-right {
    text-align: right !important;
  }
  .text-start {
    text-align: start !important;
  }
  .font-mono {
    font-family: var(--font-mono) !important;
  }
  .text-2xl {
    font-size: var(--text-2xl) !important;
    line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
  }
  .text-2xl\! {
    font-size: var(--text-2xl) !important;
    line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
  }
  .text-3xl {
    font-size: var(--text-3xl) !important;
    line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
  }
  .text-5xl {
    font-size: var(--text-5xl) !important;
    line-height: var(--tw-leading, var(--text-5xl--line-height)) !important;
  }
  .text-base {
    font-size: var(--text-base) !important;
    line-height: var(--tw-leading, var(--text-base--line-height)) !important;
  }
  .text-lg {
    font-size: var(--text-lg) !important;
    line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  }
  .text-sm {
    font-size: var(--text-sm) !important;
    line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
  }
  .text-xl {
    font-size: var(--text-xl) !important;
    line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
  }
  .text-xs {
    font-size: var(--text-xs) !important;
    line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
  }
  .text-xs\! {
    font-size: var(--text-xs) !important;
    line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
  }
  .text-\[10px\] {
    font-size: 10px !important;
  }
  .text-\[11px\] {
    font-size: 11px !important;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed) !important;
    line-height: var(--leading-relaxed) !important;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug) !important;
    line-height: var(--leading-snug) !important;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight) !important;
    line-height: var(--leading-tight) !important;
  }
  .\!font-semibold {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .font-bold\! {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .tracking-\[0\.12em\] {
    --tw-tracking: 0.12em !important;
    letter-spacing: 0.12em !important;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight) !important;
    letter-spacing: var(--tracking-tight) !important;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide) !important;
    letter-spacing: var(--tracking-wide) !important;
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider) !important;
    letter-spacing: var(--tracking-wider) !important;
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest) !important;
    letter-spacing: var(--tracking-widest) !important;
  }
  .break-all {
    word-break: break-all !important;
  }
  .whitespace-normal {
    white-space: normal !important;
  }
  .whitespace-nowrap {
    white-space: nowrap !important;
  }
  .\!text-surface-800 {
    color: var(--p-surface-800) !important;
  }
  .text-black {
    color: var(--color-black) !important;
  }
  .text-black\! {
    color: var(--color-black) !important;
  }
  .text-blue-600 {
    color: var(--color-blue-600) !important;
  }
  .text-blue-700 {
    color: var(--color-blue-700) !important;
  }
  .text-gray-400 {
    color: var(--color-gray-400) !important;
  }
  .text-gray-500 {
    color: var(--color-gray-500) !important;
  }
  .text-gray-900 {
    color: var(--color-gray-900) !important;
  }
  .text-green-600 {
    color: var(--color-green-600) !important;
  }
  .text-orange-700 {
    color: var(--color-orange-700) !important;
  }
  .text-primary-400 {
    color: var(--p-primary-400) !important;
  }
  .text-primary-500 {
    color: var(--p-primary-500) !important;
  }
  .text-primary-600 {
    color: var(--p-primary-600) !important;
  }
  .text-red-500 {
    color: var(--color-red-500) !important;
  }
  .text-slate-300 {
    color: var(--color-slate-300) !important;
  }
  .text-slate-400 {
    color: var(--color-slate-400) !important;
  }
  .text-slate-500 {
    color: var(--color-slate-500) !important;
  }
  .text-slate-500\! {
    color: var(--color-slate-500) !important;
  }
  .text-slate-600 {
    color: var(--color-slate-600) !important;
  }
  .text-slate-700 {
    color: var(--color-slate-700) !important;
  }
  .text-slate-800 {
    color: var(--color-slate-800) !important;
  }
  .text-slate-900 {
    color: var(--color-slate-900) !important;
  }
  .text-surface-300 {
    color: var(--p-surface-300) !important;
  }
  .text-surface-400 {
    color: var(--p-surface-400) !important;
  }
  .text-surface-500 {
    color: var(--p-surface-500) !important;
  }
  .text-surface-700 {
    color: var(--p-surface-700) !important;
  }
  .text-surface-800 {
    color: var(--p-surface-800) !important;
  }
  .text-white {
    color: var(--color-white) !important;
  }
  .text-white\! {
    color: var(--color-white) !important;
  }
  .capitalize {
    text-transform: capitalize !important;
  }
  .lowercase\! {
    text-transform: lowercase !important;
  }
  .uppercase {
    text-transform: uppercase !important;
  }
  .italic {
    font-style: italic !important;
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,) !important;
  }
  .line-through {
    text-decoration-line: line-through !important;
  }
  .opacity-60 {
    opacity: 60% !important;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1)) !important;
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow) !important;
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)) !important;
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow) !important;
  }
  .shadow-sm\! {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)) !important;
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow) !important;
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1)) !important;
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow) !important;
  }
  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor) !important;
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow) !important;
  }
  .shadow-black {
    --tw-shadow-color: #000 !important;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .shadow-black {
      --tw-shadow-color: color-mix(in oklab, var(--color-black) var(--tw-shadow-alpha), transparent) !important;
    }
  }
  .shadow-green-500\/40 {
    --tw-shadow-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 40%, transparent) !important;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .shadow-green-500\/40 {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-green-500) 40%, transparent) var(--tw-shadow-alpha), transparent) !important;
    }
  }
  .shadow-slate-400 {
    --tw-shadow-color: oklch(70.4% 0.04 256.788) !important;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .shadow-slate-400 {
      --tw-shadow-color: color-mix(in oklab, var(--color-slate-400) var(--tw-shadow-alpha), transparent) !important;
    }
  }
  .ring-primary-500 {
    --tw-ring-color: var(--p-primary-500) !important;
  }
  .drop-shadow-2xl {
    --tw-drop-shadow-size: drop-shadow(0 25px 25px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15))) !important;
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-2xl)) !important;
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md)) !important;
    -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,) !important;
    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,) !important;
  }
  .backdrop-blur-xs {
    --tw-backdrop-blur: blur(var(--blur-xs)) !important;
    -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,) !important;
    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,) !important;
  }
  .transition-all {
    transition-property: all !important;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
    transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  }
  .transition-all\! {
    transition-property: all !important;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
    transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  }
  .transition-colors {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to !important;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
    transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  }
  .transition-transform {
    transition-property:
      transform,
      translate,
      scale,
      rotate !important;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
    transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  }
  .duration-150 {
    --tw-duration: 150ms !important;
    transition-duration: 150ms !important;
  }
  .duration-200 {
    --tw-duration: 200ms !important;
    transition-duration: 200ms !important;
  }
  .select-none {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  @media (hover: hover) {
    .group-hover\:translate-x-0\.5:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * 0.5) !important;
      translate: var(--tw-translate-x) var(--tw-translate-y) !important;
    }
  }
  @media (hover: hover) {
    .group-hover\:bg-blue-100:is(:where(.group):hover *) {
      background-color: var(--color-blue-100) !important;
    }
  }
  @media (hover: hover) {
    .group-hover\:text-blue-500:is(:where(.group):hover *) {
      color: var(--color-blue-500) !important;
    }
  }
  .last\:border-0:last-child {
    border-style: var(--tw-border-style) !important;
    border-width: 0px !important;
  }
  @media (hover: hover) {
    .hover\:border-blue-200:hover {
      border-color: var(--color-blue-200) !important;
    }
  }
  @media (hover: hover) {
    .hover\:border-primary-300:hover {
      border-color: var(--p-primary-300) !important;
    }
  }
  @media (hover: hover) {
    .hover\:border-primary-400:hover {
      border-color: var(--p-primary-400) !important;
    }
  }
  @media (hover: hover) {
    .hover\:border-primary-500:hover {
      border-color: var(--p-primary-500) !important;
    }
  }
  @media (hover: hover) {
    .hover\:border-red-500\!:hover {
      border-color: var(--color-red-500) !important;
    }
  }
  @media (hover: hover) {
    .hover\:bg-blue-50:hover {
      background-color: var(--color-blue-50) !important;
    }
  }
  @media (hover: hover) {
    .hover\:bg-primary-50\/30:hover {
      background-color: var(--p-primary-50) !important;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary-50\/30:hover {
        background-color: color-mix(in oklab, var(--p-primary-50) 30%, transparent) !important;
      }
    }
  }
  @media (hover: hover) {
    .hover\:bg-slate-100:hover {
      background-color: var(--color-slate-100) !important;
    }
  }
  @media (hover: hover) {
    .hover\:bg-slate-200:hover {
      background-color: var(--color-slate-200) !important;
    }
  }
  @media (hover: hover) {
    .hover\:bg-emphasis:hover {
      background: var(--p-content-hover-background) !important;
      color: var(--p-content-hover-color) !important;
    }
  }
  @media (hover: hover) {
    .hover\:text-slate-600:hover {
      color: var(--color-slate-600) !important;
    }
  }
  @media (hover: hover) {
    .hover\:shadow-md:hover {
      --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1)) !important;
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow) !important;
    }
  }
  @media (width >= 40rem) {
    .sm\:block {
      display: block !important;
    }
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
  }
  @media (width >= 40rem) {
    .sm\:flex-row {
      flex-direction: row !important;
    }
  }
  @media (width >= 40rem) {
    .sm\:p-4 {
      padding: calc(var(--spacing) * 4) !important;
    }
  }
  @media (width >= 40rem) {
    .sm\:px-4 {
      padding-inline: calc(var(--spacing) * 4) !important;
    }
  }
  @media (width >= 40rem) {
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6) !important;
    }
  }
  @media (width >= 48rem) {
    .md\:w-56 {
      width: calc(var(--spacing) * 56) !important;
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }
  @media (width >= 48rem) {
    .md\:opacity-0 {
      opacity: 0% !important;
    }
  }
  @media (width >= 48rem) {
    @media (hover: hover) {
      .md\:group-hover\:opacity-100:is(:where(.group):hover *) {
        opacity: 100% !important;
      }
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
  }
  @media (width >= 80rem) {
    .xl\:grid-cols-2\! {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }
  @media (width >= 80rem) {
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
  }
  @media (width >= 80rem) {
    .xl\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
  }
  .dark\:bg-slate-900:where(.dark-mode, .dark-mode *) {
    background-color: var(--color-slate-900) !important;
  }
  .dark\:text-surface-400:where(.dark-mode, .dark-mode *) {
    color: var(--p-surface-400) !important;
  }
}
@layer keyframes {
  @keyframes enter {
    from {
      opacity: var(--p-enter-opacity, 1);
      transform: translate3d(var(--p-enter-translate-x, 0), var(--p-enter-translate-y, 0), 0) scale3d(var(--p-enter-scale, 1), var(--p-enter-scale, 1), var(--p-enter-scale, 1)) rotate(var(--p-enter-rotate, 0));
    }
  }
  @keyframes leave {
    to {
      opacity: var(--p-leave-opacity, 1);
      transform: translate3d(var(--p-leave-translate-x, 0), var(--p-leave-translate-y, 0), 0) scale3d(var(--p-leave-scale, 1), var(--p-leave-scale, 1), var(--p-leave-scale, 1)) rotate(var(--p-leave-rotate, 0));
    }
  }
  @keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeout {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes infinite-scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes scalein {
    0% {
      opacity: 0;
      transform: scaleY(0.8);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 1;
      transform: scaleY(1);
    }
  }
  @keyframes slidedown {
    0% {
      max-height: 0;
    }
    100% {
      max-height: auto;
    }
  }
  @keyframes slideup {
    0% {
      max-height: 1000px;
    }
    100% {
      max-height: 0;
    }
  }
  @keyframes fadeinleft {
    0% {
      opacity: 0;
      transform: translateX(-100%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @keyframes fadeoutleft {
    0% {
      opacity: 1;
      transform: translateX(0%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 0;
      transform: translateX(-100%);
    }
  }
  @keyframes fadeinright {
    0% {
      opacity: 0;
      transform: translateX(100%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @keyframes fadeoutright {
    0% {
      opacity: 1;
      transform: translateX(0%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  @keyframes fadeinup {
    0% {
      opacity: 0;
      transform: translateY(-100%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @keyframes fadeoutup {
    0% {
      opacity: 1;
      transform: translateY(0%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 0;
      transform: translateY(-100%);
    }
  }
  @keyframes fadeindown {
    0% {
      opacity: 0;
      transform: translateY(100%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @keyframes fadeoutdown {
    0% {
      opacity: 1;
      transform: translateY(0%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 0;
      transform: translateY(100%);
    }
  }
  @keyframes width {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes flip {
    from {
      transform: perspective(2000px) rotateX(-100deg);
    }
    to {
      transform: perspective(2000px) rotateX(0);
    }
  }
  @keyframes flipleft {
    from {
      transform: perspective(2000px) rotateY(-100deg);
      opacity: 0;
    }
    to {
      transform: perspective(2000px) rotateY(0);
      opacity: 1;
    }
  }
  @keyframes flipright {
    from {
      transform: perspective(2000px) rotateY(100deg);
      opacity: 0;
    }
    to {
      transform: perspective(2000px) rotateY(0);
      opacity: 1;
    }
  }
  @keyframes flipup {
    from {
      transform: perspective(2000px) rotateX(-100deg);
      opacity: 0;
    }
    to {
      transform: perspective(2000px) rotateX(0);
      opacity: 1;
    }
  }
  @keyframes zoomin {
    from {
      transform: scale3d(0.3, 0.3, 0.3);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }
  @keyframes zoomindown {
    from {
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      opacity: 0;
    }
    60% {
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      opacity: 1;
    }
  }
  @keyframes zoominleft {
    from {
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      opacity: 0;
    }
    60% {
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      opacity: 1;
    }
  }
}
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons.eot");
  src:
    url("./media/primeicons.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons.woff2") format("woff2"),
    url("./media/primeicons.woff") format("woff"),
    url("./media/primeicons.ttf") format("truetype"),
    url("./media/primeicons.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}
.ph {
  background: transparent;
}
@property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-divide-x-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-leading { syntax: "*"; inherits: false; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-tracking { syntax: "*"; inherits: false; }
@property --tw-ordinal { syntax: "*"; inherits: false; }
@property --tw-slashed-zero { syntax: "*"; inherits: false; }
@property --tw-numeric-figure { syntax: "*"; inherits: false; }
@property --tw-numeric-spacing { syntax: "*"; inherits: false; }
@property --tw-numeric-fraction { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@property --tw-backdrop-blur { syntax: "*"; inherits: false; }
@property --tw-backdrop-brightness { syntax: "*"; inherits: false; }
@property --tw-backdrop-contrast { syntax: "*"; inherits: false; }
@property --tw-backdrop-grayscale { syntax: "*"; inherits: false; }
@property --tw-backdrop-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-backdrop-invert { syntax: "*"; inherits: false; }
@property --tw-backdrop-opacity { syntax: "*"; inherits: false; }
@property --tw-backdrop-saturate { syntax: "*"; inherits: false; }
@property --tw-backdrop-sepia { syntax: "*"; inherits: false; }
@property --tw-duration { syntax: "*"; inherits: false; }
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-divide-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}

/* src/styles.scss */
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  inset: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  inset: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  inset: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color: var(--neutral);
  --mat-option-label-text-color: rgb(0 0 0 / 87%);
  --mat-option-hover-state-layer-color: rgb(0 0 0 / 4%);
  --mat-option-focus-state-layer-color: rgb(0 0 0 / 4%);
  --mat-option-selected-state-layer-color: rgb(0 0 0 / 4%);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: var(--neutral);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
}
html {
  --mat-optgroup-label-text-color: rgb(0 0 0 / 87%);
}
.mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: var(--neutral);
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: var(--neutral);
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: var(--neutral);
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: var(--neutral);
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: var(--neutral);
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: var(--neutral);
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow:
    0 0 0 0 rgba(0, 0, 0, 0.2),
    0 0 0 0 rgba(0, 0, 0, 0.14),
    0 0 0 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow:
    0 2px 1px -1px rgba(0, 0, 0, 0.2),
    0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow:
    0 3px 3px -2px rgba(0, 0, 0, 0.2),
    0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 5px 8px 0 rgba(0, 0, 0, 0.14),
    0 1px 14px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow:
    0 4px 5px -2px rgba(0, 0, 0, 0.2),
    0 7px 10px 1px rgba(0, 0, 0, 0.14),
    0 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow:
    0 5px 6px -3px rgba(0, 0, 0, 0.2),
    0 9px 12px 1px rgba(0, 0, 0, 0.14),
    0 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow:
    0 6px 6px -3px rgba(0, 0, 0, 0.2),
    0 10px 14px 1px rgba(0, 0, 0, 0.14),
    0 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow:
    0 6px 7px -4px rgba(0, 0, 0, 0.2),
    0 11px 15px 1px rgba(0, 0, 0, 0.14),
    0 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow:
    0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 12px 17px 2px rgba(0, 0, 0, 0.14),
    0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow:
    0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 13px 19px 2px rgba(0, 0, 0, 0.14),
    0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow:
    0 7px 9px -4px rgba(0, 0, 0, 0.2),
    0 14px 21px 2px rgba(0, 0, 0, 0.14),
    0 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow:
    0 8px 9px -5px rgba(0, 0, 0, 0.2),
    0 15px 22px 2px rgba(0, 0, 0, 0.14),
    0 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow:
    0 8px 10px -5px rgba(0, 0, 0, 0.2),
    0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow:
    0 8px 11px -5px rgba(0, 0, 0, 0.2),
    0 17px 26px 2px rgba(0, 0, 0, 0.14),
    0 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow:
    0 9px 11px -5px rgba(0, 0, 0, 0.2),
    0 18px 28px 2px rgba(0, 0, 0, 0.14),
    0 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow:
    0 9px 12px -6px rgba(0, 0, 0, 0.2),
    0 19px 29px 2px rgba(0, 0, 0, 0.14),
    0 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow:
    0 10px 13px -6px rgba(0, 0, 0, 0.2),
    0 20px 31px 3px rgba(0, 0, 0, 0.14),
    0 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow:
    0 10px 13px -6px rgba(0, 0, 0, 0.2),
    0 21px 33px 3px rgba(0, 0, 0, 0.14),
    0 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow:
    0 10px 14px -6px rgba(0, 0, 0, 0.2),
    0 22px 35px 3px rgba(0, 0, 0, 0.14),
    0 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow:
    0 11px 14px -7px rgba(0, 0, 0, 0.2),
    0 23px 36px 3px rgba(0, 0, 0, 0.14),
    0 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow:
    0 11px 15px -7px rgba(0, 0, 0, 0.2),
    0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
html {
  --mat-option-label-text-font: roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}
.mat-mdc-card {
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%),
    0px 1px 3px 0px rgb(0 0 0 / 12%);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-outline-color: rgb(0 0 0 / 12%);
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgb(0 0 0 / 20%),
    0px 0px 0px 0px rgb(0 0 0 / 14%),
    0px 0px 0px 0px rgb(0 0 0 / 12%);
  --mat-card-subtitle-text-color: rgb(0 0 0 / 54%);
}
.mat-mdc-card {
  --mat-card-title-text-font: roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}
.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: var(--neutral);
  --mat-progress-bar-track-color: rgb(63 81 181 / 25%);
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: var(--mat-progress-bar-track-color, rgba(63, 81, 181, 0.25));
}
@media (forced-colors: active) {
  .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(63, 81, 181, 0.25)'/%3E%3C/svg%3E");
  }
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: var(--mat-progress-bar-track-color, rgba(63, 81, 181, 0.25));
}
.mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: var(--neutral);
  --mat-progress-bar-track-color: rgb(255 64 129 / 25%);
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: var(--mat-progress-bar-track-color, rgba(255, 64, 129, 0.25));
}
@media (forced-colors: active) {
  .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 64, 129, 0.25)'/%3E%3C/svg%3E");
  }
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: var(--mat-progress-bar-track-color, rgba(255, 64, 129, 0.25));
}
.mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #f44336;
  --mat-progress-bar-track-color: rgb(244 67 54 / 25%);
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: var(--mat-progress-bar-track-color, rgba(244, 67, 54, 0.25));
}
@media (forced-colors: active) {
  .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
  }
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: var(--mat-progress-bar-track-color, rgba(244, 67, 54, 0.25));
}
.mat-mdc-tooltip {
  --mat-tooltip-container-color: #616161;
  --mat-tooltip-supporting-text-color: #fff;
}
.mat-mdc-tooltip {
  --mat-tooltip-supporting-text-font: roboto, sans-serif;
  --mat-tooltip-supporting-text-size: 12px;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: 0.0333333333em;
}
html {
  --mat-form-field-filled-caret-color: var(--neutral);
  --mat-form-field-filled-focus-active-indicator-color: rgb(118 197 224);
  --mat-form-field-filled-focus-label-text-color: rgb(118 197 224 / 87%);
  --mat-form-field-filled-container-color: whitesmoke;
  --mat-form-field-filled-disabled-container-color: #fafafa;
  --mat-form-field-filled-label-text-color: rgb(0 0 0 / 60%);
  --mat-form-field-filled-disabled-label-text-color: rgb(0 0 0 / 38%);
  --mat-form-field-filled-input-text-color: rgb(0 0 0 / 87%);
  --mat-form-field-filled-disabled-input-text-color: rgb(0 0 0 / 38%);
  --mat-form-field-filled-input-text-placeholder-color: rgb(0 0 0 / 60%);
  --mat-form-field-filled-error-focus-label-text-color: #f44336;
  --mat-form-field-filled-error-label-text-color: #f44336;
  --mat-form-field-filled-error-caret-color: #f44336;
  --mat-form-field-filled-active-indicator-color: rgb(0 0 0 / 42%);
  --mat-form-field-filled-disabled-active-indicator-color: rgb(0 0 0 / 6%);
  --mat-form-field-filled-hover-active-indicator-color: rgb(0 0 0 / 87%);
  --mat-form-field-filled-error-active-indicator-color: #f44336;
  --mat-form-field-filled-error-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-error-hover-active-indicator-color: #f44336;
  --mat-form-field-outlined-caret-color: var(--neutral);
  --mat-form-field-outlined-focus-outline-color: var(--neutral);
  --mat-form-field-outlined-focus-label-text-color: rgb(118 197 224 / 87%);
  --mat-form-field-outlined-label-text-color: rgb(0 0 0 / 60%);
  --mat-form-field-outlined-disabled-label-text-color: rgb(0 0 0 / 38%);
  --mat-form-field-outlined-input-text-color: rgb(0 0 0 / 87%);
  --mat-form-field-outlined-disabled-input-text-color: rgb(0 0 0 / 38%);
  --mat-form-field-outlined-input-text-placeholder-color: rgb(0 0 0 / 60%);
  --mat-form-field-outlined-error-caret-color: #f44336;
  --mat-form-field-outlined-error-focus-label-text-color: #f44336;
  --mat-form-field-outlined-error-label-text-color: #f44336;
  --mat-form-field-outlined-outline-color: rgb(0 0 0 / 38%);
  --mat-form-field-outlined-disabled-outline-color: rgb(0 0 0 / 6%);
  --mat-form-field-outlined-hover-outline-color: rgb(0 0 0 / 87%);
  --mat-form-field-outlined-error-focus-outline-color: #f44336;
  --mat-form-field-outlined-error-hover-outline-color: #f44336;
  --mat-form-field-outlined-error-outline-color: #f44336;
  --mat-form-field-disabled-input-text-placeholder-color: rgb(0 0 0 / 38%);
}
.mat-mdc-form-field-error {
  color: var(--mat-theme-error, #f44336);
}
.mat-mdc-form-field-subscript-wrapper,
.mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mat-form-field-subscript-text-font);
  line-height: var(--mat-form-field-subscript-text-line-height);
  font-size: var(--mat-form-field-subscript-text-size);
  letter-spacing: var(--mat-form-field-subscript-text-tracking);
  font-weight: var(--mat-form-field-subscript-text-weight);
}
.mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: var(--neutral) ce;
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-filled-caret-color: var(--neutral);
  --mat-form-field-filled-focus-active-indicator-color: var(--neutral);
  --mat-form-field-filled-focus-label-text-color: rgb(255 64 129 / 87%);
  --mat-form-field-outlined-caret-color: var(--neutral);
  --mat-form-field-outlined-focus-outline-color: var(--neutral);
  --mat-form-field-outlined-focus-label-text-color: rgb(255 64 129 / 87%);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-filled-caret-color: #f44336;
  --mat-form-field-filled-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-focus-label-text-color: rgb(244 67 54 / 87%);
  --mat-form-field-outlined-caret-color: #f44336;
  --mat-form-field-outlined-focus-outline-color: #f44336;
  --mat-form-field-outlined-focus-label-text-color: rgb(244 67 54 / 87%);
}
.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid rgba(0, 0, 0, 0);
}
[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0);
}
.mat-mdc-form-field-infix {
  min-height: 56px;
}
.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(-34.75px) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.mdc-text-field--no-label:not(.mdc-text-field--outlined, .mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
html {
  --mat-form-field-filled-label-text-font: roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 16px;
  --mat-form-field-filled-label-text-tracking: 0.03125em;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 16px;
  --mat-form-field-outlined-label-text-tracking: 0.03125em;
  --mat-form-field-outlined-label-text-weight: 400;
  --mat-form-field-container-text-font: roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgb(0 0 0 / 87%);
  --mat-select-disabled-trigger-text-color: rgb(0 0 0 / 38%);
  --mat-select-placeholder-text-color: rgb(0 0 0 / 60%);
  --mat-select-enabled-arrow-color: rgb(0 0 0 / 54%);
  --mat-select-disabled-arrow-color: rgb(0 0 0 / 38%);
  --mat-select-focused-arrow-color: var(--neutral);
  --mat-select-invalid-arrow-color: rgb(244 67 54 / 87%);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgb(0 0 0 / 87%);
  --mat-select-disabled-trigger-text-color: rgb(0 0 0 / 38%);
  --mat-select-placeholder-text-color: rgb(0 0 0 / 60%);
  --mat-select-enabled-arrow-color: rgb(0 0 0 / 54%);
  --mat-select-disabled-arrow-color: rgb(0 0 0 / 38%);
  --mat-select-focused-arrow-color: rgb(255 64 129 / 87%);
  --mat-select-invalid-arrow-color: rgb(244 67 54 / 87%);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgb(0 0 0 / 87%);
  --mat-select-disabled-trigger-text-color: rgb(0 0 0 / 38%);
  --mat-select-placeholder-text-color: rgb(0 0 0 / 60%);
  --mat-select-enabled-arrow-color: rgb(0 0 0 / 54%);
  --mat-select-disabled-arrow-color: rgb(0 0 0 / 38%);
  --mat-select-focused-arrow-color: rgb(244 67 54 / 87%);
  --mat-select-invalid-arrow-color: rgb(244 67 54 / 87%);
}
html {
  --mat-select-trigger-text-font: roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mat-autocomplete-background-color: white;
}
.mat-mdc-dialog-container {
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgb(0 0 0 / 87%);
  --mat-dialog-supporting-text-color: rgb(0 0 0 / 60%);
}
.mat-mdc-dialog-container {
  --mat-dialog-subhead-font: roboto, sans-serif;
  --mat-dialog-subhead-line-height: 32px;
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: 0.0125em;
  --mat-dialog-supporting-text-font: roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 16px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: #212121;
  --mat-chip-elevated-container-color: #e0e0e0;
  --mat-chip-elevated-disabled-container-color: #e0e0e0;
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-label-text-color: #212121;
  --mat-chip-with-icon-icon-color: #212121;
  --mat-chip-with-icon-disabled-icon-color: #212121;
  --mat-chip-with-icon-selected-icon-color: #212121;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mat-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: var(--neutral);
  --mat-chip-elevated-disabled-container-color: var(--neutral);
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-label-text-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: var(--neutral);
  --mat-chip-elevated-disabled-container-color: var(--neutral);
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-label-text-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #f44336;
  --mat-chip-elevated-disabled-container-color: #f44336;
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-label-text-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mat-chip-label-text-font: roboto, sans-serif;
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 14px;
  --mat-chip-label-text-tracking: 0.0178571429em;
  --mat-chip-label-text-weight: 400;
}
.mat-mdc-slide-toggle {
  --mat-slide-toggle-selected-focus-state-layer-color: var(--neutral);
  --mat-slide-toggle-selected-handle-color: var(--neutral);
  --mat-slide-toggle-selected-hover-state-layer-color: var(--neutral);
  --mat-slide-toggle-selected-pressed-state-layer-color: var(--neutral);
  --mat-slide-toggle-selected-focus-handle-color: var(--neutral);
  --mat-slide-toggle-selected-hover-handle-color: var(--neutral);
  --mat-slide-toggle-selected-pressed-handle-color: var(--neutral);
  --mat-slide-toggle-selected-focus-track-color: #7986cb;
  --mat-slide-toggle-selected-hover-track-color: #7986cb;
  --mat-slide-toggle-selected-pressed-track-color: #7986cb;
  --mat-slide-toggle-selected-track-color: #7986cb;
  --mat-slide-toggle-disabled-selected-handle-color: #424242;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-track-color: #424242;
  --mat-slide-toggle-disabled-unselected-handle-color: #424242;
  --mat-slide-toggle-disabled-unselected-icon-color: #fff;
  --mat-slide-toggle-disabled-unselected-track-color: #424242;
  --mat-slide-toggle-handle-surface-color: var(--mat-theme-surface, #fff);
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%),
    0px 1px 3px 0px rgb(0 0 0 / 12%);
  --mat-slide-toggle-handle-shadow-color: black;
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgb(0 0 0 / 20%),
    0px 0px 0px 0px rgb(0 0 0 / 14%),
    0px 0px 0px 0px rgb(0 0 0 / 12%);
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-unselected-focus-handle-color: #212121;
  --mat-slide-toggle-unselected-focus-state-layer-color: #424242;
  --mat-slide-toggle-unselected-focus-track-color: #e0e0e0;
  --mat-slide-toggle-unselected-handle-color: #616161;
  --mat-slide-toggle-unselected-hover-handle-color: #212121;
  --mat-slide-toggle-unselected-hover-state-layer-color: #424242;
  --mat-slide-toggle-unselected-hover-track-color: #e0e0e0;
  --mat-slide-toggle-unselected-icon-color: #fff;
  --mat-slide-toggle-unselected-pressed-handle-color: #212121;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: #e0e0e0;
  --mat-slide-toggle-unselected-track-color: #e0e0e0;
}
.mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mat-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-focus-state-layer-color: #d81b60;
  --mat-slide-toggle-selected-handle-color: #d81b60;
  --mat-slide-toggle-selected-hover-state-layer-color: #d81b60;
  --mat-slide-toggle-selected-pressed-state-layer-color: #d81b60;
  --mat-slide-toggle-selected-focus-handle-color: #880e4f;
  --mat-slide-toggle-selected-hover-handle-color: #880e4f;
  --mat-slide-toggle-selected-pressed-handle-color: #880e4f;
  --mat-slide-toggle-selected-focus-track-color: #f06292;
  --mat-slide-toggle-selected-hover-track-color: #f06292;
  --mat-slide-toggle-selected-pressed-track-color: #f06292;
  --mat-slide-toggle-selected-track-color: #f06292;
}
.mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-focus-state-layer-color: #e53935;
  --mat-slide-toggle-selected-handle-color: #e53935;
  --mat-slide-toggle-selected-hover-state-layer-color: #e53935;
  --mat-slide-toggle-selected-pressed-state-layer-color: #e53935;
  --mat-slide-toggle-selected-focus-handle-color: #b71c1c;
  --mat-slide-toggle-selected-hover-handle-color: #b71c1c;
  --mat-slide-toggle-selected-pressed-handle-color: #b71c1c;
  --mat-slide-toggle-selected-focus-track-color: #e57373;
  --mat-slide-toggle-selected-hover-track-color: #e57373;
  --mat-slide-toggle-selected-pressed-track-color: #e57373;
  --mat-slide-toggle-selected-track-color: #e57373;
}
.mat-mdc-slide-toggle {
  --mat-slide-toggle-state-layer-size: 48px;
}
.mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: roboto, sans-serif;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-weight: 400;
}
.mat-mdc-slide-toggle .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mat-typography-body2-font-family, var(--mat-typography-font-family, Roboto, sans-serif));
  font-size: var(--mat-typography-body2-font-size, 0.875rem);
  line-height: var(--mat-typography-body2-line-height, 1.25rem);
  font-weight: var(--mat-typography-body2-font-weight, 400);
  letter-spacing: var(--mat-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: var(--mat-typography-body2-text-decoration, inherit);
  text-transform: var(--mat-typography-body2-text-transform, inherit);
}
.mat-mdc-radio-button .mdc-form-field {
  color: var(--mat-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-disabled-selected-icon-color: #000;
  --mat-radio-disabled-unselected-icon-color: #000;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgb(0 0 0 / 54%);
  --mat-radio-unselected-pressed-icon-color: rgb(0 0 0 / 54%);
  --mat-radio-selected-focus-icon-color: var(--neutral);
  --mat-radio-selected-hover-icon-color: var(--neutral);
  --mat-radio-selected-icon-color: var(--neutral);
  --mat-radio-selected-pressed-icon-color: var(--neutral);
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: var(--neutral);
  --mat-radio-disabled-label-color: rgb(0 0 0 / 38%);
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-disabled-selected-icon-color: #000;
  --mat-radio-disabled-unselected-icon-color: #000;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgb(0 0 0 / 54%);
  --mat-radio-unselected-pressed-icon-color: rgb(0 0 0 / 54%);
  --mat-radio-selected-focus-icon-color: var(--neutral);
  --mat-radio-selected-hover-icon-color: var(--neutral);
  --mat-radio-selected-icon-color: var(--neutral);
  --mat-radio-selected-pressed-icon-color: var(--neutral);
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: var(--neutral);
  --mat-radio-disabled-label-color: rgb(0 0 0 / 38%);
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-disabled-selected-icon-color: #000;
  --mat-radio-disabled-unselected-icon-color: #000;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgb(0 0 0 / 54%);
  --mat-radio-unselected-pressed-icon-color: rgb(0 0 0 / 54%);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgb(0 0 0 / 38%);
}
.mat-mdc-radio-button .mdc-radio {
  --mat-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mat-typography-body2-font-family, var(--mat-typography-font-family, Roboto, sans-serif));
  font-size: var(--mat-typography-body2-font-size, 14px);
  line-height: var(--mat-typography-body2-line-height, 20px);
  font-weight: var(--mat-typography-body2-font-weight, 400);
  letter-spacing: var(--mat-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: var(--mat-typography-body2-text-decoration, inherit);
  text-transform: var(--mat-typography-body2-text-transform, none);
}
.mat-mdc-slider {
  --mat-slider-label-container-color: black;
  --mat-slider-label-label-text-color: white;
  --mat-slider-disabled-handle-color: #000;
  --mat-slider-disabled-active-track-color: #000;
  --mat-slider-disabled-inactive-track-color: #000;
  --mat-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.mat-mdc-slider.mat-primary {
  --mat-slider-handle-color: var(--neutral);
  --mat-slider-focus-handle-color: var(--neutral);
  --mat-slider-hover-handle-color: var(--neutral);
  --mat-slider-active-track-color: var(--neutral);
  --mat-slider-inactive-track-color: var(--neutral);
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: var(--neutral);
  --mat-mdc-slider-ripple-color: var(--neutral);
  --mat-mdc-slider-hover-ripple-color: rgb(63 81 181 / 5%);
  --mat-mdc-slider-focus-ripple-color: rgb(63 81 181 / 20%);
}
.mat-mdc-slider.mat-accent {
  --mat-slider-handle-color: var(--neutral);
  --mat-slider-focus-handle-color: var(--neutral);
  --mat-slider-hover-handle-color: var(--neutral);
  --mat-slider-active-track-color: var(--neutral);
  --mat-slider-inactive-track-color: var(--neutral);
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: var(--neutral);
  --mat-mdc-slider-ripple-color: var(--neutral);
  --mat-mdc-slider-hover-ripple-color: rgb(255 64 129 / 5%);
  --mat-mdc-slider-focus-ripple-color: rgb(255 64 129 / 20%);
}
.mat-mdc-slider.mat-warn {
  --mat-slider-handle-color: #f44336;
  --mat-slider-focus-handle-color: #f44336;
  --mat-slider-hover-handle-color: #f44336;
  --mat-slider-active-track-color: #f44336;
  --mat-slider-inactive-track-color: #f44336;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgb(244 67 54 / 5%);
  --mat-mdc-slider-focus-ripple-color: rgb(244 67 54 / 20%);
}
.mat-mdc-slider {
  --mat-slider-label-label-text-font: roboto, sans-serif;
  --mat-slider-label-label-text-size: 14px;
  --mat-slider-label-label-text-line-height: 22px;
  --mat-slider-label-label-text-tracking: 0.0071428571em;
  --mat-slider-label-label-text-weight: 500;
}
html {
  --mat-menu-item-label-text-color: rgb(0 0 0 / 87%);
  --mat-menu-item-icon-color: rgb(0 0 0 / 87%);
  --mat-menu-item-hover-state-layer-color: rgb(0 0 0 / 4%);
  --mat-menu-item-focus-state-layer-color: rgb(0 0 0 / 4%);
  --mat-menu-container-color: white;
}
html {
  --mat-menu-item-label-text-font: roboto, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}
.mat-mdc-list-base {
  --mat-list-list-item-label-text-color: rgb(0 0 0 / 87%);
  --mat-list-list-item-supporting-text-color: rgb(0 0 0 / 54%);
  --mat-list-list-item-leading-icon-color: rgb(0 0 0 / 38%);
  --mat-list-list-item-trailing-supporting-text-color: rgb(0 0 0 / 38%);
  --mat-list-list-item-trailing-icon-color: rgb(0 0 0 / 38%);
  --mat-list-list-item-selected-trailing-icon-color: rgb(0 0 0 / 38%);
  --mat-list-list-item-disabled-label-text-color: black;
  --mat-list-list-item-disabled-leading-icon-color: black;
  --mat-list-list-item-disabled-trailing-icon-color: black;
  --mat-list-list-item-hover-label-text-color: rgb(0 0 0 / 87%);
  --mat-list-list-item-hover-leading-icon-color: rgb(0 0 0 / 38%);
  --mat-list-list-item-hover-trailing-icon-color: rgb(0 0 0 / 38%);
  --mat-list-list-item-focus-label-text-color: rgb(0 0 0 / 87%);
  --mat-list-list-item-hover-state-layer-color: black;
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-focus-state-layer-color: black;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-disabled-selected-icon-color: #000;
  --mat-radio-disabled-unselected-icon-color: #000;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgb(0 0 0 / 54%);
  --mat-radio-unselected-pressed-icon-color: rgb(0 0 0 / 54%);
  --mat-radio-selected-focus-icon-color: var(--neutral);
  --mat-radio-selected-hover-icon-color: var(--neutral);
  --mat-radio-selected-icon-color: var(--neutral);
  --mat-radio-selected-pressed-icon-color: var(--neutral);
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mat-radio-disabled-selected-icon-color: #000;
  --mat-radio-disabled-unselected-icon-color: #000;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgb(0 0 0 / 54%);
  --mat-radio-unselected-pressed-icon-color: rgb(0 0 0 / 54%);
  --mat-radio-selected-focus-icon-color: var(--neutral);
  --mat-radio-selected-hover-icon-color: var(--neutral);
  --mat-radio-selected-icon-color: var(--neutral);
  --mat-radio-selected-pressed-icon-color: var(--neutral);
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mat-radio-disabled-selected-icon-color: #000;
  --mat-radio-disabled-unselected-icon-color: #000;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgb(0 0 0 / 54%);
  --mat-radio-unselected-pressed-icon-color: rgb(0 0 0 / 54%);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
}
.mat-mdc-list-option {
  --mat-checkbox-disabled-selected-icon-color: rgb(0 0 0 / 38%);
  --mat-checkbox-disabled-unselected-icon-color: rgb(0 0 0 / 38%);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: var(--neutral);
  --mat-checkbox-selected-hover-icon-color: var(--neutral);
  --mat-checkbox-selected-icon-color: var(--neutral);
  --mat-checkbox-selected-pressed-icon-color: var(--neutral);
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgb(0 0 0 / 54%);
  --mat-checkbox-unselected-pressed-icon-color: rgb(0 0 0 / 54%);
  --mat-checkbox-selected-focus-state-layer-color: var(--neutral);
  --mat-checkbox-selected-hover-state-layer-color: var(--neutral);
  --mat-checkbox-selected-pressed-state-layer-color: var(--neutral);
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-selected-icon-color: rgb(0 0 0 / 38%);
  --mat-checkbox-disabled-unselected-icon-color: rgb(0 0 0 / 38%);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: var(--neutral);
  --mat-checkbox-selected-hover-icon-color: var(--neutral);
  --mat-checkbox-selected-icon-color: var(--neutral);
  --mat-checkbox-selected-pressed-icon-color: var(--neutral);
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgb(0 0 0 / 54%);
  --mat-checkbox-unselected-pressed-icon-color: rgb(0 0 0 / 54%);
  --mat-checkbox-selected-focus-state-layer-color: var(--neutral);
  --mat-checkbox-selected-hover-state-layer-color: var(--neutral);
  --mat-checkbox-selected-pressed-state-layer-color: var(--neutral);
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: rgb(0 0 0 / 38%);
  --mat-checkbox-disabled-unselected-icon-color: rgb(0 0 0 / 38%);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgb(0 0 0 / 54%);
  --mat-checkbox-unselected-pressed-icon-color: rgb(0 0 0 / 54%);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--neutral);
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--neutral);
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.mat-mdc-list-base {
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.mat-mdc-list-base {
  --mat-list-list-item-label-text-font: roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 16px;
  --mat-list-list-item-label-text-tracking: 0.03125em;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 14px;
  --mat-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 20px;
  --mat-list-list-item-trailing-supporting-text-size: 12px;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mat-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.009375em;
}
html {
  --mat-paginator-container-text-color: rgb(0 0 0 / 87%);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgb(0 0 0 / 54%);
  --mat-paginator-disabled-icon-color: rgb(0 0 0 / 12%);
}
html {
  --mat-paginator-container-size: 56px;
}
.mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(-26.75px) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined, .mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
html {
  --mat-paginator-container-text-font: roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-active-indicator-color: var(--neutral);
  --mat-tab-disabled-ripple-color: rgb(0 0 0 / 38%);
  --mat-tab-pagination-icon-color: #000;
  --mat-tab-inactive-label-text-color: rgb(0 0 0 / 60%);
  --mat-tab-active-label-text-color: var(--neutral);
  --mat-tab-active-ripple-color: var(--neutral);
  --mat-tab-inactive-ripple-color: var(--neutral);
  --mat-tab-inactive-focus-label-text-color: rgb(0 0 0 / 60%);
  --mat-tab-inactive-hover-label-text-color: rgb(0 0 0 / 60%);
  --mat-tab-active-focus-label-text-color: var(--neutral);
  --mat-tab-active-hover-label-text-color: var(--neutral);
  --mat-tab-active-focus-indicator-color: var(--neutral);
  --mat-tab-active-hover-indicator-color: var(--neutral);
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-active-indicator-color: var(--neutral);
  --mat-tab-disabled-ripple-color: rgb(0 0 0 / 38%);
  --mat-tab-pagination-icon-color: #000;
  --mat-tab-inactive-label-text-color: rgb(0 0 0 / 60%);
  --mat-tab-active-label-text-color: var(--neutral);
  --mat-tab-active-ripple-color: var(--neutral);
  --mat-tab-inactive-ripple-color: var(--neutral);
  --mat-tab-inactive-focus-label-text-color: rgb(0 0 0 / 60%);
  --mat-tab-inactive-hover-label-text-color: rgb(0 0 0 / 60%);
  --mat-tab-active-focus-label-text-color: var(--neutral);
  --mat-tab-active-hover-label-text-color: var(--neutral);
  --mat-tab-active-focus-indicator-color: var(--neutral);
  --mat-tab-active-hover-indicator-color: var(--neutral);
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-active-indicator-color: #f44336;
  --mat-tab-disabled-ripple-color: rgb(0 0 0 / 38%);
  --mat-tab-pagination-icon-color: #000;
  --mat-tab-inactive-label-text-color: rgb(0 0 0 / 60%);
  --mat-tab-active-label-text-color: #f44336;
  --mat-tab-active-ripple-color: #f44336;
  --mat-tab-inactive-ripple-color: #f44336;
  --mat-tab-inactive-focus-label-text-color: rgb(0 0 0 / 60%);
  --mat-tab-inactive-hover-label-text-color: rgb(0 0 0 / 60%);
  --mat-tab-active-focus-label-text-color: #f44336;
  --mat-tab-active-hover-label-text-color: #f44336;
  --mat-tab-active-focus-indicator-color: #f44336;
  --mat-tab-active-hover-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-with-background-background-color: var(--neutral);
  --mat-tab-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-with-background-background-color: var(--neutral);
  --mat-tab-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-with-background-background-color: #f44336;
  --mat-tab-with-background-foreground-color: white;
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
.mat-mdc-tab-header {
  --mat-tab-label-text-font: roboto, sans-serif;
  --mat-tab-label-text-size: 14px;
  --mat-tab-label-text-tracking: 0.0892857143em;
  --mat-tab-label-text-line-height: 36px;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-disabled-selected-icon-color: rgb(0 0 0 / 38%);
  --mat-checkbox-disabled-unselected-icon-color: rgb(0 0 0 / 38%);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: var(--neutral);
  --mat-checkbox-selected-hover-icon-color: var(--neutral);
  --mat-checkbox-selected-icon-color: var(--neutral);
  --mat-checkbox-selected-pressed-icon-color: var(--neutral);
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgb(0 0 0 / 54%);
  --mat-checkbox-unselected-pressed-icon-color: rgb(0 0 0 / 54%);
  --mat-checkbox-selected-focus-state-layer-color: var(--neutral);
  --mat-checkbox-selected-hover-state-layer-color: var(--neutral);
  --mat-checkbox-selected-pressed-state-layer-color: var(--neutral);
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: rgb(0 0 0 / 38%);
  --mat-checkbox-disabled-unselected-icon-color: rgb(0 0 0 / 38%);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: var(--neutral);
  --mat-checkbox-selected-hover-icon-color: var(--neutral);
  --mat-checkbox-selected-icon-color: var(--neutral);
  --mat-checkbox-selected-pressed-icon-color: var(--neutral);
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgb(0 0 0 / 54%);
  --mat-checkbox-unselected-pressed-icon-color: rgb(0 0 0 / 54%);
  --mat-checkbox-selected-focus-state-layer-color: var(--neutral);
  --mat-checkbox-selected-hover-state-layer-color: var(--neutral);
  --mat-checkbox-selected-pressed-state-layer-color: var(--neutral);
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: rgb(0 0 0 / 38%);
  --mat-checkbox-disabled-unselected-icon-color: rgb(0 0 0 / 38%);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgb(0 0 0 / 54%);
  --mat-checkbox-unselected-pressed-icon-color: rgb(0 0 0 / 54%);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox .mdc-form-field {
  color: var(--mat-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-checkbox-state-layer-size: 40px;
}
.mat-mdc-checkbox .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mat-typography-body2-font-family, var(--mat-typography-font-family, Roboto, sans-serif));
  font-size: var(--mat-typography-body2-font-size, 14px);
  line-height: var(--mat-typography-body2-line-height, 20px);
  font-weight: var(--mat-typography-body2-font-weight, 400);
  letter-spacing: var(--mat-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: var(--mat-typography-body2-text-decoration, inherit);
  text-transform: var(--mat-typography-body2-text-transform, none);
}
.mat-mdc-button.mat-unthemed {
  --mat-button-text-label-text-color: #000;
}
.mat-mdc-button.mat-primary {
  --mat-button-text-label-text-color: var(--neutral);
}
.mat-mdc-button.mat-accent {
  --mat-button-text-label-text-color: var(--neutral);
}
.mat-mdc-button.mat-warn {
  --mat-button-text-label-text-color: #f44336;
}
.mat-mdc-button[disabled][disabled] {
  --mat-button-text-disabled-label-text-color: rgb(0 0 0 / 38%);
  --mat-button-text-label-text-color: rgb(0 0 0 / 38%);
}
.mat-mdc-unelevated-button.mat-unthemed {
  --mat-button-filled-container-color: #fff;
  --mat-button-filled-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-primary {
  --mat-button-filled-container-color: var(--neutral);
  --mat-button-filled-label-text-color: #fff;
}
.mat-mdc-unelevated-button.mat-accent {
  --mat-button-filled-container-color: var(--neutral);
  --mat-button-filled-label-text-color: #fff;
}
.mat-mdc-unelevated-button.mat-warn {
  --mat-button-filled-container-color: #f44336;
  --mat-button-filled-label-text-color: #fff;
}
.mat-mdc-unelevated-button[disabled][disabled] {
  --mat-button-filled-disabled-container-color: rgb(0 0 0 / 12%);
  --mat-button-filled-disabled-label-text-color: rgb(0 0 0 / 38%);
  --mat-button-filled-container-color: rgb(0 0 0 / 12%);
  --mat-button-filled-label-text-color: rgb(0 0 0 / 38%);
}
.mat-mdc-raised-button.mat-unthemed {
  --mat-button-protected-container-color: #fff;
  --mat-button-protected-label-text-color: #000;
}
.mat-mdc-raised-button.mat-primary {
  --mat-button-protected-container-color: var(--neutral);
  --mat-button-protected-label-text-color: #fff;
}
.mat-mdc-raised-button.mat-accent {
  --mat-button-protected-container-color: var(--neutral);
  --mat-button-protected-label-text-color: #fff;
}
.mat-mdc-raised-button.mat-warn {
  --mat-button-protected-container-color: #f44336;
  --mat-button-protected-label-text-color: #fff;
}
.mat-mdc-raised-button[disabled][disabled] {
  --mat-button-protected-disabled-container-color: rgb(0 0 0 / 12%);
  --mat-button-protected-disabled-label-text-color: rgb(0 0 0 / 38%);
  --mat-button-protected-container-color: rgb(0 0 0 / 12%);
  --mat-button-protected-label-text-color: rgb(0 0 0 / 38%);
  --mat-button-protected-container-elevation: 0;
}
.mat-mdc-outlined-button {
  --mat-button-outlined-outline-color: rgb(0 0 0 / 12%);
}
.mat-mdc-outlined-button.mat-unthemed {
  --mat-button-outlined-label-text-color: #000;
}
.mat-mdc-outlined-button.mat-primary {
  --mat-button-outlined-label-text-color: var(--neutral);
}
.mat-mdc-outlined-button.mat-accent {
  --mat-button-outlined-label-text-color: var(--neutral);
}
.mat-mdc-outlined-button.mat-warn {
  --mat-button-outlined-label-text-color: #f44336;
}
.mat-mdc-outlined-button[disabled][disabled] {
  --mat-button-outlined-label-text-color: rgb(0 0 0 / 38%);
  --mat-button-outlined-disabled-label-text-color: rgb(0 0 0 / 38%);
  --mat-button-outlined-outline-color: rgb(0 0 0 / 12%);
  --mat-button-outlined-disabled-outline-color: rgb(0 0 0 / 12%);
}
.mat-mdc-button,
.mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgb(0 0 0 / 10%);
}
.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before,
.mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before,
.mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button.mat-primary,
.mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: var(--neutral);
  --mat-mdc-button-ripple-color: rgb(63 81 181 / 10%);
}
.mat-mdc-button.mat-accent,
.mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: var(--neutral);
  --mat-mdc-button-ripple-color: rgb(255 64 129 / 10%);
}
.mat-mdc-button.mat-warn,
.mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgb(244 67 54 / 10%);
}
.mat-mdc-raised-button,
.mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgb(0 0 0 / 10%);
}
.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before,
.mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before,
.mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgb(255 255 255 / 10%);
}
.mat-mdc-raised-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgb(255 255 255 / 10%);
}
.mat-mdc-raised-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgb(255 255 255 / 10%);
}
.mat-mdc-button.mat-mdc-button-base,
.mat-mdc-raised-button.mat-mdc-button-base,
.mat-mdc-unelevated-button.mat-mdc-button-base,
.mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mat-typography-button-font-family, var(--mat-typography-font-family, Roboto, sans-serif));
  font-size: var(--mat-typography-button-font-size, 14px);
  line-height: var(--mat-typography-button-line-height, 36px);
  font-weight: var(--mat-typography-button-font-weight, 500);
  letter-spacing: var(--mat-typography-button-letter-spacing, 0.0892857143em);
  text-decoration: var(--mat-typography-button-text-decoration, none);
  text-transform: var(--mat-typography-button-text-transform, none);
}
.mat-mdc-icon-button {
  --mat-icon-button-icon-color: inherit;
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgb(0 0 0 / 10%);
}
.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #6200ee;
  --mat-mdc-button-ripple-color: rgb(98 0 238 / 10%);
}
.mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #018786;
  --mat-mdc-button-ripple-color: rgb(1 135 134 / 10%);
}
.mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #b00020;
  --mat-mdc-button-ripple-color: rgb(176 0 32 / 10%);
}
.mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: var(--neutral);
  --mat-mdc-button-persistent-ripple-color: var(--neutral);
  --mat-mdc-button-ripple-color: rgb(63 81 181 / 10%);
}
.mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: var(--neutral);
  --mat-mdc-button-persistent-ripple-color: var(--neutral);
  --mat-mdc-button-ripple-color: rgb(255 64 129 / 10%);
}
.mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #f44336;
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgb(244 67 54 / 10%);
}
.mat-mdc-icon-button[disabled][disabled] {
  --mat-icon-button-icon-color: rgb(0 0 0 / 38%);
  --mat-icon-button-disabled-icon-color: rgb(0 0 0 / 38%);
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
.mat-mdc-fab,
.mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgb(0 0 0 / 10%);
}
.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgb(255 255 255 / 10%);
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgb(255 255 255 / 10%);
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgb(255 255 255 / 10%);
}
.mat-mdc-fab[disabled][disabled],
.mat-mdc-mini-fab[disabled][disabled] {
  --mat-fab-container-color: rgb(0 0 0 / 12%);
  --mat-fab-icon-color: rgb(0 0 0 / 38%);
  --mat-mdc-fab-color: rgb(0 0 0 / 38%);
}
.mat-mdc-fab.mat-unthemed,
.mat-mdc-mini-fab.mat-unthemed {
  --mat-fab-container-color: white;
  --mat-fab-icon-color: black;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: var(--neutral);
  --mat-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: var(--neutral);
  --mat-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #f44336;
  --mat-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
.mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mat-typography-button-font-family, var(--mat-typography-font-family, Roboto, sans-serif));
  font-size: var(--mat-typography-button-font-size, 14px);
  line-height: var(--mat-typography-button-line-height, 36px);
  font-weight: var(--mat-typography-button-font-weight, 500);
  letter-spacing: var(--mat-typography-button-letter-spacing, 0.0892857143em);
  text-decoration: var(--mat-typography-button-text-decoration, none);
  text-transform: var(--mat-typography-button-text-transform, none);
}
.mat-mdc-extended-fab {
  --mat-fab-extended-label-text-font: roboto, sans-serif;
  --mat-fab-extended-label-text-size: 14px;
  --mat-fab-extended-label-text-tracking: 0.0892857143em;
  --mat-fab-extended-label-text-weight: 500;
}
.mat-mdc-snack-bar-container {
  --mat-snackbar-container-color: #333;
  --mat-snackbar-supporting-text-color: rgb(255 255 255 / 87%);
  --mat-snack-bar-button-color: var(--neutral);
}
.mat-mdc-snack-bar-container {
  --mat-snackbar-supporting-text-font: roboto, sans-serif;
  --mat-snackbar-supporting-text-line-height: 20px;
  --mat-snackbar-supporting-text-size: 14px;
  --mat-snackbar-supporting-text-weight: 400;
}
html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgb(0 0 0 / 87%);
  --mat-table-row-item-label-text-color: rgb(0 0 0 / 87%);
  --mat-table-row-item-outline-color: rgb(0 0 0 / 12%);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mat-table-header-headline-font: roboto, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}
.mat-mdc-progress-spinner {
  --mat-progress-spinner-active-indicator-color: var(--neutral);
}
.mat-mdc-progress-spinner.mat-accent {
  --mat-progress-spinner-active-indicator-color: var(--neutral);
}
.mat-mdc-progress-spinner.mat-warn {
  --mat-progress-spinner-active-indicator-color: #f44336;
}
.mat-badge {
  position: relative;
}
.mat-badge.mat-badge {
  overflow: visible;
}
.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  background-color: var(--mat-badge-background-color);
  color: var(--mat-badge-text-color);
  font-family: var(--mat-badge-text-font, Roboto, sans-serif);
  font-size: var(--mat-badge-text-size, 12px);
  font-weight: var(--mat-badge-text-weight, 600);
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.mat-badge-disabled .mat-badge-content {
  background-color: var(--mat-badge-disabled-state-background-color);
  color: var(--mat-badge-disabled-state-text-color);
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}
.mat-badge-content.mat-badge-active {
  transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: var(--mat-badge-small-size-text-size, 9px);
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: var(--mat-badge-large-size-text-size, 24px);
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
html {
  --mat-badge-background-color: var(--neutral);
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgb(0 0 0 / 38%);
}
.mat-badge-accent {
  --mat-badge-background-color: var(--neutral);
  --mat-badge-text-color: white;
}
.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
html {
  --mat-badge-text-font: roboto, sans-serif;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-large-size-text-size: 24px;
}
html {
  --mat-bottom-sheet-container-text-color: rgb(0 0 0 / 87%);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-bottom-sheet-container-text-font: roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-button-toggle-legacy-text-color: rgb(0 0 0 / 38%);
  --mat-button-toggle-legacy-state-layer-color: rgb(0 0 0 / 12%);
  --mat-button-toggle-legacy-selected-state-text-color: rgb(0 0 0 / 54%);
  --mat-button-toggle-legacy-selected-state-background-color: #e0e0e0;
  --mat-button-toggle-legacy-disabled-state-text-color: rgb(0 0 0 / 26%);
  --mat-button-toggle-legacy-disabled-state-background-color: #eee;
  --mat-button-toggle-legacy-disabled-selected-state-background-color: #bdbdbd;
  --mat-button-toggle-text-color: rgb(0 0 0 / 87%);
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-state-layer-color: black;
  --mat-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-button-toggle-selected-state-text-color: rgb(0 0 0 / 87%);
  --mat-button-toggle-disabled-state-text-color: rgb(0 0 0 / 26%);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-selected-state-text-color: rgb(0 0 0 / 87%);
  --mat-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-button-toggle-divider-color: #e0e0e0;
}
html {
  --mat-button-toggle-height: 48px;
}
html {
  --mat-button-toggle-legacy-text-font: roboto, sans-serif;
  --mat-button-toggle-text-font: roboto, sans-serif;
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: var(--neutral);
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgb(63 81 181 / 40%);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgb(63 81 181 / 30%);
  --mat-datepicker-calendar-date-hover-state-background-color: rgb(63 81 181 / 30%);
  --mat-datepicker-toggle-active-state-icon-color: var(--neutral);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgb(63 81 181 / 20%);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgb(249 171 0 / 20%);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgb(0 0 0 / 54%);
  --mat-datepicker-calendar-body-label-text-color: rgb(0 0 0 / 54%);
  --mat-datepicker-calendar-period-button-icon-color: rgb(0 0 0 / 54%);
  --mat-datepicker-calendar-navigation-button-icon-color: rgb(0 0 0 / 54%);
  --mat-datepicker-calendar-header-divider-color: rgb(0 0 0 / 12%);
  --mat-datepicker-calendar-header-text-color: rgb(0 0 0 / 54%);
  --mat-datepicker-calendar-date-today-outline-color: rgb(0 0 0 / 38%);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgb(0 0 0 / 18%);
  --mat-datepicker-calendar-date-text-color: rgb(0 0 0 / 87%);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgb(0 0 0 / 38%);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgb(0 0 0 / 24%);
  --mat-datepicker-range-input-separator-color: rgb(0 0 0 / 87%);
  --mat-datepicker-range-input-disabled-state-separator-color: rgb(0 0 0 / 38%);
  --mat-datepicker-range-input-disabled-state-text-color: rgb(0 0 0 / 38%);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgb(0 0 0 / 87%);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: var(--neutral);
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgb(255 64 129 / 40%);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgb(255 64 129 / 30%);
  --mat-datepicker-calendar-date-hover-state-background-color: rgb(255 64 129 / 30%);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgb(255 64 129 / 20%);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgb(249 171 0 / 20%);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgb(244 67 54 / 40%);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgb(244 67 54 / 30%);
  --mat-datepicker-calendar-date-hover-state-background-color: rgb(244 67 54 / 30%);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgb(244 67 54 / 20%);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgb(249 171 0 / 20%);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: var(--neutral);
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
html {
  --mat-datepicker-calendar-text-font: roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-divider-color: rgb(0 0 0 / 12%);
}
html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgb(0 0 0 / 87%);
  --mat-expansion-actions-divider-color: rgb(0 0 0 / 12%);
  --mat-expansion-header-hover-state-layer-color: rgb(0 0 0 / 4%);
  --mat-expansion-header-focus-state-layer-color: rgb(0 0 0 / 4%);
  --mat-expansion-header-disabled-state-text-color: rgb(0 0 0 / 26%);
  --mat-expansion-header-text-color: rgb(0 0 0 / 87%);
  --mat-expansion-header-description-color: rgb(0 0 0 / 54%);
  --mat-expansion-header-indicator-color: rgb(0 0 0 / 54%);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-expansion-header-text-font: roboto, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: var(--neutral);
}
.mat-icon.mat-accent {
  --mat-icon-color: var(--neutral);
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
html {
  --mat-sidenav-container-divider-color: rgb(0 0 0 / 12%);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgb(0 0 0 / 87%);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgb(0 0 0 / 87%);
  --mat-sidenav-scrim-color: rgb(0 0 0 / 60%);
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: var(--neutral);
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: var(--neutral);
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: var(--neutral);
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgb(0 0 0 / 12%);
  --mat-stepper-header-hover-state-layer-color: rgb(0 0 0 / 4%);
  --mat-stepper-header-focus-state-layer-color: rgb(0 0 0 / 4%);
  --mat-stepper-header-label-text-color: rgb(0 0 0 / 54%);
  --mat-stepper-header-optional-label-text-color: rgb(0 0 0 / 54%);
  --mat-stepper-header-selected-state-label-text-color: rgb(0 0 0 / 87%);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgb(0 0 0 / 54%);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: var(--neutral);
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: var(--neutral);
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: var(--neutral);
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-stepper-container-text-font: roboto, sans-serif;
  --mat-stepper-header-label-text-font: roboto, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
.mat-sort-header-arrow {
  color: #757575;
}
html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgb(0 0 0 / 87%);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: var(--neutral);
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: var(--neutral);
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-toolbar-title-text-font: roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}
.mat-tree {
  background: #fff;
}
.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tree-node {
  min-height: 48px;
}
.mat-tree {
  font-family: Roboto, sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  font-family: Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-2,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 11.62px/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 9.38px/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0071428571em;
}
.mat-body,
.mat-subtitle-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}
.mat-body p,
.mat-subtitle-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font-size: 96px;
  font-weight: 300;
  line-height: 96px;
  font-family: Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  font-family: Roboto, sans-serif;
  letter-spacing: -0.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  font-family: Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0073529412em;
  margin: 0 0 64px;
}
i.red,
mat-icon.red {
  color: #ff3087;
}
i.green,
mat-icon.green {
  color: #5eaf39;
}
i.yellow,
mat-icon.yellow {
  color: #d3c436;
}
.green-text {
  color: #5eaf39;
}
.red-text {
  color: #ff3087;
}
.yellow-text {
  color: #d3c436;
}
.neutral-text {
  color: #76c5e0;
}
body,
html {
  margin: 0;
  background: white;
  overflow-x: hidden;
}
.styleguide-chapter {
  font-family: Roboto, sans-serif;
  padding: 30px 10px;
  position: relative;
}
.styleguide-chapter::before {
  content: "";
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  background-image:
    repeating-linear-gradient(
      to right,
      black 0%,
      black 50%,
      white 50%,
      white 100%);
  background-position:
    left top,
    left bottom,
    left top,
    right top;
  background-repeat:
    repeat-x,
    repeat-x,
    repeat-y,
    repeat-y;
  background-size:
    20px 3px,
    20px 3px,
    3px 20px,
    3px 20px;
}
.styleguide-chapter:first-child::before {
  background-image: none;
}
.styleguide-chapter .styleguide-heading {
  font-size: 30px;
}
.styleguide-chapter .swatch {
  background: black;
  color: white;
}
.styleguide-chapter .swatches {
  display: flex;
  flex-wrap: wrap;
}
.styleguide-chapter .swatches .swatch {
  padding: 15px 30px;
  border-radius: 15px;
  margin: 10px;
  flex-grow: 1;
  text-align: center;
  color: black;
}
.styleguide-chapter .swatches .swatch.white {
  color: white;
}
.styleguide-chapter .swatches .swatch.transparent {
  background: transparent;
}
.procommerca,
.funbutler {
  font-size: 10px;
  font-family: Roboto, sans-serif;
}
@media screen and (min-width: 320px) {
  .procommerca,
  .funbutler {
    font-size: calc(14px + 6 * (100vw - 320px) / 640);
  }
}
@media screen and (min-width: 992px) {
  .procommerca:not(.embed-mode),
  .funbutler:not(.embed-mode) {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .procommerca.embed-mode,
  .funbutler.embed-mode {
    font-size: 15px;
  }
}
.procommerca .print-show,
.funbutler .print-show {
  visibility: collapse !important;
  height: 0;
}
@media print {
  .procommerca .print-hide,
  .funbutler .print-hide {
    visibility: collapse !important;
    display: none !important;
  }
  .procommerca .print-show,
  .funbutler .print-show {
    visibility: visible !important;
    height: auto;
  }
}
.procommerca .clickable,
.funbutler .clickable {
  cursor: pointer !important;
}
.procommerca .not-clickable,
.funbutler .not-clickable {
  cursor: default !important;
}
.procommerca .fullwidth,
.funbutler .fullwidth {
  width: 100%;
}
.procommerca .fullheight,
.funbutler .fullheight {
  height: 100%;
}
.procommerca .align-right,
.funbutler .align-right {
  text-align: right;
}
.procommerca .align-left,
.funbutler .align-left {
  text-align: left;
}
.procommerca .align-center,
.funbutler .align-center {
  text-align: center;
}
.procommerca .valign-top,
.funbutler .valign-top {
  vertical-align: top;
}
.procommerca .valign-bottom,
.funbutler .valign-bottom {
  vertical-align: bottom;
}
.procommerca .valign-middle,
.funbutler .valign-middle {
  vertical-align: middle;
}
.procommerca .no-padding,
.funbutler .no-padding {
  padding: 0;
}
.procommerca label,
.funbutler label {
  font-weight: normal;
}
.procommerca img,
.funbutler img {
  max-width: 100%;
}
.procommerca .transparent-background,
.funbutler .transparent-background {
  background: transparent;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.procommerca i.spinning,
.funbutler i.spinning {
  transform-origin: center;
  animation: spin 2s linear infinite;
}
.procommerca a,
.funbutler a {
  color: #d33372;
}
.procommerca .primary-font,
.funbutler .primary-font {
  font-family: Roboto, sans-serif;
}
.procommerca .secondary-font,
.funbutler .secondary-font {
  font-family: Roboto, sans-serif;
}
.procommerca .capitalize,
.funbutler .capitalize {
  text-transform: capitalize;
}
.procommerca .uppercase,
.funbutler .uppercase {
  text-transform: uppercase;
}
.procommerca .lowercase,
.funbutler .lowercase {
  text-transform: lowercase;
}
.procommerca .italic-text,
.funbutler .italic-text {
  font-style: italic;
}
.procommerca .light-text,
.funbutler .light-text {
  font-weight: 200;
}
.procommerca .regular-text,
.funbutler .regular-text {
  font-weight: 400;
}
.procommerca .bold-text,
.funbutler .bold-text {
  font-weight: 700;
}
.procommerca .small-text,
.funbutler .small-text {
  font-size: 0.8em;
  line-height: 1.2em;
}
.procommerca .normal-text,
.funbutler .normal-text {
  font-size: 1em;
  line-height: 1.2em;
}
.procommerca .large-text,
.funbutler .large-text {
  font-size: 1.333em;
  line-height: 1.2em;
}
.procommerca .extra-large-text,
.funbutler .extra-large-text {
  font-size: 1.467em;
  line-height: 1.2em;
}
.procommerca .heading-1,
.procommerca .heading-2,
.procommerca .heading-3,
.procommerca .heading-4,
.funbutler .heading-1,
.funbutler .heading-2,
.funbutler .heading-3,
.funbutler .heading-4 {
  font-weight: normal;
  margin-bottom: 0.2em;
  color: #a7adba;
  font-family: Roboto, sans-serif;
}
.procommerca .heading-1.bold-text,
.procommerca .heading-2.bold-text,
.procommerca .heading-3.bold-text,
.procommerca .heading-4.bold-text,
.funbutler .heading-1.bold-text,
.funbutler .heading-2.bold-text,
.funbutler .heading-3.bold-text,
.funbutler .heading-4.bold-text {
  font-weight: 700;
}
.procommerca .heading-1,
.funbutler .heading-1 {
  font-size: 2em;
}
.procommerca .heading-2,
.funbutler .heading-2 {
  font-size: 1.6em;
}
.procommerca .heading-3,
.funbutler .heading-3 {
  font-size: 1.333em;
}
.procommerca .heading-4,
.funbutler .heading-4 {
  font-size: 1em;
}
.procommerca .base-background-1,
.funbutler .base-background-1 {
  background: #343d46;
}
.procommerca .base-background-2,
.funbutler .base-background-2 {
  background: #a7adba;
}
.procommerca .base-background-3,
.funbutler .base-background-3 {
  background: #4f5b66;
}
.procommerca .base-background-4,
.funbutler .base-background-4 {
  background: #fcfcfc;
}
.procommerca .base-background-5,
.funbutler .base-background-5 {
  background: #d9c0d9;
}
.procommerca .positive-background,
.funbutler .positive-background {
  background: #66af48;
}
.procommerca .light-positive-background,
.funbutler .light-positive-background {
  background: #c3e2b3;
}
.procommerca .neutral-background,
.funbutler .neutral-background {
  background: #46a8cb;
}
.procommerca .light-neutral-background,
.funbutler .light-neutral-background {
  background: #bfe2ee;
}
.procommerca .negative-background,
.funbutler .negative-background {
  background: #d33372;
}
.procommerca .light-negative-background,
.funbutler .light-negative-background {
  background: #f0b3cd;
}
.procommerca .gokart-yellow-background,
.funbutler .gokart-yellow-background {
  background: #fef058;
}
.procommerca .primary-background,
.funbutler .primary-background {
  background: #fcfcfc;
}
.procommerca .smiley-positive-background,
.funbutler .smiley-positive-background {
  background: #66af48;
}
.procommerca .smiley-neutral-background,
.funbutler .smiley-neutral-background {
  background: #fac805;
}
.procommerca .smiley-negative-background,
.funbutler .smiley-negative-background {
  background: #d33372;
}
.procommerca .base-foreground-1,
.funbutler .base-foreground-1 {
  color: #343d46;
}
.procommerca .base-foreground-2,
.funbutler .base-foreground-2 {
  color: #a7adba;
}
.procommerca .base-foreground-3,
.funbutler .base-foreground-3 {
  color: #4f5b66;
}
.procommerca .base-foreground-4,
.funbutler .base-foreground-4 {
  color: #fcfcfc;
}
.procommerca .base-foreground-5,
.funbutler .base-foreground-5 {
  color: #d9c0d9;
}
.procommerca .positive-foreground,
.funbutler .positive-foreground {
  color: #66af48;
}
.procommerca .light-positive-foreground,
.funbutler .light-positive-foreground {
  color: #c3e2b3;
}
.procommerca .neutral-foreground,
.funbutler .neutral-foreground {
  color: #46a8cb;
}
.procommerca .light-neutral-foreground,
.funbutler .light-neutral-foreground {
  color: #bfe2ee;
}
.procommerca .negative-foreground,
.funbutler .negative-foreground {
  color: #d33372;
}
.procommerca .light-negative-foreground,
.funbutler .light-negative-foreground {
  color: #f0b3cd;
}
.procommerca .gokart-yellow-foreground,
.funbutler .gokart-yellow-foreground {
  color: #fef058;
}
.procommerca .smiley-positive-foreground,
.funbutler .smiley-positive-foreground {
  color: #66af48;
}
.procommerca .smiley-neutral-foreground,
.funbutler .smiley-neutral-foreground {
  color: #fac805;
}
.procommerca .smiley-negative-foreground,
.funbutler .smiley-negative-foreground {
  color: #d33372;
}
.procommerca .dark-mode-visible,
.funbutler .dark-mode-visible {
  display: none;
}
.procommerca.dark-mode .dark-mode-light-color,
.procommerca .dark-mode .dark-mode-light-color,
.funbutler.dark-mode .dark-mode-light-color,
.funbutler .dark-mode .dark-mode-light-color {
  color: white !important;
}
.procommerca.dark-mode .dark-mode-light-color th,
.procommerca.dark-mode .dark-mode-light-color td,
.procommerca .dark-mode .dark-mode-light-color th,
.procommerca .dark-mode .dark-mode-light-color td,
.funbutler.dark-mode .dark-mode-light-color th,
.funbutler.dark-mode .dark-mode-light-color td,
.funbutler .dark-mode .dark-mode-light-color th,
.funbutler .dark-mode .dark-mode-light-color td {
  color: white !important;
}
.procommerca.dark-mode .dark-mode-light-color h1,
.procommerca.dark-mode .dark-mode-light-color h2,
.procommerca.dark-mode .dark-mode-light-color h3,
.procommerca.dark-mode .dark-mode-light-color h4,
.procommerca.dark-mode .dark-mode-light-color h5,
.procommerca.dark-mode .dark-mode-light-color h6,
.procommerca .dark-mode .dark-mode-light-color h1,
.procommerca .dark-mode .dark-mode-light-color h2,
.procommerca .dark-mode .dark-mode-light-color h3,
.procommerca .dark-mode .dark-mode-light-color h4,
.procommerca .dark-mode .dark-mode-light-color h5,
.procommerca .dark-mode .dark-mode-light-color h6,
.funbutler.dark-mode .dark-mode-light-color h1,
.funbutler.dark-mode .dark-mode-light-color h2,
.funbutler.dark-mode .dark-mode-light-color h3,
.funbutler.dark-mode .dark-mode-light-color h4,
.funbutler.dark-mode .dark-mode-light-color h5,
.funbutler.dark-mode .dark-mode-light-color h6,
.funbutler .dark-mode .dark-mode-light-color h1,
.funbutler .dark-mode .dark-mode-light-color h2,
.funbutler .dark-mode .dark-mode-light-color h3,
.funbutler .dark-mode .dark-mode-light-color h4,
.funbutler .dark-mode .dark-mode-light-color h5,
.funbutler .dark-mode .dark-mode-light-color h6 {
  color: white !important;
}
.procommerca.dark-mode .torn::before,
.procommerca.dark-mode .torn::after,
.procommerca .dark-mode .torn::before,
.procommerca .dark-mode .torn::after,
.funbutler.dark-mode .torn::before,
.funbutler.dark-mode .torn::after,
.funbutler .dark-mode .torn::before,
.funbutler .dark-mode .torn::after {
  background: rgb(30, 30, 32) !important;
}
.procommerca.dark-mode .dark-mode-dark-color,
.procommerca .dark-mode .dark-mode-dark-color,
.funbutler.dark-mode .dark-mode-dark-color,
.funbutler .dark-mode .dark-mode-dark-color {
  color: rgb(30, 30, 32) !important;
}
.procommerca.dark-mode .dark-mode-dark-color th,
.procommerca.dark-mode .dark-mode-dark-color td,
.procommerca .dark-mode .dark-mode-dark-color th,
.procommerca .dark-mode .dark-mode-dark-color td,
.funbutler.dark-mode .dark-mode-dark-color th,
.funbutler.dark-mode .dark-mode-dark-color td,
.funbutler .dark-mode .dark-mode-dark-color th,
.funbutler .dark-mode .dark-mode-dark-color td {
  color: rgb(30, 30, 32) !important;
}
.procommerca.dark-mode .dark-mode-light-background,
.procommerca .dark-mode .dark-mode-light-background,
.funbutler.dark-mode .dark-mode-light-background,
.funbutler .dark-mode .dark-mode-light-background {
  background: white !important;
}
.procommerca.dark-mode.dark-mode-dark-background,
.procommerca .dark-mode.dark-mode-dark-background,
.funbutler.dark-mode.dark-mode-dark-background,
.funbutler .dark-mode.dark-mode-dark-background {
  background: rgb(30, 30, 32) !important;
}
.procommerca.dark-mode.dark-mode-dark-background .input-wrapper > label,
.procommerca.dark-mode.dark-mode-dark-background .mat-select-value,
.procommerca.dark-mode.dark-mode-dark-background .mat-select-arrow,
.procommerca .dark-mode.dark-mode-dark-background .input-wrapper > label,
.procommerca .dark-mode.dark-mode-dark-background .mat-select-value,
.procommerca .dark-mode.dark-mode-dark-background .mat-select-arrow,
.funbutler.dark-mode.dark-mode-dark-background .input-wrapper > label,
.funbutler.dark-mode.dark-mode-dark-background .mat-select-value,
.funbutler.dark-mode.dark-mode-dark-background .mat-select-arrow,
.funbutler .dark-mode.dark-mode-dark-background .input-wrapper > label,
.funbutler .dark-mode.dark-mode-dark-background .mat-select-value,
.funbutler .dark-mode.dark-mode-dark-background .mat-select-arrow {
  background: rgb(30, 30, 32) !important;
  color: white !important;
}
.procommerca.dark-mode .dark-mode-dark-background,
.procommerca .dark-mode .dark-mode-dark-background,
.funbutler.dark-mode .dark-mode-dark-background,
.funbutler .dark-mode .dark-mode-dark-background {
  background: rgb(30, 30, 32) !important;
}
.procommerca.dark-mode .dark-mode-dark-background .input-wrapper > label,
.procommerca.dark-mode .dark-mode-dark-background .mat-select-value,
.procommerca.dark-mode .dark-mode-dark-background .mat-select-arrow,
.procommerca .dark-mode .dark-mode-dark-background .input-wrapper > label,
.procommerca .dark-mode .dark-mode-dark-background .mat-select-value,
.procommerca .dark-mode .dark-mode-dark-background .mat-select-arrow,
.funbutler.dark-mode .dark-mode-dark-background .input-wrapper > label,
.funbutler.dark-mode .dark-mode-dark-background .mat-select-value,
.funbutler.dark-mode .dark-mode-dark-background .mat-select-arrow,
.funbutler .dark-mode .dark-mode-dark-background .input-wrapper > label,
.funbutler .dark-mode .dark-mode-dark-background .mat-select-value,
.funbutler .dark-mode .dark-mode-dark-background .mat-select-arrow {
  background: rgb(30, 30, 32) !important;
  color: white !important;
}
.procommerca.dark-mode .dark-mode-darkest-background,
.procommerca .dark-mode .dark-mode-darkest-background,
.funbutler.dark-mode .dark-mode-darkest-background,
.funbutler .dark-mode .dark-mode-darkest-background {
  background: #181818;
}
.procommerca.dark-mode .dark-mode-darkest-background .input-wrapper > label,
.procommerca.dark-mode .dark-mode-darkest-background .mat-select-value,
.procommerca.dark-mode .dark-mode-darkest-background .mat-select-arrow,
.procommerca .dark-mode .dark-mode-darkest-background .input-wrapper > label,
.procommerca .dark-mode .dark-mode-darkest-background .mat-select-value,
.procommerca .dark-mode .dark-mode-darkest-background .mat-select-arrow,
.funbutler.dark-mode .dark-mode-darkest-background .input-wrapper > label,
.funbutler.dark-mode .dark-mode-darkest-background .mat-select-value,
.funbutler.dark-mode .dark-mode-darkest-background .mat-select-arrow,
.funbutler .dark-mode .dark-mode-darkest-background .input-wrapper > label,
.funbutler .dark-mode .dark-mode-darkest-background .mat-select-value,
.funbutler .dark-mode .dark-mode-darkest-background .mat-select-arrow {
  background: #181818;
  color: white;
}
.procommerca.dark-mode .dark-mode-darkest-negative-background,
.procommerca .dark-mode .dark-mode-darkest-negative-background,
.funbutler.dark-mode .dark-mode-darkest-negative-background,
.funbutler .dark-mode .dark-mode-darkest-negative-background {
  background: #8F2951;
}
.procommerca.dark-mode .dark-mode-darkest-negative-background .input-wrapper > label,
.procommerca.dark-mode .dark-mode-darkest-negative-background .mat-select-value,
.procommerca.dark-mode .dark-mode-darkest-negative-background .mat-select-arrow,
.procommerca .dark-mode .dark-mode-darkest-negative-background .input-wrapper > label,
.procommerca .dark-mode .dark-mode-darkest-negative-background .mat-select-value,
.procommerca .dark-mode .dark-mode-darkest-negative-background .mat-select-arrow,
.funbutler.dark-mode .dark-mode-darkest-negative-background .input-wrapper > label,
.funbutler.dark-mode .dark-mode-darkest-negative-background .mat-select-value,
.funbutler.dark-mode .dark-mode-darkest-negative-background .mat-select-arrow,
.funbutler .dark-mode .dark-mode-darkest-negative-background .input-wrapper > label,
.funbutler .dark-mode .dark-mode-darkest-negative-background .mat-select-value,
.funbutler .dark-mode .dark-mode-darkest-negative-background .mat-select-arrow {
  background: #8F2951;
  color: white;
}
.procommerca.dark-mode .dark-mode-darkest-neutral-background,
.procommerca .dark-mode .dark-mode-darkest-neutral-background,
.funbutler.dark-mode .dark-mode-darkest-neutral-background,
.funbutler .dark-mode .dark-mode-darkest-neutral-background {
  background: #35748A;
}
.procommerca.dark-mode .dark-mode-darkest-neutral-background .input-wrapper > label,
.procommerca.dark-mode .dark-mode-darkest-neutral-background .mat-select-value,
.procommerca.dark-mode .dark-mode-darkest-neutral-background .mat-select-arrow,
.procommerca .dark-mode .dark-mode-darkest-neutral-background .input-wrapper > label,
.procommerca .dark-mode .dark-mode-darkest-neutral-background .mat-select-value,
.procommerca .dark-mode .dark-mode-darkest-neutral-background .mat-select-arrow,
.funbutler.dark-mode .dark-mode-darkest-neutral-background .input-wrapper > label,
.funbutler.dark-mode .dark-mode-darkest-neutral-background .mat-select-value,
.funbutler.dark-mode .dark-mode-darkest-neutral-background .mat-select-arrow,
.funbutler .dark-mode .dark-mode-darkest-neutral-background .input-wrapper > label,
.funbutler .dark-mode .dark-mode-darkest-neutral-background .mat-select-value,
.funbutler .dark-mode .dark-mode-darkest-neutral-background .mat-select-arrow {
  background: #35748A;
  color: white;
}
.procommerca.dark-mode .dark-mode-darkest-positive-background,
.procommerca .dark-mode .dark-mode-darkest-positive-background,
.funbutler.dark-mode .dark-mode-darkest-positive-background,
.funbutler .dark-mode .dark-mode-darkest-positive-background {
  background: #58943F;
}
.procommerca.dark-mode .dark-mode-darkest-positive-background .input-wrapper > label,
.procommerca.dark-mode .dark-mode-darkest-positive-background .mat-select-value,
.procommerca.dark-mode .dark-mode-darkest-positive-background .mat-select-arrow,
.procommerca .dark-mode .dark-mode-darkest-positive-background .input-wrapper > label,
.procommerca .dark-mode .dark-mode-darkest-positive-background .mat-select-value,
.procommerca .dark-mode .dark-mode-darkest-positive-background .mat-select-arrow,
.funbutler.dark-mode .dark-mode-darkest-positive-background .input-wrapper > label,
.funbutler.dark-mode .dark-mode-darkest-positive-background .mat-select-value,
.funbutler.dark-mode .dark-mode-darkest-positive-background .mat-select-arrow,
.funbutler .dark-mode .dark-mode-darkest-positive-background .input-wrapper > label,
.funbutler .dark-mode .dark-mode-darkest-positive-background .mat-select-value,
.funbutler .dark-mode .dark-mode-darkest-positive-background .mat-select-arrow {
  background: #58943F;
  color: white;
}
.procommerca.dark-mode .dark-mode-dark-faded-background,
.procommerca .dark-mode .dark-mode-dark-faded-background,
.funbutler.dark-mode .dark-mode-dark-faded-background,
.funbutler .dark-mode .dark-mode-dark-faded-background {
  background: rgba(30, 30, 32, 0.7) !important;
}
.procommerca.dark-mode .dark-mode-light-border,
.procommerca .dark-mode .dark-mode-light-border,
.funbutler.dark-mode .dark-mode-light-border,
.funbutler .dark-mode .dark-mode-light-border {
  border-color: white !important;
}
.procommerca.dark-mode .dark-mode-dark-border,
.procommerca .dark-mode .dark-mode-dark-border,
.funbutler.dark-mode .dark-mode-dark-border,
.funbutler .dark-mode .dark-mode-dark-border {
  border-color: rgb(30, 30, 32) !important;
}
.procommerca.dark-mode .dark-mode-transparent-background,
.procommerca .dark-mode .dark-mode-transparent-background,
.funbutler.dark-mode .dark-mode-transparent-background,
.funbutler .dark-mode .dark-mode-transparent-background {
  background: transparent !important;
}
.procommerca.dark-mode .dark-mode-dark-icon,
.procommerca .dark-mode .dark-mode-dark-icon,
.funbutler.dark-mode .dark-mode-dark-icon,
.funbutler .dark-mode .dark-mode-dark-icon {
  color: #8F2951;
}
.procommerca.dark-mode .dark-mode-light-qrcode-border > canvas,
.procommerca .dark-mode .dark-mode-light-qrcode-border > canvas,
.funbutler.dark-mode .dark-mode-light-qrcode-border > canvas,
.funbutler .dark-mode .dark-mode-light-qrcode-border > canvas {
  border: 10px solid white !important;
}
.procommerca.dark-mode .dark-mode-hidden,
.procommerca .dark-mode .dark-mode-hidden,
.funbutler.dark-mode .dark-mode-hidden,
.funbutler .dark-mode .dark-mode-hidden {
  display: none;
  visibility: hidden;
}
.procommerca.dark-mode .dark-mode-visible,
.procommerca .dark-mode .dark-mode-visible,
.funbutler.dark-mode .dark-mode-visible,
.funbutler .dark-mode .dark-mode-visible {
  display: inline-block;
  visibility: visible;
}
.procommerca .flex-container,
.funbutler .flex-container {
  display: flex;
}
.procommerca .flex-container.with-wrap,
.funbutler .flex-container.with-wrap {
  flex-wrap: wrap;
}
.procommerca .flex-container.spaced,
.funbutler .flex-container.spaced {
  margin: 0 -10px;
}
.procommerca .flex-container.spaced > *,
.funbutler .flex-container.spaced > * {
  flex-grow: 1;
  margin: 10px;
}
.procommerca table,
.funbutler table {
  border: 0;
}
.procommerca table.styled,
.funbutler table.styled {
  border-spacing: 0;
}
.procommerca table.styled > tr:nth-child(odd),
.funbutler table.styled > tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
.procommerca table.styled > tr > td,
.procommerca table.styled > tr > th,
.funbutler table.styled > tr > td,
.funbutler table.styled > tr > th {
  padding: 10px;
}
.procommerca table.styled > tr > td.unpadded,
.procommerca table.styled > tr > th.unpadded,
.funbutler table.styled > tr > td.unpadded,
.funbutler table.styled > tr > th.unpadded {
  padding: 0;
}
.procommerca table.styled > tr.head-row,
.funbutler table.styled > tr.head-row {
  background: rgba(0, 0, 0, 0.1);
}
.procommerca table.styled .inactive,
.funbutler table.styled .inactive {
  opacity: 0.6;
}
.procommerca .button-row,
.funbutler .button-row {
  margin-bottom: 1em;
}
.procommerca .button-row:last-child,
.funbutler .button-row:last-child {
  margin-bottom: 0;
}
.procommerca .button-row button,
.funbutler .button-row button {
  width: 100%;
}
.procommerca button:not(.mat-calendar-body-cell).styled,
.funbutler button:not(.mat-calendar-body-cell).styled {
  font-family: Roboto, sans-serif;
  padding: 0.9em 2em;
  min-height: 3em;
  background: #a7adba;
  color: #fcfcfc;
  outline: 0;
  border: 0;
  box-sizing: border-box;
  text-transform: uppercase;
  border-radius: 1.5em;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  cursor: pointer;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  font-weight: normal;
}
.procommerca button:not(.mat-calendar-body-cell).styled.tight-rounding,
.funbutler button:not(.mat-calendar-body-cell).styled.tight-rounding {
  border-radius: 5px;
}
.procommerca button:not(.mat-calendar-body-cell).styled.not-rounded,
.funbutler button:not(.mat-calendar-body-cell).styled.not-rounded {
  border-radius: 0;
}
.procommerca button:not(.mat-calendar-body-cell).styled.round,
.funbutler button:not(.mat-calendar-body-cell).styled.round {
  padding: 0;
  line-height: 0em;
  min-height: 0;
  height: 1.5em;
  width: 1.5em;
  text-align: center;
  font-size: 2em;
}
.procommerca button:not(.mat-calendar-body-cell).styled.round.small,
.funbutler button:not(.mat-calendar-body-cell).styled.round.small {
  padding: 0;
  font-size: 1em;
}
.procommerca button:not(.mat-calendar-body-cell).styled.round.large,
.funbutler button:not(.mat-calendar-body-cell).styled.round.large {
  padding: 0;
  font-size: 2.5em;
}
.procommerca button:not(.mat-calendar-body-cell).styled:active,
.procommerca button:not(.mat-calendar-body-cell).styled:focus,
.funbutler button:not(.mat-calendar-body-cell).styled:active,
.funbutler button:not(.mat-calendar-body-cell).styled:focus {
  outline: 0;
}
.procommerca button:not(.mat-calendar-body-cell).styled.small,
.funbutler button:not(.mat-calendar-body-cell).styled.small {
  font-size: 0.8em;
  border-radius: 1.5em;
  padding: 0.5em 1em;
}
.procommerca button:not(.mat-calendar-body-cell).styled.large,
.funbutler button:not(.mat-calendar-body-cell).styled.large {
  font-size: 1.2em;
}
.procommerca button:not(.mat-calendar-body-cell).styled.positive,
.funbutler button:not(.mat-calendar-body-cell).styled.positive {
  background: #66af48;
  color: white;
}
.procommerca button:not(.mat-calendar-body-cell).styled.light-positive,
.funbutler button:not(.mat-calendar-body-cell).styled.light-positive {
  background: #c3e2b3;
  color: black;
}
.procommerca button:not(.mat-calendar-body-cell).styled.neutral,
.funbutler button:not(.mat-calendar-body-cell).styled.neutral {
  background: #46a8cb;
  color: white;
}
.procommerca button:not(.mat-calendar-body-cell).styled.light-neutral,
.funbutler button:not(.mat-calendar-body-cell).styled.light-neutral {
  background: #bfe2ee;
  color: black;
}
.procommerca button:not(.mat-calendar-body-cell).styled.negative,
.funbutler button:not(.mat-calendar-body-cell).styled.negative {
  background: #d33372;
  color: white;
}
.procommerca button:not(.mat-calendar-body-cell).styled.light-negative,
.funbutler button:not(.mat-calendar-body-cell).styled.light-negative {
  background: #f0b3cd;
  color: black;
}
.procommerca button:not(.mat-calendar-body-cell).styled.outline,
.funbutler button:not(.mat-calendar-body-cell).styled.outline {
  background: transparent;
}
.procommerca button:not(.mat-calendar-body-cell).styled.outline.positive,
.funbutler button:not(.mat-calendar-body-cell).styled.outline.positive {
  border-color: #66af48;
  color: #66af48;
}
.procommerca button:not(.mat-calendar-body-cell).styled.outline.light-positive,
.funbutler button:not(.mat-calendar-body-cell).styled.outline.light-positive {
  border-color: #c3e2b3;
  color: #c3e2b3;
}
.procommerca button:not(.mat-calendar-body-cell).styled.outline.neutral,
.funbutler button:not(.mat-calendar-body-cell).styled.outline.neutral {
  border-color: #46a8cb;
  color: #46a8cb;
}
.procommerca button:not(.mat-calendar-body-cell).styled.outline.light-neutral,
.funbutler button:not(.mat-calendar-body-cell).styled.outline.light-neutral {
  border-color: #bfe2ee;
  color: #bfe2ee;
}
.procommerca button:not(.mat-calendar-body-cell).styled.outline.negative,
.funbutler button:not(.mat-calendar-body-cell).styled.outline.negative {
  border-color: #d33372;
  color: #d33372;
}
.procommerca button:not(.mat-calendar-body-cell).styled.outline.light-negative,
.funbutler button:not(.mat-calendar-body-cell).styled.outline.light-negative {
  border-color: #f0b3cd;
  color: #f0b3cd;
}
.procommerca button:not(.mat-calendar-body-cell).styled.outline:disabled,
.procommerca button:not(.mat-calendar-body-cell).styled.outline.disabled,
.funbutler button:not(.mat-calendar-body-cell).styled.outline:disabled,
.funbutler button:not(.mat-calendar-body-cell).styled.outline.disabled {
  background: transparent;
  color: #a7adba;
  border-color: #a7adba;
}
.procommerca button:not(.mat-calendar-body-cell).styled:disabled,
.procommerca button:not(.mat-calendar-body-cell).styled.disabled,
.funbutler button:not(.mat-calendar-body-cell).styled:disabled,
.funbutler button:not(.mat-calendar-body-cell).styled.disabled {
  cursor: default;
  background: #a7adba;
  color: #fcfcfc;
}
.procommerca .icon:not(.pi),
.funbutler .icon:not(.pi) {
  font-size: 1.2em;
  color: #d9c0d9;
  width: 1em;
}
.procommerca .icon:not(.pi).dark-mode-dark-icon,
.funbutler .icon:not(.pi).dark-mode-dark-icon {
  color: #8F2951;
}
.procommerca .icon:not(.pi).dark-mode-dark-icon.positive,
.funbutler .icon:not(.pi).dark-mode-dark-icon.positive {
  color: #58943F;
}
.procommerca .icon:not(.pi).dark-mode-dark-icon.neutral,
.funbutler .icon:not(.pi).dark-mode-dark-icon.neutral {
  color: #35748A;
}
.procommerca .icon:not(.pi).upside-down,
.funbutler .icon:not(.pi).upside-down {
  transform: rotate(180deg);
}
.procommerca .icon:not(.pi).small,
.funbutler .icon:not(.pi).small {
  font-size: 0.8125em;
}
.procommerca .icon:not(.pi).large,
.funbutler .icon:not(.pi).large {
  font-size: 1.5em;
}
.procommerca .icon:not(.pi).extra-large,
.funbutler .icon:not(.pi).extra-large {
  font-size: 2.5em;
  height: 1em;
}
.procommerca .icon:not(.pi).positive,
.funbutler .icon:not(.pi).positive {
  color: #66af48;
}
.procommerca .icon:not(.pi).light-positive,
.funbutler .icon:not(.pi).light-positive {
  color: #c3e2b3;
}
.procommerca .icon:not(.pi).neutral,
.funbutler .icon:not(.pi).neutral {
  color: #46a8cb;
}
.procommerca .icon:not(.pi).light-neutral,
.funbutler .icon:not(.pi).light-neutral {
  color: #bfe2ee;
}
.procommerca .icon:not(.pi).negative,
.funbutler .icon:not(.pi).negative {
  color: #d33372;
}
.procommerca .icon:not(.pi).light-negative,
.funbutler .icon:not(.pi).light-negative {
  color: #f0b3cd;
}
.procommerca .section-container,
.funbutler .section-container {
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
  color: #343d46;
  background: #fcfcfc;
}
.procommerca .section-container.no-padding,
.funbutler .section-container.no-padding {
  padding: 0;
}
.procommerca .section-container.transparent-background,
.funbutler .section-container.transparent-background {
  background: transparent;
}
.procommerca .section-container hr,
.funbutler .section-container hr {
  margin: 20px 0;
  border: 1px solid #4f5b66;
  width: 100%;
}
.procommerca .section,
.funbutler .section {
  padding: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
  border-radius: 5px;
  max-width: 530px;
  text-align: left;
  color: #4f5b66;
  width: 100%;
  font-weight: 400;
}
.procommerca .section.torn,
.funbutler .section.torn {
  border-radius: 0;
  box-shadow: none;
  margin-top: 30px;
  margin-bottom: 30px;
  filter: drop-shadow(0 0 2px rgba(50, 50, 0, 0.3)) drop-shadow(1px 2px 0 rgba(50, 50, 0, 0.2));
}
.procommerca .section.torn::before,
.procommerca .section.torn::after,
.funbutler .section.torn::before,
.funbutler .section.torn::after {
  content: "";
  background: white;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  clip-path: polygon(0% 0%, 5% 55%, 12% 21%, 17% 72%, 21% 9%, 28% 87%, 29% 40%, 34% 59%, 39% 13%, 47% 86%, 52% 12%, 54% 46%, 58% 56%, 62% 40%, 68% 71%, 72% 40%, 79% 18%, 84% 72%, 92% 23%, 97% 63%, 100% 0%);
}
.procommerca .section.torn::before,
.funbutler .section.torn::before {
  top: -20px;
  transform: rotate(180deg);
}
.procommerca .section.torn::after,
.funbutler .section.torn::after {
  bottom: -19px;
}
.procommerca .section,
.funbutler .section {
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.procommerca .section:not(.reset-background),
.funbutler .section:not(.reset-background) {
  background: white;
}
.procommerca .section:not(.reset-background).transparent,
.funbutler .section:not(.reset-background).transparent {
  background: transparent;
  box-shadow: none;
}
.procommerca .section.no-padding,
.funbutler .section.no-padding {
  padding: 0;
}
.procommerca .section.fullwidth,
.funbutler .section.fullwidth {
  max-width: 100%;
  width: 100%;
}
.procommerca .section.selected,
.funbutler .section.selected {
  box-shadow:
    0 4px 4px 0 rgba(0, 0, 0, 0.34),
    0 5px 2px -4px rgba(0, 0, 0, 0.42),
    0 3px 11px 0 rgba(0, 0, 0, 0.5);
}
.procommerca .section table,
.procommerca .no-section table,
.funbutler .section table,
.funbutler .no-section table {
  width: 100%;
  border: 0;
}
.procommerca .section table tr td,
.procommerca .section table tr th,
.procommerca .no-section table tr td,
.procommerca .no-section table tr th,
.funbutler .section table tr td,
.funbutler .section table tr th,
.funbutler .no-section table tr td,
.funbutler .no-section table tr th {
  border: 0;
}
.procommerca .section table tr td.indented,
.procommerca .section table tr th.indented,
.procommerca .no-section table tr td.indented,
.procommerca .no-section table tr th.indented,
.funbutler .section table tr td.indented,
.funbutler .section table tr th.indented,
.funbutler .no-section table tr td.indented,
.funbutler .no-section table tr th.indented {
  padding-left: 10px;
}
.procommerca .section hr,
.procommerca .no-section hr,
.funbutler .section hr,
.funbutler .no-section hr {
  border-color: rgba(0, 0, 0, 0.12);
  margin: 8px 16px;
  width: auto;
  border-width: 1px 0 0;
}
.procommerca .section input[type=text],
.procommerca .section input[type=email],
.procommerca .section input[type=tel],
.procommerca .section input[type=password],
.procommerca .section input[type=number],
.procommerca .section textarea,
.procommerca .no-section input[type=text],
.procommerca .no-section input[type=email],
.procommerca .no-section input[type=tel],
.procommerca .no-section input[type=password],
.procommerca .no-section input[type=number],
.procommerca .no-section textarea,
.funbutler .section input[type=text],
.funbutler .section input[type=email],
.funbutler .section input[type=tel],
.funbutler .section input[type=password],
.funbutler .section input[type=number],
.funbutler .section textarea,
.funbutler .no-section input[type=text],
.funbutler .no-section input[type=email],
.funbutler .no-section input[type=tel],
.funbutler .no-section input[type=password],
.funbutler .no-section input[type=number],
.funbutler .no-section textarea {
  font-family: Roboto, sans-serif;
  appearance: none;
  padding: 0.6em;
  border: 1px solid #a7adba;
  box-sizing: border-box;
  outline: 0;
  width: 100%;
  background: white;
  margin: 2px 0;
  border-radius: 0.3em;
  line-height: 0.9em;
  color: #4f5b66;
}
.procommerca .section input[type=text]::placeholder,
.procommerca .section input[type=email]::placeholder,
.procommerca .section input[type=tel]::placeholder,
.procommerca .section input[type=password]::placeholder,
.procommerca .section input[type=number]::placeholder,
.procommerca .section textarea::placeholder,
.procommerca .no-section input[type=text]::placeholder,
.procommerca .no-section input[type=email]::placeholder,
.procommerca .no-section input[type=tel]::placeholder,
.procommerca .no-section input[type=password]::placeholder,
.procommerca .no-section input[type=number]::placeholder,
.procommerca .no-section textarea::placeholder,
.funbutler .section input[type=text]::placeholder,
.funbutler .section input[type=email]::placeholder,
.funbutler .section input[type=tel]::placeholder,
.funbutler .section input[type=password]::placeholder,
.funbutler .section input[type=number]::placeholder,
.funbutler .section textarea::placeholder,
.funbutler .no-section input[type=text]::placeholder,
.funbutler .no-section input[type=email]::placeholder,
.funbutler .no-section input[type=tel]::placeholder,
.funbutler .no-section input[type=password]::placeholder,
.funbutler .no-section input[type=number]::placeholder,
.funbutler .no-section textarea::placeholder {
  color: #a7adba;
  opacity: 1;
}
.procommerca .section input[type=text]:input-placeholder,
.procommerca .section input[type=email]:input-placeholder,
.procommerca .section input[type=tel]:input-placeholder,
.procommerca .section input[type=password]:input-placeholder,
.procommerca .section input[type=number]:input-placeholder,
.procommerca .section textarea:input-placeholder,
.procommerca .no-section input[type=text]:input-placeholder,
.procommerca .no-section input[type=email]:input-placeholder,
.procommerca .no-section input[type=tel]:input-placeholder,
.procommerca .no-section input[type=password]:input-placeholder,
.procommerca .no-section input[type=number]:input-placeholder,
.procommerca .no-section textarea:input-placeholder,
.funbutler .section input[type=text]:input-placeholder,
.funbutler .section input[type=email]:input-placeholder,
.funbutler .section input[type=tel]:input-placeholder,
.funbutler .section input[type=password]:input-placeholder,
.funbutler .section input[type=number]:input-placeholder,
.funbutler .section textarea:input-placeholder,
.funbutler .no-section input[type=text]:input-placeholder,
.funbutler .no-section input[type=email]:input-placeholder,
.funbutler .no-section input[type=tel]:input-placeholder,
.funbutler .no-section input[type=password]:input-placeholder,
.funbutler .no-section input[type=number]:input-placeholder,
.funbutler .no-section textarea:input-placeholder {
  color: #a7adba;
}
.procommerca .section input[type=text]::input-placeholder,
.procommerca .section input[type=email]::input-placeholder,
.procommerca .section input[type=tel]::input-placeholder,
.procommerca .section input[type=password]::input-placeholder,
.procommerca .section input[type=number]::input-placeholder,
.procommerca .section textarea::input-placeholder,
.procommerca .no-section input[type=text]::input-placeholder,
.procommerca .no-section input[type=email]::input-placeholder,
.procommerca .no-section input[type=tel]::input-placeholder,
.procommerca .no-section input[type=password]::input-placeholder,
.procommerca .no-section input[type=number]::input-placeholder,
.procommerca .no-section textarea::input-placeholder,
.funbutler .section input[type=text]::input-placeholder,
.funbutler .section input[type=email]::input-placeholder,
.funbutler .section input[type=tel]::input-placeholder,
.funbutler .section input[type=password]::input-placeholder,
.funbutler .section input[type=number]::input-placeholder,
.funbutler .section textarea::input-placeholder,
.funbutler .no-section input[type=text]::input-placeholder,
.funbutler .no-section input[type=email]::input-placeholder,
.funbutler .no-section input[type=tel]::input-placeholder,
.funbutler .no-section input[type=password]::input-placeholder,
.funbutler .no-section input[type=number]::input-placeholder,
.funbutler .no-section textarea::input-placeholder {
  color: #a7adba;
}
.procommerca .section input[type=text]:focus,
.procommerca .section input[type=email]:focus,
.procommerca .section input[type=tel]:focus,
.procommerca .section input[type=password]:focus,
.procommerca .section input[type=number]:focus,
.procommerca .section textarea:focus,
.procommerca .no-section input[type=text]:focus,
.procommerca .no-section input[type=email]:focus,
.procommerca .no-section input[type=tel]:focus,
.procommerca .no-section input[type=password]:focus,
.procommerca .no-section input[type=number]:focus,
.procommerca .no-section textarea:focus,
.funbutler .section input[type=text]:focus,
.funbutler .section input[type=email]:focus,
.funbutler .section input[type=tel]:focus,
.funbutler .section input[type=password]:focus,
.funbutler .section input[type=number]:focus,
.funbutler .section textarea:focus,
.funbutler .no-section input[type=text]:focus,
.funbutler .no-section input[type=email]:focus,
.funbutler .no-section input[type=tel]:focus,
.funbutler .no-section input[type=password]:focus,
.funbutler .no-section input[type=number]:focus,
.funbutler .no-section textarea:focus {
  border-color: #46a8cb;
}
.procommerca .section input[type=text]:-webkit-autofill,
.procommerca .section input[type=text]:-webkit-autofill:hover,
.procommerca .section input[type=text]:-webkit-autofill:focus,
.procommerca .section input[type=text]:-webkit-autofill:active,
.procommerca .section input[type=email]:-webkit-autofill,
.procommerca .section input[type=email]:-webkit-autofill:hover,
.procommerca .section input[type=email]:-webkit-autofill:focus,
.procommerca .section input[type=email]:-webkit-autofill:active,
.procommerca .section input[type=tel]:-webkit-autofill,
.procommerca .section input[type=tel]:-webkit-autofill:hover,
.procommerca .section input[type=tel]:-webkit-autofill:focus,
.procommerca .section input[type=tel]:-webkit-autofill:active,
.procommerca .section input[type=password]:-webkit-autofill,
.procommerca .section input[type=password]:-webkit-autofill:hover,
.procommerca .section input[type=password]:-webkit-autofill:focus,
.procommerca .section input[type=password]:-webkit-autofill:active,
.procommerca .section input[type=number]:-webkit-autofill,
.procommerca .section input[type=number]:-webkit-autofill:hover,
.procommerca .section input[type=number]:-webkit-autofill:focus,
.procommerca .section input[type=number]:-webkit-autofill:active,
.procommerca .section textarea:-webkit-autofill,
.procommerca .section textarea:-webkit-autofill:hover,
.procommerca .section textarea:-webkit-autofill:focus,
.procommerca .section textarea:-webkit-autofill:active,
.procommerca .no-section input[type=text]:-webkit-autofill,
.procommerca .no-section input[type=text]:-webkit-autofill:hover,
.procommerca .no-section input[type=text]:-webkit-autofill:focus,
.procommerca .no-section input[type=text]:-webkit-autofill:active,
.procommerca .no-section input[type=email]:-webkit-autofill,
.procommerca .no-section input[type=email]:-webkit-autofill:hover,
.procommerca .no-section input[type=email]:-webkit-autofill:focus,
.procommerca .no-section input[type=email]:-webkit-autofill:active,
.procommerca .no-section input[type=tel]:-webkit-autofill,
.procommerca .no-section input[type=tel]:-webkit-autofill:hover,
.procommerca .no-section input[type=tel]:-webkit-autofill:focus,
.procommerca .no-section input[type=tel]:-webkit-autofill:active,
.procommerca .no-section input[type=password]:-webkit-autofill,
.procommerca .no-section input[type=password]:-webkit-autofill:hover,
.procommerca .no-section input[type=password]:-webkit-autofill:focus,
.procommerca .no-section input[type=password]:-webkit-autofill:active,
.procommerca .no-section input[type=number]:-webkit-autofill,
.procommerca .no-section input[type=number]:-webkit-autofill:hover,
.procommerca .no-section input[type=number]:-webkit-autofill:focus,
.procommerca .no-section input[type=number]:-webkit-autofill:active,
.procommerca .no-section textarea:-webkit-autofill,
.procommerca .no-section textarea:-webkit-autofill:hover,
.procommerca .no-section textarea:-webkit-autofill:focus,
.procommerca .no-section textarea:-webkit-autofill:active,
.funbutler .section input[type=text]:-webkit-autofill,
.funbutler .section input[type=text]:-webkit-autofill:hover,
.funbutler .section input[type=text]:-webkit-autofill:focus,
.funbutler .section input[type=text]:-webkit-autofill:active,
.funbutler .section input[type=email]:-webkit-autofill,
.funbutler .section input[type=email]:-webkit-autofill:hover,
.funbutler .section input[type=email]:-webkit-autofill:focus,
.funbutler .section input[type=email]:-webkit-autofill:active,
.funbutler .section input[type=tel]:-webkit-autofill,
.funbutler .section input[type=tel]:-webkit-autofill:hover,
.funbutler .section input[type=tel]:-webkit-autofill:focus,
.funbutler .section input[type=tel]:-webkit-autofill:active,
.funbutler .section input[type=password]:-webkit-autofill,
.funbutler .section input[type=password]:-webkit-autofill:hover,
.funbutler .section input[type=password]:-webkit-autofill:focus,
.funbutler .section input[type=password]:-webkit-autofill:active,
.funbutler .section input[type=number]:-webkit-autofill,
.funbutler .section input[type=number]:-webkit-autofill:hover,
.funbutler .section input[type=number]:-webkit-autofill:focus,
.funbutler .section input[type=number]:-webkit-autofill:active,
.funbutler .section textarea:-webkit-autofill,
.funbutler .section textarea:-webkit-autofill:hover,
.funbutler .section textarea:-webkit-autofill:focus,
.funbutler .section textarea:-webkit-autofill:active,
.funbutler .no-section input[type=text]:-webkit-autofill,
.funbutler .no-section input[type=text]:-webkit-autofill:hover,
.funbutler .no-section input[type=text]:-webkit-autofill:focus,
.funbutler .no-section input[type=text]:-webkit-autofill:active,
.funbutler .no-section input[type=email]:-webkit-autofill,
.funbutler .no-section input[type=email]:-webkit-autofill:hover,
.funbutler .no-section input[type=email]:-webkit-autofill:focus,
.funbutler .no-section input[type=email]:-webkit-autofill:active,
.funbutler .no-section input[type=tel]:-webkit-autofill,
.funbutler .no-section input[type=tel]:-webkit-autofill:hover,
.funbutler .no-section input[type=tel]:-webkit-autofill:focus,
.funbutler .no-section input[type=tel]:-webkit-autofill:active,
.funbutler .no-section input[type=password]:-webkit-autofill,
.funbutler .no-section input[type=password]:-webkit-autofill:hover,
.funbutler .no-section input[type=password]:-webkit-autofill:focus,
.funbutler .no-section input[type=password]:-webkit-autofill:active,
.funbutler .no-section input[type=number]:-webkit-autofill,
.funbutler .no-section input[type=number]:-webkit-autofill:hover,
.funbutler .no-section input[type=number]:-webkit-autofill:focus,
.funbutler .no-section input[type=number]:-webkit-autofill:active,
.funbutler .no-section textarea:-webkit-autofill,
.funbutler .no-section textarea:-webkit-autofill:hover,
.funbutler .no-section textarea:-webkit-autofill:focus,
.funbutler .no-section textarea:-webkit-autofill:active {
  transition: "color 9999s ease-out, background-color 9999s ease-out";
  transition-delay: 9999s;
}
.procommerca .section textarea,
.procommerca .no-section textarea,
.funbutler .section textarea,
.funbutler .no-section textarea {
  min-height: 50px;
}
.procommerca .section .input-container .input-wrapper:first-child,
.procommerca .section .input-container .input-wrapper.no-top-margin,
.procommerca .no-section .input-container .input-wrapper:first-child,
.procommerca .no-section .input-container .input-wrapper.no-top-margin,
.funbutler .section .input-container .input-wrapper:first-child,
.funbutler .section .input-container .input-wrapper.no-top-margin,
.funbutler .no-section .input-container .input-wrapper:first-child,
.funbutler .no-section .input-container .input-wrapper.no-top-margin {
  margin-top: 0;
}
.procommerca .section .input-container .input-wrapper:first-child .mat-mdc-select,
.procommerca .section .input-container .input-wrapper.no-top-margin .mat-mdc-select,
.procommerca .no-section .input-container .input-wrapper:first-child .mat-mdc-select,
.procommerca .no-section .input-container .input-wrapper.no-top-margin .mat-mdc-select,
.funbutler .section .input-container .input-wrapper:first-child .mat-mdc-select,
.funbutler .section .input-container .input-wrapper.no-top-margin .mat-mdc-select,
.funbutler .no-section .input-container .input-wrapper:first-child .mat-mdc-select,
.funbutler .no-section .input-container .input-wrapper.no-top-margin .mat-mdc-select {
  margin: 0;
}
.procommerca .section .input-container .input-wrapper:first-child input[type=text],
.procommerca .section .input-container .input-wrapper:first-child input[type=email],
.procommerca .section .input-container .input-wrapper:first-child input[type=tel],
.procommerca .section .input-container .input-wrapper:first-child input[type=password],
.procommerca .section .input-container .input-wrapper:first-child input[type=number],
.procommerca .section .input-container .input-wrapper:first-child input[type=number],
.procommerca .section .input-container .input-wrapper:first-child textarea,
.procommerca .section .input-container .input-wrapper.no-top-margin input[type=text],
.procommerca .section .input-container .input-wrapper.no-top-margin input[type=email],
.procommerca .section .input-container .input-wrapper.no-top-margin input[type=tel],
.procommerca .section .input-container .input-wrapper.no-top-margin input[type=password],
.procommerca .section .input-container .input-wrapper.no-top-margin input[type=number],
.procommerca .section .input-container .input-wrapper.no-top-margin input[type=number],
.procommerca .section .input-container .input-wrapper.no-top-margin textarea,
.procommerca .no-section .input-container .input-wrapper:first-child input[type=text],
.procommerca .no-section .input-container .input-wrapper:first-child input[type=email],
.procommerca .no-section .input-container .input-wrapper:first-child input[type=tel],
.procommerca .no-section .input-container .input-wrapper:first-child input[type=password],
.procommerca .no-section .input-container .input-wrapper:first-child input[type=number],
.procommerca .no-section .input-container .input-wrapper:first-child input[type=number],
.procommerca .no-section .input-container .input-wrapper:first-child textarea,
.procommerca .no-section .input-container .input-wrapper.no-top-margin input[type=text],
.procommerca .no-section .input-container .input-wrapper.no-top-margin input[type=email],
.procommerca .no-section .input-container .input-wrapper.no-top-margin input[type=tel],
.procommerca .no-section .input-container .input-wrapper.no-top-margin input[type=password],
.procommerca .no-section .input-container .input-wrapper.no-top-margin input[type=number],
.procommerca .no-section .input-container .input-wrapper.no-top-margin input[type=number],
.procommerca .no-section .input-container .input-wrapper.no-top-margin textarea,
.funbutler .section .input-container .input-wrapper:first-child input[type=text],
.funbutler .section .input-container .input-wrapper:first-child input[type=email],
.funbutler .section .input-container .input-wrapper:first-child input[type=tel],
.funbutler .section .input-container .input-wrapper:first-child input[type=password],
.funbutler .section .input-container .input-wrapper:first-child input[type=number],
.funbutler .section .input-container .input-wrapper:first-child input[type=number],
.funbutler .section .input-container .input-wrapper:first-child textarea,
.funbutler .section .input-container .input-wrapper.no-top-margin input[type=text],
.funbutler .section .input-container .input-wrapper.no-top-margin input[type=email],
.funbutler .section .input-container .input-wrapper.no-top-margin input[type=tel],
.funbutler .section .input-container .input-wrapper.no-top-margin input[type=password],
.funbutler .section .input-container .input-wrapper.no-top-margin input[type=number],
.funbutler .section .input-container .input-wrapper.no-top-margin input[type=number],
.funbutler .section .input-container .input-wrapper.no-top-margin textarea,
.funbutler .no-section .input-container .input-wrapper:first-child input[type=text],
.funbutler .no-section .input-container .input-wrapper:first-child input[type=email],
.funbutler .no-section .input-container .input-wrapper:first-child input[type=tel],
.funbutler .no-section .input-container .input-wrapper:first-child input[type=password],
.funbutler .no-section .input-container .input-wrapper:first-child input[type=number],
.funbutler .no-section .input-container .input-wrapper:first-child input[type=number],
.funbutler .no-section .input-container .input-wrapper:first-child textarea,
.funbutler .no-section .input-container .input-wrapper.no-top-margin input[type=text],
.funbutler .no-section .input-container .input-wrapper.no-top-margin input[type=email],
.funbutler .no-section .input-container .input-wrapper.no-top-margin input[type=tel],
.funbutler .no-section .input-container .input-wrapper.no-top-margin input[type=password],
.funbutler .no-section .input-container .input-wrapper.no-top-margin input[type=number],
.funbutler .no-section .input-container .input-wrapper.no-top-margin input[type=number],
.funbutler .no-section .input-container .input-wrapper.no-top-margin textarea {
  margin-top: 1px;
}
.procommerca .section .input-container .input-wrapper:last-child,
.procommerca .section .input-container .input-wrapper.no-bottom-margin,
.procommerca .no-section .input-container .input-wrapper:last-child,
.procommerca .no-section .input-container .input-wrapper.no-bottom-margin,
.funbutler .section .input-container .input-wrapper:last-child,
.funbutler .section .input-container .input-wrapper.no-bottom-margin,
.funbutler .no-section .input-container .input-wrapper:last-child,
.funbutler .no-section .input-container .input-wrapper.no-bottom-margin {
  margin-bottom: 0;
}
.procommerca .section .input-container .input-wrapper:last-child input[type=text],
.procommerca .section .input-container .input-wrapper:last-child input[type=email],
.procommerca .section .input-container .input-wrapper:last-child input[type=tel],
.procommerca .section .input-container .input-wrapper:last-child input[type=password],
.procommerca .section .input-container .input-wrapper:last-child input[type=number],
.procommerca .section .input-container .input-wrapper:last-child textarea,
.procommerca .section .input-container .input-wrapper.no-bottom-margin input[type=text],
.procommerca .section .input-container .input-wrapper.no-bottom-margin input[type=email],
.procommerca .section .input-container .input-wrapper.no-bottom-margin input[type=tel],
.procommerca .section .input-container .input-wrapper.no-bottom-margin input[type=password],
.procommerca .section .input-container .input-wrapper.no-bottom-margin input[type=number],
.procommerca .section .input-container .input-wrapper.no-bottom-margin textarea,
.procommerca .no-section .input-container .input-wrapper:last-child input[type=text],
.procommerca .no-section .input-container .input-wrapper:last-child input[type=email],
.procommerca .no-section .input-container .input-wrapper:last-child input[type=tel],
.procommerca .no-section .input-container .input-wrapper:last-child input[type=password],
.procommerca .no-section .input-container .input-wrapper:last-child input[type=number],
.procommerca .no-section .input-container .input-wrapper:last-child textarea,
.procommerca .no-section .input-container .input-wrapper.no-bottom-margin input[type=text],
.procommerca .no-section .input-container .input-wrapper.no-bottom-margin input[type=email],
.procommerca .no-section .input-container .input-wrapper.no-bottom-margin input[type=tel],
.procommerca .no-section .input-container .input-wrapper.no-bottom-margin input[type=password],
.procommerca .no-section .input-container .input-wrapper.no-bottom-margin input[type=number],
.procommerca .no-section .input-container .input-wrapper.no-bottom-margin textarea,
.funbutler .section .input-container .input-wrapper:last-child input[type=text],
.funbutler .section .input-container .input-wrapper:last-child input[type=email],
.funbutler .section .input-container .input-wrapper:last-child input[type=tel],
.funbutler .section .input-container .input-wrapper:last-child input[type=password],
.funbutler .section .input-container .input-wrapper:last-child input[type=number],
.funbutler .section .input-container .input-wrapper:last-child textarea,
.funbutler .section .input-container .input-wrapper.no-bottom-margin input[type=text],
.funbutler .section .input-container .input-wrapper.no-bottom-margin input[type=email],
.funbutler .section .input-container .input-wrapper.no-bottom-margin input[type=tel],
.funbutler .section .input-container .input-wrapper.no-bottom-margin input[type=password],
.funbutler .section .input-container .input-wrapper.no-bottom-margin input[type=number],
.funbutler .section .input-container .input-wrapper.no-bottom-margin textarea,
.funbutler .no-section .input-container .input-wrapper:last-child input[type=text],
.funbutler .no-section .input-container .input-wrapper:last-child input[type=email],
.funbutler .no-section .input-container .input-wrapper:last-child input[type=tel],
.funbutler .no-section .input-container .input-wrapper:last-child input[type=password],
.funbutler .no-section .input-container .input-wrapper:last-child input[type=number],
.funbutler .no-section .input-container .input-wrapper:last-child textarea,
.funbutler .no-section .input-container .input-wrapper.no-bottom-margin input[type=text],
.funbutler .no-section .input-container .input-wrapper.no-bottom-margin input[type=email],
.funbutler .no-section .input-container .input-wrapper.no-bottom-margin input[type=tel],
.funbutler .no-section .input-container .input-wrapper.no-bottom-margin input[type=password],
.funbutler .no-section .input-container .input-wrapper.no-bottom-margin input[type=number],
.funbutler .no-section .input-container .input-wrapper.no-bottom-margin textarea {
  margin-bottom: 1px;
}
.procommerca .section .input-wrapper,
.procommerca .no-section .input-wrapper,
.funbutler .section .input-wrapper,
.funbutler .no-section .input-wrapper {
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1em;
}
.procommerca .section .input-wrapper > label,
.procommerca .no-section .input-wrapper > label,
.funbutler .section .input-wrapper > label,
.funbutler .no-section .input-wrapper > label {
  position: absolute;
  font-weight: normal;
  color: #a7adba;
  font-size: 1em;
  top: -0.3em;
  left: 0.8em;
  padding: 0 3px;
  background: white;
  border-radius: 100%;
}
.procommerca .section .input-wrapper .validation-message,
.procommerca .no-section .input-wrapper .validation-message,
.funbutler .section .input-wrapper .validation-message,
.funbutler .no-section .input-wrapper .validation-message {
  margin-left: 5px;
}
.procommerca .section .input-wrapper.required label::after,
.procommerca .no-section .input-wrapper.required label::after,
.funbutler .section .input-wrapper.required label::after,
.funbutler .no-section .input-wrapper.required label::after {
  content: "*";
  color: #d33372;
}
.procommerca .section .input-wrapper .mat-mdc-select,
.procommerca .no-section .input-wrapper .mat-mdc-select,
.funbutler .section .input-wrapper .mat-mdc-select,
.funbutler .no-section .input-wrapper .mat-mdc-select {
  padding: 0.6em;
  border: 1px solid #a7adba;
  box-sizing: border-box;
  outline: 0;
  width: 100%;
  margin: 5px 0;
  border-radius: 0.3em;
  text-align: left;
}
.procommerca .section .input-wrapper i,
.procommerca .no-section .input-wrapper i,
.funbutler .section .input-wrapper i,
.funbutler .no-section .input-wrapper i {
  position: absolute;
  top: 50%;
  right: -0.4em;
  font-size: 1.9em;
  transform: translateY(-50%);
  background: white;
}
.procommerca .section .input-wrapper i.clickable,
.procommerca .no-section .input-wrapper i.clickable,
.funbutler .section .input-wrapper i.clickable,
.funbutler .no-section .input-wrapper i.clickable {
  opacity: 0.8;
  transition: 0.3s ease;
}
.procommerca .section .input-wrapper i.clickable:hover,
.procommerca .no-section .input-wrapper i.clickable:hover,
.funbutler .section .input-wrapper i.clickable:hover,
.funbutler .no-section .input-wrapper i.clickable:hover {
  opacity: 1;
}
@keyframes spin {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(-360deg);
  }
}
.procommerca .section .input-wrapper i.spinning,
.procommerca .no-section .input-wrapper i.spinning,
.funbutler .section .input-wrapper i.spinning,
.funbutler .no-section .input-wrapper i.spinning {
  border-radius: 100%;
  transform-origin: center;
  animation: spin 2s linear infinite;
}
.procommerca .section .input-wrapper.invalid label,
.procommerca .section .input-wrapper.invalid .validation-message,
.procommerca .no-section .input-wrapper.invalid label,
.procommerca .no-section .input-wrapper.invalid .validation-message,
.funbutler .section .input-wrapper.invalid label,
.funbutler .section .input-wrapper.invalid .validation-message,
.funbutler .no-section .input-wrapper.invalid label,
.funbutler .no-section .input-wrapper.invalid .validation-message {
  color: #d33372;
}
.procommerca .section .input-wrapper.invalid input[type=text],
.procommerca .section .input-wrapper.invalid input[type=email],
.procommerca .section .input-wrapper.invalid input[type=tel],
.procommerca .section .input-wrapper.invalid input[type=password],
.procommerca .section .input-wrapper.invalid input[type=number],
.procommerca .section .input-wrapper.invalid textarea,
.procommerca .no-section .input-wrapper.invalid input[type=text],
.procommerca .no-section .input-wrapper.invalid input[type=email],
.procommerca .no-section .input-wrapper.invalid input[type=tel],
.procommerca .no-section .input-wrapper.invalid input[type=password],
.procommerca .no-section .input-wrapper.invalid input[type=number],
.procommerca .no-section .input-wrapper.invalid textarea,
.funbutler .section .input-wrapper.invalid input[type=text],
.funbutler .section .input-wrapper.invalid input[type=email],
.funbutler .section .input-wrapper.invalid input[type=tel],
.funbutler .section .input-wrapper.invalid input[type=password],
.funbutler .section .input-wrapper.invalid input[type=number],
.funbutler .section .input-wrapper.invalid textarea,
.funbutler .no-section .input-wrapper.invalid input[type=text],
.funbutler .no-section .input-wrapper.invalid input[type=email],
.funbutler .no-section .input-wrapper.invalid input[type=tel],
.funbutler .no-section .input-wrapper.invalid input[type=password],
.funbutler .no-section .input-wrapper.invalid input[type=number],
.funbutler .no-section .input-wrapper.invalid textarea {
  border-color: #d33372;
  display: inline-block;
  vertical-align: text-bottom;
}
.procommerca .section .input-wrapper.invalid input[type=text]:focus + label,
.procommerca .section .input-wrapper.invalid input[type=email]:focus + label,
.procommerca .section .input-wrapper.invalid input[type=tel]:focus + label,
.procommerca .section .input-wrapper.invalid input[type=password]:focus + label,
.procommerca .section .input-wrapper.invalid input[type=number]:focus + label,
.procommerca .section .input-wrapper.invalid textarea:focus + label,
.procommerca .no-section .input-wrapper.invalid input[type=text]:focus + label,
.procommerca .no-section .input-wrapper.invalid input[type=email]:focus + label,
.procommerca .no-section .input-wrapper.invalid input[type=tel]:focus + label,
.procommerca .no-section .input-wrapper.invalid input[type=password]:focus + label,
.procommerca .no-section .input-wrapper.invalid input[type=number]:focus + label,
.procommerca .no-section .input-wrapper.invalid textarea:focus + label,
.funbutler .section .input-wrapper.invalid input[type=text]:focus + label,
.funbutler .section .input-wrapper.invalid input[type=email]:focus + label,
.funbutler .section .input-wrapper.invalid input[type=tel]:focus + label,
.funbutler .section .input-wrapper.invalid input[type=password]:focus + label,
.funbutler .section .input-wrapper.invalid input[type=number]:focus + label,
.funbutler .section .input-wrapper.invalid textarea:focus + label,
.funbutler .no-section .input-wrapper.invalid input[type=text]:focus + label,
.funbutler .no-section .input-wrapper.invalid input[type=email]:focus + label,
.funbutler .no-section .input-wrapper.invalid input[type=tel]:focus + label,
.funbutler .no-section .input-wrapper.invalid input[type=password]:focus + label,
.funbutler .no-section .input-wrapper.invalid input[type=number]:focus + label,
.funbutler .no-section .input-wrapper.invalid textarea:focus + label {
  color: #d33372;
}
.procommerca .section .input-wrapper input[type=text],
.procommerca .section .input-wrapper input[type=email],
.procommerca .section .input-wrapper input[type=tel],
.procommerca .section .input-wrapper input[type=password],
.procommerca .section .input-wrapper input[type=number],
.procommerca .section .input-wrapper textarea,
.procommerca .no-section .input-wrapper input[type=text],
.procommerca .no-section .input-wrapper input[type=email],
.procommerca .no-section .input-wrapper input[type=tel],
.procommerca .no-section .input-wrapper input[type=password],
.procommerca .no-section .input-wrapper input[type=number],
.procommerca .no-section .input-wrapper textarea,
.funbutler .section .input-wrapper input[type=text],
.funbutler .section .input-wrapper input[type=email],
.funbutler .section .input-wrapper input[type=tel],
.funbutler .section .input-wrapper input[type=password],
.funbutler .section .input-wrapper input[type=number],
.funbutler .section .input-wrapper textarea,
.funbutler .no-section .input-wrapper input[type=text],
.funbutler .no-section .input-wrapper input[type=email],
.funbutler .no-section .input-wrapper input[type=tel],
.funbutler .no-section .input-wrapper input[type=password],
.funbutler .no-section .input-wrapper input[type=number],
.funbutler .no-section .input-wrapper textarea {
  font-size: 1em;
  height: auto;
}
.procommerca .section .input-wrapper input[type=text]:focus + label,
.procommerca .section .input-wrapper input[type=email]:focus + label,
.procommerca .section .input-wrapper input[type=tel]:focus + label,
.procommerca .section .input-wrapper input[type=password]:focus + label,
.procommerca .section .input-wrapper input[type=number]:focus + label,
.procommerca .section .input-wrapper textarea:focus + label,
.procommerca .no-section .input-wrapper input[type=text]:focus + label,
.procommerca .no-section .input-wrapper input[type=email]:focus + label,
.procommerca .no-section .input-wrapper input[type=tel]:focus + label,
.procommerca .no-section .input-wrapper input[type=password]:focus + label,
.procommerca .no-section .input-wrapper input[type=number]:focus + label,
.procommerca .no-section .input-wrapper textarea:focus + label,
.funbutler .section .input-wrapper input[type=text]:focus + label,
.funbutler .section .input-wrapper input[type=email]:focus + label,
.funbutler .section .input-wrapper input[type=tel]:focus + label,
.funbutler .section .input-wrapper input[type=password]:focus + label,
.funbutler .section .input-wrapper input[type=number]:focus + label,
.funbutler .section .input-wrapper textarea:focus + label,
.funbutler .no-section .input-wrapper input[type=text]:focus + label,
.funbutler .no-section .input-wrapper input[type=email]:focus + label,
.funbutler .no-section .input-wrapper input[type=tel]:focus + label,
.funbutler .no-section .input-wrapper input[type=password]:focus + label,
.funbutler .no-section .input-wrapper input[type=number]:focus + label,
.funbutler .no-section .input-wrapper textarea:focus + label {
  font-weight: normal;
  color: #46a8cb;
}
.procommerca .section .input-wrapper textarea,
.procommerca .no-section .input-wrapper textarea,
.funbutler .section .input-wrapper textarea,
.funbutler .no-section .input-wrapper textarea {
  padding-top: 1em;
  line-height: 1em;
}
.procommerca .section .text-icon .icon,
.procommerca .no-section .text-icon .icon,
.funbutler .section .text-icon .icon,
.funbutler .no-section .text-icon .icon {
  vertical-align: middle;
  margin-right: 0.2em;
}
.procommerca .section .text-icon .icon.fa,
.procommerca .section .text-icon .icon.fas,
.procommerca .no-section .text-icon .icon.fa,
.procommerca .no-section .text-icon .icon.fas,
.funbutler .section .text-icon .icon.fa,
.funbutler .section .text-icon .icon.fas,
.funbutler .no-section .text-icon .icon.fa,
.funbutler .no-section .text-icon .icon.fas {
  margin-right: 0.4em;
}
.procommerca .section .text-icon .text,
.procommerca .no-section .text-icon .text,
.funbutler .section .text-icon .text,
.funbutler .no-section .text-icon .text {
  vertical-align: middle;
  display: inline-block;
}
.procommerca .section .text-icons,
.procommerca .no-section .text-icons,
.funbutler .section .text-icons,
.funbutler .no-section .text-icons {
  padding: 0;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.procommerca .section .text-icons:not(.no-wrap) .text-icon,
.procommerca .no-section .text-icons:not(.no-wrap) .text-icon,
.funbutler .section .text-icons:not(.no-wrap) .text-icon,
.funbutler .no-section .text-icons:not(.no-wrap) .text-icon {
  min-width: 33%;
}
.procommerca .section .text-icons:not(.no-wrap) .text-icon .text,
.procommerca .no-section .text-icons:not(.no-wrap) .text-icon .text,
.funbutler .section .text-icons:not(.no-wrap) .text-icon .text,
.funbutler .no-section .text-icons:not(.no-wrap) .text-icon .text {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.procommerca .section .text-icons.no-wrap,
.procommerca .no-section .text-icons.no-wrap,
.funbutler .section .text-icons.no-wrap,
.funbutler .no-section .text-icons.no-wrap {
  display: flex;
  flex-wrap: nowrap;
}
.procommerca .section .text-icons.no-wrap .text-icon,
.procommerca .no-section .text-icons.no-wrap .text-icon,
.funbutler .section .text-icons.no-wrap .text-icon,
.funbutler .no-section .text-icons.no-wrap .text-icon {
  flex-grow: 1;
  flex-basis: 0;
}
.procommerca .section .text-icons.no-wrap.compact .text-icon,
.procommerca .no-section .text-icons.no-wrap.compact .text-icon,
.funbutler .section .text-icons.no-wrap.compact .text-icon,
.funbutler .no-section .text-icons.no-wrap.compact .text-icon {
  flex: 0 1 0;
}
.procommerca .section .text-icons.no-wrap.divided .text-icon:not(:first-child),
.procommerca .no-section .text-icons.no-wrap.divided .text-icon:not(:first-child),
.funbutler .section .text-icons.no-wrap.divided .text-icon:not(:first-child),
.funbutler .no-section .text-icons.no-wrap.divided .text-icon:not(:first-child) {
  position: relative;
}
.procommerca .section .text-icons.no-wrap.divided .text-icon:not(:first-child)::before,
.procommerca .no-section .text-icons.no-wrap.divided .text-icon:not(:first-child)::before,
.funbutler .section .text-icons.no-wrap.divided .text-icon:not(:first-child)::before,
.funbutler .no-section .text-icons.no-wrap.divided .text-icon:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 1px solid #a7adba;
  width: 1px;
  left: -0.5em;
  height: 100%;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .procommerca .section .text-icons,
  .procommerca .no-section .text-icons,
  .funbutler .section .text-icons,
  .funbutler .no-section .text-icons {
    grid-template-columns: repeat(2, 1fr);
  }
}
.procommerca .section .text-icons .text-icon,
.procommerca .no-section .text-icons .text-icon,
.funbutler .section .text-icons .text-icon,
.funbutler .no-section .text-icons .text-icon {
  white-space: nowrap;
  line-height: 1.5em;
}
.procommerca .section .text-icons .text-icon:not(:last-child),
.procommerca .no-section .text-icons .text-icon:not(:last-child),
.funbutler .section .text-icons .text-icon:not(:last-child),
.funbutler .no-section .text-icons .text-icon:not(:last-child) {
  padding-right: 1em;
}
.procommerca .mat-chip-list-wrapper,
.funbutler .mat-chip-list-wrapper {
  margin: 0;
}
.procommerca .mat-mdc-checkbox,
.procommerca .mat-mdc-radio-button,
.funbutler .mat-mdc-checkbox,
.funbutler .mat-mdc-radio-button {
  font-family: Roboto, sans-serif;
}
.procommerca .mat-mdc-checkbox .mdc-label,
.procommerca .mat-mdc-radio-button .mdc-label,
.funbutler .mat-mdc-checkbox .mdc-label,
.funbutler .mat-mdc-radio-button .mdc-label {
  white-space: pre-wrap;
  line-height: 1em;
}
.procommerca .mat-mdc-checkbox.positive.mat-mdc-checkbox-checked .mdc-checkbox__background,
.procommerca .mat-mdc-checkbox.positive .mat-radio-inner-circle,
.procommerca .mat-mdc-checkbox.positive .mat-mdc-checkbox-ripple,
.procommerca .mat-mdc-radio-button.positive.mat-mdc-checkbox-checked .mdc-checkbox__background,
.procommerca .mat-mdc-radio-button.positive .mat-radio-inner-circle,
.procommerca .mat-mdc-radio-button.positive .mat-mdc-checkbox-ripple,
.funbutler .mat-mdc-checkbox.positive.mat-mdc-checkbox-checked .mdc-checkbox__background,
.funbutler .mat-mdc-checkbox.positive .mat-radio-inner-circle,
.funbutler .mat-mdc-checkbox.positive .mat-mdc-checkbox-ripple,
.funbutler .mat-mdc-radio-button.positive.mat-mdc-checkbox-checked .mdc-checkbox__background,
.funbutler .mat-mdc-radio-button.positive .mat-radio-inner-circle,
.funbutler .mat-mdc-radio-button.positive .mat-mdc-checkbox-ripple {
  background-color: #66af48 !important;
  border-color: #66af48 !important;
}
.procommerca .mat-mdc-checkbox.positive .mdc-checkbox__background,
.procommerca .mat-mdc-radio-button.positive .mdc-checkbox__background,
.funbutler .mat-mdc-checkbox.positive .mdc-checkbox__background,
.funbutler .mat-mdc-radio-button.positive .mdc-checkbox__background {
  border-color: #66af48 !important;
}
.procommerca .mat-mdc-checkbox.positive .mdc-checkbox__checkmark,
.procommerca .mat-mdc-radio-button.positive .mdc-checkbox__checkmark,
.funbutler .mat-mdc-checkbox.positive .mdc-checkbox__checkmark,
.funbutler .mat-mdc-radio-button.positive .mdc-checkbox__checkmark {
  color: white !important;
}
.procommerca .mat-mdc-checkbox.positive .mdc-label,
.procommerca .mat-mdc-radio-button.positive .mdc-label,
.funbutler .mat-mdc-checkbox.positive .mdc-label,
.funbutler .mat-mdc-radio-button.positive .mdc-label {
  color: #66af48 !important;
}
.procommerca .mat-mdc-checkbox.neutral.mat-checkbox-checked .mat-checkbox-background,
.procommerca .mat-mdc-checkbox.neutral .mat-radio-inner-circle,
.procommerca .mat-mdc-checkbox.neutral .mat-ripple-element,
.procommerca .mat-mdc-radio-button.neutral.mat-checkbox-checked .mat-checkbox-background,
.procommerca .mat-mdc-radio-button.neutral .mat-radio-inner-circle,
.procommerca .mat-mdc-radio-button.neutral .mat-ripple-element,
.funbutler .mat-mdc-checkbox.neutral.mat-checkbox-checked .mat-checkbox-background,
.funbutler .mat-mdc-checkbox.neutral .mat-radio-inner-circle,
.funbutler .mat-mdc-checkbox.neutral .mat-ripple-element,
.funbutler .mat-mdc-radio-button.neutral.mat-checkbox-checked .mat-checkbox-background,
.funbutler .mat-mdc-radio-button.neutral .mat-radio-inner-circle,
.funbutler .mat-mdc-radio-button.neutral .mat-ripple-element {
  background-color: #46a8cb;
}
.procommerca .mat-mdc-checkbox.neutral .mat-checkbox-frame,
.procommerca .mat-mdc-checkbox.neutral .mat-radio-outer-circle,
.procommerca .mat-mdc-radio-button.neutral .mat-checkbox-frame,
.procommerca .mat-mdc-radio-button.neutral .mat-radio-outer-circle,
.funbutler .mat-mdc-checkbox.neutral .mat-checkbox-frame,
.funbutler .mat-mdc-checkbox.neutral .mat-radio-outer-circle,
.funbutler .mat-mdc-radio-button.neutral .mat-checkbox-frame,
.funbutler .mat-mdc-radio-button.neutral .mat-radio-outer-circle {
  border-color: #46a8cb;
}
.procommerca .mat-mdc-checkbox.negative.mat-checkbox-checked .mat-checkbox-background,
.procommerca .mat-mdc-checkbox.negative .mat-radio-inner-circle,
.procommerca .mat-mdc-checkbox.negative .mat-ripple-element,
.procommerca .mat-mdc-radio-button.negative.mat-checkbox-checked .mat-checkbox-background,
.procommerca .mat-mdc-radio-button.negative .mat-radio-inner-circle,
.procommerca .mat-mdc-radio-button.negative .mat-ripple-element,
.funbutler .mat-mdc-checkbox.negative.mat-checkbox-checked .mat-checkbox-background,
.funbutler .mat-mdc-checkbox.negative .mat-radio-inner-circle,
.funbutler .mat-mdc-checkbox.negative .mat-ripple-element,
.funbutler .mat-mdc-radio-button.negative.mat-checkbox-checked .mat-checkbox-background,
.funbutler .mat-mdc-radio-button.negative .mat-radio-inner-circle,
.funbutler .mat-mdc-radio-button.negative .mat-ripple-element {
  background-color: #d33372;
}
.procommerca .mat-mdc-checkbox.negative .mat-checkbox-frame,
.procommerca .mat-mdc-checkbox.negative .mat-radio-outer-circle,
.procommerca .mat-mdc-radio-button.negative .mat-checkbox-frame,
.procommerca .mat-mdc-radio-button.negative .mat-radio-outer-circle,
.funbutler .mat-mdc-checkbox.negative .mat-checkbox-frame,
.funbutler .mat-mdc-checkbox.negative .mat-radio-outer-circle,
.funbutler .mat-mdc-radio-button.negative .mat-checkbox-frame,
.funbutler .mat-mdc-radio-button.negative .mat-radio-outer-circle {
  border-color: #d33372;
}
.procommerca .mat-mdc-form-field.mat-focused .mat-form-field-label,
.funbutler .mat-mdc-form-field.mat-focused .mat-form-field-label {
  color: #46a8cb;
}
.procommerca .mat-form-field-appearance-outline .mat-form-field-outline,
.funbutler .mat-form-field-appearance-outline .mat-form-field-outline {
  color: #a7adba;
}
.procommerca .row .no-left-padding,
.funbutler .row .no-left-padding {
  padding-left: 0;
}
.procommerca .row .no-right-padding,
.funbutler .row .no-right-padding {
  padding-right: 0;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)*/
@font-face {
  font-family: "FontAwesome";
  src: url("./media/fontawesome-webfont.eot?v=4.7.0");
  src:
    url("./media/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("./media/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("./media/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("./media/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("./media/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
html {
  font-size: 14px;
}
body p {
  margin-bottom: 0;
}
body .p-button:focus-visible {
  outline: 0px !important;
}
body .p-drawer.wide {
  width: 50vw;
}
body .p-drawer.extra-wide {
  width: 90vw;
}
body .p-card .p-card-body {
  gap: 0px;
}
body .icon.p-button-icon {
  z-index: 9;
  position: relative;
  display: block;
}
body .p-datepicker,
body .p-multiselect,
body .p-select,
body .p-iconfield,
body .p-fileupload,
body .p-inputtext,
body .p-button,
body .p-datepicker-dropdown {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  max-width: 100%;
}
body .danger-zone.armed .p-toggleswitch.p-toggleswitch-checked .p-toggleswitch-slider,
body .danger-zone.armed .p-toggleswitch:not(.p-disabled):has(.p-toggleswitch-input:hover).p-toggleswitch-checked .p-toggleswitch-slider {
  background: var(--negative);
}
::-webkit-scrollbar {
  background-color: transparent;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease-in-out;
}
::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.06);
  margin: 5px;
  border-radius: 30px;
  border: 4px solid var(--background-color);
}
::-webkit-scrollbar-thumb:hover {
  border: 4px solid var(--primary-color);
}
::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border: 4px solid var(--background-color);
  border-radius: 30px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-button {
  display: none;
}
body,
.mat-mdc-table,
.mat-mdc-form-field,
.mat-mdc-button,
.mat-mdc-fab,
.mat-mdc-unelevated-button,
.mat-mdc-icon-button,
.mat-mdc-mini-fab,
.mat-mdc-raised-button,
.mat-mdc-outlined-button {
  font-family: "Open Sans", sans-serif;
}
html {
  background-color: var(--background-color);
}
:root {
  --background-color: #e0e0e0;
  --dark-background-color: #1e1f24;
  --wrapper-background-color: #fcfbfb;
  --text-base: #000;
  --text-opposite: #fff;
  --scrollbar-color: #fff;
  --bubble-color: #333;
  --bubble-text: #fff;
  --card-bg: rgb(0 0 0 / 5%);
  --table-hover: #00000006;
  --subline-color: #00000028;
  --base-color-1: #343d46;
  --base-color-2: #a7adba;
  --base-color-3: #4f5b66;
  --base-color-4: #fcfcfc;
  --base-color-5: #d9c0d9;
  --header-background: #040023;
  --header-color: var(--wrapper-background-color);
  --mat-tab-pagination-icon-color: var(--neutral);
  --primary-color: #333;
  --button-background: var(--primary-color);
  --button-color: var(--background-color);
  --calendar-background: #efefef;
  --calendar-color: #333;
  --calendar-selected-color: #46a8cb;
  --calendar-event-background-color: #f0f0f0;
  --calendar-resource-booking-event-background-color: #fdf2dc;
  --calendar-blocked-resource-booking-event-background-color: #ffdfdf;
  --calendar-resource-available-color: #93c37a;
  --calendar-resource-has-bookings-color: #cde4af;
  --calendar-resource-almost-full-color: #fffbb4;
  --calendar-resource-full-color: #f0b3cd;
  --calendar-now-indicator: #ff3087;
  --green: #66af48;
  --daily-notes-bg: #fff;
  --box-shadows:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
  --daily-notes-text: #000;
  --mat-checkbox-selected-icon-color: var(--neutral);
  --mat-tab-inactive-hover-label-text-color: var(--neutral);
  --wrapper-box-shadow:
    0 2px 2px #00000024,
    0 3px 1px -2px #0000001f,
    0 1px 5px #0003;
  --mat-tab-inactive-focus-label-text-color: rgb(0 0 0 / 60%);
  --mat-tab-inactive-hover-label-text-color: rgb(0 0 0 / 60%);
  --yellow: #fef058;
  --red: #d33372;
  --negative: #d33372;
  --purple: #ff6bd3;
  --positive: #66af48;
  --neutral: #46a8cb;
  --neutral-inactive: #7dd4f1c9;
  --light-neutral-color: #bfe2ee;
  --grey: #333;
  --light-grey: #a2a2a2;
  --dark-red: #d20b0b;
  --dark-green: #239e04;
  --procommerca-red: #d33372;
  --nav-icons: #0f0f0f;
  --disabled: var(--light-grey);
  --calendar-hover: #00000010;
  --header-height: 56px;
  --steps-height: 56px;
  --mat-tab-height: 48px;
  --p-stepper-step-number-background: red;
}
:root .mat-accent {
  --mat-option-selected-state-label-text-color: var(--positive);
}
:root .NgxEditor__Wrapper .NgxEditor__MenuBar.NgxEditor--Disabled:not(.owo) {
  opacity: 1 !important;
}
:root .NgxEditor__Wrapper .NgxEditor__MenuBar.NgxEditor--Disabled:not(.owo) .NgxEditor__MenuItem:not(.skip) {
  opacity: 0.25 !important;
}
:root .NgxEditor__Wrapper .NgxEditor__MenuBar.NgxEditor--Disabled:not(.owo) .NgxEditor__Dropdown:not(.skip) {
  opacity: 0.25 !important;
}
:root .NgxEditor__Wrapper .NgxEditor__MenuBar.NgxEditor--Disabled:not(.owo) .NgxEditor__MenuItem.skip {
  pointer-events: all;
}
.dispatch-campaign-what-tabs .mat-mdc-tab-body-content {
  height: calc(100vh - var(--header-height) - var(--steps-height) - var(--mat-tab-height));
}
.mat-icon.giant {
  height: 100px;
  width: 100px;
  font-size: 100px;
}
.base-button .mat-icon {
  vertical-align: text-bottom;
}
[data-theme=dark] {
  --background-color: #101204;
  --background-color-hover: #15153d;
  --scrollbar-color: #101204;
  --header-background: #000;
  --subline-color: #ffffff85;
  --card-bg: #22272B;
  --header-color: #000;
  --nav-icons: #fff;
  --text-base: #fff;
  --text-opposite: #030303;
  --mat-icon-color: #fff;
  --primary-color: #fff;
  --box-shadows:
    0 2px 2px 0 rgb(0 0 0 / 100%),
    0 3px 1px -2px rgb(0 0 0 / 100%),
    0 1px 5px 0 rgb(0 0 0 / 100%);
  --bubble-color: #15153d;
  --bubble-text: #fff;
  --calendar-background: #101204;
  --calendar-event-background-color: #22272B;
  --calendar-resource-booking-event-background-color: #43361c;
  --mat-tab-pagination-icon-color: var(--neutral);
  --mat-tab-inactive-focus-label-text-color: rgb(255 255 255 / 60%);
  --mat-tab-inactive-hover-label-text-color: rgb(255 255 255 / 60%);
  --calendar-color: #dfdbdb;
  --calendar-now-indicator: #ff3087;
  --mat-datepicker-calendar-container-background-color: #101204;
  --mat-datepicker-calendar-container-text-color: #fff;
  --mat-sidenav-content-background-color: #020204 !important;
  --mat-sidenav-content-text-color: #fff !important;
  --mat-form-field-filled-container-color: #22272B;
  --mat-form-field-filled-input-text-color: #fff !important;
  --mat-form-field-filled-label-text-color: #c4c4c5;
  --mat-tab-inactive-label-text-color: #ffffffc9 !important;
  --mat-dialog-subhead-color: #ffffffd5 !important;
  --mat-dialog-supporting-text-color: #ffffffe7 !important;
  --mat-select-enabled-trigger-text-color: #fff !important;
  --mat-checkbox-unselected-icon-color: #fff;
  --fc-border-color: #39396479;
  --daily-notes-bg: var(--header-background);
  --daily-notes-text: #fff;
  --mat-datepicker-calendar-date-text-color: #fff;
  --mat-theme-text-primary-on-background: #fff;
  --wrapper-background-color: #020206;
  --wrapper-box-shadow: 2px 2px 10px rgb(68 68 68 / 20%);
  --mat-form-field-filled-disabled-container-color: #22272bc0;
  --mat-form-field-filled-disabled-label-text-color: rgb(var(--neutral) / 38%);
  --mat-form-field-filled-disabled-input-text-color: rgb(var(--neutral) / 38%);
  --mat-datepicker-calendar-header-text-color: #fff;
  --mat-datepicker-calendar-body-label-text-color: #fff;
  --mat-datepicker-calendar-period-button-icon-color: #fff;
  --mat-select-panel-background-color: #22272B;
  --mat-option-label-text-color: #fff;
  --mat-select-enabled-arrow-color: #fff;
  --table-color: #22272B;
  --table-hover: #ffffff08;
  --base-color-1: #b7c1ca;
  --base-color-2: #bcc5da;
  --base-color-3: #4f5b66;
  --base-color-4: #000000;
  --base-color-5: #adadad;
}
[data-theme=dark] .NgxEditor__Wrapper {
  --ngx-editor-border-radius: 4px;
  --ngx-editor-background-color: #22272B;
  --ngx-editor-text-color: #fff;
  --ngx-editor-placeholder-color: #6c757d;
  --ngx-editor-border-color: rgb(0 0 0 / 20%);
  --ngx-editor-wrapper-border-color: rgb(121 121 121 / 20%);
  --ngx-editor-menubar-bg-color: #22272B;
  --ngx-editor-menubar-padding: 3px;
  --ngx-editor-menu-item-hover-bg-color: #4f4f4fb0;
  --ngx-editor-menubar-height: 30px;
  --ngx-editor-blockquote-color: #ddd;
  --ngx-editor-blockquote-border-width: 3px;
  --ngx-editor-icon-size: 30px;
  --ngx-editor-popup-bg-color: #22272B;
  --ngx-editor-popup-border-radius: 4px;
  --ngx-editor-popup-shadow: rgb(60 64 67 / 15%) 0px 2px 6px 2px;
  --ngx-editor-menu-item-border-radius: 2px;
  --ngx-editor-menu-item-active-color: var(--neutral);
  --ngx-editor-menu-item-active-bg-color: #00000026;
  --ngx-editor-seperator-color: #656565;
  --ngx-editor-bubble-bg-color: #000;
  --ngx-editor-bubble-text-color: #fff;
  --ngx-editor-bubble-item-hover-color: #00000026;
  --ngx-editor-bubble-seperator-color: #fff;
  --ngx-editor-focus-ring-color: #5e9ed6;
  --ngx-editor-error-color: red;
  --ngx-editor-click-pointer: default;
}
[data-theme=dark] .NgxEditor__Wrapper .NgxEditor__MenuBar.NgxEditor--Disabled:not(.owo) {
  opacity: 1 !important;
}
[data-theme=dark] .NgxEditor__Wrapper .NgxEditor__MenuBar.NgxEditor--Disabled:not(.owo) .NgxEditor__MenuItem:not(.skip) {
  opacity: 0.25 !important;
}
[data-theme=dark] .NgxEditor__Wrapper .NgxEditor__MenuBar.NgxEditor--Disabled:not(.owo) .NgxEditor__Dropdown:not(.skip) {
  opacity: 0.25 !important;
}
[data-theme=dark] .NgxEditor__Wrapper .NgxEditor__MenuBar.NgxEditor--Disabled:not(.owo) .NgxEditor__MenuItem.skip {
  pointer-events: all;
}
[data-theme=dark] .mat-mdc-button.mat-unthemed {
  --mat-button-text-label-text-color: #fff;
}
[data-theme=dark] .mdc-checkbox:hover .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  --mat-checkbox-unselected-hover-icon-color: var(--neutral-inactive);
}
[data-theme=dark] .mat-mdc-tab:hover .mdc-tab__text-label {
  --mat-tab-inactive-hover-label-text-color: var(--neutral-inactive);
}
[data-theme=dark] .mat-mdc-tab-group {
  --mat-tab-inactive-label-text-color: #ffffffc9 !important;
  --mat-tab-pagination-icon-color: #ffffffc9 !important;
  --mat-tab-inactive-hover-text-color: rgb(255 255 255 / 60%);
}
[data-theme=dark] .mat-mdc-dialog-container {
  --mat-dialog-container-color: var(--background-color-hover);
  --mat-dialog-subhead-color: #ffffffd5;
  --mat-dialog-supporting-text-color: #ffffffe7;
}
[data-theme=dark] body header {
  border-bottom: none;
}
[data-theme=dark] input.fullheight.align-center.dark-mode-light-color.ng-pristine.ng-valid.ng-touched {
  color: #fff;
}
[data-theme=dark] .fc-theme-standard .fc-scrollgrid {
  border: none;
}
[data-theme=dark] mat-sidenav-container mat-sidenav.mat-drawer {
  background:
    linear-gradient(
      to right,
      #101204,
      rgba(16, 18, 4, 0.6431372549));
}
[data-theme=dark] .mat-drawer {
  color: var(--text-base);
}
[data-theme=dark] mat-icon.mat-icon.notranslate.dialog-close-icon.clickable.material-icons.mat-ligature-font.mat-icon-no-color {
  color: #fff;
  background-color: transparent;
}
[data-theme=dark] mat-icon.mat-icon.notranslate.dialog-close-icon.clickable.material-icons.mat-ligature-font.mat-icon-no-color:hover {
  background-color: var(--background-color-hover);
}
[data-theme=dark] svg.mat-datepicker-toggle-default-icon.ng-star-inserted {
  color: #fff;
}
[data-theme=dark] div.fc-resourceTimeline-view.fc-view.fc-resource-timeline.fc-resource-timeline-flat.fc-timeline.fc-timeline-overlap-enabled {
  background-color: var(--background-color);
}
[data-theme=dark] mat-dialog-content {
  background-color: var(--background-color);
  color: var(--text-base) !important;
}
[data-theme=dark] body table.mat-mdc-table {
  background: var(--table-color) !important;
}
[data-theme=dark] mat-dialog-actions.mat-mdc-dialog-actions.mdc-dialog__actions {
  background-color: var(--background-color);
}
.booking-search-dialog-event-booking,
.booking-search-dialog-booking,
.booking-search-dialog-resource-booking {
  box-shadow: var(--box-shadows);
  border-radius: 5px;
  height: 100% !important;
  width: 100% !important;
}
.booking-search-dialog-event-booking.canceled,
.booking-search-dialog-booking.canceled,
.booking-search-dialog-resource-booking.canceled {
  background: rgba(255, 48, 135, 0.06) !important;
  opacity: 0.7 !important;
}
.booking-search-dialog-event-booking,
.booking-search-dialog-booking {
  background-color: var(--card-bg) !important;
}
.booking-search-dialog-resource-booking {
  background-color: rgba(216, 161, 52, 0.231372549) !important;
  background-size: 56.57px 56.57px;
  background-image:
    linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.02) 25%,
      rgba(255, 255, 255, 0) 25%,
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0.02) 50%,
      rgba(0, 0, 0, 0.02) 75%,
      rgba(255, 255, 255, 0) 75%,
      rgba(255, 255, 255, 0) 100%);
}
.mat-mdc-option .mdc-list-item__primary-text {
  white-space: nowrap !important;
}
.mat-mdc-form-field {
  margin-top: 10px;
}
.mat-mdc-form-field.time-input {
  width: 7em;
}
.friendly-code-title {
  display: inline-block;
  padding-right: 10px;
  padding-left: 15px;
}
.friendly-code {
  display: inline-block;
}
.underline {
  text-decoration: underline;
}
.mat-mdc-dialog-surface {
  overflow-x: hidden;
}
mat-form-field.mat-form-field-disabled label {
  opacity: 0.6;
}
.mat-mdc-select-panel {
  min-width: fit-content !important;
}
body {
  background: var(--background-color);
  color: var(--primary-color);
  overflow-x: hidden;
}
body input[type=number][matInput]:not(.mat-mdc-form-field input[type=number][matInput]) {
  outline: 0;
  border: 0;
  border-bottom: 1px solid black;
  background: whitesmoke;
  padding: 8px;
}
body label {
  margin-bottom: initial;
}
body .ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}
body .ellipsis.break {
  line-break: anywhere;
}
body .no-border {
  border-width: 0 !important;
}
body button:focus {
  outline: initial;
}
body .padded-content {
  padding: 10px;
}
body .print-show {
  visibility: collapse !important;
  height: 0;
}
body table.inverted tr th {
  font-weight: normal;
}
body table.inverted tr td {
  font-weight: bold;
}
body .mat-mdc-dialog-actions {
  box-sizing: border-box;
}
body .mat-mdc-row {
  height: 1.5em;
}
@media print {
  body .print-hide {
    visibility: collapse !important;
    display: none !important;
  }
  body .print-show {
    visibility: visible !important;
    height: auto;
  }
}
body .mat-mdc-tab-body-content {
  overflow: hidden;
}
body header {
  background: var(--header-background);
  border-bottom: 2px solid var(--primary-color);
  height: 50px;
  padding: 5px;
}
body header .logo {
  max-height: 40px;
  margin-left: 5px;
}
body header .client-name-box,
body header .version-box {
  background: var(--neutral);
  color: var(--header-background);
  padding: 8px;
  font-size: 14px;
  position: fixed;
  display: inline-block;
  z-index: 9;
}
body header .client-name-box a,
body header .version-box a {
  color: var(--header-background);
}
body header .client-name-box {
  left: 50vw;
  transform: translateX(-50%);
  top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
body header .version-box {
  left: 0;
  bottom: 0;
  border-top-right-radius: 10px;
  z-index: 9999;
  font-weight: bold;
  background: var(--purple);
}
body header .pinned-notification {
  color: var(--header-background);
  font-size: 14px;
  padding-right: 20px;
  display: inline-block;
  max-width: 50%;
  white-space: nowrap;
  vertical-align: top;
  transition: 0.2s linear;
  margin-top: 3px;
}
body header .pinned-notification:hover {
  transform: scale(1.05);
}
body header .pinned-notification:hover .message span {
  text-decoration: underline;
}
body header .pinned-notification .icon-circle {
  border-radius: 100%;
  background: var(--neutral);
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  transform: translateY(1px);
}
body header .pinned-notification .icon-circle .mat-icon {
  vertical-align: middle;
  font-size: 30px;
  transform: translateX(-3px) translateY(5px);
}
body header .pinned-notification .message {
  background: transparent;
  color: white;
  padding: 5px;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 20px;
  max-width: 100%;
  display: inline-block;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
body header .pinned-notification .message img {
  height: 24px;
  margin-left: -5px;
  margin-right: 2px;
}
body header .pinned-notification .message .mat-icon {
  margin-right: 2px;
  margin-left: -5px;
  vertical-align: middle;
}
body header .pinned-notification .message span {
  vertical-align: middle;
}
body header .user-info {
  color: white;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  margin-right: 10px;
}
body header .user-info a {
  color: white;
}
body header .menu-button {
  color: white;
  font-size: 46px;
  margin-right: 20px;
  margin-top: -4px;
  height: 46px;
  width: 46px;
}
body header ul.top-menu {
  list-style-type: none;
  margin: 0;
}
body header ul.top-menu li {
  float: left;
  padding: 10px;
}
body header ul.top-menu li a {
  color: var(--primary-color);
  margin-right: 10px;
}
body header ul.top-menu li a:hover {
  color: white;
}
body .hidden {
  display: none;
}
body table.styled > tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
body table.styled > tr > td,
body table.styled > tr > th {
  padding: 10px;
}
body table.styled > tr > td.unpadded,
body table.styled > tr > th.unpadded {
  padding: 0;
}
body table.styled > tr > td.indented,
body table.styled > tr > th.indented {
  padding-left: 20px;
}
body table.styled > tr.head-row {
  background: rgba(0, 0, 0, 0.1);
}
body table.styled .inactive {
  opacity: 0.6;
}
body .capitalize {
  text-transform: capitalize;
}
body button.styled,
body button.styled.mdc-button {
  padding: 10px;
  background: var(--neutral);
  color: white;
  outline: 0;
  border: 0;
  box-sizing: border-box;
  height: auto;
  line-height: 2.5em;
}
body button.styled.mat-mdc-button.mat-mdc-button-base,
body button.styled.mat-mdc-raised-button.mat-mdc-button-base,
body button.styled.mat-mdc-unelevated-button.mat-mdc-button-base,
body button.styled.mat-mdc-outlined-button.mat-mdc-button-base body button.styled:active,
body button.styled.mdc-button.mat-mdc-button.mat-mdc-button-base,
body button.styled.mdc-button.mat-mdc-raised-button.mat-mdc-button-base,
body button.styled.mdc-button.mat-mdc-unelevated-button.mat-mdc-button-base,
body button.styled.mat-mdc-outlined-button.mat-mdc-button-base body button.styled.mdc-button:active,
body button.styled.mdc-button.mat-mdc-outlined-button.mat-mdc-button-base body button.styled:active,
body button.styled.mdc-button.mat-mdc-outlined-button.mat-mdc-button-base body button.styled.mdc-button:active {
  height: auto;
}
body button.styled:focus,
body button.styled.mdc-button:focus {
  outline: 0;
}
body button.styled:disabled,
body button.styled.mdc-button:disabled {
  opacity: 0.6;
  color: white;
}
body button.styled.neutral,
body button.styled.mdc-button.neutral {
  background: var(--neutral);
  border-color: var(--neutral);
}
body button.styled.neutral.outline,
body button.styled.mdc-button.neutral.outline {
  opacity: 0.6;
  color: white;
  color: var(--neutral);
}
body button.styled.green,
body button.styled.mdc-button.green {
  background: var(--green);
  border-color: var(--green);
}
body button.styled.green.outline,
body button.styled.mdc-button.green.outline {
  color: var(--green);
}
body button.styled.red,
body button.styled.mdc-button.red {
  background: var(--red);
  border-color: var(--red);
}
body button.styled.red.outline,
body button.styled.mdc-button.red.outline {
  color: var(--red);
}
body button.styled.outline,
body button.styled.mdc-button.outline {
  background: transparent;
  border-style: solid;
  border-width: 2px;
}
body button.styled.big,
body button.styled.mdc-button.big {
  font-size: 18px;
}
body .green-text {
  color: var(--green);
}
body .red-text {
  color: var(--red);
}
body .yellow-text {
  color: var(--yellow);
}
body .line-through {
  text-decoration: line-through;
}
body table.mat-mdc-table {
  background: rgba(255, 255, 255, 0.02);
}
body table.mat-mdc-table.fixed {
  table-layout: fixed;
}
body table.mat-mdc-table tr.disabled {
  opacity: 0.2;
}
body table.mat-mdc-table tr.selectable:hover {
  background-color: var(--table-hover);
}
body table.mat-mdc-table tr td,
body table.mat-mdc-table tr th {
  color: var(--primary-color);
}
.foresight-select .inner .mat-mdc-select,
.payment-required-select .inner .mat-mdc-select,
.grace-period-select .inner .mat-mdc-select {
  width: auto;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  margin-right: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.foresight-select .inner .mat-mdc-select ::ng-deep .mat-select-value,
.payment-required-select .inner .mat-mdc-select ::ng-deep .mat-select-value,
.grace-period-select .inner .mat-mdc-select ::ng-deep .mat-select-value {
  display: inline;
}
.foresight-select .inner .mat-mdc-select ::ng-deep .mat-select-arrow-wrapper,
.payment-required-select .inner .mat-mdc-select ::ng-deep .mat-select-arrow-wrapper,
.grace-period-select .inner .mat-mdc-select ::ng-deep .mat-select-arrow-wrapper {
  display: none;
}
.fullwidth {
  width: 100%;
}
.fullheight {
  height: 100%;
}
.align-right {
  text-align: right !important;
}
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.valign-middle {
  vertical-align: middle;
}
.valign-top {
  vertical-align: top;
}
.valign-bottom {
  vertical-align: bottom;
}
.valign-sub {
  vertical-align: sub;
}
.inline-block {
  display: inline-block;
}
.flex-end {
  justify-content: flex-end !important;
  padding: 2px;
}
.padded {
  padding: 10px;
}
.mat-tab-list .mat-tab-label {
  min-width: 50px;
  padding: 0 10px;
}
.color-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin: 5px;
  margin-bottom: 25px;
  font-size: 40px;
  transform: translateY(8px);
}
.mat-icon.big {
  height: 40px;
  width: 40px;
  font-size: 40px;
}
.mat-mdc-card.primary-background {
  background: var(--background-color) !important;
}
.primary-background {
  background: var(--background-color);
}
hr {
  border-color: var(--primary-color);
}
hr.light {
  opacity: 0.1;
}
mat-tab-body .mat-tab-body-content {
  overflow-x: hidden;
}
.main {
  margin-top: 20px;
  background: var(--wrapper-background-color);
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: var(--wrapper-box-shadow);
}
.main.main {
  width: 90vw;
}
.clickable {
  cursor: pointer;
}
input {
  color: var(--primary-color);
}
input::placeholder,
input::input-placeholder {
  color: var(--primary-color);
}
table.log tr.info th,
table.log tr.info td {
  color: var(--green);
}
table.log tr.warning th,
table.log tr.warning td {
  color: var(--yellow);
}
table.log tr.error th,
table.log tr.error td {
  color: var(--red);
}
dl-date-time-picker .dl-abdtp-date-button[_ngcontent-c6],
dl-date-time-picker .dl-abdtp-left-button[_ngcontent-c6],
dl-date-time-picker .dl-abdtp-right-button[_ngcontent-c6],
dl-date-time-picker .dl-abdtp-view-label[_ngcontent-c6] {
  color: var(--primary-color);
  text-align: center;
}
dl-date-time-picker .dl-abdtp-date-button,
dl-date-time-picker .dl-abdtp-up-button {
  color: var(--primary-color) !important;
}
dl-date-time-picker .dl-abdtp-selected {
  background: var(--primary-color) !important;
  color: var(--background-color) !important;
}
dl-date-time-picker button {
  background-color: transparent;
}
dl-date-time-picker .dl-abdtp-selected[_ngcontent-c6] {
  background-color: var(--primary-color);
  color: black;
}
.selected-date {
  background: var(--background-color);
  color: white;
  border-radius: 10px;
  padding: 10px;
  margin: 5px;
  display: inline-block;
}
.mat-tab-body-content {
  overflow-x: hidden;
}
mat-tab-group .mat-tab-label-active {
  opacity: 1;
}
.tooltip-icon {
  color: var(--primary-color);
  margin: 5px;
  vertical-align: super;
  font-size: 25px;
  opacity: 0.3;
  transition: 0.3s ease;
}
.tooltip-icon:hover {
  opacity: 1;
}
.mat-mdc-tooltip.tooltip-content {
  color: var(--primary-color);
  font-size: 1.1em;
}
.mat-tooltip-linebreak {
  white-space: pre-wrap;
}
.mat-mdc-form-field.slim .mat-form-field-infix {
  padding-top: 0;
  border-top: 0;
}
.mat-form-field-appearance-legacy .mat-form-field-underline,
.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: var(--primary-color);
}
.mat-form-field-appearance-legacy .mat-form-field-label,
.mat-select-value,
.mat-select-arrow,
.mat-tab-label,
.mat-tab-link {
  color: var(--primary-color);
}
.mat-checkbox-frame {
  border-color: var(--primary-color);
}
.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: var(--button-background);
}
.mat-mdc-fab.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-mini-fab.mat-primary,
.mat-mdc-raised-button.mat-primary {
  background-color: var(--button-background);
  color: var(--button-color);
}
.bottom-margin-button,
.mat-mdc-raised-button.bottom-margin-button {
  vertical-align: bottom;
  margin-bottom: 20px;
}
mat-checkbox .mat-checkbox-checkmark-path {
  stroke: var(--button-color) !important;
}
mat-checkbox.large .mat-checkbox-inner-container {
  height: 25px;
  width: 25px;
}
mat-card.transparent {
  background: transparent;
  color: var(--primary-color);
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.users tr.manager th,
.users tr.manager td {
  color: var(--green);
}
.users tr.user th,
.users tr.user td {
  color: var(--yellow);
}
.users tr.disabled {
  opacity: 0.2;
}
img.illustration {
  max-width: 100%;
  width: 100px;
}
img.illustration.small {
  width: 50px;
}
img.illustration.large {
  width: 200px;
}
img.illustration.extra-large {
  width: 400px;
}
.associated-resources tbody tr:first-child .up-arrow,
.extra-activities tbody tr:first-child .up-arrow,
.sortaable-table tbody tr:first-child .up-arrow {
  opacity: 0.2;
  cursor: default;
}
.associated-resources tbody tr:last-child .down-arrow,
.extra-activities tbody tr:last-child .down-arrow,
.sortaable-table tbody tr:last-child .down-arrow {
  opacity: 0.2;
  cursor: default;
}
.mat-slide-toggle-content .mat-icon {
  vertical-align: bottom;
}
.mat-form-field-infix > label,
label.styled {
  opacity: 0.5;
}
mat-sidenav-container {
  min-height: 100vh;
}
mat-sidenav-container .mat-drawer-inner-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
mat-sidenav-container .mat-drawer-inner-container::-webkit-scrollbar {
  display: none;
}
mat-sidenav-container mat-sidenav-content.mat-drawer-content {
  min-height: 100vh;
  overflow-x: hidden;
}
mat-sidenav-container mat-sidenav.mat-drawer {
  background:
    linear-gradient(
      to right,
      #fff,
      rgba(255, 255, 255, 0.74));
}
mat-sidenav-container mat-sidenav.mat-drawer .side-menu {
  padding: 10px;
  margin-top: 50px;
}
mat-sidenav-container mat-sidenav.mat-drawer .side-menu ul {
  list-style-type: none;
  padding-left: 20px;
  margin-bottom: 15px;
}
mat-sidenav-container mat-sidenav.mat-drawer .side-menu ul li {
  font-size: 18px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1294117647);
  padding-top: 3px;
  padding-bottom: 3px;
  overflow: visible;
  position: relative;
}
mat-sidenav-container mat-sidenav.mat-drawer .side-menu ul li .mat-icon {
  color: var(--primary-color);
  margin-right: 8px;
  margin-left: 8px;
  transform: translateY(6px);
}
mat-sidenav-container mat-sidenav.mat-drawer .side-menu ul li i {
  color: var(--primary-color);
  margin-right: 8px;
  margin-left: 8px;
}
mat-sidenav-container mat-sidenav.mat-drawer .side-menu ul li i.fa,
mat-sidenav-container mat-sidenav.mat-drawer .side-menu ul li i.fas {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 15px;
}
mat-sidenav-container mat-sidenav.mat-drawer .side-menu ul li a {
  color: var(--primary-color);
}
mat-sidenav-container mat-sidenav.mat-drawer .side-menu ul li a:focus,
mat-sidenav-container mat-sidenav.mat-drawer .side-menu ul li a:active {
  outline: none;
  border: none;
}
mat-sidenav-container mat-sidenav.mat-drawer .side-menu ul li .beta-icon {
  background: var(--neutral-color);
  border-radius: 100%;
  padding: 3px;
  position: absolute;
  top: 2px;
  left: -5px;
  color: white;
  font-size: 9px;
  font-weight: bold;
}
mat-sidenav-container mat-sidenav.mat-drawer .side-menu ul li ul li ul.submenu {
  margin-left: 10px;
  margin-bottom: 0;
  opacity: 0;
  max-height: 0;
  transition: 0.4s ease-in;
}
mat-sidenav-container mat-sidenav.mat-drawer .side-menu ul li ul li ul.submenu li:last-child {
  border-bottom: 0;
}
mat-sidenav-container mat-sidenav.mat-drawer .side-menu ul li ul li ul.submenu.expanded {
  opacity: 1;
  max-height: 1000px;
}
mat-sidenav-container mat-sidenav.mat-drawer .side-menu > ul {
  padding-left: 0;
}
mat-sidenav-container mat-sidenav.mat-drawer .side-menu > ul > li {
  border: 0;
}
input.mat-mdc-input-element {
  line-height: 1em;
}
.article-number-chooser-fix {
  margin-top: 16px;
  display: block;
}
pre.code {
  width: 100%;
  white-space: pre-wrap;
}
.campaign-label-preview {
  margin: 5px;
  padding: 5px 15px;
  display: table;
  border-radius: 5px;
}
.dialog-close-icon {
  position: absolute !important;
  right: 20px !important;
  top: 20px !important;
  background: white;
  z-index: 99999999999;
  border-radius: 5em;
}
.dialog-close-icon:hover {
  cursor: pointer;
  border-radius: 1000em;
  background-color: var(--base-color-2);
}
.right-head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.center-in-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-active-indicator-color: var(--neutral);
  --mat-tab-disabled-ripple-color: rgb(0 0 0 / 38%);
  --mat-tab-pagination-icon-color: #000;
  --mat-tab-inactive-label-text-color: rgb(0 0 0 / 60%);
  --mat-tab-active-label-text-color: var(--neutral);
  --mat-tab-active-ripple-color: var(--neutral);
  --mat-tab-inactive-ripple-color: var(--neutral);
  --mat-tab-inactive-focus-label-text-color: rgb(0 0 0 / 60%);
  --mat-tab-inactive-hover-label-text-color: rgb(0 0 0 / 60%);
  --mat-tab-active-focus-label-text-color: var(--neutral);
  --mat-tab-active-hover-label-text-color: var(--neutral);
  --mat-tab-active-focus-indicator-color: var(--neutral);
  --mat-tab-active-hover-indicator-color: var(--neutral);
}
.booking-search-dialog-booking {
  border-radius: 5px;
  box-shadow: var(--box-shadows);
}
booking-search-dialog {
  height: 100%;
  width: 100% !important;
  display: block;
}
.booking-search-dialog.booking {
  height: 100% !important;
  width: 100% !important;
}
.gridwrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 6px;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.topbutton {
  position: absolute;
  top: 10px;
  right: 20px;
  background-color: transparent;
  color: var(--negative);
}
.relative {
  position: relative;
}
.nondraggable {
  height: 24px;
  resize: none !important;
}
.centered {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
}
.centercol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.068);
}
.variant {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 6px;
  border-radius: 6px;
  background-color: white;
  border: 1px solid black;
}
.gap-4 {
  gap: 4px;
}
.wrap {
  flex-wrap: wrap;
}
.heading-2 {
  color: #a7adba;
  font-size: 1.5rem;
}
.heading-3 {
  color: #a7adba;
  font-size: 1.33rem;
}
.heading-4 {
  color: #a7adba;
  font-size: 1.15rem;
}
.subhead-3 {
  color: black;
  font-size: 1rem;
}
.desc-3 {
  color: #a7adba;
  font-size: 0.9rem;
}
.pl-2 {
  padding-left: 2px;
}
.positive-bg {
  background-color: #66af48 !important;
  color: white;
}
.negative-bg {
  background-color: #d33372 !important;
  color: white;
}
.transition {
  transition: all 0.3s ease-in-out;
}
.charity-image {
  max-width: 300px;
}
.notice-box {
  padding: 10px;
  border-radius: 10px;
  color: var(--base-color-4);
  background: var(--negative-color);
  text-align: center;
  font-size: 1.2em;
}
.missing-icon {
  vertical-align: middle;
  transform: translateY(0.3em);
  opacity: 0;
}
.missing .missing-icon {
  opacity: 1;
}
.missing ::ng-deep .mat-mdc-form-field {
  transform: translateY(8px);
}
.missing ::ng-deep .mat-mdc-text-field-wrapper.mdc-text-field.mdc-text-field--filled.mdc-text-field--no-label {
  background: rgba(var(--negative-color), 0.15);
}
.token {
  position: relative;
}
.token .overlay {
  position: absolute;
  inset: 0;
  filter: blur(5px);
}
.token pre {
  width: 400px;
  white-space: pre-wrap;
  line-break: anywhere;
}
.token.blurred pre {
  filter: blur(4px);
}
.reset-password {
  background: var(--dark-background-color);
  height: 100vh;
  padding-top: 10%;
}
.reset-password .logo {
  margin-bottom: 10px;
}
.reset-password .logo img {
  max-width: 100%;
}
.report-list .reports .report a {
  color: black;
  font-size: 24px;
}
.report-list .reports .report a mat-icon {
  vertical-align: sub;
  font-size: 28px;
  margin-right: 5px;
}
.sales-report .refresh {
  transform: translateY(10px);
}
.sales-report .top {
  padding: 10px;
}
.sales-report .top .search-mode {
  margin-bottom: 5px;
}
.sales-report .top .search-mode .option,
.sales-report .top .display-mode .option {
  display: inline;
  cursor: pointer;
}
.sales-report .top .search-mode .option .mat-icon,
.sales-report .top .display-mode .option .mat-icon {
  transform: translateY(6px);
}
.sales-report .top .search-mode .option.selected,
.sales-report .top .display-mode .option.selected {
  font-weight: bold;
  cursor: normal;
}
.sales-report .top .search-mode .option.selected .mat-icon,
.sales-report .top .display-mode .option.selected .mat-icon {
  font-weight: bold;
}
.sales-report .top .filter {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid rgba(0, 0, 0, 0.3);
}
.sales-report .top .filter .option {
  display: inline-block;
}
.sales-report .top .filter .option i,
.sales-report .top .filter .option .mat-icon {
  margin-right: 6px;
  font-size: 20px;
}
.sales-report .top .filter .option .mat-icon {
  font-size: 24px;
  transform: translateY(4px);
}
.sales-report .top .filter .option.none {
  opacity: 0.3;
}
.sales-report .top .display-mode {
  display: inline-block;
}
.sales-report .top .display-mode .option {
  opacity: 0.3;
}
.sales-report .top .display-mode .option.selected {
  opacity: 1;
}
.sales-report .top .display-mode .mat-icon {
  margin-right: 5px;
}
.sales-report .top .print-button {
  display: inline-block;
}
.sales-report .top .print-button .mat-icon {
  transform: translateY(6px);
}
.sales-report-table .sales-table {
  font-size: 12px;
}
.sales-report-table .vat-table {
  font-size: 12px;
}
.sales-report-table .gift-card-table {
  font-size: 12px;
}
.sales-report-table .total-table {
  font-size: 12px;
}
.sales-report-table h2 {
  margin-left: 10px;
}
.sales-report-table .dark-column {
  background: rgba(0, 0, 0, 0.02);
}
@media print {
  .sales-report-table .sales-table,
  .sales-report-table .vat-table,
  .sales-report-table .gift-card-table {
    font-size: 3mm;
  }
  .sales-report-table .sales-table tr td,
  .sales-report-table .vat-table tr td,
  .sales-report-table .gift-card-table tr td {
    padding: 1mm;
  }
}
.feedbacks {
  padding-right: 20px;
  padding-left: 20px;
}
.feedbacks .summary {
  font-size: 1.3em;
}
.feedbacks .positive-summary {
  color: var(--green);
}
.feedbacks .positive-summary .icon {
  color: var(--green);
}
.feedbacks .negative-summary {
  color: var(--red);
}
.feedbacks .negative-summary .icon {
  color: var(--red);
}
.feedbacks .icon {
  vertical-align: middle;
  margin-right: 10px;
}
.journal-entry-dialog {
  width: 900px;
  max-width: 90vw;
  min-height: 400px;
  max-height: 90vh;
}
.red {
  color: var(--red);
}
.green {
  color: var(--green);
}
.yellow {
  color: var(--yellow);
}
.csv-container {
  text-align: left;
  position: absolute;
  right: 0;
  top: 150px;
  width: 71px;
}
.csv-container .download-button {
  position: static;
}
.csv-container .download-button mat-icon {
  font-size: 1.5em;
  width: 1em;
  height: 1em;
  transform: translateY(7px);
}
.label {
  font-weight: bold;
  color: var(--base-color-1);
}
.content {
  color: var(--base-color-1);
}
th,
td {
  max-width: 300px;
  padding-left: 5px;
  padding-right: 5px;
}
.gift-card-report {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 10px;
}
.top {
  padding: 10px;
}
.print-button {
  display: inline-block;
  font-size: 24px;
  transform: translateY(4px);
  margin-right: 6px;
}
.expired {
  background-color: rgba(var(--red), 0.15) !important;
}
.search-mode {
  display: inline-block;
}
.search-mode .option {
  display: inline;
  cursor: pointer;
}
.search-mode .option .mat-icon {
  transform: translateY(6px);
}
.search-mode .option.selected {
  font-weight: bold;
  cursor: normal;
}
.search-mode .option.selected .mat-icon {
  font-weight: bold;
}
.filter {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid rgba(0, 0, 0, 0.3);
}
.filter .option {
  display: inline-block;
}
.filter .option .show-none,
.filter .option .show-green,
.filter .option .show-red {
  display: none;
}
.filter .option.none .show-none {
  display: inline-block;
}
.filter .option.green-text .show-green {
  display: inline-block;
}
.filter .option.red-text .show-red {
  display: inline-block;
}
.filter .option i,
.filter .option .mat-icon {
  margin-right: 6px;
  font-size: 20px;
}
.filter .option .mat-icon {
  font-size: 24px;
  transform: translateY(4px);
}
.filter .option.none {
  opacity: 0.3;
}
.NgxEditor,
.html-editor {
  min-height: 240px;
  max-height: 240px;
  overflow-y: scroll;
}
.html-editor {
  background-color: var(--ngx-editor-background-color);
  color: var(--ngx-editor-text-color);
  width: 100%;
  resize: none;
  border: none;
  box-shadow: var(--box-shadows);
  overflow-x: hidden;
  overflow-y: scroll;
}
.html-editor:focus-visible {
  outline: none;
}
i.disabled,
mat-icon.disabled {
  opacity: 0.6;
  color: var(--light-grey) !important;
  cursor: not-allowed;
}
i.neutral,
mat-icon.neutral {
  color: var(--neutral);
}
i.positive,
mat-icon.positive {
  color: var(--positive);
}
i.negative,
mat-icon.negative {
  color: var(--negative);
}
.subline-right {
  position: relative;
}
.subline-right::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 59px;
  height: 45px;
  border-left: 4px solid var(--subline-color);
  border-bottom: 4px solid var(--subline-color);
  border-radius: 0 0 0 15px;
}
.subline-left {
  position: relative;
}
.subline-left::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 59px;
  height: 45px;
  border-right: 4px solid var(--subline-color);
  border-bottom: 4px solid var(--subline-color);
  border-radius: 0 0 15px 0;
}
.overlay-button {
  position: absolute;
  z-index: 50;
  right: 20px;
  top: 23px;
  border: none;
  background-color: transparent;
  color: var(--text-base);
  transition: all;
}
.overlay-button:hover {
  color: var(--positive);
  scale: 1.05;
  cursor: pointer;
}
@media (max-width: 500px) {
  .dialog-mobile {
    max-width: 95vw !important;
  }
}

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