@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap";

/* node_modules/primeng/resources/themes/lara-light-blue/theme.css */
:root {
  font-family: "Inter var", sans-serif;
  font-feature-settings:
    "cv02",
    "cv03",
    "cv04",
    "cv11";
  font-variation-settings: normal;
  --font-family: "Inter var", sans-serif;
  --font-feature-settings:
    "cv02",
    "cv03",
    "cv04",
    "cv11";
  --surface-a: #ffffff;
  --surface-b: #f9fafb;
  --surface-c: #f3f4f6;
  --surface-d: #e5e7eb;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #4b5563;
  --text-color-secondary: #6b7280;
  --primary-color: #3B82F6;
  --primary-color-text: #ffffff;
  --surface-0: #ffffff;
  --surface-50: #f9fafb;
  --surface-100: #f3f4f6;
  --surface-200: #e5e7eb;
  --surface-300: #d1d5db;
  --surface-400: #9ca3af;
  --surface-500: #6b7280;
  --surface-600: #4b5563;
  --surface-700: #374151;
  --surface-800: #1f2937;
  --surface-900: #111827;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --content-padding: 1.25rem;
  --inline-spacing: 0.5rem;
  --border-radius: 6px;
  --surface-ground: #f9fafb;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dfe7ef;
  --surface-hover: #f6f9fc;
  --focus-ring: 0 0 0 0.2rem #BFDBFE;
  --maskbg: rgba(0, 0, 0, 0.4);
  --highlight-bg: #EFF6FF;
  --highlight-text-color: #1D4ED8;
  color-scheme: light;
}
@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  font-named-instance: "Regular";
  src: url("./media/Inter-roman.var.woff2?v=3.19") format("woff2");
}
@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  font-named-instance: "Italic";
  src: url("./media/Inter-italic.var.woff2?v=3.19") format("woff2");
}
:root {
  --blue-50:#f5f9ff;
  --blue-100:#d0e1fd;
  --blue-200:#abc9fb;
  --blue-300:#85b2f9;
  --blue-400:#609af8;
  --blue-500:#3b82f6;
  --blue-600:#326fd1;
  --blue-700:#295bac;
  --blue-800:#204887;
  --blue-900:#183462;
  --green-50:#f4fcf7;
  --green-100:#caf1d8;
  --green-200:#a0e6ba;
  --green-300:#76db9b;
  --green-400:#4cd07d;
  --green-500:#22c55e;
  --green-600:#1da750;
  --green-700:#188a42;
  --green-800:#136c34;
  --green-900:#0e4f26;
  --yellow-50:#fefbf3;
  --yellow-100:#faedc4;
  --yellow-200:#f6de95;
  --yellow-300:#f2d066;
  --yellow-400:#eec137;
  --yellow-500:#eab308;
  --yellow-600:#c79807;
  --yellow-700:#a47d06;
  --yellow-800:#816204;
  --yellow-900:#5e4803;
  --cyan-50:#f3fbfd;
  --cyan-100:#c3edf5;
  --cyan-200:#94e0ed;
  --cyan-300:#65d2e4;
  --cyan-400:#35c4dc;
  --cyan-500:#06b6d4;
  --cyan-600:#059bb4;
  --cyan-700:#047f94;
  --cyan-800:#036475;
  --cyan-900:#024955;
  --pink-50:#fef6fa;
  --pink-100:#fad3e7;
  --pink-200:#f7b0d3;
  --pink-300:#f38ec0;
  --pink-400:#f06bac;
  --pink-500:#ec4899;
  --pink-600:#c93d82;
  --pink-700:#a5326b;
  --pink-800:#822854;
  --pink-900:#5e1d3d;
  --indigo-50:#f7f7fe;
  --indigo-100:#dadafc;
  --indigo-200:#bcbdf9;
  --indigo-300:#9ea0f6;
  --indigo-400:#8183f4;
  --indigo-500:#6366f1;
  --indigo-600:#5457cd;
  --indigo-700:#4547a9;
  --indigo-800:#363885;
  --indigo-900:#282960;
  --teal-50:#f3fbfb;
  --teal-100:#c7eeea;
  --teal-200:#9ae0d9;
  --teal-300:#6dd3c8;
  --teal-400:#41c5b7;
  --teal-500:#14b8a6;
  --teal-600:#119c8d;
  --teal-700:#0e8174;
  --teal-800:#0b655b;
  --teal-900:#084a42;
  --orange-50:#fff8f3;
  --orange-100:#feddc7;
  --orange-200:#fcc39b;
  --orange-300:#fba86f;
  --orange-400:#fa8e42;
  --orange-500:#f97316;
  --orange-600:#d46213;
  --orange-700:#ae510f;
  --orange-800:#893f0c;
  --orange-900:#642e09;
  --bluegray-50:#f7f8f9;
  --bluegray-100:#dadee3;
  --bluegray-200:#bcc3cd;
  --bluegray-300:#9fa9b7;
  --bluegray-400:#818ea1;
  --bluegray-500:#64748b;
  --bluegray-600:#556376;
  --bluegray-700:#465161;
  --bluegray-800:#37404c;
  --bluegray-900:#282e38;
  --purple-50:#fbf7ff;
  --purple-100:#ead6fd;
  --purple-200:#dab6fc;
  --purple-300:#c996fa;
  --purple-400:#b975f9;
  --purple-500:#a855f7;
  --purple-600:#8f48d2;
  --purple-700:#763cad;
  --purple-800:#5c2f88;
  --purple-900:#432263;
  --red-50:#fff5f5;
  --red-100:#ffd0ce;
  --red-200:#ffaca7;
  --red-300:#ff8780;
  --red-400:#ff6259;
  --red-500:#ff3d32;
  --red-600:#d9342b;
  --red-700:#b32b23;
  --red-800:#8c221c;
  --red-900:#661814;
  --primary-50:#f5f9ff;
  --primary-100:#d0e1fd;
  --primary-200:#abc9fb;
  --primary-300:#85b2f9;
  --primary-400:#609af8;
  --primary-500:#3b82f6;
  --primary-600:#326fd1;
  --primary-700:#295bac;
  --primary-800:#204887;
  --primary-900:#183462;
}
.p-editor-container .p-editor-toolbar {
  background: #f9fafb;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #e5e7eb;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #6b7280;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #6b7280;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #6b7280;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 0.75rem 0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #4b5563;
  background: #f3f4f6;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 0.75rem 1.25rem;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #e5e7eb;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #4b5563;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #4b5563;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #4b5563;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #4b5563;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #3B82F6;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #3B82F6;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #3B82F6;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #3B82F6;
}
@layer primeng {
  * {
    box-sizing: border-box;
  }
  .p-component {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    font-weight: normal;
  }
  .p-component-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    transition-duration: 0.2s;
  }
  .p-disabled,
  .p-component:disabled {
    opacity: 0.6;
  }
  .p-error {
    color: #e24c4c;
  }
  .p-text-secondary {
    color: #6b7280;
  }
  .pi {
    font-size: 1rem;
  }
  .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-link {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    border-radius: 6px;
  }
  .p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-component-overlay-enter {
    animation: p-component-overlay-enter-animation 150ms forwards;
  }
  .p-component-overlay-leave {
    animation: p-component-overlay-leave-animation 150ms forwards;
  }
  @keyframes p-component-overlay-enter-animation {
    from {
      background-color: transparent;
    }
    to {
      background-color: var(--maskbg);
    }
  }
  @keyframes p-component-overlay-leave-animation {
    from {
      background-color: var(--maskbg);
    }
    to {
      background-color: transparent;
    }
  }
  .p-autocomplete .p-autocomplete-loader {
    right: 0.75rem;
  }
  .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
    right: 3.75rem;
  }
  .p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container {
    border-color: #3B82F6;
  }
  .p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-autocomplete .p-autocomplete-multiple-container {
    padding: 0.375rem 0.75rem;
    gap: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
    padding: 0.375rem 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #4b5563;
    padding: 0;
    margin: 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
    padding: 0.375rem 0.75rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
    margin-left: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token.p-focus {
    background: #d1d5db;
    color: #4b5563;
  }
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
    border-color: #e24c4c;
  }
  .p-autocomplete-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-autocomplete-panel .p-autocomplete-items {
    padding: 0.75rem 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:first-child {
    margin-top: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
    border-color: #e24c4c;
  }
  p-autocomplete.p-autocomplete-clearable .p-inputtext {
    padding-right: 2.5rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
    color: #6b7280;
    right: 3.75rem;
  }
  p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
    border-color: #e24c4c;
  }
  .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-datepicker {
    padding: 0.5rem;
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #d1d5db;
    border-radius: 6px;
  }
  .p-datepicker:not(.p-datepicker-inline) {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
    background: #ffffff;
  }
  .p-datepicker .p-datepicker-header {
    padding: 0.5rem;
    color: #4b5563;
    background: #ffffff;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #e5e7eb;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
  .p-datepicker .p-datepicker-header .p-datepicker-next {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
  .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title {
    line-height: 2rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    color: #4b5563;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    font-weight: 600;
    padding: 0.5rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
    color: #3B82F6;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    margin-right: 0.5rem;
  }
  .p-datepicker table {
    font-size: 1rem;
    margin: 0.5rem 0;
  }
  .p-datepicker table th {
    padding: 0.5rem;
  }
  .p-datepicker table th > span {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-datepicker table td {
    padding: 0.5rem;
  }
  .p-datepicker table td > span {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    transition: box-shadow 0.2s;
    border: 1px solid transparent;
  }
  .p-datepicker table td > span.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-datepicker table td > span:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datepicker table td.p-datepicker-today > span {
    background: #d1d5db;
    color: #4b5563;
    border-color: transparent;
  }
  .p-datepicker table td.p-datepicker-today > span.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-datepicker .p-datepicker-buttonbar {
    padding: 1rem 0;
    border-top: 1px solid #e5e7eb;
  }
  .p-datepicker .p-datepicker-buttonbar .p-button {
    width: auto;
  }
  .p-datepicker .p-timepicker {
    border-top: 1px solid #e5e7eb;
    padding: 0.5rem;
  }
  .p-datepicker .p-timepicker button {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datepicker .p-timepicker button:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-datepicker .p-timepicker button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datepicker .p-timepicker button:last-child {
    margin-top: 0.2em;
  }
  .p-datepicker .p-timepicker span {
    font-size: 1.25rem;
  }
  .p-datepicker .p-timepicker > div {
    padding: 0 0.5rem;
  }
  .p-datepicker.p-datepicker-timeonly .p-timepicker {
    border-top: 0 none;
  }
  .p-datepicker .p-monthpicker {
    margin: 0.5rem 0;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month {
    padding: 0.5rem;
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-datepicker .p-yearpicker {
    margin: 0.5rem 0;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year {
    padding: 0.5rem;
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
    border-left: 1px solid #e5e7eb;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
    padding-left: 0;
    border-left: 0 none;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
    padding-right: 0;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
    background: #f3f4f6;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  p-calendar.p-calendar-clearable .p-inputtext {
    padding-right: 2.5rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
    color: #6b7280;
    right: 3.75rem;
  }
  @media screen and (max-width: 769px) {
    .p-datepicker table th,
    .p-datepicker table td {
      padding: 0;
    }
  }
  .p-cascadeselect {
    background: #ffffff;
    border: 1px solid #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-cascadeselect:not(.p-disabled):hover {
    border-color: #3B82F6;
  }
  .p-cascadeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-cascadeselect .p-cascadeselect-label {
    background: transparent;
    border: 0 none;
    padding: 0.75rem 0.75rem;
  }
  .p-cascadeselect .p-cascadeselect-label.p-placeholder {
    color: #6b7280;
  }
  .p-cascadeselect .p-cascadeselect-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-cascadeselect .p-cascadeselect-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-cascadeselect.p-invalid.p-component {
    border-color: #e24c4c;
  }
  .p-cascadeselect.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-cascadeselect.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-cascadeselect.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-cascadeselect-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-cascadeselect-panel .p-cascadeselect-items {
    padding: 0.75rem 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
    margin: 0;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child {
    margin-top: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
    padding: 0.75rem 1.25rem;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
    font-size: 0.875rem;
  }
  .p-input-filled .p-cascadeselect {
    background: #f3f4f6;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
    border-color: #e24c4c;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
    padding-right: 0.75rem;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
    color: #6b7280;
    right: 3rem;
  }
  .p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
    box-shadow: none;
    border-radius: 0;
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
  .p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
    transform: rotate(90deg);
  }
  .p-checkbox {
    width: 22px;
    height: 22px;
  }
  .p-checkbox .p-checkbox-box {
    border: 2px solid #d1d5db;
    background: #ffffff;
    width: 22px;
    height: 22px;
    color: #4b5563;
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-checkbox .p-checkbox-box .p-checkbox-icon {
    transition-duration: 0.2s;
    color: #ffffff;
    font-size: 14px;
  }
  .p-checkbox .p-checkbox-box .p-icon {
    width: 14px;
    height: 14px;
  }
  .p-checkbox .p-checkbox-box.p-highlight {
    border-color: #3B82F6;
    background: #3B82F6;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    border-color: #3B82F6;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    border-color: #1D4ED8;
    background: #1D4ED8;
    color: #ffffff;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f3f4f6;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #3B82F6;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #f3f4f6;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #1D4ED8;
  }
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #e24c4c;
  }
  .p-input-filled .p-checkbox .p-checkbox-box {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
    background: #3B82F6;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #1D4ED8;
  }
  .p-checkbox-label {
    margin-left: 0.5rem;
  }
  p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #e24c4c;
  }
  .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
    border-color: #3B82F6;
  }
  .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-chips .p-chips-multiple-container {
    padding: 0.375rem 0.75rem;
    gap: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-token {
    padding: 0.375rem 0.75rem;
    margin-right: 0.5rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
  }
  .p-chips .p-chips-multiple-container .p-chips-token.p-focus {
    background: #d1d5db;
    color: #4b5563;
  }
  .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
    margin-left: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token {
    padding: 0.375rem 0;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #4b5563;
    padding: 0;
    margin: 0;
  }
  p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
    border-color: #e24c4c;
  }
  p-chips.p-chips-clearable .p-inputtext {
    padding-right: 1.75rem;
  }
  p-chips.p-chips-clearable .p-chips-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  .p-colorpicker-preview,
  .p-fluid .p-colorpicker-preview.p-inputtext {
    width: 2rem;
    height: 2rem;
  }
  .p-colorpicker-panel {
    background: #323232;
    border: 1px solid #191919;
  }
  .p-colorpicker-panel .p-colorpicker-color-handle,
  .p-colorpicker-panel .p-colorpicker-hue-handle {
    border-color: #ffffff;
  }
  .p-colorpicker-overlay-panel {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-dropdown {
    background: #ffffff;
    border: 1px solid #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-dropdown:not(.p-disabled):hover {
    border-color: #3B82F6;
  }
  .p-dropdown:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-dropdown.p-dropdown-clearable .p-dropdown-label {
    padding-right: 1.75rem;
  }
  .p-dropdown .p-dropdown-label {
    background: transparent;
    border: 0 none;
  }
  .p-dropdown .p-dropdown-label.p-placeholder {
    color: #6b7280;
  }
  .p-dropdown .p-dropdown-label:focus,
  .p-dropdown .p-dropdown-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-dropdown .p-dropdown-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-dropdown .p-dropdown-clear-icon {
    color: #6b7280;
    right: 3rem;
  }
  .p-dropdown.p-invalid.p-component {
    border-color: #e24c4c;
  }
  .p-dropdown.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-dropdown.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-dropdown.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-dropdown-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-dropdown-panel .p-dropdown-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
    padding-right: 1.75rem;
    margin-right: -1.75rem;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-dropdown-panel .p-dropdown-items {
    padding: 0.75rem 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
    margin-top: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  .p-input-filled .p-dropdown {
    background: #f3f4f6;
  }
  .p-input-filled .p-dropdown:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
    background-color: transparent;
  }
  p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
    border-color: #e24c4c;
  }
  .p-icon-field .p-input-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-inputgroup-addon {
    background: #f3f4f6;
    color: #6b7280;
    border-top: 1px solid #d1d5db;
    border-left: 1px solid #d1d5db;
    border-bottom: 1px solid #d1d5db;
    padding: 0.75rem 0.75rem;
    min-width: 3rem;
  }
  .p-inputgroup-addon:last-child {
    border-right: 1px solid #d1d5db;
  }
  .p-inputgroup > .p-component,
  .p-inputgroup > .p-inputwrapper > .p-inputtext,
  .p-inputgroup > .p-float-label > .p-component {
    border-radius: 0;
    margin: 0;
  }
  .p-inputgroup > .p-component + .p-inputgroup-addon,
  .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
  .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
    border-left: 0 none;
  }
  .p-inputgroup > .p-component:focus,
  .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
  .p-inputgroup > .p-float-label > .p-component:focus {
    z-index: 1;
  }
  .p-inputgroup > .p-component:focus ~ label,
  .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
  .p-inputgroup > .p-float-label > .p-component:focus ~ label {
    z-index: 1;
  }
  .p-inputgroup-addon:first-child,
  .p-inputgroup button:first-child,
  .p-inputgroup input:first-child,
  .p-inputgroup > .p-inputwrapper:first-child > .p-component,
  .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-inputgroup .p-float-label:first-child input {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-inputgroup-addon:last-child,
  .p-inputgroup button:last-child,
  .p-inputgroup input:last-child,
  .p-inputgroup > .p-inputwrapper:last-child > .p-component,
  .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-inputgroup .p-float-label:last-child input {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-fluid .p-inputgroup .p-button {
    width: auto;
  }
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
    width: 3rem;
  }
  .p-icon-field-left .p-input-icon:first-of-type {
    left: 0.75rem;
    color: #6b7280;
  }
  .p-icon-field-right .p-input-icon:last-of-type {
    right: 0.75rem;
    color: #6b7280;
  }
  p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
    border-color: #e24c4c;
  }
  p-inputmask.p-inputmask-clearable .p-inputtext {
    padding-right: 2.5rem;
  }
  p-inputmask.p-inputmask-clearable .p-inputmask-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  .p-inputmask.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-inputmask.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-inputmask.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
    border-color: #e24c4c;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
    padding-right: 2.5rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
    right: 3.75rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
    right: 3.75rem;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
    background-color: #f3f4f6;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
    background-color: #f3f4f6;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputotp {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .p-inputotp-input {
    text-align: center;
    width: 2.5rem;
  }
  .p-inputswitch {
    width: 3rem;
    height: 1.75rem;
  }
  .p-inputswitch .p-inputswitch-slider {
    background: #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 30px;
  }
  .p-inputswitch .p-inputswitch-slider:before {
    background: #ffffff;
    width: 1.25rem;
    height: 1.25rem;
    left: 0.25rem;
    margin-top: -0.625rem;
    border-radius: 50%;
    transition-duration: 0.2s;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    transform: translateX(1.25rem);
  }
  .p-inputswitch.p-focus .p-inputswitch-slider {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
    background: #b7bcc5;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
    background: #3B82F6;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    background: #ffffff;
  }
  .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
    background: #2563eb;
  }
  p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
    border-color: #e24c4c;
  }
  .p-inputtext {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #4b5563;
    background: #ffffff;
    padding: 0.75rem 0.75rem;
    border: 1px solid #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    appearance: none;
    border-radius: 6px;
  }
  .p-inputtext:enabled:hover {
    border-color: #3B82F6;
  }
  .p-inputtext:enabled:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-inputtext.ng-dirty.ng-invalid {
    border-color: #e24c4c;
  }
  .p-inputtext.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-inputtext.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-inputtext.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputtext.p-inputtext-sm {
    font-size: 0.875rem;
    padding: 0.65625rem 0.65625rem;
  }
  .p-inputtext.p-inputtext-lg {
    font-size: 1.25rem;
    padding: 0.9375rem 0.9375rem;
  }
  .p-float-label > label {
    left: 0.75rem;
    color: #6b7280;
    transition-duration: 0.2s;
  }
  .p-float-label > .ng-invalid.ng-dirty + label {
    color: #e24c4c;
  }
  .p-input-icon-left > .p-icon-wrapper.p-icon,
  .p-input-icon-left > i:first-of-type {
    left: 0.75rem;
    color: #6b7280;
  }
  .p-input-icon-left > .p-inputtext {
    padding-left: 2.5rem;
  }
  .p-input-icon-left.p-float-label > label {
    left: 2.5rem;
  }
  .p-input-icon-right > .p-icon-wrapper,
  .p-input-icon-right > i:last-of-type {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-input-icon-right > .p-inputtext {
    padding-right: 2.5rem;
  }
  .p-icon-field-left > .p-inputtext {
    padding-left: 2.5rem;
  }
  .p-icon-field-left.p-float-label > label {
    left: 2.5rem;
  }
  .p-icon-field-right > .p-inputtext {
    padding-right: 2.5rem;
  }
  ::-webkit-input-placeholder {
    color: #6b7280;
  }
  :-moz-placeholder {
    color: #6b7280;
  }
  ::-moz-placeholder {
    color: #6b7280;
  }
  :-ms-input-placeholder {
    color: #6b7280;
  }
  .p-input-filled .p-inputtext {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-inputtext:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-inputtext:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputtext-sm .p-inputtext {
    font-size: 0.875rem;
    padding: 0.65625rem 0.65625rem;
  }
  .p-inputtext-lg .p-inputtext {
    font-size: 1.25rem;
    padding: 0.9375rem 0.9375rem;
  }
  .p-listbox {
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-listbox .p-listbox-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-listbox .p-listbox-header .p-listbox-filter {
    padding-right: 1.75rem;
  }
  .p-listbox .p-listbox-header .p-listbox-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-listbox .p-listbox-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list {
    padding: 0.75rem 0;
    outline: 0 none;
  }
  .p-listbox .p-listbox-list .p-listbox-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item:first-child {
    margin-top: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list .p-listbox-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
  }
  .p-listbox .p-listbox-list .p-listbox-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-listbox.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  p-listbox.ng-dirty.ng-invalid > .p-listbox {
    border-color: #e24c4c;
  }
  .p-multiselect {
    background: #ffffff;
    border: 1px solid #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-multiselect:not(.p-disabled):hover {
    border-color: #3B82F6;
  }
  .p-multiselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-multiselect .p-multiselect-label {
    padding: 0.75rem 0.75rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-multiselect .p-multiselect-label.p-placeholder {
    color: #6b7280;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token {
    padding: 0.375rem 0.75rem;
    margin-right: 0.5rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
    margin-left: 0.5rem;
  }
  .p-multiselect .p-multiselect-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-multiselect.p-variant-filled {
    background: #f3f4f6;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  .p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
    padding: 0.375rem 0.75rem;
  }
  .p-multiselect-clearable .p-multiselect-label-container {
    padding-right: 1.75rem;
  }
  .p-multiselect-clearable .p-multiselect-clear-icon {
    color: #6b7280;
    right: 3rem;
  }
  .p-multiselect-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-multiselect-panel .p-multiselect-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
    padding-right: 1.75rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-multiselect-panel .p-multiselect-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
    margin-left: 0.5rem;
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-multiselect-panel .p-multiselect-items {
    padding: 0.75rem 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child {
    margin-top: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  .p-input-filled .p-multiselect {
    background: #f3f4f6;
  }
  .p-input-filled .p-multiselect:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
    border-color: #e24c4c;
  }
  p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
    border-color: #e24c4c;
  }
  .p-password-panel {
    padding: 1.25rem;
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-password-panel .p-password-meter {
    margin-bottom: 0.5rem;
    background: #e5e7eb;
  }
  .p-password-panel .p-password-meter .p-password-strength.weak {
    background: #ea5455;
  }
  .p-password-panel .p-password-meter .p-password-strength.medium {
    background: #ff9f42;
  }
  .p-password-panel .p-password-meter .p-password-strength.strong {
    background: #29c76f;
  }
  p-password.p-password-clearable .p-password-input {
    padding-right: 2.5rem;
  }
  p-password.p-password-clearable .p-password-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-input {
    padding-right: 4.25rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-clear-icon {
    color: #6b7280;
    right: 2.5rem;
  }
  .p-radiobutton {
    width: 22px;
    height: 22px;
  }
  .p-radiobutton .p-radiobutton-box {
    border: 2px solid #d1d5db;
    background: #ffffff;
    width: 22px;
    height: 22px;
    color: #4b5563;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
    border-color: #3B82F6;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    width: 12px;
    height: 12px;
    transition-duration: 0.2s;
    background-color: #ffffff;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight {
    border-color: #3B82F6;
    background: #3B82F6;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    border-color: #1D4ED8;
    background: #1D4ED8;
    color: #ffffff;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box {
    background-color: #f3f4f6;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
    background: #3B82F6;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #1D4ED8;
  }
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
    border-color: #e24c4c;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
    background: #3B82F6;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #1D4ED8;
  }
  .p-radiobutton-label {
    margin-left: 0.5rem;
  }
  .p-rating {
    gap: 0.5rem;
  }
  .p-rating .p-rating-item {
    border-radius: 50%;
    outline-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .p-rating .p-rating-item .p-rating-icon {
    color: #4b5563;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    font-size: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-icon {
    width: 1.143rem;
    height: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
    color: #ea5455;
  }
  .p-rating .p-rating-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
    color: #3B82F6;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
    color: #3B82F6;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
    color: #e73d3e;
  }
  .p-selectbutton .p-button {
    background: #ffffff;
    border: 1px solid #d1d5db;
    color: #4b5563;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-selectbutton .p-button .p-button-icon-left,
  .p-selectbutton .p-button .p-button-icon-right {
    color: #6b7280;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #4b5563;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #374151;
  }
  .p-selectbutton .p-button.p-highlight {
    background: #3B82F6;
    border-color: #3B82F6;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }
  p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
    border-color: #e24c4c;
  }
  .p-slider {
    background: #e5e7eb;
    border: 0 none;
    border-radius: 6px;
  }
  .p-slider.p-slider-horizontal {
    height: 0.286rem;
  }
  .p-slider.p-slider-horizontal .p-slider-handle {
    margin-top: -0.5715rem;
    margin-left: -0.5715rem;
  }
  .p-slider.p-slider-vertical {
    height: 100%;
    width: 0.286rem;
  }
  .p-slider.p-slider-vertical .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    margin-left: -0.5715rem;
    margin-bottom: -0.5715rem;
  }
  .p-slider .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    background: #ffffff;
    border: 2px solid #3B82F6;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-slider .p-slider-handle:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-slider .p-slider-range {
    background: #3B82F6;
  }
  .p-slider:not(.p-disabled) .p-slider-handle:hover {
    background: #3B82F6;
    border-color: #3B82F6;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s,
      left 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
    transition: width 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s,
      bottom 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
    transition: height 0.2s;
  }
  .p-togglebutton.p-button {
    background: #ffffff;
    border: 1px solid #d1d5db;
    color: #4b5563;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-togglebutton.p-button .p-button-icon-left,
  .p-togglebutton.p-button .p-button-icon-right {
    color: #6b7280;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #4b5563;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #374151;
  }
  .p-togglebutton.p-button.p-highlight {
    background: #3B82F6;
    border-color: #3B82F6;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight .p-button-icon-left,
  .p-togglebutton.p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }
  p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
    border-color: #e24c4c;
  }
  .p-treeselect {
    background: #ffffff;
    border: 1px solid #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-treeselect:not(.p-disabled):hover {
    border-color: #3B82F6;
  }
  .p-treeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-treeselect .p-treeselect-label {
    padding: 0.75rem 0.75rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-treeselect .p-treeselect-label.p-placeholder {
    color: #6b7280;
  }
  .p-treeselect.p-treeselect-chip .p-treeselect-token {
    padding: 0.375rem 0.75rem;
    margin-right: 0.5rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
  }
  .p-treeselect .p-treeselect-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-treeselect.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-treeselect.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-treeselect.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
    border-color: #e24c4c;
  }
  .p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
    padding: 0.375rem 0.75rem;
  }
  .p-treeselect-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-treeselect-panel .p-treeselect-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container {
    margin-right: 0.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter {
    padding-right: 1.75rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
    padding-right: 3.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
    right: 2.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
    border: 0 none;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  .p-input-filled .p-treeselect {
    background: #f3f4f6;
  }
  .p-input-filled .p-treeselect:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
    padding-right: 1.75rem;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
    color: #6b7280;
    right: 3rem;
  }
  .p-button {
    color: #ffffff;
    background: #3B82F6;
    border: 1px solid #3B82F6;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
    outline-color: transparent;
  }
  .p-button:not(:disabled):hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
  }
  .p-button:not(:disabled):active {
    background: #1D4ED8;
    color: #ffffff;
    border-color: #1D4ED8;
  }
  .p-button.p-button-outlined {
    background-color: transparent;
    color: #3B82F6;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(59, 130, 246, 0.04);
    color: #3B82F6;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(59, 130, 246, 0.16);
    color: #3B82F6;
    border: 1px solid;
  }
  .p-button.p-button-outlined.p-button-plain {
    color: #6b7280;
    border-color: #6b7280;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):hover {
    background: #f3f4f6;
    color: #6b7280;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):active {
    background: #e5e7eb;
    color: #6b7280;
  }
  .p-button.p-button-text {
    background-color: transparent;
    color: #3B82F6;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):hover {
    background: rgba(59, 130, 246, 0.04);
    color: #3B82F6;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):active {
    background: rgba(59, 130, 246, 0.16);
    color: #3B82F6;
    border-color: transparent;
  }
  .p-button.p-button-text.p-button-plain {
    color: #6b7280;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):hover {
    background: #f3f4f6;
    color: #6b7280;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):active {
    background: #e5e7eb;
    color: #6b7280;
  }
  .p-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-button .p-button-label {
    transition-duration: 0.2s;
  }
  .p-button .p-button-icon-left {
    margin-right: 0.5rem;
  }
  .p-button .p-button-icon-right {
    margin-left: 0.5rem;
  }
  .p-button .p-button-icon-bottom {
    margin-top: 0.5rem;
  }
  .p-button .p-button-icon-top {
    margin-bottom: 0.5rem;
  }
  .p-button .p-badge {
    margin-left: 0.5rem;
    min-width: 1rem;
    height: 1rem;
    line-height: 1rem;
    color: #3B82F6;
    background-color: #ffffff;
  }
  .p-button.p-button-raised {
    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);
  }
  .p-button.p-button-rounded {
    border-radius: 2rem;
  }
  .p-button.p-button-icon-only {
    width: 3rem;
    padding: 0.75rem 0;
  }
  .p-button.p-button-icon-only .p-button-icon-left,
  .p-button.p-button-icon-only .p-button-icon-right {
    margin: 0;
  }
  .p-button.p-button-icon-only.p-button-rounded {
    border-radius: 50%;
    height: 3rem;
  }
  .p-button.p-button-sm {
    font-size: 0.875rem;
    padding: 0.65625rem 1.09375rem;
  }
  .p-button.p-button-sm .p-button-icon {
    font-size: 0.875rem;
  }
  .p-button.p-button-lg {
    font-size: 1.25rem;
    padding: 0.9375rem 1.5625rem;
  }
  .p-button.p-button-lg .p-button-icon {
    font-size: 1.25rem;
  }
  .p-button.p-button-loading-label-only .p-button-label {
    margin-left: 0.5rem;
  }
  .p-button.p-button-loading-label-only .p-button-loading-icon {
    margin-right: 0;
  }
  .p-fluid .p-button {
    width: 100%;
  }
  .p-fluid .p-button-icon-only {
    width: 3rem;
  }
  .p-fluid .p-button-group {
    display: flex;
  }
  .p-fluid .p-button-group .p-button {
    flex: 1;
  }
  .p-button.p-button-secondary,
  .p-button-group.p-button-secondary > .p-button,
  .p-splitbutton.p-button-secondary > .p-button {
    color: #ffffff;
    background: #64748b;
    border: 1px solid #64748b;
  }
  .p-button.p-button-secondary:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
    background: #475569;
    color: #ffffff;
    border-color: #475569;
  }
  .p-button.p-button-secondary:not(:disabled):focus,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #e2e8f0;
  }
  .p-button.p-button-secondary:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
    background: #334155;
    color: #ffffff;
    border-color: #334155;
  }
  .p-button.p-button-secondary.p-button-outlined,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
    background-color: transparent;
    color: #64748b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(100, 116, 139, 0.04);
    color: #64748b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(100, 116, 139, 0.16);
    color: #64748b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-text,
  .p-button-group.p-button-secondary > .p-button.p-button-text,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text {
    background-color: transparent;
    color: #64748b;
    border-color: transparent;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(100, 116, 139, 0.04);
    border-color: transparent;
    color: #64748b;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
    background: rgba(100, 116, 139, 0.16);
    border-color: transparent;
    color: #64748b;
  }
  .p-button.p-button-info,
  .p-button-group.p-button-info > .p-button,
  .p-splitbutton.p-button-info > .p-button {
    color: #ffffff;
    background: #0ea5e9;
    border: 1px solid #0ea5e9;
  }
  .p-button.p-button-info:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
    background: #0284c7;
    color: #ffffff;
    border-color: #0284c7;
  }
  .p-button.p-button-info:not(:disabled):focus,
  .p-button-group.p-button-info > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #bfdbfe;
  }
  .p-button.p-button-info:not(:disabled):active,
  .p-button-group.p-button-info > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
    background: #0369a1;
    color: #ffffff;
    border-color: #0369a1;
  }
  .p-button.p-button-info.p-button-outlined,
  .p-button-group.p-button-info > .p-button.p-button-outlined,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined {
    background-color: transparent;
    color: #0ea5e9;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(14, 165, 233, 0.04);
    color: #0ea5e9;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(14, 165, 233, 0.16);
    color: #0ea5e9;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-text,
  .p-button-group.p-button-info > .p-button.p-button-text,
  .p-splitbutton.p-button-info > .p-button.p-button-text {
    background-color: transparent;
    color: #0ea5e9;
    border-color: transparent;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(14, 165, 233, 0.04);
    border-color: transparent;
    color: #0ea5e9;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):active,
  .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
    background: rgba(14, 165, 233, 0.16);
    border-color: transparent;
    color: #0ea5e9;
  }
  .p-button.p-button-success,
  .p-button-group.p-button-success > .p-button,
  .p-splitbutton.p-button-success > .p-button {
    color: #ffffff;
    background: #22c55e;
    border: 1px solid #22c55e;
  }
  .p-button.p-button-success:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
    background: #16a34a;
    color: #ffffff;
    border-color: #16a34a;
  }
  .p-button.p-button-success:not(:disabled):focus,
  .p-button-group.p-button-success > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #bbf7d0;
  }
  .p-button.p-button-success:not(:disabled):active,
  .p-button-group.p-button-success > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
    background: #15803d;
    color: #ffffff;
    border-color: #15803d;
  }
  .p-button.p-button-success.p-button-outlined,
  .p-button-group.p-button-success > .p-button.p-button-outlined,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined {
    background-color: transparent;
    color: #22c55e;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(34, 197, 94, 0.04);
    color: #22c55e;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(34, 197, 94, 0.16);
    color: #22c55e;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-text,
  .p-button-group.p-button-success > .p-button.p-button-text,
  .p-splitbutton.p-button-success > .p-button.p-button-text {
    background-color: transparent;
    color: #22c55e;
    border-color: transparent;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(34, 197, 94, 0.04);
    border-color: transparent;
    color: #22c55e;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):active,
  .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
    background: rgba(34, 197, 94, 0.16);
    border-color: transparent;
    color: #22c55e;
  }
  .p-button.p-button-warning,
  .p-button-group.p-button-warning > .p-button,
  .p-splitbutton.p-button-warning > .p-button {
    color: #ffffff;
    background: #f97316;
    border: 1px solid #f97316;
  }
  .p-button.p-button-warning:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
    background: #ea580c;
    color: #ffffff;
    border-color: #ea580c;
  }
  .p-button.p-button-warning:not(:disabled):focus,
  .p-button-group.p-button-warning > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #fde68a;
  }
  .p-button.p-button-warning:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
    background: #c2410c;
    color: #ffffff;
    border-color: #c2410c;
  }
  .p-button.p-button-warning.p-button-outlined,
  .p-button-group.p-button-warning > .p-button.p-button-outlined,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
    background-color: transparent;
    color: #f97316;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(249, 115, 22, 0.04);
    color: #f97316;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(249, 115, 22, 0.16);
    color: #f97316;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-text,
  .p-button-group.p-button-warning > .p-button.p-button-text,
  .p-splitbutton.p-button-warning > .p-button.p-button-text {
    background-color: transparent;
    color: #f97316;
    border-color: transparent;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(249, 115, 22, 0.04);
    border-color: transparent;
    color: #f97316;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
    background: rgba(249, 115, 22, 0.16);
    border-color: transparent;
    color: #f97316;
  }
  .p-button.p-button-help,
  .p-button-group.p-button-help > .p-button,
  .p-splitbutton.p-button-help > .p-button {
    color: #ffffff;
    background: #a855f7;
    border: 1px solid #a855f7;
  }
  .p-button.p-button-help:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
    background: #9333ea;
    color: #ffffff;
    border-color: #9333ea;
  }
  .p-button.p-button-help:not(:disabled):focus,
  .p-button-group.p-button-help > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #e9d5ff;
  }
  .p-button.p-button-help:not(:disabled):active,
  .p-button-group.p-button-help > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
    background: #7e22ce;
    color: #ffffff;
    border-color: #7e22ce;
  }
  .p-button.p-button-help.p-button-outlined,
  .p-button-group.p-button-help > .p-button.p-button-outlined,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined {
    background-color: transparent;
    color: #a855f7;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(168, 85, 247, 0.04);
    color: #a855f7;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(168, 85, 247, 0.16);
    color: #a855f7;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-text,
  .p-button-group.p-button-help > .p-button.p-button-text,
  .p-splitbutton.p-button-help > .p-button.p-button-text {
    background-color: transparent;
    color: #a855f7;
    border-color: transparent;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(168, 85, 247, 0.04);
    border-color: transparent;
    color: #a855f7;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):active,
  .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
    background: rgba(168, 85, 247, 0.16);
    border-color: transparent;
    color: #a855f7;
  }
  .p-button.p-button-danger,
  .p-button-group.p-button-danger > .p-button,
  .p-splitbutton.p-button-danger > .p-button {
    color: #ffffff;
    background: #ef4444;
    border: 1px solid #ef4444;
  }
  .p-button.p-button-danger:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
    background: #dc2626;
    color: #ffffff;
    border-color: #dc2626;
  }
  .p-button.p-button-danger:not(:disabled):focus,
  .p-button-group.p-button-danger > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #fecaca;
  }
  .p-button.p-button-danger:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
    background: #b91c1c;
    color: #ffffff;
    border-color: #b91c1c;
  }
  .p-button.p-button-danger.p-button-outlined,
  .p-button-group.p-button-danger > .p-button.p-button-outlined,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
    background-color: transparent;
    color: #ef4444;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(239, 68, 68, 0.04);
    color: #ef4444;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(239, 68, 68, 0.16);
    color: #ef4444;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-text,
  .p-button-group.p-button-danger > .p-button.p-button-text,
  .p-splitbutton.p-button-danger > .p-button.p-button-text {
    background-color: transparent;
    color: #ef4444;
    border-color: transparent;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(239, 68, 68, 0.04);
    border-color: transparent;
    color: #ef4444;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
    background: rgba(239, 68, 68, 0.16);
    border-color: transparent;
    color: #ef4444;
  }
  .p-button.p-button-contrast,
  .p-button-group.p-button-contrast > .p-button,
  .p-splitbutton.p-button-contrast > .p-button {
    color: #ffffff;
    background: #1f2937;
    border: 1px solid #1f2937;
  }
  .p-button.p-button-contrast:not(:disabled):hover,
  .p-button-group.p-button-contrast > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-contrast > .p-button:not(:disabled):hover {
    background: #374151;
    color: #ffffff;
    border-color: #374151;
  }
  .p-button.p-button-contrast:not(:disabled):focus,
  .p-button-group.p-button-contrast > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-contrast > .p-button:not(:disabled):focus {
    box-shadow: none;
  }
  .p-button.p-button-contrast:not(:disabled):active,
  .p-button-group.p-button-contrast > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-contrast > .p-button:not(:disabled):active {
    background: #4b5563;
    color: #ffffff;
    border-color: #4b5563;
  }
  .p-button.p-button-contrast.p-button-outlined,
  .p-button-group.p-button-contrast > .p-button.p-button-outlined,
  .p-splitbutton.p-button-contrast > .p-button.p-button-outlined {
    background-color: transparent;
    color: #1f2937;
    border: 1px solid;
  }
  .p-button.p-button-contrast.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(31, 41, 55, 0.04);
    color: #1f2937;
    border: 1px solid;
  }
  .p-button.p-button-contrast.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(31, 41, 55, 0.16);
    color: #1f2937;
    border: 1px solid;
  }
  .p-button.p-button-contrast.p-button-text,
  .p-button-group.p-button-contrast > .p-button.p-button-text,
  .p-splitbutton.p-button-contrast > .p-button.p-button-text {
    background-color: transparent;
    color: #1f2937;
    border-color: transparent;
  }
  .p-button.p-button-contrast.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(31, 41, 55, 0.04);
    border-color: transparent;
    color: #1f2937;
  }
  .p-button.p-button-contrast.p-button-text:not(:disabled):active,
  .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):active {
    background: rgba(31, 41, 55, 0.16);
    border-color: transparent;
    color: #1f2937;
  }
  .p-button.p-button-link {
    color: #1D4ED8;
    background: transparent;
    border: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover {
    background: transparent;
    color: #1D4ED8;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover .p-button-label {
    text-decoration: underline;
  }
  .p-button.p-button-link:not(:disabled):focus {
    background: transparent;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):active {
    background: transparent;
    color: #1D4ED8;
    border-color: transparent;
  }
  .p-speeddial-button.p-button.p-button-icon-only {
    width: 4rem;
    height: 4rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
    font-size: 1.3rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-icon {
    width: 1.3rem;
    height: 1.3rem;
  }
  .p-speeddial-list {
    outline: 0 none;
  }
  .p-speeddial-item.p-focus > .p-speeddial-action {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-speeddial-action {
    width: 3rem;
    height: 3rem;
    background: #4b5563;
    color: #fff;
  }
  .p-speeddial-action:hover {
    background: #022354;
    color: #fff;
  }
  .p-speeddial-direction-up .p-speeddial-item {
    margin: 0.25rem 0;
  }
  .p-speeddial-direction-up .p-speeddial-item:first-child {
    margin-bottom: 0.5rem;
  }
  .p-speeddial-direction-down .p-speeddial-item {
    margin: 0.25rem 0;
  }
  .p-speeddial-direction-down .p-speeddial-item:first-child {
    margin-top: 0.5rem;
  }
  .p-speeddial-direction-left .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-left .p-speeddial-item:first-child {
    margin-right: 0.5rem;
  }
  .p-speeddial-direction-right .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-right .p-speeddial-item:first-child {
    margin-left: 0.5rem;
  }
  .p-speeddial-circle .p-speeddial-item,
  .p-speeddial-semi-circle .p-speeddial-item,
  .p-speeddial-quarter-circle .p-speeddial-item {
    margin: 0;
  }
  .p-speeddial-circle .p-speeddial-item:first-child,
  .p-speeddial-circle .p-speeddial-item:last-child,
  .p-speeddial-semi-circle .p-speeddial-item:first-child,
  .p-speeddial-semi-circle .p-speeddial-item:last-child,
  .p-speeddial-quarter-circle .p-speeddial-item:first-child,
  .p-speeddial-quarter-circle .p-speeddial-item:last-child {
    margin: 0;
  }
  .p-speeddial-mask {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .p-splitbutton {
    border-radius: 6px;
  }
  .p-splitbutton.p-button-rounded {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-rounded > .p-button {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-raised {
    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);
  }
  .p-carousel .p-carousel-content .p-carousel-prev,
  .p-carousel .p-carousel-content .p-carousel-next {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin: 0.5rem;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
  .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
  .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-carousel .p-carousel-indicators {
    padding: 1rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button {
    background-color: #d1d5db;
    width: 2rem;
    height: 0.5rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 0;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
    background: #9ca3af;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datatable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datatable .p-datatable-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-datatable .p-datatable-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-datatable .p-datatable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
    transition: box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
  }
  .p-datatable .p-sortable-column .p-sortable-column-icon {
    color: #374151;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #1D4ED8;
    background: #EFF6FF;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #374151;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #374151;
  }
  .p-datatable .p-sortable-column.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #1D4ED8;
  }
  .p-datatable .p-sortable-column.p-highlight:hover {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
    color: #1D4ED8;
  }
  .p-datatable .p-sortable-column:focus-visible {
    box-shadow: inset 0 0 0 0.15rem #BFDBFE;
    outline: 0 none;
  }
  .p-datatable .p-datatable-tbody > tr {
    background: #ffffff;
    color: #4b5563;
    transition: box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td {
    text-align: left;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
    margin-right: 0.5rem;
  }
  .p-datatable .p-datatable-tbody > tr:focus-visible {
    outline: 0.15rem solid #BFDBFE;
    outline-offset: -0.15rem;
  }
  .p-datatable .p-datatable-tbody > tr.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #EFF6FF;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #EFF6FF;
  }
  .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-datatable .p-column-resizer-helper {
    background: #3B82F6;
  }
  .p-datatable .p-datatable-scrollable-header,
  .p-datatable .p-datatable-scrollable-footer {
    background: #f9fafb;
  }
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-thead,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
    background-color: #f9fafb;
  }
  .p-datatable .p-datatable-loading-icon {
    font-size: 2rem;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-top {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
    border-width: 1px 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td:last-child {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child {
    border-width: 1px 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td {
    border-width: 0 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
    background: #f8f8fa;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
    color: #1D4ED8;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
    color: #1D4ED8;
  }
  .p-datatable.p-datatable-sm .p-datatable-header {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-footer {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-header {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-footer {
    padding: 1.25rem 1.25rem;
  }
  .p-dataview .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-dataview .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-dataview .p-dataview-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-dataview .p-dataview-content {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    padding: 0;
  }
  .p-dataview .p-dataview-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-dataview .p-dataview-loading-icon {
    font-size: 2rem;
  }
  .p-dataview .p-dataview-emptymessage {
    padding: 1.25rem;
  }
  .p-column-filter-row .p-column-filter-menu-button,
  .p-column-filter-row .p-column-filter-clear-button {
    margin-left: 0.5rem;
  }
  .p-column-filter-menu-button {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-column-filter-menu-button:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-open,
  .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
    background: #f3f4f6;
    color: #374151;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-active,
  .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-column-filter-menu-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-column-filter-clear-button {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-column-filter-clear-button:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-column-filter-clear-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-column-filter-overlay {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    min-width: 12.5rem;
  }
  .p-column-filter-overlay .p-column-filter-row-items {
    padding: 0.75rem 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:first-child {
    margin-top: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #BFDBFE;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-column-filter-overlay-menu .p-column-filter-operator {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint {
    padding: 1.25rem;
    border-bottom: 1px solid #e5e7eb;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
    margin-bottom: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
    margin-top: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
    border-bottom: 0 none;
  }
  .p-column-filter-overlay-menu .p-column-filter-add-rule {
    padding: 0.75rem 1.25rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
    padding: 1.25rem;
  }
  .p-orderlist .p-orderlist-controls {
    padding: 1.25rem;
  }
  .p-orderlist .p-orderlist-controls .p-button {
    margin-bottom: 0.5rem;
  }
  .p-orderlist .p-orderlist-list-container {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-orderlist .p-orderlist-list-container.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-orderlist .p-orderlist-header {
    color: #374151;
    padding: 1.25rem;
    font-weight: 700;
  }
  .p-orderlist .p-orderlist-header .p-orderlist-title {
    font-weight: 700;
  }
  .p-orderlist .p-orderlist-filter-container {
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-bottom: 0 none;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
    padding-right: 1.75rem;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-orderlist .p-orderlist-list {
    color: #4b5563;
    padding: 0.75rem 0;
    outline: 0 none;
  }
  .p-orderlist .p-orderlist-list:not(:first-child) {
    border-top: 1px solid #e5e7eb;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item {
    padding: 0.75rem 1.25rem;
    margin: 0;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:first-child {
    margin-top: 0;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-orderlist .p-orderlist-list .p-orderlist-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
  }
  .p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
    background: #f8f8fa;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
    background: #f3f4f6;
  }
  .p-orderlist-item.cdk-drag-preview {
    padding: 0.75rem 1.25rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border: 0 none;
    color: #4b5563;
    background: #ffffff;
    margin: 0;
  }
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
    color: #70aeff;
  }
  .p-organizationchart .p-organizationchart-line-down {
    background: #e5e7eb;
  }
  .p-organizationchart .p-organizationchart-line-left {
    border-right: 1px solid #e5e7eb;
    border-color: #e5e7eb;
  }
  .p-organizationchart .p-organizationchart-line-top {
    border-top: 1px solid #e5e7eb;
    border-color: #e5e7eb;
  }
  .p-organizationchart .p-organizationchart-node-content {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    padding: 1.25rem;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler {
    background: inherit;
    color: inherit;
    border-radius: 50%;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-paginator {
    background: #ffffff;
    color: #6b7280;
    border: solid #f3f4f6;
    border-width: 0;
    padding: 0.5rem 1rem;
    border-radius: 6px;
  }
  .p-paginator .p-paginator-first,
  .p-paginator .p-paginator-prev,
  .p-paginator .p-paginator-next,
  .p-paginator .p-paginator-last {
    background-color: transparent;
    border: 0 none;
    color: #6b7280;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    transition: box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: transparent;
    color: #374151;
  }
  .p-paginator .p-paginator-first {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .p-paginator .p-paginator-last {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .p-paginator .p-dropdown {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: 3rem;
  }
  .p-paginator .p-dropdown .p-dropdown-label {
    padding-right: 0;
  }
  .p-paginator .p-paginator-page-input {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .p-paginator .p-paginator-page-input .p-inputtext {
    max-width: 3rem;
  }
  .p-paginator .p-paginator-current {
    background-color: transparent;
    border: 0 none;
    color: #6b7280;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    padding: 0 0.5rem;
  }
  .p-paginator .p-paginator-pages .p-paginator-page {
    background-color: transparent;
    border: 0 none;
    color: #6b7280;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    transition: box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: #EFF6FF;
    border-color: #EFF6FF;
    color: #1D4ED8;
  }
  .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: transparent;
    color: #374151;
  }
  .p-picklist .p-picklist-buttons {
    padding: 1.25rem;
  }
  .p-picklist .p-picklist-buttons .p-button {
    margin-bottom: 0.5rem;
  }
  .p-picklist .p-picklist-list-wrapper {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-picklist .p-picklist-list-wrapper.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-picklist .p-picklist-header {
    color: #374151;
    padding: 1.25rem;
    font-weight: 700;
  }
  .p-picklist .p-picklist-header .p-picklist-title {
    font-weight: 700;
  }
  .p-picklist .p-picklist-filter-container {
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-bottom: 0 none;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-input {
    padding-right: 1.75rem;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-picklist .p-picklist-list {
    color: #4b5563;
    padding: 0.75rem 0;
    outline: 0 none;
  }
  .p-picklist .p-picklist-list:not(:first-child) {
    border-top: 1px solid #e5e7eb;
  }
  .p-picklist .p-picklist-list .p-picklist-item {
    padding: 0.75rem 1.25rem;
    margin: 0;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
  }
  .p-picklist .p-picklist-list .p-picklist-item:first-child {
    margin-top: 0;
  }
  .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-picklist .p-picklist-list .p-picklist-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
  }
  .p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
    background: #f8f8fa;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
    background: #f3f4f6;
  }
  .p-picklist-item.cdk-drag-preview {
    padding: 0.75rem 1.25rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border: 0 none;
    color: #4b5563;
    background: #ffffff;
    margin: 0;
  }
  .p-timeline .p-timeline-event-marker {
    border: 2px solid #3B82F6;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #ffffff;
  }
  .p-timeline .p-timeline-event-connector {
    background-color: #e5e7eb;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
  .p-timeline.p-timeline-vertical .p-timeline-event-content {
    padding: 0 1rem;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
    width: 2px;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
  .p-timeline.p-timeline-horizontal .p-timeline-event-content {
    padding: 1rem 0;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
    height: 2px;
  }
  .p-tree {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    padding: 1.25rem;
    border-radius: 6px;
  }
  .p-tree .p-tree-container .p-treenode {
    padding: 0.143rem;
    outline: 0 none;
  }
  .p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #BFDBFE;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content {
    border-radius: 6px;
    transition: box-shadow 0.2s;
    padding: 0.5rem;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
    margin-right: 0.5rem;
    color: #6b7280;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #4b5563;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f3f4f6;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #3B82F6;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #f3f4f6;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
    background: #1D4ED8;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #1D4ED8;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
    color: #1D4ED8;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-tree .p-tree-filter-container {
    margin-bottom: 0.5rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter {
    width: 100%;
    padding-right: 1.75rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-tree .p-treenode-children {
    padding: 0 0 0 1rem;
  }
  .p-tree .p-tree-loading-icon {
    font-size: 2rem;
  }
  .p-tree .p-tree-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
    background-color: #8cbeff;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    color: #4b5563;
    padding: 0.5rem;
    transition: box-shadow 0.2s;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
    background-color: #EFF6FF;
    color: #1D4ED8;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #1D4ED8;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
    background-color: inherit;
    color: inherit;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-treetable .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-treetable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-treetable .p-treetable-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-treetable .p-treetable-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-treetable .p-treetable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
    transition: box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
  }
  .p-treetable .p-sortable-column {
    outline-color: #BFDBFE;
  }
  .p-treetable .p-sortable-column .p-sortable-column-icon {
    color: #374151;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #1D4ED8;
    background: #EFF6FF;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #374151;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #374151;
  }
  .p-treetable .p-sortable-column.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #1D4ED8;
  }
  .p-treetable .p-treetable-tbody > tr {
    background: #ffffff;
    color: #4b5563;
    transition: box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tbody > tr > td {
    text-align: left;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #4b5563;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f3f4f6;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #3B82F6;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #f3f4f6;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
    background: #1D4ED8;
  }
  .p-treetable .p-treetable-tbody > tr:focus-visible {
    outline: 0.15rem solid #BFDBFE;
    outline-offset: -0.15rem;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
    color: #1D4ED8;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
    color: #1D4ED8;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
    color: #4b5563;
  }
  .p-treetable .p-column-resizer-helper {
    background: #3B82F6;
  }
  .p-treetable .p-treetable-scrollable-header,
  .p-treetable .p-treetable-scrollable-footer {
    background: #f9fafb;
  }
  .p-treetable .p-treetable-loading-icon {
    font-size: 2rem;
  }
  .p-treetable .p-treetable-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable.p-treetable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-top {
    border-width: 0 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-sm .p-treetable-header {
    padding: 0.875rem 0.875rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-footer {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-header {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-footer {
    padding: 1.25rem 1.25rem;
  }
  .p-virtualscroller .p-virtualscroller-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-virtualscroller .p-virtualscroller-content {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    padding: 0;
  }
  .p-virtualscroller .p-virtualscroller-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    background: #f9fafb;
    font-weight: 700;
    border-radius: 6px;
    transition: box-shadow 0.2s;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
    margin-right: 0.5rem;
  }
  .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #374151;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
    background: #f9fafb;
    border-color: #e5e7eb;
    color: #374151;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    border-color: #e5e7eb;
    background: #f3f4f6;
    color: #374151;
  }
  .p-accordion .p-accordion-content {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-accordion p-accordiontab .p-accordion-tab {
    margin-bottom: 4px;
  }
  .p-card {
    background: #ffffff;
    color: #4b5563;
    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);
    border-radius: 6px;
  }
  .p-card .p-card-body {
    padding: 1.25rem;
  }
  .p-card .p-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .p-card .p-card-subtitle {
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #6b7280;
  }
  .p-card .p-card-content {
    padding: 1.25rem 0;
  }
  .p-card .p-card-footer {
    padding: 1.25rem 0 0 0;
  }
  .p-divider .p-divider-content {
    background-color: #ffffff;
  }
  .p-divider.p-divider-horizontal {
    margin: 1.25rem 0;
    padding: 0 1.25rem;
  }
  .p-divider.p-divider-horizontal:before {
    border-top: 1px #e5e7eb;
  }
  .p-divider.p-divider-horizontal .p-divider-content {
    padding: 0 0.5rem;
  }
  .p-divider.p-divider-vertical {
    margin: 0 1.25rem;
    padding: 1.25rem 0;
  }
  .p-divider.p-divider-vertical:before {
    border-left: 1px #e5e7eb;
  }
  .p-divider.p-divider-vertical .p-divider-content {
    padding: 0.5rem 0;
  }
  .p-fieldset {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-radius: 6px;
  }
  .p-fieldset .p-fieldset-legend {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    font-weight: 700;
    border-radius: 6px;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
    padding: 0;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
    padding: 1.25rem;
    color: #374151;
    border-radius: 6px;
    transition: box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
    margin-right: 0.5rem;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #374151;
  }
  .p-fieldset .p-fieldset-content {
    padding: 1.25rem;
  }
  .p-panel .p-panel-header {
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
    background: #f9fafb;
    color: #374151;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-panel .p-panel-header .p-panel-title {
    font-weight: 700;
  }
  .p-panel .p-panel-header .p-panel-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-panel .p-panel-header .p-panel-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-panel.p-panel-toggleable .p-panel-header {
    padding: 0.75rem 1.25rem;
  }
  .p-panel .p-panel-content {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-top: 0 none;
  }
  .p-panel .p-panel-content:last-child {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-panel .p-panel-footer {
    padding: 0.75rem 1.25rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top: 0 none;
  }
  .p-panel .p-panel-icons-end {
    order: 2;
    margin-left: auto;
  }
  .p-panel .p-panel-icons-start {
    order: 0;
    margin-right: 0.5rem;
  }
  .p-panel .p-panel-icons-center {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .p-scrollpanel .p-scrollpanel-bar {
    background: #f9fafb;
    border: 0 none;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-scrollpanel .p-scrollpanel-bar:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-splitter {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    border-radius: 6px;
    color: #4b5563;
  }
  .p-splitter .p-splitter-gutter {
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    background: #f9fafb;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
    background: #e5e7eb;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-splitter .p-splitter-gutter-resizing {
    background: #e5e7eb;
  }
  .p-tabview .p-tabview-nav-content {
    scroll-padding-inline: 3rem;
  }
  .p-tabview .p-tabview-nav {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-width: 0 0 2px 0;
  }
  .p-tabview .p-tabview-nav li {
    margin-right: 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border: solid #e5e7eb;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #e5e7eb transparent;
    background: #ffffff;
    color: #6b7280;
    padding: 1.25rem;
    font-weight: 700;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    transition: box-shadow 0.2s;
    margin: 0 0 -2px 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
    background: #ffffff;
    border-color: #9ca3af;
    color: #6b7280;
  }
  .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: #ffffff;
    border-color: #3B82F6;
    color: #3B82F6;
  }
  .p-tabview .p-tabview-left-icon {
    margin-right: 0.5rem;
  }
  .p-tabview .p-tabview-right-icon {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-close {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-nav-btn.p-link {
    background: #ffffff;
    color: #3B82F6;
    width: 3rem;
    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);
    border-radius: 0;
  }
  .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-tabview .p-tabview-panels {
    background: #ffffff;
    padding: 1.25rem;
    border: 0 none;
    color: #4b5563;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-toolbar {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
    border-radius: 6px;
    gap: 0.5rem;
  }
  .p-toolbar .p-toolbar-separator {
    margin: 0 0.5rem;
  }
  .p-stepper .p-stepper-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow-x: auto;
  }
  .p-stepper-vertical .p-stepper-nav {
    flex-direction: column;
  }
  .p-stepper-header {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
  }
  .p-stepper-header:last-of-type {
    flex: initial;
  }
  .p-stepper-header .p-stepper-action {
    border: 0 none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
  }
  .p-stepper-header .p-stepper-action:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-stepper.p-stepper-readonly .p-stepper-header {
    cursor: auto;
  }
  .p-stepper-header.p-highlight .p-stepper-action {
    cursor: default;
  }
  .p-stepper-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .p-stepper-number {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-stepper-separator {
    flex: 1 1 0;
  }
  .p-stepper .p-stepper-nav {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-stepper .p-stepper-header {
    padding: 0.5rem;
  }
  .p-stepper .p-stepper-header .p-stepper-action {
    transition: box-shadow 0.2s;
    border-radius: 6px;
    background: #ffffff;
    outline-color: transparent;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
    color: #4b5563;
    border: 1px solid #f3f4f6;
    border-width: 2px;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title {
    margin-left: 0.5rem;
    color: #6b7280;
    font-weight: 700;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-number {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-title {
    color: #4b5563;
  }
  .p-stepper .p-stepper-header:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator {
    background-color: #3B82F6;
  }
  .p-stepper .p-stepper-panels {
    background: #ffffff;
    padding: 1.25rem;
    color: #4b5563;
  }
  .p-stepper .p-stepper-separator {
    background-color: #e5e7eb;
    width: 100%;
    height: 2px;
    margin-inline-start: 1rem;
    transition: box-shadow 0.2s;
  }
  .p-stepper.p-stepper-vertical {
    display: flex;
    flex-direction: column;
  }
  .p-stepper.p-stepper-vertical .p-stepper-toggleable-content {
    display: flex;
    flex: 1 1 auto;
    background: #ffffff;
    color: #4b5563;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel {
    display: flex;
    flex-direction: column;
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active {
    flex: 1 1 auto;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header {
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content {
    width: 100%;
    padding-left: 1rem;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
    flex: 0 0 auto;
    width: 2px;
    height: auto;
    margin-inline-start: calc(1.75rem + 2px);
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator {
    background-color: #3B82F6;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
    padding-left: 3rem;
  }
  .p-confirm-popup {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-confirm-popup .p-confirm-popup-content {
    padding: 1.25rem;
  }
  .p-confirm-popup .p-confirm-popup-footer {
    text-align: right;
    padding: 0.75rem 1.25rem;
  }
  .p-confirm-popup .p-confirm-popup-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-confirm-popup .p-confirm-popup-footer button:last-child {
    margin: 0;
  }
  .p-confirm-popup:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-confirm-popup:before {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-confirm-popup.p-confirm-popup-flipped:after {
    border-top-color: #ffffff;
  }
  .p-confirm-popup.p-confirm-popup-flipped:before {
    border-top-color: #ffffff;
  }
  .p-confirm-popup .p-confirm-popup-icon {
    font-size: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-icon.p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-message {
    margin-left: 1rem;
  }
  .p-dialog {
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: 0 none;
  }
  .p-dialog .p-dialog-header {
    border-bottom: 0 none;
    background: #ffffff;
    color: #374151;
    padding: 1.5rem;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-dialog .p-dialog-header .p-dialog-title {
    font-weight: 700;
    font-size: 1.25rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
    margin-right: 0;
  }
  .p-dialog .p-dialog-content {
    background: #ffffff;
    color: #4b5563;
    padding: 0 1.5rem 2rem 1.5rem;
  }
  .p-dialog .p-dialog-content:last-of-type {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-dialog .p-dialog-footer {
    border-top: 0 none;
    background: #ffffff;
    color: #4b5563;
    padding: 0 1.5rem 1.5rem 1.5rem;
    text-align: right;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-dialog .p-dialog-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
    font-size: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
    margin-left: 1rem;
  }
  .p-overlaypanel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-overlaypanel .p-overlaypanel-content {
    padding: 1.25rem;
  }
  .p-overlaypanel .p-overlaypanel-close {
    background: #3B82F6;
    color: #ffffff;
    width: 2rem;
    height: 2rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
    position: absolute;
    top: -1rem;
    right: -1rem;
  }
  .p-overlaypanel .p-overlaypanel-close:enabled:hover {
    background: #2563eb;
    color: #ffffff;
  }
  .p-overlaypanel:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-overlaypanel:before {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #f2f2f2;
  }
  .p-overlaypanel.p-overlaypanel-flipped:after {
    border-top-color: #ffffff;
  }
  .p-overlaypanel.p-overlaypanel-flipped:before {
    border-top-color: #ffffff;
  }
  .p-sidebar {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-sidebar .p-sidebar-header {
    padding: 1.25rem;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close,
  .p-sidebar .p-sidebar-header .p-sidebar-icon {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-sidebar .p-sidebar-header + .p-sidebar-content {
    padding-top: 0;
  }
  .p-sidebar .p-sidebar-content {
    padding: 1.25rem;
  }
  .p-sidebar .p-sidebar-footer {
    padding: 1.25rem;
  }
  .p-tooltip .p-tooltip-text {
    background: #4b5563;
    color: #ffffff;
    padding: 0.75rem 0.75rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-tooltip.p-tooltip-right .p-tooltip-arrow {
    border-right-color: #4b5563;
  }
  .p-tooltip.p-tooltip-left .p-tooltip-arrow {
    border-left-color: #4b5563;
  }
  .p-tooltip.p-tooltip-top .p-tooltip-arrow {
    border-top-color: #4b5563;
  }
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
    border-bottom-color: #4b5563;
  }
  .p-fileupload .p-fileupload-buttonbar {
    background: #f9fafb;
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    color: #374151;
    border-bottom: 0 none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button {
    margin-right: 0.5rem;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-fileupload .p-fileupload-content {
    background: #ffffff;
    padding: 2rem 1rem;
    border: 1px solid #e5e7eb;
    color: #4b5563;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-fileupload .p-fileupload-content.p-fileupload-highlight {
    border-color: 1px dashed #3B82F6;
    border-style: dashed;
    background-color: #EFF6FF;
  }
  .p-fileupload .p-progressbar {
    height: 0.25rem;
  }
  .p-fileupload .p-fileupload-row > div {
    padding: 1rem 1rem;
  }
  .p-fileupload.p-fileupload-advanced .p-message {
    margin-top: 0;
  }
  .p-fileupload-choose:not(.p-disabled):hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
  }
  .p-fileupload-choose:not(.p-disabled):active {
    background: #1D4ED8;
    color: #ffffff;
    border-color: #1D4ED8;
  }
  .p-breadcrumb {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 1rem;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link {
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
  }
  .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator {
    margin: 0 0.5rem 0 0.5rem;
    color: #4b5563;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text {
    color: #4b5563;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
    color: #6b7280;
  }
  .p-contextmenu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-contextmenu .p-contextmenu-root-list {
    outline: 0 none;
  }
  .p-contextmenu .p-submenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-contextmenu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-contextmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-contextmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-dock .p-dock-list-container {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem 0.5rem;
    border-radius: 0.5rem;
  }
  .p-dock .p-dock-list-container .p-dock-list {
    outline: 0 none;
  }
  .p-dock .p-dock-item {
    padding: 0.5rem;
    border-radius: 6px;
  }
  .p-dock .p-dock-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #BFDBFE;
  }
  .p-dock .p-dock-link {
    width: 4rem;
    height: 4rem;
  }
  .p-dock.p-dock-top .p-dock-item-second-prev,
  .p-dock.p-dock-top .p-dock-item-second-next,
  .p-dock.p-dock-bottom .p-dock-item-second-prev,
  .p-dock.p-dock-bottom .p-dock-item-second-next {
    margin: 0 0.9rem;
  }
  .p-dock.p-dock-top .p-dock-item-prev,
  .p-dock.p-dock-top .p-dock-item-next,
  .p-dock.p-dock-bottom .p-dock-item-prev,
  .p-dock.p-dock-bottom .p-dock-item-next {
    margin: 0 1.3rem;
  }
  .p-dock.p-dock-top .p-dock-item-current,
  .p-dock.p-dock-bottom .p-dock-item-current {
    margin: 0 1.5rem;
  }
  .p-dock.p-dock-left .p-dock-item-second-prev,
  .p-dock.p-dock-left .p-dock-item-second-next,
  .p-dock.p-dock-right .p-dock-item-second-prev,
  .p-dock.p-dock-right .p-dock-item-second-next {
    margin: 0.9rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-prev,
  .p-dock.p-dock-left .p-dock-item-next,
  .p-dock.p-dock-right .p-dock-item-prev,
  .p-dock.p-dock-right .p-dock-item-next {
    margin: 1.3rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-current,
  .p-dock.p-dock-right .p-dock-item-current {
    margin: 1.5rem 0;
  }
  @media screen and (max-width: 960px) {
    .p-dock.p-dock-top .p-dock-list-container,
    .p-dock.p-dock-bottom .p-dock-list-container {
      overflow-x: auto;
      width: 100%;
    }
    .p-dock.p-dock-top .p-dock-list-container .p-dock-list,
    .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
      margin: 0 auto;
    }
    .p-dock.p-dock-left .p-dock-list-container,
    .p-dock.p-dock-right .p-dock-list-container {
      overflow-y: auto;
      height: 100%;
    }
    .p-dock.p-dock-left .p-dock-list-container .p-dock-list,
    .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
      margin: auto 0;
    }
    .p-dock .p-dock-list .p-dock-item {
      transform: none;
      margin: 0;
    }
  }
  .p-megamenu {
    padding: 0.5rem;
    background: #f9fafb;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
  }
  .p-megamenu .p-megamenu-root-list {
    outline: 0 none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-megamenu .p-megamenu-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-megamenu .p-submenu-header {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-megamenu .p-submenu-list {
    padding: 0.5rem 0;
    width: 12.5rem;
  }
  .p-megamenu .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-megamenu.p-megamenu-vertical {
    width: 12.5rem;
    padding: 0.5rem 0;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
    margin-left: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menu.p-menu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-menu .p-submenu-header {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .p-menu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-menu .p-menuitem-badge {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 6px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-menubar {
    padding: 0.5rem;
    background: #f9fafb;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
  }
  .p-menubar .p-menubar-root-list {
    outline: 0 none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
    margin-left: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menubar .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menubar .p-submenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    width: 12.5rem;
    border-radius: 6px;
  }
  .p-menubar .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-menubar .p-submenu-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  @media screen and (max-width: 960px) {
    .p-menubar {
      position: relative;
    }
    .p-menubar .p-menubar-button {
      display: flex;
      width: 2rem;
      height: 2rem;
      color: #6b7280;
      border-radius: 50%;
      transition:
        background-color 0.2s,
        color 0.2s,
        box-shadow 0.2s;
    }
    .p-menubar .p-menubar-button:hover {
      color: #6b7280;
      background: #f3f4f6;
    }
    .p-menubar .p-menubar-button:focus {
      outline: 0 none;
      outline-offset: 0;
      box-shadow: 0 0 0 0.2rem #BFDBFE;
    }
    .p-menubar .p-menubar-root-list {
      position: absolute;
      display: none;
      padding: 0.5rem 0;
      background: #ffffff;
      border: 0 none;
      box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
      width: 100%;
    }
    .p-menubar .p-menubar-root-list .p-menuitem-separator {
      border-top: 1px solid #e5e7eb;
      margin: 0.25rem 0;
    }
    .p-menubar .p-menubar-root-list .p-submenu-icon {
      font-size: 0.875rem;
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
      margin-left: auto;
      transition: transform 0.2s;
    }
    .p-menubar .p-menubar-root-list .p-menuitem.p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-180deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list {
      width: 100%;
      position: static;
      box-shadow: none;
      border: 0 none;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
      transition: transform 0.2s;
      transform: rotate(90deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-90deg);
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 2.25rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 3.75rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 5.25rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 6.75rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 8.25rem;
    }
    .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
      display: flex;
      flex-direction: column;
      top: 100%;
      left: 0;
      z-index: 1;
    }
  }
  .p-panelmenu .p-panelmenu-header {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
    border: 1px solid #e5e7eb;
    color: #6b7280;
    background: #f9fafb;
    border-radius: 6px;
    transition: box-shadow 0.2s;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action {
    color: #6b7280;
    padding: 1.25rem;
    font-weight: 700;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #374151;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content {
    background: #f9fafb;
    border-color: #e5e7eb;
    color: #374151;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
    border-color: #e5e7eb;
    background: #f3f4f6;
    color: #374151;
  }
  .p-panelmenu .p-panelmenu-content {
    padding: 0.5rem 0;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
    padding: 0 0 0 1rem;
  }
  .p-panelmenu .p-panelmenu-panel {
    margin-bottom: 4px;
  }
  .p-slidemenu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-slidemenu .p-slidemenu-root-list {
    outline: 0 none;
  }
  .p-slidemenu .p-submenu-list {
    outline: 0 none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-slidemenu.p-slidemenu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-slidemenu .p-slidemenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-slidemenu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-slidemenu .p-slidemenu-icon {
    font-size: 0.875rem;
  }
  .p-slidemenu .p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-slidemenu .p-slidemenu-backward {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
  }
  .p-slidemenu .p-slidemenu-backward:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-slidemenu .p-menuitem-badge {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 6px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-steps .p-steps-item .p-menuitem-link {
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 6px;
    background: #ffffff;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
    color: #4b5563;
    border: 1px solid #f3f4f6;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    z-index: 1;
    border-radius: 50%;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
    margin-top: 0.5rem;
    color: #6b7280;
  }
  .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-title {
    font-weight: 700;
    color: #4b5563;
  }
  .p-steps .p-steps-item:before {
    content: " ";
    border-top: 1px solid #e5e7eb;
    width: 100%;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    margin-top: -1rem;
  }
  .p-tabmenu .p-tabmenu-nav {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-width: 0 0 2px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-menuitem-badge {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 6px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
    margin-right: 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    border: solid #e5e7eb;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #e5e7eb transparent;
    background: #ffffff;
    color: #6b7280;
    padding: 1.25rem;
    font-weight: 700;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    transition: box-shadow 0.2s;
    margin: 0 0 -2px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
    background: #ffffff;
    border-color: #9ca3af;
    color: #6b7280;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
    background: #ffffff;
    border-color: #3B82F6;
    color: #3B82F6;
  }
  .p-tabmenu .p-tabmenu-left-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-right-icon {
    margin-left: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link {
    background: #ffffff;
    color: #3B82F6;
    width: 3rem;
    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);
    border-radius: 0;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-tieredmenu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-tieredmenu.p-tieredmenu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-tieredmenu .p-tieredmenu-root-list {
    outline: 0 none;
  }
  .p-tieredmenu .p-submenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-tieredmenu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-tieredmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-tieredmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-inline-message {
    padding: 0.75rem 0.75rem;
    margin: 0;
    border-radius: 6px;
  }
  .p-inline-message.p-inline-message-info {
    background: rgba(219, 234, 254, 0.7);
    border: solid #3b82f6;
    border-width: 0px;
    color: #3b82f6;
  }
  .p-inline-message.p-inline-message-info .p-inline-message-icon {
    color: #3b82f6;
  }
  .p-inline-message.p-inline-message-success {
    background: rgba(228, 248, 240, 0.7);
    border: solid #1ea97c;
    border-width: 0px;
    color: #1ea97c;
  }
  .p-inline-message.p-inline-message-success .p-inline-message-icon {
    color: #1ea97c;
  }
  .p-inline-message.p-inline-message-warn {
    background: rgba(255, 242, 226, 0.7);
    border: solid #cc8925;
    border-width: 0px;
    color: #cc8925;
  }
  .p-inline-message.p-inline-message-warn .p-inline-message-icon {
    color: #cc8925;
  }
  .p-inline-message.p-inline-message-error {
    background: rgba(255, 231, 230, 0.7);
    border: solid #ff5757;
    border-width: 0px;
    color: #ff5757;
  }
  .p-inline-message.p-inline-message-error .p-inline-message-icon {
    color: #ff5757;
  }
  .p-inline-message .p-inline-message-icon {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
  .p-inline-message .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-inline-message .p-inline-message-text {
    font-size: 1rem;
  }
  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
    margin-right: 0;
  }
  .p-message {
    margin: 1rem 0;
    border-radius: 6px;
  }
  .p-message .p-message-wrapper {
    padding: 1.25rem 1.75rem;
  }
  .p-message .p-message-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-message .p-message-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-message .p-message-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-message.p-message-info {
    background: rgba(219, 234, 254, 0.7);
    border: solid #3b82f6;
    border-width: 0 0 0 6px;
    color: #3b82f6;
  }
  .p-message.p-message-info .p-message-icon {
    color: #3b82f6;
  }
  .p-message.p-message-info .p-message-close {
    color: #3b82f6;
  }
  .p-message.p-message-success {
    background: rgba(228, 248, 240, 0.7);
    border: solid #1ea97c;
    border-width: 0 0 0 6px;
    color: #1ea97c;
  }
  .p-message.p-message-success .p-message-icon {
    color: #1ea97c;
  }
  .p-message.p-message-success .p-message-close {
    color: #1ea97c;
  }
  .p-message.p-message-warn {
    background: rgba(255, 242, 226, 0.7);
    border: solid #cc8925;
    border-width: 0 0 0 6px;
    color: #cc8925;
  }
  .p-message.p-message-warn .p-message-icon {
    color: #cc8925;
  }
  .p-message.p-message-warn .p-message-close {
    color: #cc8925;
  }
  .p-message.p-message-error {
    background: rgba(255, 231, 230, 0.7);
    border: solid #ff5757;
    border-width: 0 0 0 6px;
    color: #ff5757;
  }
  .p-message.p-message-error .p-message-icon {
    color: #ff5757;
  }
  .p-message.p-message-error .p-message-close {
    color: #ff5757;
  }
  .p-message .p-message-text {
    font-size: 1rem;
    font-weight: 500;
  }
  .p-message .p-message-icon {
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
  .p-message .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-message .p-message-summary {
    font-weight: 700;
  }
  .p-message .p-message-detail {
    margin-left: 0.5rem;
  }
  .p-message.p-message-secondary {
    background: #64748b;
    border: solid #64748b;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-message.p-message-secondary .p-message-icon {
    color: #ffffff;
  }
  .p-message.p-message-secondary .p-message-close {
    color: #ffffff;
  }
  .p-message.p-message-contrast {
    background: #1f2937;
    border: solid #1f2937;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-message.p-message-contrast .p-message-icon {
    color: #ffffff;
  }
  .p-message.p-message-contrast .p-message-close {
    color: #ffffff;
  }
  .p-toast {
    opacity: 1;
  }
  .p-toast .p-toast-message {
    margin: 0 0 1rem 0;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-toast .p-toast-message .p-toast-message-content {
    padding: 1rem;
    border-width: 0 0 0 6px;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
    margin: 0 0 0 1rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
    font-size: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-icon:not(.p-toast-icon-close-icon) {
    width: 2rem;
    height: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
    font-weight: 700;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
    margin: 0.5rem 0 0 0;
  }
  .p-toast .p-toast-message .p-toast-icon-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-toast .p-toast-message .p-toast-icon-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-toast .p-toast-message.p-toast-message-info {
    background: rgba(219, 234, 254, 0.7);
    border: solid #3b82f6;
    border-width: 0 0 0 6px;
    color: #3b82f6;
  }
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
    color: #3b82f6;
  }
  .p-toast .p-toast-message.p-toast-message-success {
    background: rgba(228, 248, 240, 0.7);
    border: solid #1ea97c;
    border-width: 0 0 0 6px;
    color: #1ea97c;
  }
  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
    color: #1ea97c;
  }
  .p-toast .p-toast-message.p-toast-message-warn {
    background: rgba(255, 242, 226, 0.7);
    border: solid #cc8925;
    border-width: 0 0 0 6px;
    color: #cc8925;
  }
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
    color: #cc8925;
  }
  .p-toast .p-toast-message.p-toast-message-error {
    background: rgba(255, 231, 230, 0.7);
    border: solid #ff5757;
    border-width: 0 0 0 6px;
    color: #ff5757;
  }
  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
    color: #ff5757;
  }
  .p-toast .p-toast-message.p-toast-message-secondary {
    background: #64748b;
    border: solid #64748b;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-toast .p-toast-message.p-toast-message-secondary .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-secondary .p-toast-icon-close {
    color: #ffffff;
  }
  .p-toast .p-toast-message.p-toast-message-contrast {
    background: #1f2937;
    border: solid #1f2937;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-toast .p-toast-message.p-toast-message-contrast .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-contrast .p-toast-icon-close {
    color: #ffffff;
  }
  .p-galleria .p-galleria-close {
    margin: 0.5rem;
    background: transparent;
    color: #f9fafb;
    width: 4rem;
    height: 4rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-close .p-galleria-close-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f9fafb;
  }
  .p-galleria .p-galleria-item-nav {
    background: transparent;
    color: #f9fafb;
    width: 4rem;
    height: 4rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
    margin: 0 0.5rem;
  }
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
  .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f9fafb;
  }
  .p-galleria .p-galleria-caption {
    background: rgba(0, 0, 0, 0.5);
    color: #f9fafb;
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators {
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button {
    background-color: #d1d5db;
    width: 1rem;
    height: 1rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
    background: #9ca3af;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator,
  .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
    margin-right: 0.5rem;
  }
  .p-galleria.p-galleria-indicators-left .p-galleria-indicator,
  .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
    margin-bottom: 0.5rem;
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
    background: rgba(0, 0, 0, 0.5);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
    background: rgba(255, 255, 255, 0.4);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-galleria .p-galleria-thumbnail-container {
    background: rgba(0, 0, 0, 0.9);
    padding: 1rem 0.25rem;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
    margin: 0.5rem;
    background-color: transparent;
    color: #f9fafb;
    width: 2rem;
    height: 2rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f9fafb;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-galleria-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }
  .p-image-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }
  .p-image-preview-indicator {
    background-color: transparent;
    color: #f8f9fa;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-image-preview-container:hover > .p-image-preview-indicator {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .p-image-toolbar {
    padding: 1rem;
  }
  .p-image-action.p-link {
    color: #f8f9fa;
    background-color: transparent;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-image-action.p-link:last-child {
    margin-right: 0;
  }
  .p-image-action.p-link:hover {
    color: #f8f9fa;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .p-image-action.p-link i {
    font-size: 1.5rem;
  }
  .p-image-action.p-link .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-avatar {
    background-color: #e5e7eb;
    border-radius: 6px;
  }
  .p-avatar.p-avatar-lg {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-lg .p-avatar-icon {
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-xl {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
  .p-avatar.p-avatar-xl .p-avatar-icon {
    font-size: 2rem;
  }
  .p-avatar-group .p-avatar {
    border: 2px solid #ffffff;
  }
  .p-badge {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .p-badge.p-badge-secondary {
    background-color: #64748b;
    color: #ffffff;
  }
  .p-badge.p-badge-contrast {
    background-color: #1f2937;
    color: #ffffff;
  }
  .p-badge.p-badge-success {
    background-color: #22c55e;
    color: #ffffff;
  }
  .p-badge.p-badge-info {
    background-color: #0ea5e9;
    color: #ffffff;
  }
  .p-badge.p-badge-warning {
    background-color: #f97316;
    color: #ffffff;
  }
  .p-badge.p-badge-danger {
    background-color: #ef4444;
    color: #ffffff;
  }
  .p-badge.p-badge-lg {
    font-size: 1.125rem;
    min-width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
  .p-badge.p-badge-xl {
    font-size: 1.5rem;
    min-width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
  .p-chip {
    background-color: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
    padding: 0 0.75rem;
  }
  .p-chip .p-chip-text {
    line-height: 1.5;
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .p-chip .p-chip-icon {
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    margin-left: 0.5rem;
  }
  .p-chip img {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: -0.75rem;
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-chip .pi-chip-remove-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-chip .pi-chip-remove-icon:focus {
    outline: 0 none;
  }
  .p-inplace .p-inplace-display {
    padding: 0.75rem 0.75rem;
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-inplace .p-inplace-display:not(.p-disabled):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-inplace .p-inplace-display:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-metergroup {
    display: flex;
  }
  .p-metergroup-meters {
    display: flex;
  }
  .p-metergroup-vertical .p-metergroup-meters {
    flex-direction: column;
  }
  .p-metergroup-labels {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-metergroup-vertical .p-metergroup-labels {
    align-items: start;
  }
  .p-metergroup-labels-vertical {
    flex-direction: column;
  }
  .p-metergroup-label {
    display: inline-flex;
    align-items: center;
  }
  .p-metergroup-label-marker {
    display: inline-flex;
  }
  .p-metergroup {
    gap: 1rem;
  }
  .p-metergroup .p-metergroup-meters {
    background: #e5e7eb;
    border-radius: 6px;
  }
  .p-metergroup .p-metergroup-meter {
    border: 0 none;
    background: #3B82F6;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-marker {
    background: #3B82F6;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-vertical {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-horizontal {
    gap: 1rem;
  }
  .p-metergroup.p-metergroup-horizontal {
    flex-direction: column;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meters {
    height: 0.5rem;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-metergroup.p-metergroup-vertical {
    flex-direction: row;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meters {
    width: 0.5rem;
    height: 100%;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-progressbar {
    border: 0 none;
    height: 1.5rem;
    background: #e5e7eb;
    border-radius: 6px;
  }
  .p-progressbar .p-progressbar-value {
    border: 0 none;
    margin: 0;
    background: #3B82F6;
  }
  .p-progressbar .p-progressbar-label {
    color: #ffffff;
    line-height: 1.5rem;
  }
  .p-scrolltop {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-scrolltop.p-link {
    background: rgba(0, 0, 0, 0.7);
  }
  .p-scrolltop.p-link:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  .p-scrolltop .p-scrolltop-icon {
    font-size: 1.5rem;
    color: #f9fafb;
  }
  .p-scrolltop .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-skeleton {
    background-color: #e5e7eb;
    border-radius: 6px;
  }
  .p-skeleton:after {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.4),
        rgba(255, 255, 255, 0));
  }
  .p-tag {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.4rem;
    border-radius: 6px;
  }
  .p-tag.p-tag-success {
    background-color: #22c55e;
    color: #ffffff;
  }
  .p-tag.p-tag-info {
    background-color: #0ea5e9;
    color: #ffffff;
  }
  .p-tag.p-tag-warning {
    background-color: #f97316;
    color: #ffffff;
  }
  .p-tag.p-tag-danger {
    background-color: #ef4444;
    color: #ffffff;
  }
  .p-tag .p-tag-icon {
    margin-right: 0.25rem;
    font-size: 0.75rem;
  }
  .p-tag .p-icon {
    width: 0.75rem;
    height: 0.75rem;
  }
  .p-tag.p-tag-secondary {
    background-color: #64748b;
    color: #ffffff;
  }
  .p-tag.p-tag-contrast {
    background-color: #1f2937;
    color: #ffffff;
  }
  .p-terminal {
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
  }
  .p-terminal .p-terminal-input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
  }
}
@layer primeng {
  .p-button-label {
    font-weight: 700;
  }
  .p-selectbutton > .p-button,
  .p-togglebutton.p-button {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background-color: #3B82F6;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background-color: #3B82F6;
  }
  .p-button:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #9dc1fb,
      0 1px 2px 0 black;
  }
  .p-button.p-button-secondary:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #b0b9c6,
      0 1px 2px 0 black;
  }
  .p-button.p-button-success:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #88eaac,
      0 1px 2px 0 black;
  }
  .p-button.p-button-info:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #83d3f8,
      0 1px 2px 0 black;
  }
  .p-button.p-button-warning:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #fcb98b,
      0 1px 2px 0 black;
  }
  .p-button.p-button-help:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #d4aafb,
      0 1px 2px 0 black;
  }
  .p-button.p-button-danger:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #f7a2a2,
      0 1px 2px 0 black;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #3B82F6;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #3B82F6;
  }
  .p-speeddial-item.p-focus > .p-speeddial-action {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #9dc1fb,
      0 1px 2px 0 black;
  }
  .p-toast-message {
    backdrop-filter: blur(10px);
  }
  .p-inline-message-text {
    font-weight: 500;
  }
  .p-picklist-buttons .p-button,
  .p-orderlist-controls .p-button {
    transition:
      opacity 0.2s,
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background: #3B82F6;
    color: #ffffff;
  }
}

/* node_modules/primeng/resources/primeng.min.css */
.p-overflow-hidden {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}
@layer primeng {
  .p-component,
  .p-component * {
    box-sizing: border-box;
  }
  .p-hidden {
    display: none;
  }
  .p-hidden-space {
    visibility: hidden;
  }
  .p-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .p-hidden-accessible input,
  .p-hidden-accessible select {
    transform: scale(0);
  }
  .p-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
  }
  .p-disabled,
  .p-disabled * {
    cursor: default !important;
    pointer-events: none;
  }
  .p-component-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-unselectable-text {
    -webkit-user-select: none;
    user-select: none;
  }
  .p-scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
  }
  @-webkit-keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  input[type=button],
  input[type=submit],
  input[type=reset],
  input[type=file]::-webkit-file-upload-button,
  button {
    border-radius: 0;
  }
  .p-link {
    text-align: left;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-link:disabled {
    cursor: default;
  }
  .p-sr-only {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  .p-connected-overlay {
    opacity: 0;
    transform: scaleY(0.8);
    transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);
  }
  .p-connected-overlay-visible {
    opacity: 1;
    transform: scaleY(1);
  }
  .p-connected-overlay-hidden {
    opacity: 0;
    transform: scaleY(1);
    transition: opacity .1s linear;
  }
  .p-toggleable-content.ng-animating {
    overflow: hidden;
  }
  .p-icon-wrapper {
    display: inline-flex;
  }
  .p-icon {
    display: inline-block;
  }
  .p-icon-spin {
    -webkit-animation: p-icon-spin 2s infinite linear;
    animation: p-icon-spin 2s infinite linear;
  }
}
@-webkit-keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@layer primeng {
  .p-badge {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 0 .5rem;
  }
  .p-overlay-badge {
    position: relative;
  }
  .p-overlay-badge .p-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    transform-origin: 100% 0;
    margin: 0;
  }
  .p-badge-dot {
    width: .5rem;
    min-width: .5rem;
    height: .5rem;
    border-radius: 50%;
    padding: 0;
  }
  .p-badge-no-gutter {
    padding: 0;
    border-radius: 50%;
  }
}
@layer primeng {
  .p-button {
    margin: 0;
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    align-items: center;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .p-button-label {
    flex: 1 1 auto;
  }
  .p-button-icon-right {
    order: 1;
  }
  .p-button:disabled {
    cursor: default;
    pointer-events: none;
  }
  .p-button-icon-only {
    justify-content: center;
  }
  .p-button-icon-only:after {
    content: "p";
    visibility: hidden;
    clip: rect(0 0 0 0);
    width: 0;
  }
  .p-button-vertical {
    flex-direction: column;
  }
  .p-button-icon-bottom {
    order: 2;
  }
  .p-button-group .p-button {
    margin: 0;
  }
  .p-button-group .p-button:focus,
  .p-button-group p-button:focus .p-button,
  .p-buttonset .p-button:focus,
  .p-buttonset .p-button:focus,
  .p-buttonset p-button:focus .p-button,
  .p-buttonset .p-button:focus {
    position: relative;
    z-index: 1;
  }
  .p-button-group .p-button:not(:last-child),
  .p-button-group .p-button:not(:last-child):hover,
  .p-button-group p-button:not(:last-child) .p-button,
  .p-button-group p-button:not(:last-child) .p-button:hover,
  .p-buttonset .p-button:not(:last-child),
  .p-buttonset .p-button:not(:last-child):hover,
  .p-buttonset p-button:not(:last-child) .p-button,
  .p-buttonset p-button:not(:last-child) .p-button:hover {
    border-right: 0 none;
  }
  .p-button-group .p-button:not(:first-of-type):not(:last-of-type),
  .p-button-group p-button:not(:first-of-type):not(:last-of-type) .p-button,
  .p-buttonset .p-button:not(:first-of-type):not(:last-of-type),
  .p-buttonset p-button:not(:first-of-type):not(:last-of-type) .p-button {
    border-radius: 0;
  }
  .p-button-group .p-button:first-of-type:not(:only-of-type),
  .p-button-group p-button:first-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:first-of-type:not(:only-of-type),
  .p-buttonset p-button:first-of-type:not(:only-of-type) .p-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p-button-group .p-button:last-of-type:not(:only-of-type),
  .p-button-group p-button:last-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:last-of-type:not(:only-of-type),
  .p-buttonset p-button:last-of-type:not(:only-of-type) .p-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  p-button[iconpos=right] spinnericon {
    order: 1;
  }
}
@layer primeng {
  .p-checkbox {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-checkbox-disabled {
    cursor: default !important;
    pointer-events: none;
  }
  .p-checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  p-checkbox {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-checkbox-label {
    line-height: 1;
  }
}
.p-colorpicker-panel .p-colorpicker-color {
  background: transparent url("./media/color.png") no-repeat left top;
}
.p-colorpicker-panel .p-colorpicker-hue {
  background: transparent url("./media/hue.png") no-repeat left top;
}
@layer primeng {
  .p-inputtext {
    margin: 0;
  }
  .p-fluid .p-inputtext {
    width: 100%;
  }
  .p-inputgroup {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup-addon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-inputgroup .p-float-label {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup .p-inputtext,
  .p-fluid .p-inputgroup .p-inputtext,
  .p-inputgroup .p-inputwrapper,
  .p-inputgroup .p-inputwrapper > .p-component {
    flex: 1 1 auto;
    width: 1%;
  }
  .p-float-label {
    display: block;
    position: relative;
  }
  .p-float-label label {
    position: absolute;
    pointer-events: none;
    top: 50%;
    margin-top: -0.5rem;
    transition-property: all;
    transition-timing-function: ease;
    line-height: 1;
  }
  .p-float-label textarea ~ label {
    top: 1rem;
  }
  .p-float-label input:focus ~ label,
  .p-float-label input.p-filled ~ label,
  .p-float-label textarea:focus ~ label,
  .p-float-label textarea.p-filled ~ label,
  .p-float-label .p-inputwrapper-focus ~ label,
  .p-float-label .p-inputwrapper-filled ~ label {
    top: -0.75rem;
    font-size: 12px;
  }
  .p-float-label .input:-webkit-autofill ~ label {
    top: -20px;
    font-size: 12px;
  }
  .p-float-label .p-placeholder,
  .p-float-label input::placeholder,
  .p-float-label .p-inputtext::placeholder {
    opacity: 0;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-float-label .p-focus .p-placeholder,
  .p-float-label input:focus::placeholder,
  .p-float-label .p-inputtext:focus::placeholder {
    opacity: 1;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-input-icon-left,
  .p-input-icon-right {
    position: relative;
    display: inline-block;
  }
  .p-input-icon-left > i,
  .p-input-icon-left > .p-icon-wrapper,
  .p-input-icon-right > i,
  .p-input-icon-right > .p-icon-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-fluid .p-input-icon-left,
  .p-fluid .p-input-icon-right {
    display: block;
    width: 100%;
  }
}
@layer primeng {
  .p-inputtextarea-resizable {
    overflow: hidden;
    resize: none;
  }
  .p-fluid .p-inputtextarea {
    width: 100%;
  }
}
@layer primeng {
  .p-password {
    position: relative;
    display: inline-flex;
  }
  .p-password-panel {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-password .p-password-panel {
    min-width: 100%;
  }
  .p-password-meter {
    height: 10px;
  }
  .p-password-strength {
    height: 100%;
    width: 0;
    transition: width 1s ease-in-out;
  }
  .p-fluid .p-password {
    display: flex;
  }
  .p-password-input::-ms-reveal,
  .p-password-input::-ms-clear {
    display: none;
  }
  .p-password-clear-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    cursor: pointer;
  }
  .p-password .p-icon {
    cursor: pointer;
  }
  .p-password-clearable.p-password-mask .p-password-clear-icon {
    margin-top: unset;
  }
  .p-password-clearable {
    position: relative;
  }
}
@layer primeng {
  .p-radiobutton {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-radiobutton-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-radiobutton-icon {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0) scale(0.1);
    border-radius: 50%;
    visibility: hidden;
  }
  .p-radiobutton-box.p-highlight .p-radiobutton-icon {
    transform: translateZ(0) scale(1, 1);
    visibility: visible;
  }
  p-radiobutton {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-radiobutton-label {
    line-height: 1;
  }
}
@layer primeng {
  .p-ripple {
    overflow: hidden;
    position: relative;
  }
  .p-ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transform: scale(0);
  }
  .p-ink-active {
    animation: ripple .4s linear;
  }
  .p-ripple-disabled .p-ink {
    display: none !important;
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@layer primeng {
  .p-tooltip {
    position: absolute;
    display: none;
    padding: .25em .5rem;
    max-width: 12.5rem;
    pointer-events: none;
  }
  .p-tooltip.p-tooltip-right,
  .p-tooltip.p-tooltip-left {
    padding: 0 .25rem;
  }
  .p-tooltip.p-tooltip-top,
  .p-tooltip.p-tooltip-bottom {
    padding: .25em 0;
  }
  .p-tooltip .p-tooltip-text {
    white-space: pre-line;
    word-break: break-word;
  }
  .p-tooltip-arrow {
    scale: 2;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .p-tooltip-right .p-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -0.25rem;
    border-width: .25em .25em .25em 0;
  }
  .p-tooltip-left .p-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -0.25rem;
    border-width: .25em 0 .25em .25rem;
  }
  .p-tooltip.p-tooltip-top {
    padding: .25em 0;
  }
  .p-tooltip-top .p-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: .25em .25em 0;
  }
  .p-tooltip-bottom .p-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: 0 .25em .25rem;
  }
}

/* src/theme/themeBundle.scss */
.w-1 {
  width: 1%;
}
.w-2 {
  width: 2%;
}
.w-3 {
  width: 3%;
}
.w-4 {
  width: 4%;
}
.w-5 {
  width: 5%;
}
.w-6 {
  width: 6%;
}
.w-7 {
  width: 7%;
}
.w-8 {
  width: 8%;
}
.w-9 {
  width: 9%;
}
.w-10 {
  width: 10%;
}
.w-11 {
  width: 11%;
}
.w-12 {
  width: 12%;
}
.w-13 {
  width: 13%;
}
.w-14 {
  width: 14%;
}
.w-15 {
  width: 15%;
}
.w-16 {
  width: 16%;
}
.w-17 {
  width: 17%;
}
.w-18 {
  width: 18%;
}
.w-19 {
  width: 19%;
}
.w-20 {
  width: 20%;
}
.w-21 {
  width: 21%;
}
.w-22 {
  width: 22%;
}
.w-23 {
  width: 23%;
}
.w-24 {
  width: 24%;
}
.w-25 {
  width: 25%;
}
.w-26 {
  width: 26%;
}
.w-27 {
  width: 27%;
}
.w-28 {
  width: 28%;
}
.w-29 {
  width: 29%;
}
.w-30 {
  width: 30%;
}
.w-31 {
  width: 31%;
}
.w-32 {
  width: 32%;
}
.w-33 {
  width: 33%;
}
.w-34 {
  width: 34%;
}
.w-35 {
  width: 35%;
}
.w-36 {
  width: 36%;
}
.w-37 {
  width: 37%;
}
.w-38 {
  width: 38%;
}
.w-39 {
  width: 39%;
}
.w-40 {
  width: 40%;
}
.w-41 {
  width: 41%;
}
.w-42 {
  width: 42%;
}
.w-43 {
  width: 43%;
}
.w-44 {
  width: 44%;
}
.w-45 {
  width: 45%;
}
.w-46 {
  width: 46%;
}
.w-47 {
  width: 47%;
}
.w-48 {
  width: 48%;
}
.w-49 {
  width: 49%;
}
.w-50 {
  width: 50%;
}
.w-51 {
  width: 51%;
}
.w-52 {
  width: 52%;
}
.w-53 {
  width: 53%;
}
.w-54 {
  width: 54%;
}
.w-55 {
  width: 55%;
}
.w-56 {
  width: 56%;
}
.w-57 {
  width: 57%;
}
.w-58 {
  width: 58%;
}
.w-59 {
  width: 59%;
}
.w-60 {
  width: 60%;
}
.w-61 {
  width: 61%;
}
.w-62 {
  width: 62%;
}
.w-63 {
  width: 63%;
}
.w-64 {
  width: 64%;
}
.w-65 {
  width: 65%;
}
.w-66 {
  width: 66%;
}
.w-67 {
  width: 67%;
}
.w-68 {
  width: 68%;
}
.w-69 {
  width: 69%;
}
.w-70 {
  width: 70%;
}
.w-71 {
  width: 71%;
}
.w-72 {
  width: 72%;
}
.w-73 {
  width: 73%;
}
.w-74 {
  width: 74%;
}
.w-75 {
  width: 75%;
}
.w-76 {
  width: 76%;
}
.w-77 {
  width: 77%;
}
.w-78 {
  width: 78%;
}
.w-79 {
  width: 79%;
}
.w-80 {
  width: 80%;
}
.w-81 {
  width: 81%;
}
.w-82 {
  width: 82%;
}
.w-83 {
  width: 83%;
}
.w-84 {
  width: 84%;
}
.w-85 {
  width: 85%;
}
.w-86 {
  width: 86%;
}
.w-87 {
  width: 87%;
}
.w-88 {
  width: 88%;
}
.w-89 {
  width: 89%;
}
.w-90 {
  width: 90%;
}
.w-91 {
  width: 91%;
}
.w-92 {
  width: 92%;
}
.w-93 {
  width: 93%;
}
.w-94 {
  width: 94%;
}
.w-95 {
  width: 95%;
}
.w-96 {
  width: 96%;
}
.w-97 {
  width: 97%;
}
.w-98 {
  width: 98%;
}
.w-99 {
  width: 99%;
}
.w-100 {
  width: 100%;
}
.h-1 {
  height: 1%;
}
.h-2 {
  height: 2%;
}
.h-3 {
  height: 3%;
}
.h-4 {
  height: 4%;
}
.h-5 {
  height: 5%;
}
.h-6 {
  height: 6%;
}
.h-7 {
  height: 7%;
}
.h-8 {
  height: 8%;
}
.h-9 {
  height: 9%;
}
.h-10 {
  height: 10%;
}
.h-11 {
  height: 11%;
}
.h-12 {
  height: 12%;
}
.h-13 {
  height: 13%;
}
.h-14 {
  height: 14%;
}
.h-15 {
  height: 15%;
}
.h-16 {
  height: 16%;
}
.h-17 {
  height: 17%;
}
.h-18 {
  height: 18%;
}
.h-19 {
  height: 19%;
}
.h-20 {
  height: 20%;
}
.h-21 {
  height: 21%;
}
.h-22 {
  height: 22%;
}
.h-23 {
  height: 23%;
}
.h-24 {
  height: 24%;
}
.h-25 {
  height: 25%;
}
.h-26 {
  height: 26%;
}
.h-27 {
  height: 27%;
}
.h-28 {
  height: 28%;
}
.h-29 {
  height: 29%;
}
.h-30 {
  height: 30%;
}
.h-31 {
  height: 31%;
}
.h-32 {
  height: 32%;
}
.h-33 {
  height: 33%;
}
.h-34 {
  height: 34%;
}
.h-35 {
  height: 35%;
}
.h-36 {
  height: 36%;
}
.h-37 {
  height: 37%;
}
.h-38 {
  height: 38%;
}
.h-39 {
  height: 39%;
}
.h-40 {
  height: 40%;
}
.h-41 {
  height: 41%;
}
.h-42 {
  height: 42%;
}
.h-43 {
  height: 43%;
}
.h-44 {
  height: 44%;
}
.h-45 {
  height: 45%;
}
.h-46 {
  height: 46%;
}
.h-47 {
  height: 47%;
}
.h-48 {
  height: 48%;
}
.h-49 {
  height: 49%;
}
.h-50 {
  height: 50%;
}
.h-51 {
  height: 51%;
}
.h-52 {
  height: 52%;
}
.h-53 {
  height: 53%;
}
.h-54 {
  height: 54%;
}
.h-55 {
  height: 55%;
}
.h-56 {
  height: 56%;
}
.h-57 {
  height: 57%;
}
.h-58 {
  height: 58%;
}
.h-59 {
  height: 59%;
}
.h-60 {
  height: 60%;
}
.h-61 {
  height: 61%;
}
.h-62 {
  height: 62%;
}
.h-63 {
  height: 63%;
}
.h-64 {
  height: 64%;
}
.h-65 {
  height: 65%;
}
.h-66 {
  height: 66%;
}
.h-67 {
  height: 67%;
}
.h-68 {
  height: 68%;
}
.h-69 {
  height: 69%;
}
.h-70 {
  height: 70%;
}
.h-71 {
  height: 71%;
}
.h-72 {
  height: 72%;
}
.h-73 {
  height: 73%;
}
.h-74 {
  height: 74%;
}
.h-75 {
  height: 75%;
}
.h-76 {
  height: 76%;
}
.h-77 {
  height: 77%;
}
.h-78 {
  height: 78%;
}
.h-79 {
  height: 79%;
}
.h-80 {
  height: 80%;
}
.h-81 {
  height: 81%;
}
.h-82 {
  height: 82%;
}
.h-83 {
  height: 83%;
}
.h-84 {
  height: 84%;
}
.h-85 {
  height: 85%;
}
.h-86 {
  height: 86%;
}
.h-87 {
  height: 87%;
}
.h-88 {
  height: 88%;
}
.h-89 {
  height: 89%;
}
.h-90 {
  height: 90%;
}
.h-91 {
  height: 91%;
}
.h-92 {
  height: 92%;
}
.h-93 {
  height: 93%;
}
.h-94 {
  height: 94%;
}
.h-95 {
  height: 95%;
}
.h-96 {
  height: 96%;
}
.h-97 {
  height: 97%;
}
.h-98 {
  height: 98%;
}
.h-99 {
  height: 99%;
}
.h-100 {
  height: 100%;
}
.w-p1 {
  width: 1px;
}
.w-p2 {
  width: 2px;
}
.w-p3 {
  width: 3px;
}
.w-p4 {
  width: 4px;
}
.w-p5 {
  width: 5px;
}
.w-p6 {
  width: 6px;
}
.w-p7 {
  width: 7px;
}
.w-p8 {
  width: 8px;
}
.w-p9 {
  width: 9px;
}
.w-p10 {
  width: 10px;
}
.w-p11 {
  width: 11px;
}
.w-p12 {
  width: 12px;
}
.w-p13 {
  width: 13px;
}
.w-p14 {
  width: 14px;
}
.w-p15 {
  width: 15px;
}
.w-p16 {
  width: 16px;
}
.w-p17 {
  width: 17px;
}
.w-p18 {
  width: 18px;
}
.w-p19 {
  width: 19px;
}
.w-p20 {
  width: 20px;
}
.w-p21 {
  width: 21px;
}
.w-p22 {
  width: 22px;
}
.w-p23 {
  width: 23px;
}
.w-p24 {
  width: 24px;
}
.w-p25 {
  width: 25px;
}
.w-p26 {
  width: 26px;
}
.w-p27 {
  width: 27px;
}
.w-p28 {
  width: 28px;
}
.w-p29 {
  width: 29px;
}
.w-p30 {
  width: 30px;
}
.w-p31 {
  width: 31px;
}
.w-p32 {
  width: 32px;
}
.w-p33 {
  width: 33px;
}
.w-p34 {
  width: 34px;
}
.w-p35 {
  width: 35px;
}
.w-p36 {
  width: 36px;
}
.w-p37 {
  width: 37px;
}
.w-p38 {
  width: 38px;
}
.w-p39 {
  width: 39px;
}
.w-p40 {
  width: 40px;
}
.w-p41 {
  width: 41px;
}
.w-p42 {
  width: 42px;
}
.w-p43 {
  width: 43px;
}
.w-p44 {
  width: 44px;
}
.w-p45 {
  width: 45px;
}
.w-p46 {
  width: 46px;
}
.w-p47 {
  width: 47px;
}
.w-p48 {
  width: 48px;
}
.w-p49 {
  width: 49px;
}
.w-p50 {
  width: 50px;
}
.w-p51 {
  width: 51px;
}
.w-p52 {
  width: 52px;
}
.w-p53 {
  width: 53px;
}
.w-p54 {
  width: 54px;
}
.w-p55 {
  width: 55px;
}
.w-p56 {
  width: 56px;
}
.w-p57 {
  width: 57px;
}
.w-p58 {
  width: 58px;
}
.w-p59 {
  width: 59px;
}
.w-p60 {
  width: 60px;
}
.w-p61 {
  width: 61px;
}
.w-p62 {
  width: 62px;
}
.w-p63 {
  width: 63px;
}
.w-p64 {
  width: 64px;
}
.w-p65 {
  width: 65px;
}
.w-p66 {
  width: 66px;
}
.w-p67 {
  width: 67px;
}
.w-p68 {
  width: 68px;
}
.w-p69 {
  width: 69px;
}
.w-p70 {
  width: 70px;
}
.w-p71 {
  width: 71px;
}
.w-p72 {
  width: 72px;
}
.w-p73 {
  width: 73px;
}
.w-p74 {
  width: 74px;
}
.w-p75 {
  width: 75px;
}
.w-p76 {
  width: 76px;
}
.w-p77 {
  width: 77px;
}
.w-p78 {
  width: 78px;
}
.w-p79 {
  width: 79px;
}
.w-p80 {
  width: 80px;
}
.w-p81 {
  width: 81px;
}
.w-p82 {
  width: 82px;
}
.w-p83 {
  width: 83px;
}
.w-p84 {
  width: 84px;
}
.w-p85 {
  width: 85px;
}
.w-p86 {
  width: 86px;
}
.w-p87 {
  width: 87px;
}
.w-p88 {
  width: 88px;
}
.w-p89 {
  width: 89px;
}
.w-p90 {
  width: 90px;
}
.w-p91 {
  width: 91px;
}
.w-p92 {
  width: 92px;
}
.w-p93 {
  width: 93px;
}
.w-p94 {
  width: 94px;
}
.w-p95 {
  width: 95px;
}
.w-p96 {
  width: 96px;
}
.w-p97 {
  width: 97px;
}
.w-p98 {
  width: 98px;
}
.w-p99 {
  width: 99px;
}
.w-p100 {
  width: 100px;
}
.w-p101 {
  width: 101px;
}
.w-p102 {
  width: 102px;
}
.w-p103 {
  width: 103px;
}
.w-p104 {
  width: 104px;
}
.w-p105 {
  width: 105px;
}
.w-p106 {
  width: 106px;
}
.w-p107 {
  width: 107px;
}
.w-p108 {
  width: 108px;
}
.w-p109 {
  width: 109px;
}
.w-p110 {
  width: 110px;
}
.w-p111 {
  width: 111px;
}
.w-p112 {
  width: 112px;
}
.w-p113 {
  width: 113px;
}
.w-p114 {
  width: 114px;
}
.w-p115 {
  width: 115px;
}
.w-p116 {
  width: 116px;
}
.w-p117 {
  width: 117px;
}
.w-p118 {
  width: 118px;
}
.w-p119 {
  width: 119px;
}
.w-p120 {
  width: 120px;
}
.w-p121 {
  width: 121px;
}
.w-p122 {
  width: 122px;
}
.w-p123 {
  width: 123px;
}
.w-p124 {
  width: 124px;
}
.w-p125 {
  width: 125px;
}
.w-p126 {
  width: 126px;
}
.w-p127 {
  width: 127px;
}
.w-p128 {
  width: 128px;
}
.w-p129 {
  width: 129px;
}
.w-p130 {
  width: 130px;
}
.w-p131 {
  width: 131px;
}
.w-p132 {
  width: 132px;
}
.w-p133 {
  width: 133px;
}
.w-p134 {
  width: 134px;
}
.w-p135 {
  width: 135px;
}
.w-p136 {
  width: 136px;
}
.w-p137 {
  width: 137px;
}
.w-p138 {
  width: 138px;
}
.w-p139 {
  width: 139px;
}
.w-p140 {
  width: 140px;
}
.w-p141 {
  width: 141px;
}
.w-p142 {
  width: 142px;
}
.w-p143 {
  width: 143px;
}
.w-p144 {
  width: 144px;
}
.w-p145 {
  width: 145px;
}
.w-p146 {
  width: 146px;
}
.w-p147 {
  width: 147px;
}
.w-p148 {
  width: 148px;
}
.w-p149 {
  width: 149px;
}
.w-p150 {
  width: 150px;
}
.w-p151 {
  width: 151px;
}
.w-p152 {
  width: 152px;
}
.w-p153 {
  width: 153px;
}
.w-p154 {
  width: 154px;
}
.w-p155 {
  width: 155px;
}
.w-p156 {
  width: 156px;
}
.w-p157 {
  width: 157px;
}
.w-p158 {
  width: 158px;
}
.w-p159 {
  width: 159px;
}
.w-p160 {
  width: 160px;
}
.w-p161 {
  width: 161px;
}
.w-p162 {
  width: 162px;
}
.w-p163 {
  width: 163px;
}
.w-p164 {
  width: 164px;
}
.w-p165 {
  width: 165px;
}
.w-p166 {
  width: 166px;
}
.w-p167 {
  width: 167px;
}
.w-p168 {
  width: 168px;
}
.w-p169 {
  width: 169px;
}
.w-p170 {
  width: 170px;
}
.w-p171 {
  width: 171px;
}
.w-p172 {
  width: 172px;
}
.w-p173 {
  width: 173px;
}
.w-p174 {
  width: 174px;
}
.w-p175 {
  width: 175px;
}
.w-p176 {
  width: 176px;
}
.w-p177 {
  width: 177px;
}
.w-p178 {
  width: 178px;
}
.w-p179 {
  width: 179px;
}
.w-p180 {
  width: 180px;
}
.w-p181 {
  width: 181px;
}
.w-p182 {
  width: 182px;
}
.w-p183 {
  width: 183px;
}
.w-p184 {
  width: 184px;
}
.w-p185 {
  width: 185px;
}
.w-p186 {
  width: 186px;
}
.w-p187 {
  width: 187px;
}
.w-p188 {
  width: 188px;
}
.w-p189 {
  width: 189px;
}
.w-p190 {
  width: 190px;
}
.w-p191 {
  width: 191px;
}
.w-p192 {
  width: 192px;
}
.w-p193 {
  width: 193px;
}
.w-p194 {
  width: 194px;
}
.w-p195 {
  width: 195px;
}
.w-p196 {
  width: 196px;
}
.w-p197 {
  width: 197px;
}
.w-p198 {
  width: 198px;
}
.w-p199 {
  width: 199px;
}
.w-p200 {
  width: 200px;
}
.w-p201 {
  width: 201px;
}
.w-p202 {
  width: 202px;
}
.w-p203 {
  width: 203px;
}
.w-p204 {
  width: 204px;
}
.w-p205 {
  width: 205px;
}
.w-p206 {
  width: 206px;
}
.w-p207 {
  width: 207px;
}
.w-p208 {
  width: 208px;
}
.w-p209 {
  width: 209px;
}
.w-p210 {
  width: 210px;
}
.w-p211 {
  width: 211px;
}
.w-p212 {
  width: 212px;
}
.w-p213 {
  width: 213px;
}
.w-p214 {
  width: 214px;
}
.w-p215 {
  width: 215px;
}
.w-p216 {
  width: 216px;
}
.w-p217 {
  width: 217px;
}
.w-p218 {
  width: 218px;
}
.w-p219 {
  width: 219px;
}
.w-p220 {
  width: 220px;
}
.w-p221 {
  width: 221px;
}
.w-p222 {
  width: 222px;
}
.w-p223 {
  width: 223px;
}
.w-p224 {
  width: 224px;
}
.w-p225 {
  width: 225px;
}
.w-p226 {
  width: 226px;
}
.w-p227 {
  width: 227px;
}
.w-p228 {
  width: 228px;
}
.w-p229 {
  width: 229px;
}
.w-p230 {
  width: 230px;
}
.w-p231 {
  width: 231px;
}
.w-p232 {
  width: 232px;
}
.w-p233 {
  width: 233px;
}
.w-p234 {
  width: 234px;
}
.w-p235 {
  width: 235px;
}
.w-p236 {
  width: 236px;
}
.w-p237 {
  width: 237px;
}
.w-p238 {
  width: 238px;
}
.w-p239 {
  width: 239px;
}
.w-p240 {
  width: 240px;
}
.w-p241 {
  width: 241px;
}
.w-p242 {
  width: 242px;
}
.w-p243 {
  width: 243px;
}
.w-p244 {
  width: 244px;
}
.w-p245 {
  width: 245px;
}
.w-p246 {
  width: 246px;
}
.w-p247 {
  width: 247px;
}
.w-p248 {
  width: 248px;
}
.w-p249 {
  width: 249px;
}
.w-p250 {
  width: 250px;
}
.w-p251 {
  width: 251px;
}
.w-p252 {
  width: 252px;
}
.w-p253 {
  width: 253px;
}
.w-p254 {
  width: 254px;
}
.w-p255 {
  width: 255px;
}
.w-p256 {
  width: 256px;
}
.w-p257 {
  width: 257px;
}
.w-p258 {
  width: 258px;
}
.w-p259 {
  width: 259px;
}
.w-p260 {
  width: 260px;
}
.w-p261 {
  width: 261px;
}
.w-p262 {
  width: 262px;
}
.w-p263 {
  width: 263px;
}
.w-p264 {
  width: 264px;
}
.w-p265 {
  width: 265px;
}
.w-p266 {
  width: 266px;
}
.w-p267 {
  width: 267px;
}
.w-p268 {
  width: 268px;
}
.w-p269 {
  width: 269px;
}
.w-p270 {
  width: 270px;
}
.w-p271 {
  width: 271px;
}
.w-p272 {
  width: 272px;
}
.w-p273 {
  width: 273px;
}
.w-p274 {
  width: 274px;
}
.w-p275 {
  width: 275px;
}
.w-p276 {
  width: 276px;
}
.w-p277 {
  width: 277px;
}
.w-p278 {
  width: 278px;
}
.w-p279 {
  width: 279px;
}
.w-p280 {
  width: 280px;
}
.w-p281 {
  width: 281px;
}
.w-p282 {
  width: 282px;
}
.w-p283 {
  width: 283px;
}
.w-p284 {
  width: 284px;
}
.w-p285 {
  width: 285px;
}
.w-p286 {
  width: 286px;
}
.w-p287 {
  width: 287px;
}
.w-p288 {
  width: 288px;
}
.w-p289 {
  width: 289px;
}
.w-p290 {
  width: 290px;
}
.w-p291 {
  width: 291px;
}
.w-p292 {
  width: 292px;
}
.w-p293 {
  width: 293px;
}
.w-p294 {
  width: 294px;
}
.w-p295 {
  width: 295px;
}
.w-p296 {
  width: 296px;
}
.w-p297 {
  width: 297px;
}
.w-p298 {
  width: 298px;
}
.w-p299 {
  width: 299px;
}
.w-p300 {
  width: 300px;
}
.w-p301 {
  width: 301px;
}
.w-p302 {
  width: 302px;
}
.w-p303 {
  width: 303px;
}
.w-p304 {
  width: 304px;
}
.w-p305 {
  width: 305px;
}
.w-p306 {
  width: 306px;
}
.w-p307 {
  width: 307px;
}
.w-p308 {
  width: 308px;
}
.w-p309 {
  width: 309px;
}
.w-p310 {
  width: 310px;
}
.w-p311 {
  width: 311px;
}
.w-p312 {
  width: 312px;
}
.w-p313 {
  width: 313px;
}
.w-p314 {
  width: 314px;
}
.w-p315 {
  width: 315px;
}
.w-p316 {
  width: 316px;
}
.w-p317 {
  width: 317px;
}
.w-p318 {
  width: 318px;
}
.w-p319 {
  width: 319px;
}
.w-p320 {
  width: 320px;
}
.w-p321 {
  width: 321px;
}
.w-p322 {
  width: 322px;
}
.w-p323 {
  width: 323px;
}
.w-p324 {
  width: 324px;
}
.w-p325 {
  width: 325px;
}
.w-p326 {
  width: 326px;
}
.w-p327 {
  width: 327px;
}
.w-p328 {
  width: 328px;
}
.w-p329 {
  width: 329px;
}
.w-p330 {
  width: 330px;
}
.w-p331 {
  width: 331px;
}
.w-p332 {
  width: 332px;
}
.w-p333 {
  width: 333px;
}
.w-p334 {
  width: 334px;
}
.w-p335 {
  width: 335px;
}
.w-p336 {
  width: 336px;
}
.w-p337 {
  width: 337px;
}
.w-p338 {
  width: 338px;
}
.w-p339 {
  width: 339px;
}
.w-p340 {
  width: 340px;
}
.w-p341 {
  width: 341px;
}
.w-p342 {
  width: 342px;
}
.w-p343 {
  width: 343px;
}
.w-p344 {
  width: 344px;
}
.w-p345 {
  width: 345px;
}
.w-p346 {
  width: 346px;
}
.w-p347 {
  width: 347px;
}
.w-p348 {
  width: 348px;
}
.w-p349 {
  width: 349px;
}
.w-p350 {
  width: 350px;
}
.w-p351 {
  width: 351px;
}
.w-p352 {
  width: 352px;
}
.w-p353 {
  width: 353px;
}
.w-p354 {
  width: 354px;
}
.w-p355 {
  width: 355px;
}
.w-p356 {
  width: 356px;
}
.w-p357 {
  width: 357px;
}
.w-p358 {
  width: 358px;
}
.w-p359 {
  width: 359px;
}
.w-p360 {
  width: 360px;
}
.w-p361 {
  width: 361px;
}
.w-p362 {
  width: 362px;
}
.w-p363 {
  width: 363px;
}
.w-p364 {
  width: 364px;
}
.w-p365 {
  width: 365px;
}
.w-p366 {
  width: 366px;
}
.w-p367 {
  width: 367px;
}
.w-p368 {
  width: 368px;
}
.w-p369 {
  width: 369px;
}
.w-p370 {
  width: 370px;
}
.w-p371 {
  width: 371px;
}
.w-p372 {
  width: 372px;
}
.w-p373 {
  width: 373px;
}
.w-p374 {
  width: 374px;
}
.w-p375 {
  width: 375px;
}
.w-p376 {
  width: 376px;
}
.w-p377 {
  width: 377px;
}
.w-p378 {
  width: 378px;
}
.w-p379 {
  width: 379px;
}
.w-p380 {
  width: 380px;
}
.w-p381 {
  width: 381px;
}
.w-p382 {
  width: 382px;
}
.w-p383 {
  width: 383px;
}
.w-p384 {
  width: 384px;
}
.w-p385 {
  width: 385px;
}
.w-p386 {
  width: 386px;
}
.w-p387 {
  width: 387px;
}
.w-p388 {
  width: 388px;
}
.w-p389 {
  width: 389px;
}
.w-p390 {
  width: 390px;
}
.w-p391 {
  width: 391px;
}
.w-p392 {
  width: 392px;
}
.w-p393 {
  width: 393px;
}
.w-p394 {
  width: 394px;
}
.w-p395 {
  width: 395px;
}
.w-p396 {
  width: 396px;
}
.w-p397 {
  width: 397px;
}
.w-p398 {
  width: 398px;
}
.w-p399 {
  width: 399px;
}
.w-p400 {
  width: 400px;
}
.w-p401 {
  width: 401px;
}
.w-p402 {
  width: 402px;
}
.w-p403 {
  width: 403px;
}
.w-p404 {
  width: 404px;
}
.w-p405 {
  width: 405px;
}
.w-p406 {
  width: 406px;
}
.w-p407 {
  width: 407px;
}
.w-p408 {
  width: 408px;
}
.w-p409 {
  width: 409px;
}
.w-p410 {
  width: 410px;
}
.w-p411 {
  width: 411px;
}
.w-p412 {
  width: 412px;
}
.w-p413 {
  width: 413px;
}
.w-p414 {
  width: 414px;
}
.w-p415 {
  width: 415px;
}
.w-p416 {
  width: 416px;
}
.w-p417 {
  width: 417px;
}
.w-p418 {
  width: 418px;
}
.w-p419 {
  width: 419px;
}
.w-p420 {
  width: 420px;
}
.w-p421 {
  width: 421px;
}
.w-p422 {
  width: 422px;
}
.w-p423 {
  width: 423px;
}
.w-p424 {
  width: 424px;
}
.w-p425 {
  width: 425px;
}
.w-p426 {
  width: 426px;
}
.w-p427 {
  width: 427px;
}
.w-p428 {
  width: 428px;
}
.w-p429 {
  width: 429px;
}
.w-p430 {
  width: 430px;
}
.w-p431 {
  width: 431px;
}
.w-p432 {
  width: 432px;
}
.w-p433 {
  width: 433px;
}
.w-p434 {
  width: 434px;
}
.w-p435 {
  width: 435px;
}
.w-p436 {
  width: 436px;
}
.w-p437 {
  width: 437px;
}
.w-p438 {
  width: 438px;
}
.w-p439 {
  width: 439px;
}
.w-p440 {
  width: 440px;
}
.w-p441 {
  width: 441px;
}
.w-p442 {
  width: 442px;
}
.w-p443 {
  width: 443px;
}
.w-p444 {
  width: 444px;
}
.w-p445 {
  width: 445px;
}
.w-p446 {
  width: 446px;
}
.w-p447 {
  width: 447px;
}
.w-p448 {
  width: 448px;
}
.w-p449 {
  width: 449px;
}
.w-p450 {
  width: 450px;
}
.w-p451 {
  width: 451px;
}
.w-p452 {
  width: 452px;
}
.w-p453 {
  width: 453px;
}
.w-p454 {
  width: 454px;
}
.w-p455 {
  width: 455px;
}
.w-p456 {
  width: 456px;
}
.w-p457 {
  width: 457px;
}
.w-p458 {
  width: 458px;
}
.w-p459 {
  width: 459px;
}
.w-p460 {
  width: 460px;
}
.w-p461 {
  width: 461px;
}
.w-p462 {
  width: 462px;
}
.w-p463 {
  width: 463px;
}
.w-p464 {
  width: 464px;
}
.w-p465 {
  width: 465px;
}
.w-p466 {
  width: 466px;
}
.w-p467 {
  width: 467px;
}
.w-p468 {
  width: 468px;
}
.w-p469 {
  width: 469px;
}
.w-p470 {
  width: 470px;
}
.w-p471 {
  width: 471px;
}
.w-p472 {
  width: 472px;
}
.w-p473 {
  width: 473px;
}
.w-p474 {
  width: 474px;
}
.w-p475 {
  width: 475px;
}
.w-p476 {
  width: 476px;
}
.w-p477 {
  width: 477px;
}
.w-p478 {
  width: 478px;
}
.w-p479 {
  width: 479px;
}
.w-p480 {
  width: 480px;
}
.w-p481 {
  width: 481px;
}
.w-p482 {
  width: 482px;
}
.w-p483 {
  width: 483px;
}
.w-p484 {
  width: 484px;
}
.w-p485 {
  width: 485px;
}
.w-p486 {
  width: 486px;
}
.w-p487 {
  width: 487px;
}
.w-p488 {
  width: 488px;
}
.w-p489 {
  width: 489px;
}
.w-p490 {
  width: 490px;
}
.w-p491 {
  width: 491px;
}
.w-p492 {
  width: 492px;
}
.w-p493 {
  width: 493px;
}
.w-p494 {
  width: 494px;
}
.w-p495 {
  width: 495px;
}
.w-p496 {
  width: 496px;
}
.w-p497 {
  width: 497px;
}
.w-p498 {
  width: 498px;
}
.w-p499 {
  width: 499px;
}
.w-p500 {
  width: 500px;
}
.w-p501 {
  width: 501px;
}
.w-p502 {
  width: 502px;
}
.w-p503 {
  width: 503px;
}
.w-p504 {
  width: 504px;
}
.w-p505 {
  width: 505px;
}
.w-p506 {
  width: 506px;
}
.w-p507 {
  width: 507px;
}
.w-p508 {
  width: 508px;
}
.w-p509 {
  width: 509px;
}
.w-p510 {
  width: 510px;
}
.w-p511 {
  width: 511px;
}
.w-p512 {
  width: 512px;
}
.w-p513 {
  width: 513px;
}
.w-p514 {
  width: 514px;
}
.w-p515 {
  width: 515px;
}
.w-p516 {
  width: 516px;
}
.w-p517 {
  width: 517px;
}
.w-p518 {
  width: 518px;
}
.w-p519 {
  width: 519px;
}
.w-p520 {
  width: 520px;
}
.w-p521 {
  width: 521px;
}
.w-p522 {
  width: 522px;
}
.w-p523 {
  width: 523px;
}
.w-p524 {
  width: 524px;
}
.w-p525 {
  width: 525px;
}
.w-p526 {
  width: 526px;
}
.w-p527 {
  width: 527px;
}
.w-p528 {
  width: 528px;
}
.w-p529 {
  width: 529px;
}
.w-p530 {
  width: 530px;
}
.w-p531 {
  width: 531px;
}
.w-p532 {
  width: 532px;
}
.w-p533 {
  width: 533px;
}
.w-p534 {
  width: 534px;
}
.w-p535 {
  width: 535px;
}
.w-p536 {
  width: 536px;
}
.w-p537 {
  width: 537px;
}
.w-p538 {
  width: 538px;
}
.w-p539 {
  width: 539px;
}
.w-p540 {
  width: 540px;
}
.w-p541 {
  width: 541px;
}
.w-p542 {
  width: 542px;
}
.w-p543 {
  width: 543px;
}
.w-p544 {
  width: 544px;
}
.w-p545 {
  width: 545px;
}
.w-p546 {
  width: 546px;
}
.w-p547 {
  width: 547px;
}
.w-p548 {
  width: 548px;
}
.w-p549 {
  width: 549px;
}
.w-p550 {
  width: 550px;
}
.w-p551 {
  width: 551px;
}
.w-p552 {
  width: 552px;
}
.w-p553 {
  width: 553px;
}
.w-p554 {
  width: 554px;
}
.w-p555 {
  width: 555px;
}
.w-p556 {
  width: 556px;
}
.w-p557 {
  width: 557px;
}
.w-p558 {
  width: 558px;
}
.w-p559 {
  width: 559px;
}
.w-p560 {
  width: 560px;
}
.w-p561 {
  width: 561px;
}
.w-p562 {
  width: 562px;
}
.w-p563 {
  width: 563px;
}
.w-p564 {
  width: 564px;
}
.w-p565 {
  width: 565px;
}
.w-p566 {
  width: 566px;
}
.w-p567 {
  width: 567px;
}
.w-p568 {
  width: 568px;
}
.w-p569 {
  width: 569px;
}
.w-p570 {
  width: 570px;
}
.w-p571 {
  width: 571px;
}
.w-p572 {
  width: 572px;
}
.w-p573 {
  width: 573px;
}
.w-p574 {
  width: 574px;
}
.w-p575 {
  width: 575px;
}
.w-p576 {
  width: 576px;
}
.w-p577 {
  width: 577px;
}
.w-p578 {
  width: 578px;
}
.w-p579 {
  width: 579px;
}
.w-p580 {
  width: 580px;
}
.w-p581 {
  width: 581px;
}
.w-p582 {
  width: 582px;
}
.w-p583 {
  width: 583px;
}
.w-p584 {
  width: 584px;
}
.w-p585 {
  width: 585px;
}
.w-p586 {
  width: 586px;
}
.w-p587 {
  width: 587px;
}
.w-p588 {
  width: 588px;
}
.w-p589 {
  width: 589px;
}
.w-p590 {
  width: 590px;
}
.w-p591 {
  width: 591px;
}
.w-p592 {
  width: 592px;
}
.w-p593 {
  width: 593px;
}
.w-p594 {
  width: 594px;
}
.w-p595 {
  width: 595px;
}
.w-p596 {
  width: 596px;
}
.w-p597 {
  width: 597px;
}
.w-p598 {
  width: 598px;
}
.w-p599 {
  width: 599px;
}
.w-p600 {
  width: 600px;
}
.w-p601 {
  width: 601px;
}
.w-p602 {
  width: 602px;
}
.w-p603 {
  width: 603px;
}
.w-p604 {
  width: 604px;
}
.w-p605 {
  width: 605px;
}
.w-p606 {
  width: 606px;
}
.w-p607 {
  width: 607px;
}
.w-p608 {
  width: 608px;
}
.w-p609 {
  width: 609px;
}
.w-p610 {
  width: 610px;
}
.w-p611 {
  width: 611px;
}
.w-p612 {
  width: 612px;
}
.w-p613 {
  width: 613px;
}
.w-p614 {
  width: 614px;
}
.w-p615 {
  width: 615px;
}
.w-p616 {
  width: 616px;
}
.w-p617 {
  width: 617px;
}
.w-p618 {
  width: 618px;
}
.w-p619 {
  width: 619px;
}
.w-p620 {
  width: 620px;
}
.w-p621 {
  width: 621px;
}
.w-p622 {
  width: 622px;
}
.w-p623 {
  width: 623px;
}
.w-p624 {
  width: 624px;
}
.w-p625 {
  width: 625px;
}
.w-p626 {
  width: 626px;
}
.w-p627 {
  width: 627px;
}
.w-p628 {
  width: 628px;
}
.w-p629 {
  width: 629px;
}
.w-p630 {
  width: 630px;
}
.w-p631 {
  width: 631px;
}
.w-p632 {
  width: 632px;
}
.w-p633 {
  width: 633px;
}
.w-p634 {
  width: 634px;
}
.w-p635 {
  width: 635px;
}
.w-p636 {
  width: 636px;
}
.w-p637 {
  width: 637px;
}
.w-p638 {
  width: 638px;
}
.w-p639 {
  width: 639px;
}
.w-p640 {
  width: 640px;
}
.w-p641 {
  width: 641px;
}
.w-p642 {
  width: 642px;
}
.w-p643 {
  width: 643px;
}
.w-p644 {
  width: 644px;
}
.w-p645 {
  width: 645px;
}
.w-p646 {
  width: 646px;
}
.w-p647 {
  width: 647px;
}
.w-p648 {
  width: 648px;
}
.w-p649 {
  width: 649px;
}
.w-p650 {
  width: 650px;
}
.w-p651 {
  width: 651px;
}
.w-p652 {
  width: 652px;
}
.w-p653 {
  width: 653px;
}
.w-p654 {
  width: 654px;
}
.w-p655 {
  width: 655px;
}
.w-p656 {
  width: 656px;
}
.w-p657 {
  width: 657px;
}
.w-p658 {
  width: 658px;
}
.w-p659 {
  width: 659px;
}
.w-p660 {
  width: 660px;
}
.w-p661 {
  width: 661px;
}
.w-p662 {
  width: 662px;
}
.w-p663 {
  width: 663px;
}
.w-p664 {
  width: 664px;
}
.w-p665 {
  width: 665px;
}
.w-p666 {
  width: 666px;
}
.w-p667 {
  width: 667px;
}
.w-p668 {
  width: 668px;
}
.w-p669 {
  width: 669px;
}
.w-p670 {
  width: 670px;
}
.w-p671 {
  width: 671px;
}
.w-p672 {
  width: 672px;
}
.w-p673 {
  width: 673px;
}
.w-p674 {
  width: 674px;
}
.w-p675 {
  width: 675px;
}
.w-p676 {
  width: 676px;
}
.w-p677 {
  width: 677px;
}
.w-p678 {
  width: 678px;
}
.w-p679 {
  width: 679px;
}
.w-p680 {
  width: 680px;
}
.w-p681 {
  width: 681px;
}
.w-p682 {
  width: 682px;
}
.w-p683 {
  width: 683px;
}
.w-p684 {
  width: 684px;
}
.w-p685 {
  width: 685px;
}
.w-p686 {
  width: 686px;
}
.w-p687 {
  width: 687px;
}
.w-p688 {
  width: 688px;
}
.w-p689 {
  width: 689px;
}
.w-p690 {
  width: 690px;
}
.w-p691 {
  width: 691px;
}
.w-p692 {
  width: 692px;
}
.w-p693 {
  width: 693px;
}
.w-p694 {
  width: 694px;
}
.w-p695 {
  width: 695px;
}
.w-p696 {
  width: 696px;
}
.w-p697 {
  width: 697px;
}
.w-p698 {
  width: 698px;
}
.w-p699 {
  width: 699px;
}
.w-p700 {
  width: 700px;
}
.w-p701 {
  width: 701px;
}
.w-p702 {
  width: 702px;
}
.w-p703 {
  width: 703px;
}
.w-p704 {
  width: 704px;
}
.w-p705 {
  width: 705px;
}
.w-p706 {
  width: 706px;
}
.w-p707 {
  width: 707px;
}
.w-p708 {
  width: 708px;
}
.w-p709 {
  width: 709px;
}
.w-p710 {
  width: 710px;
}
.w-p711 {
  width: 711px;
}
.w-p712 {
  width: 712px;
}
.w-p713 {
  width: 713px;
}
.w-p714 {
  width: 714px;
}
.w-p715 {
  width: 715px;
}
.w-p716 {
  width: 716px;
}
.w-p717 {
  width: 717px;
}
.w-p718 {
  width: 718px;
}
.w-p719 {
  width: 719px;
}
.w-p720 {
  width: 720px;
}
.w-p721 {
  width: 721px;
}
.w-p722 {
  width: 722px;
}
.w-p723 {
  width: 723px;
}
.w-p724 {
  width: 724px;
}
.w-p725 {
  width: 725px;
}
.w-p726 {
  width: 726px;
}
.w-p727 {
  width: 727px;
}
.w-p728 {
  width: 728px;
}
.w-p729 {
  width: 729px;
}
.w-p730 {
  width: 730px;
}
.w-p731 {
  width: 731px;
}
.w-p732 {
  width: 732px;
}
.w-p733 {
  width: 733px;
}
.w-p734 {
  width: 734px;
}
.w-p735 {
  width: 735px;
}
.w-p736 {
  width: 736px;
}
.w-p737 {
  width: 737px;
}
.w-p738 {
  width: 738px;
}
.w-p739 {
  width: 739px;
}
.w-p740 {
  width: 740px;
}
.w-p741 {
  width: 741px;
}
.w-p742 {
  width: 742px;
}
.w-p743 {
  width: 743px;
}
.w-p744 {
  width: 744px;
}
.w-p745 {
  width: 745px;
}
.w-p746 {
  width: 746px;
}
.w-p747 {
  width: 747px;
}
.w-p748 {
  width: 748px;
}
.w-p749 {
  width: 749px;
}
.w-p750 {
  width: 750px;
}
.w-p751 {
  width: 751px;
}
.w-p752 {
  width: 752px;
}
.w-p753 {
  width: 753px;
}
.w-p754 {
  width: 754px;
}
.w-p755 {
  width: 755px;
}
.w-p756 {
  width: 756px;
}
.w-p757 {
  width: 757px;
}
.w-p758 {
  width: 758px;
}
.w-p759 {
  width: 759px;
}
.w-p760 {
  width: 760px;
}
.w-p761 {
  width: 761px;
}
.w-p762 {
  width: 762px;
}
.w-p763 {
  width: 763px;
}
.w-p764 {
  width: 764px;
}
.w-p765 {
  width: 765px;
}
.w-p766 {
  width: 766px;
}
.w-p767 {
  width: 767px;
}
.w-p768 {
  width: 768px;
}
.w-p769 {
  width: 769px;
}
.w-p770 {
  width: 770px;
}
.w-p771 {
  width: 771px;
}
.w-p772 {
  width: 772px;
}
.w-p773 {
  width: 773px;
}
.w-p774 {
  width: 774px;
}
.w-p775 {
  width: 775px;
}
.w-p776 {
  width: 776px;
}
.w-p777 {
  width: 777px;
}
.w-p778 {
  width: 778px;
}
.w-p779 {
  width: 779px;
}
.w-p780 {
  width: 780px;
}
.w-p781 {
  width: 781px;
}
.w-p782 {
  width: 782px;
}
.w-p783 {
  width: 783px;
}
.w-p784 {
  width: 784px;
}
.w-p785 {
  width: 785px;
}
.w-p786 {
  width: 786px;
}
.w-p787 {
  width: 787px;
}
.w-p788 {
  width: 788px;
}
.w-p789 {
  width: 789px;
}
.w-p790 {
  width: 790px;
}
.w-p791 {
  width: 791px;
}
.w-p792 {
  width: 792px;
}
.w-p793 {
  width: 793px;
}
.w-p794 {
  width: 794px;
}
.w-p795 {
  width: 795px;
}
.w-p796 {
  width: 796px;
}
.w-p797 {
  width: 797px;
}
.w-p798 {
  width: 798px;
}
.w-p799 {
  width: 799px;
}
.w-p800 {
  width: 800px;
}
.w-p801 {
  width: 801px;
}
.w-p802 {
  width: 802px;
}
.w-p803 {
  width: 803px;
}
.w-p804 {
  width: 804px;
}
.w-p805 {
  width: 805px;
}
.w-p806 {
  width: 806px;
}
.w-p807 {
  width: 807px;
}
.w-p808 {
  width: 808px;
}
.w-p809 {
  width: 809px;
}
.w-p810 {
  width: 810px;
}
.w-p811 {
  width: 811px;
}
.w-p812 {
  width: 812px;
}
.w-p813 {
  width: 813px;
}
.w-p814 {
  width: 814px;
}
.w-p815 {
  width: 815px;
}
.w-p816 {
  width: 816px;
}
.w-p817 {
  width: 817px;
}
.w-p818 {
  width: 818px;
}
.w-p819 {
  width: 819px;
}
.w-p820 {
  width: 820px;
}
.w-p821 {
  width: 821px;
}
.w-p822 {
  width: 822px;
}
.w-p823 {
  width: 823px;
}
.w-p824 {
  width: 824px;
}
.w-p825 {
  width: 825px;
}
.w-p826 {
  width: 826px;
}
.w-p827 {
  width: 827px;
}
.w-p828 {
  width: 828px;
}
.w-p829 {
  width: 829px;
}
.w-p830 {
  width: 830px;
}
.w-p831 {
  width: 831px;
}
.w-p832 {
  width: 832px;
}
.w-p833 {
  width: 833px;
}
.w-p834 {
  width: 834px;
}
.w-p835 {
  width: 835px;
}
.w-p836 {
  width: 836px;
}
.w-p837 {
  width: 837px;
}
.w-p838 {
  width: 838px;
}
.w-p839 {
  width: 839px;
}
.w-p840 {
  width: 840px;
}
.w-p841 {
  width: 841px;
}
.w-p842 {
  width: 842px;
}
.w-p843 {
  width: 843px;
}
.w-p844 {
  width: 844px;
}
.w-p845 {
  width: 845px;
}
.w-p846 {
  width: 846px;
}
.w-p847 {
  width: 847px;
}
.w-p848 {
  width: 848px;
}
.w-p849 {
  width: 849px;
}
.w-p850 {
  width: 850px;
}
.w-p851 {
  width: 851px;
}
.w-p852 {
  width: 852px;
}
.w-p853 {
  width: 853px;
}
.w-p854 {
  width: 854px;
}
.w-p855 {
  width: 855px;
}
.w-p856 {
  width: 856px;
}
.w-p857 {
  width: 857px;
}
.w-p858 {
  width: 858px;
}
.w-p859 {
  width: 859px;
}
.w-p860 {
  width: 860px;
}
.w-p861 {
  width: 861px;
}
.w-p862 {
  width: 862px;
}
.w-p863 {
  width: 863px;
}
.w-p864 {
  width: 864px;
}
.w-p865 {
  width: 865px;
}
.w-p866 {
  width: 866px;
}
.w-p867 {
  width: 867px;
}
.w-p868 {
  width: 868px;
}
.w-p869 {
  width: 869px;
}
.w-p870 {
  width: 870px;
}
.w-p871 {
  width: 871px;
}
.w-p872 {
  width: 872px;
}
.w-p873 {
  width: 873px;
}
.w-p874 {
  width: 874px;
}
.w-p875 {
  width: 875px;
}
.w-p876 {
  width: 876px;
}
.w-p877 {
  width: 877px;
}
.w-p878 {
  width: 878px;
}
.w-p879 {
  width: 879px;
}
.w-p880 {
  width: 880px;
}
.w-p881 {
  width: 881px;
}
.w-p882 {
  width: 882px;
}
.w-p883 {
  width: 883px;
}
.w-p884 {
  width: 884px;
}
.w-p885 {
  width: 885px;
}
.w-p886 {
  width: 886px;
}
.w-p887 {
  width: 887px;
}
.w-p888 {
  width: 888px;
}
.w-p889 {
  width: 889px;
}
.w-p890 {
  width: 890px;
}
.w-p891 {
  width: 891px;
}
.w-p892 {
  width: 892px;
}
.w-p893 {
  width: 893px;
}
.w-p894 {
  width: 894px;
}
.w-p895 {
  width: 895px;
}
.w-p896 {
  width: 896px;
}
.w-p897 {
  width: 897px;
}
.w-p898 {
  width: 898px;
}
.w-p899 {
  width: 899px;
}
.w-p900 {
  width: 900px;
}
.w-p901 {
  width: 901px;
}
.w-p902 {
  width: 902px;
}
.w-p903 {
  width: 903px;
}
.w-p904 {
  width: 904px;
}
.w-p905 {
  width: 905px;
}
.w-p906 {
  width: 906px;
}
.w-p907 {
  width: 907px;
}
.w-p908 {
  width: 908px;
}
.w-p909 {
  width: 909px;
}
.w-p910 {
  width: 910px;
}
.w-p911 {
  width: 911px;
}
.w-p912 {
  width: 912px;
}
.w-p913 {
  width: 913px;
}
.w-p914 {
  width: 914px;
}
.w-p915 {
  width: 915px;
}
.w-p916 {
  width: 916px;
}
.w-p917 {
  width: 917px;
}
.w-p918 {
  width: 918px;
}
.w-p919 {
  width: 919px;
}
.w-p920 {
  width: 920px;
}
.w-p921 {
  width: 921px;
}
.w-p922 {
  width: 922px;
}
.w-p923 {
  width: 923px;
}
.w-p924 {
  width: 924px;
}
.w-p925 {
  width: 925px;
}
.w-p926 {
  width: 926px;
}
.w-p927 {
  width: 927px;
}
.w-p928 {
  width: 928px;
}
.w-p929 {
  width: 929px;
}
.w-p930 {
  width: 930px;
}
.w-p931 {
  width: 931px;
}
.w-p932 {
  width: 932px;
}
.w-p933 {
  width: 933px;
}
.w-p934 {
  width: 934px;
}
.w-p935 {
  width: 935px;
}
.w-p936 {
  width: 936px;
}
.w-p937 {
  width: 937px;
}
.w-p938 {
  width: 938px;
}
.w-p939 {
  width: 939px;
}
.w-p940 {
  width: 940px;
}
.w-p941 {
  width: 941px;
}
.w-p942 {
  width: 942px;
}
.w-p943 {
  width: 943px;
}
.w-p944 {
  width: 944px;
}
.w-p945 {
  width: 945px;
}
.w-p946 {
  width: 946px;
}
.w-p947 {
  width: 947px;
}
.w-p948 {
  width: 948px;
}
.w-p949 {
  width: 949px;
}
.w-p950 {
  width: 950px;
}
.w-p951 {
  width: 951px;
}
.w-p952 {
  width: 952px;
}
.w-p953 {
  width: 953px;
}
.w-p954 {
  width: 954px;
}
.w-p955 {
  width: 955px;
}
.w-p956 {
  width: 956px;
}
.w-p957 {
  width: 957px;
}
.w-p958 {
  width: 958px;
}
.w-p959 {
  width: 959px;
}
.w-p960 {
  width: 960px;
}
.w-p961 {
  width: 961px;
}
.w-p962 {
  width: 962px;
}
.w-p963 {
  width: 963px;
}
.w-p964 {
  width: 964px;
}
.w-p965 {
  width: 965px;
}
.w-p966 {
  width: 966px;
}
.w-p967 {
  width: 967px;
}
.w-p968 {
  width: 968px;
}
.w-p969 {
  width: 969px;
}
.w-p970 {
  width: 970px;
}
.w-p971 {
  width: 971px;
}
.w-p972 {
  width: 972px;
}
.w-p973 {
  width: 973px;
}
.w-p974 {
  width: 974px;
}
.w-p975 {
  width: 975px;
}
.w-p976 {
  width: 976px;
}
.w-p977 {
  width: 977px;
}
.w-p978 {
  width: 978px;
}
.w-p979 {
  width: 979px;
}
.w-p980 {
  width: 980px;
}
.w-p981 {
  width: 981px;
}
.w-p982 {
  width: 982px;
}
.w-p983 {
  width: 983px;
}
.w-p984 {
  width: 984px;
}
.w-p985 {
  width: 985px;
}
.w-p986 {
  width: 986px;
}
.w-p987 {
  width: 987px;
}
.w-p988 {
  width: 988px;
}
.w-p989 {
  width: 989px;
}
.w-p990 {
  width: 990px;
}
.w-p991 {
  width: 991px;
}
.w-p992 {
  width: 992px;
}
.w-p993 {
  width: 993px;
}
.w-p994 {
  width: 994px;
}
.w-p995 {
  width: 995px;
}
.w-p996 {
  width: 996px;
}
.w-p997 {
  width: 997px;
}
.w-p998 {
  width: 998px;
}
.w-p999 {
  width: 999px;
}
.w-p1000 {
  width: 1000px;
}
.w-p1001 {
  width: 1001px;
}
.w-p1002 {
  width: 1002px;
}
.w-p1003 {
  width: 1003px;
}
.w-p1004 {
  width: 1004px;
}
.w-p1005 {
  width: 1005px;
}
.w-p1006 {
  width: 1006px;
}
.w-p1007 {
  width: 1007px;
}
.w-p1008 {
  width: 1008px;
}
.w-p1009 {
  width: 1009px;
}
.w-p1010 {
  width: 1010px;
}
.w-p1011 {
  width: 1011px;
}
.w-p1012 {
  width: 1012px;
}
.w-p1013 {
  width: 1013px;
}
.w-p1014 {
  width: 1014px;
}
.w-p1015 {
  width: 1015px;
}
.w-p1016 {
  width: 1016px;
}
.w-p1017 {
  width: 1017px;
}
.w-p1018 {
  width: 1018px;
}
.w-p1019 {
  width: 1019px;
}
.w-p1020 {
  width: 1020px;
}
.w-p1021 {
  width: 1021px;
}
.w-p1022 {
  width: 1022px;
}
.w-p1023 {
  width: 1023px;
}
.w-p1024 {
  width: 1024px;
}
.w-p1025 {
  width: 1025px;
}
.w-p1026 {
  width: 1026px;
}
.w-p1027 {
  width: 1027px;
}
.w-p1028 {
  width: 1028px;
}
.w-p1029 {
  width: 1029px;
}
.w-p1030 {
  width: 1030px;
}
.w-p1031 {
  width: 1031px;
}
.w-p1032 {
  width: 1032px;
}
.w-p1033 {
  width: 1033px;
}
.w-p1034 {
  width: 1034px;
}
.w-p1035 {
  width: 1035px;
}
.w-p1036 {
  width: 1036px;
}
.w-p1037 {
  width: 1037px;
}
.w-p1038 {
  width: 1038px;
}
.w-p1039 {
  width: 1039px;
}
.w-p1040 {
  width: 1040px;
}
.w-p1041 {
  width: 1041px;
}
.w-p1042 {
  width: 1042px;
}
.w-p1043 {
  width: 1043px;
}
.w-p1044 {
  width: 1044px;
}
.w-p1045 {
  width: 1045px;
}
.w-p1046 {
  width: 1046px;
}
.w-p1047 {
  width: 1047px;
}
.w-p1048 {
  width: 1048px;
}
.w-p1049 {
  width: 1049px;
}
.w-p1050 {
  width: 1050px;
}
.w-p1051 {
  width: 1051px;
}
.w-p1052 {
  width: 1052px;
}
.w-p1053 {
  width: 1053px;
}
.w-p1054 {
  width: 1054px;
}
.w-p1055 {
  width: 1055px;
}
.w-p1056 {
  width: 1056px;
}
.w-p1057 {
  width: 1057px;
}
.w-p1058 {
  width: 1058px;
}
.w-p1059 {
  width: 1059px;
}
.w-p1060 {
  width: 1060px;
}
.w-p1061 {
  width: 1061px;
}
.w-p1062 {
  width: 1062px;
}
.w-p1063 {
  width: 1063px;
}
.w-p1064 {
  width: 1064px;
}
.w-p1065 {
  width: 1065px;
}
.w-p1066 {
  width: 1066px;
}
.w-p1067 {
  width: 1067px;
}
.w-p1068 {
  width: 1068px;
}
.w-p1069 {
  width: 1069px;
}
.w-p1070 {
  width: 1070px;
}
.w-p1071 {
  width: 1071px;
}
.w-p1072 {
  width: 1072px;
}
.w-p1073 {
  width: 1073px;
}
.w-p1074 {
  width: 1074px;
}
.w-p1075 {
  width: 1075px;
}
.w-p1076 {
  width: 1076px;
}
.w-p1077 {
  width: 1077px;
}
.w-p1078 {
  width: 1078px;
}
.w-p1079 {
  width: 1079px;
}
.w-p1080 {
  width: 1080px;
}
.w-p1081 {
  width: 1081px;
}
.w-p1082 {
  width: 1082px;
}
.w-p1083 {
  width: 1083px;
}
.w-p1084 {
  width: 1084px;
}
.w-p1085 {
  width: 1085px;
}
.w-p1086 {
  width: 1086px;
}
.w-p1087 {
  width: 1087px;
}
.w-p1088 {
  width: 1088px;
}
.w-p1089 {
  width: 1089px;
}
.w-p1090 {
  width: 1090px;
}
.w-p1091 {
  width: 1091px;
}
.w-p1092 {
  width: 1092px;
}
.w-p1093 {
  width: 1093px;
}
.w-p1094 {
  width: 1094px;
}
.w-p1095 {
  width: 1095px;
}
.w-p1096 {
  width: 1096px;
}
.w-p1097 {
  width: 1097px;
}
.w-p1098 {
  width: 1098px;
}
.w-p1099 {
  width: 1099px;
}
.w-p1100 {
  width: 1100px;
}
.w-p1101 {
  width: 1101px;
}
.w-p1102 {
  width: 1102px;
}
.w-p1103 {
  width: 1103px;
}
.w-p1104 {
  width: 1104px;
}
.w-p1105 {
  width: 1105px;
}
.w-p1106 {
  width: 1106px;
}
.w-p1107 {
  width: 1107px;
}
.w-p1108 {
  width: 1108px;
}
.w-p1109 {
  width: 1109px;
}
.w-p1110 {
  width: 1110px;
}
.w-p1111 {
  width: 1111px;
}
.w-p1112 {
  width: 1112px;
}
.w-p1113 {
  width: 1113px;
}
.w-p1114 {
  width: 1114px;
}
.w-p1115 {
  width: 1115px;
}
.w-p1116 {
  width: 1116px;
}
.w-p1117 {
  width: 1117px;
}
.w-p1118 {
  width: 1118px;
}
.w-p1119 {
  width: 1119px;
}
.w-p1120 {
  width: 1120px;
}
.w-p1121 {
  width: 1121px;
}
.w-p1122 {
  width: 1122px;
}
.w-p1123 {
  width: 1123px;
}
.w-p1124 {
  width: 1124px;
}
.w-p1125 {
  width: 1125px;
}
.w-p1126 {
  width: 1126px;
}
.w-p1127 {
  width: 1127px;
}
.w-p1128 {
  width: 1128px;
}
.w-p1129 {
  width: 1129px;
}
.w-p1130 {
  width: 1130px;
}
.w-p1131 {
  width: 1131px;
}
.w-p1132 {
  width: 1132px;
}
.w-p1133 {
  width: 1133px;
}
.w-p1134 {
  width: 1134px;
}
.w-p1135 {
  width: 1135px;
}
.w-p1136 {
  width: 1136px;
}
.w-p1137 {
  width: 1137px;
}
.w-p1138 {
  width: 1138px;
}
.w-p1139 {
  width: 1139px;
}
.w-p1140 {
  width: 1140px;
}
.w-p1141 {
  width: 1141px;
}
.w-p1142 {
  width: 1142px;
}
.w-p1143 {
  width: 1143px;
}
.w-p1144 {
  width: 1144px;
}
.w-p1145 {
  width: 1145px;
}
.w-p1146 {
  width: 1146px;
}
.w-p1147 {
  width: 1147px;
}
.w-p1148 {
  width: 1148px;
}
.w-p1149 {
  width: 1149px;
}
.w-p1150 {
  width: 1150px;
}
.w-p1151 {
  width: 1151px;
}
.w-p1152 {
  width: 1152px;
}
.w-p1153 {
  width: 1153px;
}
.w-p1154 {
  width: 1154px;
}
.w-p1155 {
  width: 1155px;
}
.w-p1156 {
  width: 1156px;
}
.w-p1157 {
  width: 1157px;
}
.w-p1158 {
  width: 1158px;
}
.w-p1159 {
  width: 1159px;
}
.w-p1160 {
  width: 1160px;
}
.w-p1161 {
  width: 1161px;
}
.w-p1162 {
  width: 1162px;
}
.w-p1163 {
  width: 1163px;
}
.w-p1164 {
  width: 1164px;
}
.w-p1165 {
  width: 1165px;
}
.w-p1166 {
  width: 1166px;
}
.w-p1167 {
  width: 1167px;
}
.w-p1168 {
  width: 1168px;
}
.w-p1169 {
  width: 1169px;
}
.w-p1170 {
  width: 1170px;
}
.w-p1171 {
  width: 1171px;
}
.w-p1172 {
  width: 1172px;
}
.w-p1173 {
  width: 1173px;
}
.w-p1174 {
  width: 1174px;
}
.w-p1175 {
  width: 1175px;
}
.w-p1176 {
  width: 1176px;
}
.w-p1177 {
  width: 1177px;
}
.w-p1178 {
  width: 1178px;
}
.w-p1179 {
  width: 1179px;
}
.w-p1180 {
  width: 1180px;
}
.w-p1181 {
  width: 1181px;
}
.w-p1182 {
  width: 1182px;
}
.w-p1183 {
  width: 1183px;
}
.w-p1184 {
  width: 1184px;
}
.w-p1185 {
  width: 1185px;
}
.w-p1186 {
  width: 1186px;
}
.w-p1187 {
  width: 1187px;
}
.w-p1188 {
  width: 1188px;
}
.w-p1189 {
  width: 1189px;
}
.w-p1190 {
  width: 1190px;
}
.w-p1191 {
  width: 1191px;
}
.w-p1192 {
  width: 1192px;
}
.w-p1193 {
  width: 1193px;
}
.w-p1194 {
  width: 1194px;
}
.w-p1195 {
  width: 1195px;
}
.w-p1196 {
  width: 1196px;
}
.w-p1197 {
  width: 1197px;
}
.w-p1198 {
  width: 1198px;
}
.w-p1199 {
  width: 1199px;
}
.w-p1200 {
  width: 1200px;
}
.w-p1201 {
  width: 1201px;
}
.w-p1202 {
  width: 1202px;
}
.w-p1203 {
  width: 1203px;
}
.w-p1204 {
  width: 1204px;
}
.w-p1205 {
  width: 1205px;
}
.w-p1206 {
  width: 1206px;
}
.w-p1207 {
  width: 1207px;
}
.w-p1208 {
  width: 1208px;
}
.w-p1209 {
  width: 1209px;
}
.w-p1210 {
  width: 1210px;
}
.w-p1211 {
  width: 1211px;
}
.w-p1212 {
  width: 1212px;
}
.w-p1213 {
  width: 1213px;
}
.w-p1214 {
  width: 1214px;
}
.w-p1215 {
  width: 1215px;
}
.w-p1216 {
  width: 1216px;
}
.w-p1217 {
  width: 1217px;
}
.w-p1218 {
  width: 1218px;
}
.w-p1219 {
  width: 1219px;
}
.w-p1220 {
  width: 1220px;
}
.w-p1221 {
  width: 1221px;
}
.w-p1222 {
  width: 1222px;
}
.w-p1223 {
  width: 1223px;
}
.w-p1224 {
  width: 1224px;
}
.w-p1225 {
  width: 1225px;
}
.w-p1226 {
  width: 1226px;
}
.w-p1227 {
  width: 1227px;
}
.w-p1228 {
  width: 1228px;
}
.w-p1229 {
  width: 1229px;
}
.w-p1230 {
  width: 1230px;
}
.w-p1231 {
  width: 1231px;
}
.w-p1232 {
  width: 1232px;
}
.w-p1233 {
  width: 1233px;
}
.w-p1234 {
  width: 1234px;
}
.w-p1235 {
  width: 1235px;
}
.w-p1236 {
  width: 1236px;
}
.w-p1237 {
  width: 1237px;
}
.w-p1238 {
  width: 1238px;
}
.w-p1239 {
  width: 1239px;
}
.w-p1240 {
  width: 1240px;
}
.w-p1241 {
  width: 1241px;
}
.w-p1242 {
  width: 1242px;
}
.w-p1243 {
  width: 1243px;
}
.w-p1244 {
  width: 1244px;
}
.w-p1245 {
  width: 1245px;
}
.w-p1246 {
  width: 1246px;
}
.w-p1247 {
  width: 1247px;
}
.w-p1248 {
  width: 1248px;
}
.w-p1249 {
  width: 1249px;
}
.w-p1250 {
  width: 1250px;
}
.w-p1251 {
  width: 1251px;
}
.w-p1252 {
  width: 1252px;
}
.w-p1253 {
  width: 1253px;
}
.w-p1254 {
  width: 1254px;
}
.w-p1255 {
  width: 1255px;
}
.w-p1256 {
  width: 1256px;
}
.w-p1257 {
  width: 1257px;
}
.w-p1258 {
  width: 1258px;
}
.w-p1259 {
  width: 1259px;
}
.w-p1260 {
  width: 1260px;
}
.w-p1261 {
  width: 1261px;
}
.w-p1262 {
  width: 1262px;
}
.w-p1263 {
  width: 1263px;
}
.w-p1264 {
  width: 1264px;
}
.w-p1265 {
  width: 1265px;
}
.w-p1266 {
  width: 1266px;
}
.w-p1267 {
  width: 1267px;
}
.w-p1268 {
  width: 1268px;
}
.w-p1269 {
  width: 1269px;
}
.w-p1270 {
  width: 1270px;
}
.w-p1271 {
  width: 1271px;
}
.w-p1272 {
  width: 1272px;
}
.w-p1273 {
  width: 1273px;
}
.w-p1274 {
  width: 1274px;
}
.w-p1275 {
  width: 1275px;
}
.w-p1276 {
  width: 1276px;
}
.w-p1277 {
  width: 1277px;
}
.w-p1278 {
  width: 1278px;
}
.w-p1279 {
  width: 1279px;
}
.w-p1280 {
  width: 1280px;
}
.w-p1281 {
  width: 1281px;
}
.w-p1282 {
  width: 1282px;
}
.w-p1283 {
  width: 1283px;
}
.w-p1284 {
  width: 1284px;
}
.w-p1285 {
  width: 1285px;
}
.w-p1286 {
  width: 1286px;
}
.w-p1287 {
  width: 1287px;
}
.w-p1288 {
  width: 1288px;
}
.w-p1289 {
  width: 1289px;
}
.w-p1290 {
  width: 1290px;
}
.w-p1291 {
  width: 1291px;
}
.w-p1292 {
  width: 1292px;
}
.w-p1293 {
  width: 1293px;
}
.w-p1294 {
  width: 1294px;
}
.w-p1295 {
  width: 1295px;
}
.w-p1296 {
  width: 1296px;
}
.w-p1297 {
  width: 1297px;
}
.w-p1298 {
  width: 1298px;
}
.w-p1299 {
  width: 1299px;
}
.w-p1300 {
  width: 1300px;
}
.w-p1301 {
  width: 1301px;
}
.w-p1302 {
  width: 1302px;
}
.w-p1303 {
  width: 1303px;
}
.w-p1304 {
  width: 1304px;
}
.w-p1305 {
  width: 1305px;
}
.w-p1306 {
  width: 1306px;
}
.w-p1307 {
  width: 1307px;
}
.w-p1308 {
  width: 1308px;
}
.w-p1309 {
  width: 1309px;
}
.w-p1310 {
  width: 1310px;
}
.w-p1311 {
  width: 1311px;
}
.w-p1312 {
  width: 1312px;
}
.w-p1313 {
  width: 1313px;
}
.w-p1314 {
  width: 1314px;
}
.w-p1315 {
  width: 1315px;
}
.w-p1316 {
  width: 1316px;
}
.w-p1317 {
  width: 1317px;
}
.w-p1318 {
  width: 1318px;
}
.w-p1319 {
  width: 1319px;
}
.w-p1320 {
  width: 1320px;
}
.w-p1321 {
  width: 1321px;
}
.w-p1322 {
  width: 1322px;
}
.w-p1323 {
  width: 1323px;
}
.w-p1324 {
  width: 1324px;
}
.w-p1325 {
  width: 1325px;
}
.w-p1326 {
  width: 1326px;
}
.w-p1327 {
  width: 1327px;
}
.w-p1328 {
  width: 1328px;
}
.w-p1329 {
  width: 1329px;
}
.w-p1330 {
  width: 1330px;
}
.w-p1331 {
  width: 1331px;
}
.w-p1332 {
  width: 1332px;
}
.w-p1333 {
  width: 1333px;
}
.w-p1334 {
  width: 1334px;
}
.w-p1335 {
  width: 1335px;
}
.w-p1336 {
  width: 1336px;
}
.w-p1337 {
  width: 1337px;
}
.w-p1338 {
  width: 1338px;
}
.w-p1339 {
  width: 1339px;
}
.w-p1340 {
  width: 1340px;
}
.w-p1341 {
  width: 1341px;
}
.w-p1342 {
  width: 1342px;
}
.w-p1343 {
  width: 1343px;
}
.w-p1344 {
  width: 1344px;
}
.w-p1345 {
  width: 1345px;
}
.w-p1346 {
  width: 1346px;
}
.w-p1347 {
  width: 1347px;
}
.w-p1348 {
  width: 1348px;
}
.w-p1349 {
  width: 1349px;
}
.w-p1350 {
  width: 1350px;
}
.w-p1351 {
  width: 1351px;
}
.w-p1352 {
  width: 1352px;
}
.w-p1353 {
  width: 1353px;
}
.w-p1354 {
  width: 1354px;
}
.w-p1355 {
  width: 1355px;
}
.w-p1356 {
  width: 1356px;
}
.w-p1357 {
  width: 1357px;
}
.w-p1358 {
  width: 1358px;
}
.w-p1359 {
  width: 1359px;
}
.w-p1360 {
  width: 1360px;
}
.w-p1361 {
  width: 1361px;
}
.w-p1362 {
  width: 1362px;
}
.w-p1363 {
  width: 1363px;
}
.w-p1364 {
  width: 1364px;
}
.w-p1365 {
  width: 1365px;
}
.w-p1366 {
  width: 1366px;
}
.w-p1367 {
  width: 1367px;
}
.w-p1368 {
  width: 1368px;
}
.w-p1369 {
  width: 1369px;
}
.w-p1370 {
  width: 1370px;
}
.w-p1371 {
  width: 1371px;
}
.w-p1372 {
  width: 1372px;
}
.w-p1373 {
  width: 1373px;
}
.w-p1374 {
  width: 1374px;
}
.w-p1375 {
  width: 1375px;
}
.w-p1376 {
  width: 1376px;
}
.w-p1377 {
  width: 1377px;
}
.w-p1378 {
  width: 1378px;
}
.w-p1379 {
  width: 1379px;
}
.w-p1380 {
  width: 1380px;
}
.w-p1381 {
  width: 1381px;
}
.w-p1382 {
  width: 1382px;
}
.w-p1383 {
  width: 1383px;
}
.w-p1384 {
  width: 1384px;
}
.w-p1385 {
  width: 1385px;
}
.w-p1386 {
  width: 1386px;
}
.w-p1387 {
  width: 1387px;
}
.w-p1388 {
  width: 1388px;
}
.w-p1389 {
  width: 1389px;
}
.w-p1390 {
  width: 1390px;
}
.w-p1391 {
  width: 1391px;
}
.w-p1392 {
  width: 1392px;
}
.w-p1393 {
  width: 1393px;
}
.w-p1394 {
  width: 1394px;
}
.w-p1395 {
  width: 1395px;
}
.w-p1396 {
  width: 1396px;
}
.w-p1397 {
  width: 1397px;
}
.w-p1398 {
  width: 1398px;
}
.w-p1399 {
  width: 1399px;
}
.w-p1400 {
  width: 1400px;
}
.w-p1401 {
  width: 1401px;
}
.w-p1402 {
  width: 1402px;
}
.w-p1403 {
  width: 1403px;
}
.w-p1404 {
  width: 1404px;
}
.w-p1405 {
  width: 1405px;
}
.w-p1406 {
  width: 1406px;
}
.w-p1407 {
  width: 1407px;
}
.w-p1408 {
  width: 1408px;
}
.w-p1409 {
  width: 1409px;
}
.w-p1410 {
  width: 1410px;
}
.w-p1411 {
  width: 1411px;
}
.w-p1412 {
  width: 1412px;
}
.w-p1413 {
  width: 1413px;
}
.w-p1414 {
  width: 1414px;
}
.w-p1415 {
  width: 1415px;
}
.w-p1416 {
  width: 1416px;
}
.w-p1417 {
  width: 1417px;
}
.w-p1418 {
  width: 1418px;
}
.w-p1419 {
  width: 1419px;
}
.w-p1420 {
  width: 1420px;
}
.w-p1421 {
  width: 1421px;
}
.w-p1422 {
  width: 1422px;
}
.w-p1423 {
  width: 1423px;
}
.w-p1424 {
  width: 1424px;
}
.w-p1425 {
  width: 1425px;
}
.w-p1426 {
  width: 1426px;
}
.w-p1427 {
  width: 1427px;
}
.w-p1428 {
  width: 1428px;
}
.w-p1429 {
  width: 1429px;
}
.w-p1430 {
  width: 1430px;
}
.w-p1431 {
  width: 1431px;
}
.w-p1432 {
  width: 1432px;
}
.w-p1433 {
  width: 1433px;
}
.w-p1434 {
  width: 1434px;
}
.w-p1435 {
  width: 1435px;
}
.w-p1436 {
  width: 1436px;
}
.w-p1437 {
  width: 1437px;
}
.w-p1438 {
  width: 1438px;
}
.w-p1439 {
  width: 1439px;
}
.w-p1440 {
  width: 1440px;
}
.w-p1441 {
  width: 1441px;
}
.w-p1442 {
  width: 1442px;
}
.w-p1443 {
  width: 1443px;
}
.w-p1444 {
  width: 1444px;
}
.w-p1445 {
  width: 1445px;
}
.w-p1446 {
  width: 1446px;
}
.w-p1447 {
  width: 1447px;
}
.w-p1448 {
  width: 1448px;
}
.w-p1449 {
  width: 1449px;
}
.w-p1450 {
  width: 1450px;
}
.w-p1451 {
  width: 1451px;
}
.w-p1452 {
  width: 1452px;
}
.w-p1453 {
  width: 1453px;
}
.w-p1454 {
  width: 1454px;
}
.w-p1455 {
  width: 1455px;
}
.w-p1456 {
  width: 1456px;
}
.w-p1457 {
  width: 1457px;
}
.w-p1458 {
  width: 1458px;
}
.w-p1459 {
  width: 1459px;
}
.w-p1460 {
  width: 1460px;
}
.w-p1461 {
  width: 1461px;
}
.w-p1462 {
  width: 1462px;
}
.w-p1463 {
  width: 1463px;
}
.w-p1464 {
  width: 1464px;
}
.w-p1465 {
  width: 1465px;
}
.w-p1466 {
  width: 1466px;
}
.w-p1467 {
  width: 1467px;
}
.w-p1468 {
  width: 1468px;
}
.w-p1469 {
  width: 1469px;
}
.w-p1470 {
  width: 1470px;
}
.w-p1471 {
  width: 1471px;
}
.w-p1472 {
  width: 1472px;
}
.w-p1473 {
  width: 1473px;
}
.w-p1474 {
  width: 1474px;
}
.w-p1475 {
  width: 1475px;
}
.w-p1476 {
  width: 1476px;
}
.w-p1477 {
  width: 1477px;
}
.w-p1478 {
  width: 1478px;
}
.w-p1479 {
  width: 1479px;
}
.w-p1480 {
  width: 1480px;
}
.w-p1481 {
  width: 1481px;
}
.w-p1482 {
  width: 1482px;
}
.w-p1483 {
  width: 1483px;
}
.w-p1484 {
  width: 1484px;
}
.w-p1485 {
  width: 1485px;
}
.w-p1486 {
  width: 1486px;
}
.w-p1487 {
  width: 1487px;
}
.w-p1488 {
  width: 1488px;
}
.w-p1489 {
  width: 1489px;
}
.w-p1490 {
  width: 1490px;
}
.w-p1491 {
  width: 1491px;
}
.w-p1492 {
  width: 1492px;
}
.w-p1493 {
  width: 1493px;
}
.w-p1494 {
  width: 1494px;
}
.w-p1495 {
  width: 1495px;
}
.w-p1496 {
  width: 1496px;
}
.w-p1497 {
  width: 1497px;
}
.w-p1498 {
  width: 1498px;
}
.w-p1499 {
  width: 1499px;
}
.w-p1500 {
  width: 1500px;
}
.w-p1501 {
  width: 1501px;
}
.w-p1502 {
  width: 1502px;
}
.w-p1503 {
  width: 1503px;
}
.w-p1504 {
  width: 1504px;
}
.w-p1505 {
  width: 1505px;
}
.w-p1506 {
  width: 1506px;
}
.w-p1507 {
  width: 1507px;
}
.w-p1508 {
  width: 1508px;
}
.w-p1509 {
  width: 1509px;
}
.w-p1510 {
  width: 1510px;
}
.w-p1511 {
  width: 1511px;
}
.w-p1512 {
  width: 1512px;
}
.w-p1513 {
  width: 1513px;
}
.w-p1514 {
  width: 1514px;
}
.w-p1515 {
  width: 1515px;
}
.w-p1516 {
  width: 1516px;
}
.w-p1517 {
  width: 1517px;
}
.w-p1518 {
  width: 1518px;
}
.w-p1519 {
  width: 1519px;
}
.w-p1520 {
  width: 1520px;
}
.w-p1521 {
  width: 1521px;
}
.w-p1522 {
  width: 1522px;
}
.w-p1523 {
  width: 1523px;
}
.w-p1524 {
  width: 1524px;
}
.w-p1525 {
  width: 1525px;
}
.w-p1526 {
  width: 1526px;
}
.w-p1527 {
  width: 1527px;
}
.w-p1528 {
  width: 1528px;
}
.w-p1529 {
  width: 1529px;
}
.w-p1530 {
  width: 1530px;
}
.w-p1531 {
  width: 1531px;
}
.w-p1532 {
  width: 1532px;
}
.w-p1533 {
  width: 1533px;
}
.w-p1534 {
  width: 1534px;
}
.w-p1535 {
  width: 1535px;
}
.w-p1536 {
  width: 1536px;
}
.w-p1537 {
  width: 1537px;
}
.w-p1538 {
  width: 1538px;
}
.w-p1539 {
  width: 1539px;
}
.w-p1540 {
  width: 1540px;
}
.w-p1541 {
  width: 1541px;
}
.w-p1542 {
  width: 1542px;
}
.w-p1543 {
  width: 1543px;
}
.w-p1544 {
  width: 1544px;
}
.w-p1545 {
  width: 1545px;
}
.w-p1546 {
  width: 1546px;
}
.w-p1547 {
  width: 1547px;
}
.w-p1548 {
  width: 1548px;
}
.w-p1549 {
  width: 1549px;
}
.w-p1550 {
  width: 1550px;
}
.w-p1551 {
  width: 1551px;
}
.w-p1552 {
  width: 1552px;
}
.w-p1553 {
  width: 1553px;
}
.w-p1554 {
  width: 1554px;
}
.w-p1555 {
  width: 1555px;
}
.w-p1556 {
  width: 1556px;
}
.w-p1557 {
  width: 1557px;
}
.w-p1558 {
  width: 1558px;
}
.w-p1559 {
  width: 1559px;
}
.w-p1560 {
  width: 1560px;
}
.w-p1561 {
  width: 1561px;
}
.w-p1562 {
  width: 1562px;
}
.w-p1563 {
  width: 1563px;
}
.w-p1564 {
  width: 1564px;
}
.w-p1565 {
  width: 1565px;
}
.w-p1566 {
  width: 1566px;
}
.w-p1567 {
  width: 1567px;
}
.w-p1568 {
  width: 1568px;
}
.w-p1569 {
  width: 1569px;
}
.w-p1570 {
  width: 1570px;
}
.w-p1571 {
  width: 1571px;
}
.w-p1572 {
  width: 1572px;
}
.w-p1573 {
  width: 1573px;
}
.w-p1574 {
  width: 1574px;
}
.w-p1575 {
  width: 1575px;
}
.w-p1576 {
  width: 1576px;
}
.w-p1577 {
  width: 1577px;
}
.w-p1578 {
  width: 1578px;
}
.w-p1579 {
  width: 1579px;
}
.w-p1580 {
  width: 1580px;
}
.w-p1581 {
  width: 1581px;
}
.w-p1582 {
  width: 1582px;
}
.w-p1583 {
  width: 1583px;
}
.w-p1584 {
  width: 1584px;
}
.w-p1585 {
  width: 1585px;
}
.w-p1586 {
  width: 1586px;
}
.w-p1587 {
  width: 1587px;
}
.w-p1588 {
  width: 1588px;
}
.w-p1589 {
  width: 1589px;
}
.w-p1590 {
  width: 1590px;
}
.w-p1591 {
  width: 1591px;
}
.w-p1592 {
  width: 1592px;
}
.w-p1593 {
  width: 1593px;
}
.w-p1594 {
  width: 1594px;
}
.w-p1595 {
  width: 1595px;
}
.w-p1596 {
  width: 1596px;
}
.w-p1597 {
  width: 1597px;
}
.w-p1598 {
  width: 1598px;
}
.w-p1599 {
  width: 1599px;
}
.w-p1600 {
  width: 1600px;
}
.w-p1601 {
  width: 1601px;
}
.w-p1602 {
  width: 1602px;
}
.w-p1603 {
  width: 1603px;
}
.w-p1604 {
  width: 1604px;
}
.w-p1605 {
  width: 1605px;
}
.w-p1606 {
  width: 1606px;
}
.w-p1607 {
  width: 1607px;
}
.w-p1608 {
  width: 1608px;
}
.w-p1609 {
  width: 1609px;
}
.w-p1610 {
  width: 1610px;
}
.w-p1611 {
  width: 1611px;
}
.w-p1612 {
  width: 1612px;
}
.w-p1613 {
  width: 1613px;
}
.w-p1614 {
  width: 1614px;
}
.w-p1615 {
  width: 1615px;
}
.w-p1616 {
  width: 1616px;
}
.w-p1617 {
  width: 1617px;
}
.w-p1618 {
  width: 1618px;
}
.w-p1619 {
  width: 1619px;
}
.w-p1620 {
  width: 1620px;
}
.w-p1621 {
  width: 1621px;
}
.w-p1622 {
  width: 1622px;
}
.w-p1623 {
  width: 1623px;
}
.w-p1624 {
  width: 1624px;
}
.w-p1625 {
  width: 1625px;
}
.w-p1626 {
  width: 1626px;
}
.w-p1627 {
  width: 1627px;
}
.w-p1628 {
  width: 1628px;
}
.w-p1629 {
  width: 1629px;
}
.w-p1630 {
  width: 1630px;
}
.w-p1631 {
  width: 1631px;
}
.w-p1632 {
  width: 1632px;
}
.w-p1633 {
  width: 1633px;
}
.w-p1634 {
  width: 1634px;
}
.w-p1635 {
  width: 1635px;
}
.w-p1636 {
  width: 1636px;
}
.w-p1637 {
  width: 1637px;
}
.w-p1638 {
  width: 1638px;
}
.w-p1639 {
  width: 1639px;
}
.w-p1640 {
  width: 1640px;
}
.w-p1641 {
  width: 1641px;
}
.w-p1642 {
  width: 1642px;
}
.w-p1643 {
  width: 1643px;
}
.w-p1644 {
  width: 1644px;
}
.w-p1645 {
  width: 1645px;
}
.w-p1646 {
  width: 1646px;
}
.w-p1647 {
  width: 1647px;
}
.w-p1648 {
  width: 1648px;
}
.w-p1649 {
  width: 1649px;
}
.w-p1650 {
  width: 1650px;
}
.w-p1651 {
  width: 1651px;
}
.w-p1652 {
  width: 1652px;
}
.w-p1653 {
  width: 1653px;
}
.w-p1654 {
  width: 1654px;
}
.w-p1655 {
  width: 1655px;
}
.w-p1656 {
  width: 1656px;
}
.w-p1657 {
  width: 1657px;
}
.w-p1658 {
  width: 1658px;
}
.w-p1659 {
  width: 1659px;
}
.w-p1660 {
  width: 1660px;
}
.w-p1661 {
  width: 1661px;
}
.w-p1662 {
  width: 1662px;
}
.w-p1663 {
  width: 1663px;
}
.w-p1664 {
  width: 1664px;
}
.w-p1665 {
  width: 1665px;
}
.w-p1666 {
  width: 1666px;
}
.w-p1667 {
  width: 1667px;
}
.w-p1668 {
  width: 1668px;
}
.w-p1669 {
  width: 1669px;
}
.w-p1670 {
  width: 1670px;
}
.w-p1671 {
  width: 1671px;
}
.w-p1672 {
  width: 1672px;
}
.w-p1673 {
  width: 1673px;
}
.w-p1674 {
  width: 1674px;
}
.w-p1675 {
  width: 1675px;
}
.w-p1676 {
  width: 1676px;
}
.w-p1677 {
  width: 1677px;
}
.w-p1678 {
  width: 1678px;
}
.w-p1679 {
  width: 1679px;
}
.w-p1680 {
  width: 1680px;
}
.w-p1681 {
  width: 1681px;
}
.w-p1682 {
  width: 1682px;
}
.w-p1683 {
  width: 1683px;
}
.w-p1684 {
  width: 1684px;
}
.w-p1685 {
  width: 1685px;
}
.w-p1686 {
  width: 1686px;
}
.w-p1687 {
  width: 1687px;
}
.w-p1688 {
  width: 1688px;
}
.w-p1689 {
  width: 1689px;
}
.w-p1690 {
  width: 1690px;
}
.w-p1691 {
  width: 1691px;
}
.w-p1692 {
  width: 1692px;
}
.w-p1693 {
  width: 1693px;
}
.w-p1694 {
  width: 1694px;
}
.w-p1695 {
  width: 1695px;
}
.w-p1696 {
  width: 1696px;
}
.w-p1697 {
  width: 1697px;
}
.w-p1698 {
  width: 1698px;
}
.w-p1699 {
  width: 1699px;
}
.w-p1700 {
  width: 1700px;
}
.w-p1701 {
  width: 1701px;
}
.w-p1702 {
  width: 1702px;
}
.w-p1703 {
  width: 1703px;
}
.w-p1704 {
  width: 1704px;
}
.w-p1705 {
  width: 1705px;
}
.w-p1706 {
  width: 1706px;
}
.w-p1707 {
  width: 1707px;
}
.w-p1708 {
  width: 1708px;
}
.w-p1709 {
  width: 1709px;
}
.w-p1710 {
  width: 1710px;
}
.w-p1711 {
  width: 1711px;
}
.w-p1712 {
  width: 1712px;
}
.w-p1713 {
  width: 1713px;
}
.w-p1714 {
  width: 1714px;
}
.w-p1715 {
  width: 1715px;
}
.w-p1716 {
  width: 1716px;
}
.w-p1717 {
  width: 1717px;
}
.w-p1718 {
  width: 1718px;
}
.w-p1719 {
  width: 1719px;
}
.w-p1720 {
  width: 1720px;
}
.w-p1721 {
  width: 1721px;
}
.w-p1722 {
  width: 1722px;
}
.w-p1723 {
  width: 1723px;
}
.w-p1724 {
  width: 1724px;
}
.w-p1725 {
  width: 1725px;
}
.w-p1726 {
  width: 1726px;
}
.w-p1727 {
  width: 1727px;
}
.w-p1728 {
  width: 1728px;
}
.w-p1729 {
  width: 1729px;
}
.w-p1730 {
  width: 1730px;
}
.w-p1731 {
  width: 1731px;
}
.w-p1732 {
  width: 1732px;
}
.w-p1733 {
  width: 1733px;
}
.w-p1734 {
  width: 1734px;
}
.w-p1735 {
  width: 1735px;
}
.w-p1736 {
  width: 1736px;
}
.w-p1737 {
  width: 1737px;
}
.w-p1738 {
  width: 1738px;
}
.w-p1739 {
  width: 1739px;
}
.w-p1740 {
  width: 1740px;
}
.w-p1741 {
  width: 1741px;
}
.w-p1742 {
  width: 1742px;
}
.w-p1743 {
  width: 1743px;
}
.w-p1744 {
  width: 1744px;
}
.w-p1745 {
  width: 1745px;
}
.w-p1746 {
  width: 1746px;
}
.w-p1747 {
  width: 1747px;
}
.w-p1748 {
  width: 1748px;
}
.w-p1749 {
  width: 1749px;
}
.w-p1750 {
  width: 1750px;
}
.w-p1751 {
  width: 1751px;
}
.w-p1752 {
  width: 1752px;
}
.w-p1753 {
  width: 1753px;
}
.w-p1754 {
  width: 1754px;
}
.w-p1755 {
  width: 1755px;
}
.w-p1756 {
  width: 1756px;
}
.w-p1757 {
  width: 1757px;
}
.w-p1758 {
  width: 1758px;
}
.w-p1759 {
  width: 1759px;
}
.w-p1760 {
  width: 1760px;
}
.w-p1761 {
  width: 1761px;
}
.w-p1762 {
  width: 1762px;
}
.w-p1763 {
  width: 1763px;
}
.w-p1764 {
  width: 1764px;
}
.w-p1765 {
  width: 1765px;
}
.w-p1766 {
  width: 1766px;
}
.w-p1767 {
  width: 1767px;
}
.w-p1768 {
  width: 1768px;
}
.w-p1769 {
  width: 1769px;
}
.w-p1770 {
  width: 1770px;
}
.w-p1771 {
  width: 1771px;
}
.w-p1772 {
  width: 1772px;
}
.w-p1773 {
  width: 1773px;
}
.w-p1774 {
  width: 1774px;
}
.w-p1775 {
  width: 1775px;
}
.w-p1776 {
  width: 1776px;
}
.w-p1777 {
  width: 1777px;
}
.w-p1778 {
  width: 1778px;
}
.w-p1779 {
  width: 1779px;
}
.w-p1780 {
  width: 1780px;
}
.w-p1781 {
  width: 1781px;
}
.w-p1782 {
  width: 1782px;
}
.w-p1783 {
  width: 1783px;
}
.w-p1784 {
  width: 1784px;
}
.w-p1785 {
  width: 1785px;
}
.w-p1786 {
  width: 1786px;
}
.w-p1787 {
  width: 1787px;
}
.w-p1788 {
  width: 1788px;
}
.w-p1789 {
  width: 1789px;
}
.w-p1790 {
  width: 1790px;
}
.w-p1791 {
  width: 1791px;
}
.w-p1792 {
  width: 1792px;
}
.w-p1793 {
  width: 1793px;
}
.w-p1794 {
  width: 1794px;
}
.w-p1795 {
  width: 1795px;
}
.w-p1796 {
  width: 1796px;
}
.w-p1797 {
  width: 1797px;
}
.w-p1798 {
  width: 1798px;
}
.w-p1799 {
  width: 1799px;
}
.w-p1800 {
  width: 1800px;
}
.w-p1801 {
  width: 1801px;
}
.w-p1802 {
  width: 1802px;
}
.w-p1803 {
  width: 1803px;
}
.w-p1804 {
  width: 1804px;
}
.w-p1805 {
  width: 1805px;
}
.w-p1806 {
  width: 1806px;
}
.w-p1807 {
  width: 1807px;
}
.w-p1808 {
  width: 1808px;
}
.w-p1809 {
  width: 1809px;
}
.w-p1810 {
  width: 1810px;
}
.w-p1811 {
  width: 1811px;
}
.w-p1812 {
  width: 1812px;
}
.w-p1813 {
  width: 1813px;
}
.w-p1814 {
  width: 1814px;
}
.w-p1815 {
  width: 1815px;
}
.w-p1816 {
  width: 1816px;
}
.w-p1817 {
  width: 1817px;
}
.w-p1818 {
  width: 1818px;
}
.w-p1819 {
  width: 1819px;
}
.w-p1820 {
  width: 1820px;
}
.w-p1821 {
  width: 1821px;
}
.w-p1822 {
  width: 1822px;
}
.w-p1823 {
  width: 1823px;
}
.w-p1824 {
  width: 1824px;
}
.w-p1825 {
  width: 1825px;
}
.w-p1826 {
  width: 1826px;
}
.w-p1827 {
  width: 1827px;
}
.w-p1828 {
  width: 1828px;
}
.w-p1829 {
  width: 1829px;
}
.w-p1830 {
  width: 1830px;
}
.w-p1831 {
  width: 1831px;
}
.w-p1832 {
  width: 1832px;
}
.w-p1833 {
  width: 1833px;
}
.w-p1834 {
  width: 1834px;
}
.w-p1835 {
  width: 1835px;
}
.w-p1836 {
  width: 1836px;
}
.w-p1837 {
  width: 1837px;
}
.w-p1838 {
  width: 1838px;
}
.w-p1839 {
  width: 1839px;
}
.w-p1840 {
  width: 1840px;
}
.w-p1841 {
  width: 1841px;
}
.w-p1842 {
  width: 1842px;
}
.w-p1843 {
  width: 1843px;
}
.w-p1844 {
  width: 1844px;
}
.w-p1845 {
  width: 1845px;
}
.w-p1846 {
  width: 1846px;
}
.w-p1847 {
  width: 1847px;
}
.w-p1848 {
  width: 1848px;
}
.w-p1849 {
  width: 1849px;
}
.w-p1850 {
  width: 1850px;
}
.w-p1851 {
  width: 1851px;
}
.w-p1852 {
  width: 1852px;
}
.w-p1853 {
  width: 1853px;
}
.w-p1854 {
  width: 1854px;
}
.w-p1855 {
  width: 1855px;
}
.w-p1856 {
  width: 1856px;
}
.w-p1857 {
  width: 1857px;
}
.w-p1858 {
  width: 1858px;
}
.w-p1859 {
  width: 1859px;
}
.w-p1860 {
  width: 1860px;
}
.w-p1861 {
  width: 1861px;
}
.w-p1862 {
  width: 1862px;
}
.w-p1863 {
  width: 1863px;
}
.w-p1864 {
  width: 1864px;
}
.w-p1865 {
  width: 1865px;
}
.w-p1866 {
  width: 1866px;
}
.w-p1867 {
  width: 1867px;
}
.w-p1868 {
  width: 1868px;
}
.w-p1869 {
  width: 1869px;
}
.w-p1870 {
  width: 1870px;
}
.w-p1871 {
  width: 1871px;
}
.w-p1872 {
  width: 1872px;
}
.w-p1873 {
  width: 1873px;
}
.w-p1874 {
  width: 1874px;
}
.w-p1875 {
  width: 1875px;
}
.w-p1876 {
  width: 1876px;
}
.w-p1877 {
  width: 1877px;
}
.w-p1878 {
  width: 1878px;
}
.w-p1879 {
  width: 1879px;
}
.w-p1880 {
  width: 1880px;
}
.w-p1881 {
  width: 1881px;
}
.w-p1882 {
  width: 1882px;
}
.w-p1883 {
  width: 1883px;
}
.w-p1884 {
  width: 1884px;
}
.w-p1885 {
  width: 1885px;
}
.w-p1886 {
  width: 1886px;
}
.w-p1887 {
  width: 1887px;
}
.w-p1888 {
  width: 1888px;
}
.w-p1889 {
  width: 1889px;
}
.w-p1890 {
  width: 1890px;
}
.w-p1891 {
  width: 1891px;
}
.w-p1892 {
  width: 1892px;
}
.w-p1893 {
  width: 1893px;
}
.w-p1894 {
  width: 1894px;
}
.w-p1895 {
  width: 1895px;
}
.w-p1896 {
  width: 1896px;
}
.w-p1897 {
  width: 1897px;
}
.w-p1898 {
  width: 1898px;
}
.w-p1899 {
  width: 1899px;
}
.w-p1900 {
  width: 1900px;
}
.w-p1901 {
  width: 1901px;
}
.w-p1902 {
  width: 1902px;
}
.w-p1903 {
  width: 1903px;
}
.w-p1904 {
  width: 1904px;
}
.w-p1905 {
  width: 1905px;
}
.w-p1906 {
  width: 1906px;
}
.w-p1907 {
  width: 1907px;
}
.w-p1908 {
  width: 1908px;
}
.w-p1909 {
  width: 1909px;
}
.w-p1910 {
  width: 1910px;
}
.w-p1911 {
  width: 1911px;
}
.w-p1912 {
  width: 1912px;
}
.w-p1913 {
  width: 1913px;
}
.w-p1914 {
  width: 1914px;
}
.w-p1915 {
  width: 1915px;
}
.w-p1916 {
  width: 1916px;
}
.w-p1917 {
  width: 1917px;
}
.w-p1918 {
  width: 1918px;
}
.w-p1919 {
  width: 1919px;
}
.w-p1920 {
  width: 1920px;
}
.w-p1921 {
  width: 1921px;
}
.w-p1922 {
  width: 1922px;
}
.w-p1923 {
  width: 1923px;
}
.w-p1924 {
  width: 1924px;
}
.w-p1925 {
  width: 1925px;
}
.w-p1926 {
  width: 1926px;
}
.w-p1927 {
  width: 1927px;
}
.w-p1928 {
  width: 1928px;
}
.w-p1929 {
  width: 1929px;
}
.w-p1930 {
  width: 1930px;
}
.w-p1931 {
  width: 1931px;
}
.w-p1932 {
  width: 1932px;
}
.w-p1933 {
  width: 1933px;
}
.w-p1934 {
  width: 1934px;
}
.w-p1935 {
  width: 1935px;
}
.w-p1936 {
  width: 1936px;
}
.w-p1937 {
  width: 1937px;
}
.w-p1938 {
  width: 1938px;
}
.w-p1939 {
  width: 1939px;
}
.w-p1940 {
  width: 1940px;
}
.w-p1941 {
  width: 1941px;
}
.w-p1942 {
  width: 1942px;
}
.w-p1943 {
  width: 1943px;
}
.w-p1944 {
  width: 1944px;
}
.w-p1945 {
  width: 1945px;
}
.w-p1946 {
  width: 1946px;
}
.w-p1947 {
  width: 1947px;
}
.w-p1948 {
  width: 1948px;
}
.w-p1949 {
  width: 1949px;
}
.w-p1950 {
  width: 1950px;
}
.w-p1951 {
  width: 1951px;
}
.w-p1952 {
  width: 1952px;
}
.w-p1953 {
  width: 1953px;
}
.w-p1954 {
  width: 1954px;
}
.w-p1955 {
  width: 1955px;
}
.w-p1956 {
  width: 1956px;
}
.w-p1957 {
  width: 1957px;
}
.w-p1958 {
  width: 1958px;
}
.w-p1959 {
  width: 1959px;
}
.w-p1960 {
  width: 1960px;
}
.w-p1961 {
  width: 1961px;
}
.w-p1962 {
  width: 1962px;
}
.w-p1963 {
  width: 1963px;
}
.w-p1964 {
  width: 1964px;
}
.w-p1965 {
  width: 1965px;
}
.w-p1966 {
  width: 1966px;
}
.w-p1967 {
  width: 1967px;
}
.w-p1968 {
  width: 1968px;
}
.w-p1969 {
  width: 1969px;
}
.w-p1970 {
  width: 1970px;
}
.w-p1971 {
  width: 1971px;
}
.w-p1972 {
  width: 1972px;
}
.w-p1973 {
  width: 1973px;
}
.w-p1974 {
  width: 1974px;
}
.w-p1975 {
  width: 1975px;
}
.w-p1976 {
  width: 1976px;
}
.w-p1977 {
  width: 1977px;
}
.w-p1978 {
  width: 1978px;
}
.w-p1979 {
  width: 1979px;
}
.w-p1980 {
  width: 1980px;
}
.w-p1981 {
  width: 1981px;
}
.w-p1982 {
  width: 1982px;
}
.w-p1983 {
  width: 1983px;
}
.w-p1984 {
  width: 1984px;
}
.w-p1985 {
  width: 1985px;
}
.w-p1986 {
  width: 1986px;
}
.w-p1987 {
  width: 1987px;
}
.w-p1988 {
  width: 1988px;
}
.w-p1989 {
  width: 1989px;
}
.w-p1990 {
  width: 1990px;
}
.w-p1991 {
  width: 1991px;
}
.w-p1992 {
  width: 1992px;
}
.w-p1993 {
  width: 1993px;
}
.w-p1994 {
  width: 1994px;
}
.w-p1995 {
  width: 1995px;
}
.w-p1996 {
  width: 1996px;
}
.w-p1997 {
  width: 1997px;
}
.w-p1998 {
  width: 1998px;
}
.w-p1999 {
  width: 1999px;
}
.w-p2000 {
  width: 2000px;
}
.h-p1 {
  height: 1px;
}
.h-p2 {
  height: 2px;
}
.h-p3 {
  height: 3px;
}
.h-p4 {
  height: 4px;
}
.h-p5 {
  height: 5px;
}
.h-p6 {
  height: 6px;
}
.h-p7 {
  height: 7px;
}
.h-p8 {
  height: 8px;
}
.h-p9 {
  height: 9px;
}
.h-p10 {
  height: 10px;
}
.h-p11 {
  height: 11px;
}
.h-p12 {
  height: 12px;
}
.h-p13 {
  height: 13px;
}
.h-p14 {
  height: 14px;
}
.h-p15 {
  height: 15px;
}
.h-p16 {
  height: 16px;
}
.h-p17 {
  height: 17px;
}
.h-p18 {
  height: 18px;
}
.h-p19 {
  height: 19px;
}
.h-p20 {
  height: 20px;
}
.h-p21 {
  height: 21px;
}
.h-p22 {
  height: 22px;
}
.h-p23 {
  height: 23px;
}
.h-p24 {
  height: 24px;
}
.h-p25 {
  height: 25px;
}
.h-p26 {
  height: 26px;
}
.h-p27 {
  height: 27px;
}
.h-p28 {
  height: 28px;
}
.h-p29 {
  height: 29px;
}
.h-p30 {
  height: 30px;
}
.h-p31 {
  height: 31px;
}
.h-p32 {
  height: 32px;
}
.h-p33 {
  height: 33px;
}
.h-p34 {
  height: 34px;
}
.h-p35 {
  height: 35px;
}
.h-p36 {
  height: 36px;
}
.h-p37 {
  height: 37px;
}
.h-p38 {
  height: 38px;
}
.h-p39 {
  height: 39px;
}
.h-p40 {
  height: 40px;
}
.h-p41 {
  height: 41px;
}
.h-p42 {
  height: 42px;
}
.h-p43 {
  height: 43px;
}
.h-p44 {
  height: 44px;
}
.h-p45 {
  height: 45px;
}
.h-p46 {
  height: 46px;
}
.h-p47 {
  height: 47px;
}
.h-p48 {
  height: 48px;
}
.h-p49 {
  height: 49px;
}
.h-p50 {
  height: 50px;
}
.h-p51 {
  height: 51px;
}
.h-p52 {
  height: 52px;
}
.h-p53 {
  height: 53px;
}
.h-p54 {
  height: 54px;
}
.h-p55 {
  height: 55px;
}
.h-p56 {
  height: 56px;
}
.h-p57 {
  height: 57px;
}
.h-p58 {
  height: 58px;
}
.h-p59 {
  height: 59px;
}
.h-p60 {
  height: 60px;
}
.h-p61 {
  height: 61px;
}
.h-p62 {
  height: 62px;
}
.h-p63 {
  height: 63px;
}
.h-p64 {
  height: 64px;
}
.h-p65 {
  height: 65px;
}
.h-p66 {
  height: 66px;
}
.h-p67 {
  height: 67px;
}
.h-p68 {
  height: 68px;
}
.h-p69 {
  height: 69px;
}
.h-p70 {
  height: 70px;
}
.h-p71 {
  height: 71px;
}
.h-p72 {
  height: 72px;
}
.h-p73 {
  height: 73px;
}
.h-p74 {
  height: 74px;
}
.h-p75 {
  height: 75px;
}
.h-p76 {
  height: 76px;
}
.h-p77 {
  height: 77px;
}
.h-p78 {
  height: 78px;
}
.h-p79 {
  height: 79px;
}
.h-p80 {
  height: 80px;
}
.h-p81 {
  height: 81px;
}
.h-p82 {
  height: 82px;
}
.h-p83 {
  height: 83px;
}
.h-p84 {
  height: 84px;
}
.h-p85 {
  height: 85px;
}
.h-p86 {
  height: 86px;
}
.h-p87 {
  height: 87px;
}
.h-p88 {
  height: 88px;
}
.h-p89 {
  height: 89px;
}
.h-p90 {
  height: 90px;
}
.h-p91 {
  height: 91px;
}
.h-p92 {
  height: 92px;
}
.h-p93 {
  height: 93px;
}
.h-p94 {
  height: 94px;
}
.h-p95 {
  height: 95px;
}
.h-p96 {
  height: 96px;
}
.h-p97 {
  height: 97px;
}
.h-p98 {
  height: 98px;
}
.h-p99 {
  height: 99px;
}
.h-p100 {
  height: 100px;
}
.h-p101 {
  height: 101px;
}
.h-p102 {
  height: 102px;
}
.h-p103 {
  height: 103px;
}
.h-p104 {
  height: 104px;
}
.h-p105 {
  height: 105px;
}
.h-p106 {
  height: 106px;
}
.h-p107 {
  height: 107px;
}
.h-p108 {
  height: 108px;
}
.h-p109 {
  height: 109px;
}
.h-p110 {
  height: 110px;
}
.h-p111 {
  height: 111px;
}
.h-p112 {
  height: 112px;
}
.h-p113 {
  height: 113px;
}
.h-p114 {
  height: 114px;
}
.h-p115 {
  height: 115px;
}
.h-p116 {
  height: 116px;
}
.h-p117 {
  height: 117px;
}
.h-p118 {
  height: 118px;
}
.h-p119 {
  height: 119px;
}
.h-p120 {
  height: 120px;
}
.h-p121 {
  height: 121px;
}
.h-p122 {
  height: 122px;
}
.h-p123 {
  height: 123px;
}
.h-p124 {
  height: 124px;
}
.h-p125 {
  height: 125px;
}
.h-p126 {
  height: 126px;
}
.h-p127 {
  height: 127px;
}
.h-p128 {
  height: 128px;
}
.h-p129 {
  height: 129px;
}
.h-p130 {
  height: 130px;
}
.h-p131 {
  height: 131px;
}
.h-p132 {
  height: 132px;
}
.h-p133 {
  height: 133px;
}
.h-p134 {
  height: 134px;
}
.h-p135 {
  height: 135px;
}
.h-p136 {
  height: 136px;
}
.h-p137 {
  height: 137px;
}
.h-p138 {
  height: 138px;
}
.h-p139 {
  height: 139px;
}
.h-p140 {
  height: 140px;
}
.h-p141 {
  height: 141px;
}
.h-p142 {
  height: 142px;
}
.h-p143 {
  height: 143px;
}
.h-p144 {
  height: 144px;
}
.h-p145 {
  height: 145px;
}
.h-p146 {
  height: 146px;
}
.h-p147 {
  height: 147px;
}
.h-p148 {
  height: 148px;
}
.h-p149 {
  height: 149px;
}
.h-p150 {
  height: 150px;
}
.h-p151 {
  height: 151px;
}
.h-p152 {
  height: 152px;
}
.h-p153 {
  height: 153px;
}
.h-p154 {
  height: 154px;
}
.h-p155 {
  height: 155px;
}
.h-p156 {
  height: 156px;
}
.h-p157 {
  height: 157px;
}
.h-p158 {
  height: 158px;
}
.h-p159 {
  height: 159px;
}
.h-p160 {
  height: 160px;
}
.h-p161 {
  height: 161px;
}
.h-p162 {
  height: 162px;
}
.h-p163 {
  height: 163px;
}
.h-p164 {
  height: 164px;
}
.h-p165 {
  height: 165px;
}
.h-p166 {
  height: 166px;
}
.h-p167 {
  height: 167px;
}
.h-p168 {
  height: 168px;
}
.h-p169 {
  height: 169px;
}
.h-p170 {
  height: 170px;
}
.h-p171 {
  height: 171px;
}
.h-p172 {
  height: 172px;
}
.h-p173 {
  height: 173px;
}
.h-p174 {
  height: 174px;
}
.h-p175 {
  height: 175px;
}
.h-p176 {
  height: 176px;
}
.h-p177 {
  height: 177px;
}
.h-p178 {
  height: 178px;
}
.h-p179 {
  height: 179px;
}
.h-p180 {
  height: 180px;
}
.h-p181 {
  height: 181px;
}
.h-p182 {
  height: 182px;
}
.h-p183 {
  height: 183px;
}
.h-p184 {
  height: 184px;
}
.h-p185 {
  height: 185px;
}
.h-p186 {
  height: 186px;
}
.h-p187 {
  height: 187px;
}
.h-p188 {
  height: 188px;
}
.h-p189 {
  height: 189px;
}
.h-p190 {
  height: 190px;
}
.h-p191 {
  height: 191px;
}
.h-p192 {
  height: 192px;
}
.h-p193 {
  height: 193px;
}
.h-p194 {
  height: 194px;
}
.h-p195 {
  height: 195px;
}
.h-p196 {
  height: 196px;
}
.h-p197 {
  height: 197px;
}
.h-p198 {
  height: 198px;
}
.h-p199 {
  height: 199px;
}
.h-p200 {
  height: 200px;
}
.h-p201 {
  height: 201px;
}
.h-p202 {
  height: 202px;
}
.h-p203 {
  height: 203px;
}
.h-p204 {
  height: 204px;
}
.h-p205 {
  height: 205px;
}
.h-p206 {
  height: 206px;
}
.h-p207 {
  height: 207px;
}
.h-p208 {
  height: 208px;
}
.h-p209 {
  height: 209px;
}
.h-p210 {
  height: 210px;
}
.h-p211 {
  height: 211px;
}
.h-p212 {
  height: 212px;
}
.h-p213 {
  height: 213px;
}
.h-p214 {
  height: 214px;
}
.h-p215 {
  height: 215px;
}
.h-p216 {
  height: 216px;
}
.h-p217 {
  height: 217px;
}
.h-p218 {
  height: 218px;
}
.h-p219 {
  height: 219px;
}
.h-p220 {
  height: 220px;
}
.h-p221 {
  height: 221px;
}
.h-p222 {
  height: 222px;
}
.h-p223 {
  height: 223px;
}
.h-p224 {
  height: 224px;
}
.h-p225 {
  height: 225px;
}
.h-p226 {
  height: 226px;
}
.h-p227 {
  height: 227px;
}
.h-p228 {
  height: 228px;
}
.h-p229 {
  height: 229px;
}
.h-p230 {
  height: 230px;
}
.h-p231 {
  height: 231px;
}
.h-p232 {
  height: 232px;
}
.h-p233 {
  height: 233px;
}
.h-p234 {
  height: 234px;
}
.h-p235 {
  height: 235px;
}
.h-p236 {
  height: 236px;
}
.h-p237 {
  height: 237px;
}
.h-p238 {
  height: 238px;
}
.h-p239 {
  height: 239px;
}
.h-p240 {
  height: 240px;
}
.h-p241 {
  height: 241px;
}
.h-p242 {
  height: 242px;
}
.h-p243 {
  height: 243px;
}
.h-p244 {
  height: 244px;
}
.h-p245 {
  height: 245px;
}
.h-p246 {
  height: 246px;
}
.h-p247 {
  height: 247px;
}
.h-p248 {
  height: 248px;
}
.h-p249 {
  height: 249px;
}
.h-p250 {
  height: 250px;
}
.h-p251 {
  height: 251px;
}
.h-p252 {
  height: 252px;
}
.h-p253 {
  height: 253px;
}
.h-p254 {
  height: 254px;
}
.h-p255 {
  height: 255px;
}
.h-p256 {
  height: 256px;
}
.h-p257 {
  height: 257px;
}
.h-p258 {
  height: 258px;
}
.h-p259 {
  height: 259px;
}
.h-p260 {
  height: 260px;
}
.h-p261 {
  height: 261px;
}
.h-p262 {
  height: 262px;
}
.h-p263 {
  height: 263px;
}
.h-p264 {
  height: 264px;
}
.h-p265 {
  height: 265px;
}
.h-p266 {
  height: 266px;
}
.h-p267 {
  height: 267px;
}
.h-p268 {
  height: 268px;
}
.h-p269 {
  height: 269px;
}
.h-p270 {
  height: 270px;
}
.h-p271 {
  height: 271px;
}
.h-p272 {
  height: 272px;
}
.h-p273 {
  height: 273px;
}
.h-p274 {
  height: 274px;
}
.h-p275 {
  height: 275px;
}
.h-p276 {
  height: 276px;
}
.h-p277 {
  height: 277px;
}
.h-p278 {
  height: 278px;
}
.h-p279 {
  height: 279px;
}
.h-p280 {
  height: 280px;
}
.h-p281 {
  height: 281px;
}
.h-p282 {
  height: 282px;
}
.h-p283 {
  height: 283px;
}
.h-p284 {
  height: 284px;
}
.h-p285 {
  height: 285px;
}
.h-p286 {
  height: 286px;
}
.h-p287 {
  height: 287px;
}
.h-p288 {
  height: 288px;
}
.h-p289 {
  height: 289px;
}
.h-p290 {
  height: 290px;
}
.h-p291 {
  height: 291px;
}
.h-p292 {
  height: 292px;
}
.h-p293 {
  height: 293px;
}
.h-p294 {
  height: 294px;
}
.h-p295 {
  height: 295px;
}
.h-p296 {
  height: 296px;
}
.h-p297 {
  height: 297px;
}
.h-p298 {
  height: 298px;
}
.h-p299 {
  height: 299px;
}
.h-p300 {
  height: 300px;
}
.h-p301 {
  height: 301px;
}
.h-p302 {
  height: 302px;
}
.h-p303 {
  height: 303px;
}
.h-p304 {
  height: 304px;
}
.h-p305 {
  height: 305px;
}
.h-p306 {
  height: 306px;
}
.h-p307 {
  height: 307px;
}
.h-p308 {
  height: 308px;
}
.h-p309 {
  height: 309px;
}
.h-p310 {
  height: 310px;
}
.h-p311 {
  height: 311px;
}
.h-p312 {
  height: 312px;
}
.h-p313 {
  height: 313px;
}
.h-p314 {
  height: 314px;
}
.h-p315 {
  height: 315px;
}
.h-p316 {
  height: 316px;
}
.h-p317 {
  height: 317px;
}
.h-p318 {
  height: 318px;
}
.h-p319 {
  height: 319px;
}
.h-p320 {
  height: 320px;
}
.h-p321 {
  height: 321px;
}
.h-p322 {
  height: 322px;
}
.h-p323 {
  height: 323px;
}
.h-p324 {
  height: 324px;
}
.h-p325 {
  height: 325px;
}
.h-p326 {
  height: 326px;
}
.h-p327 {
  height: 327px;
}
.h-p328 {
  height: 328px;
}
.h-p329 {
  height: 329px;
}
.h-p330 {
  height: 330px;
}
.h-p331 {
  height: 331px;
}
.h-p332 {
  height: 332px;
}
.h-p333 {
  height: 333px;
}
.h-p334 {
  height: 334px;
}
.h-p335 {
  height: 335px;
}
.h-p336 {
  height: 336px;
}
.h-p337 {
  height: 337px;
}
.h-p338 {
  height: 338px;
}
.h-p339 {
  height: 339px;
}
.h-p340 {
  height: 340px;
}
.h-p341 {
  height: 341px;
}
.h-p342 {
  height: 342px;
}
.h-p343 {
  height: 343px;
}
.h-p344 {
  height: 344px;
}
.h-p345 {
  height: 345px;
}
.h-p346 {
  height: 346px;
}
.h-p347 {
  height: 347px;
}
.h-p348 {
  height: 348px;
}
.h-p349 {
  height: 349px;
}
.h-p350 {
  height: 350px;
}
.h-p351 {
  height: 351px;
}
.h-p352 {
  height: 352px;
}
.h-p353 {
  height: 353px;
}
.h-p354 {
  height: 354px;
}
.h-p355 {
  height: 355px;
}
.h-p356 {
  height: 356px;
}
.h-p357 {
  height: 357px;
}
.h-p358 {
  height: 358px;
}
.h-p359 {
  height: 359px;
}
.h-p360 {
  height: 360px;
}
.h-p361 {
  height: 361px;
}
.h-p362 {
  height: 362px;
}
.h-p363 {
  height: 363px;
}
.h-p364 {
  height: 364px;
}
.h-p365 {
  height: 365px;
}
.h-p366 {
  height: 366px;
}
.h-p367 {
  height: 367px;
}
.h-p368 {
  height: 368px;
}
.h-p369 {
  height: 369px;
}
.h-p370 {
  height: 370px;
}
.h-p371 {
  height: 371px;
}
.h-p372 {
  height: 372px;
}
.h-p373 {
  height: 373px;
}
.h-p374 {
  height: 374px;
}
.h-p375 {
  height: 375px;
}
.h-p376 {
  height: 376px;
}
.h-p377 {
  height: 377px;
}
.h-p378 {
  height: 378px;
}
.h-p379 {
  height: 379px;
}
.h-p380 {
  height: 380px;
}
.h-p381 {
  height: 381px;
}
.h-p382 {
  height: 382px;
}
.h-p383 {
  height: 383px;
}
.h-p384 {
  height: 384px;
}
.h-p385 {
  height: 385px;
}
.h-p386 {
  height: 386px;
}
.h-p387 {
  height: 387px;
}
.h-p388 {
  height: 388px;
}
.h-p389 {
  height: 389px;
}
.h-p390 {
  height: 390px;
}
.h-p391 {
  height: 391px;
}
.h-p392 {
  height: 392px;
}
.h-p393 {
  height: 393px;
}
.h-p394 {
  height: 394px;
}
.h-p395 {
  height: 395px;
}
.h-p396 {
  height: 396px;
}
.h-p397 {
  height: 397px;
}
.h-p398 {
  height: 398px;
}
.h-p399 {
  height: 399px;
}
.h-p400 {
  height: 400px;
}
.h-p401 {
  height: 401px;
}
.h-p402 {
  height: 402px;
}
.h-p403 {
  height: 403px;
}
.h-p404 {
  height: 404px;
}
.h-p405 {
  height: 405px;
}
.h-p406 {
  height: 406px;
}
.h-p407 {
  height: 407px;
}
.h-p408 {
  height: 408px;
}
.h-p409 {
  height: 409px;
}
.h-p410 {
  height: 410px;
}
.h-p411 {
  height: 411px;
}
.h-p412 {
  height: 412px;
}
.h-p413 {
  height: 413px;
}
.h-p414 {
  height: 414px;
}
.h-p415 {
  height: 415px;
}
.h-p416 {
  height: 416px;
}
.h-p417 {
  height: 417px;
}
.h-p418 {
  height: 418px;
}
.h-p419 {
  height: 419px;
}
.h-p420 {
  height: 420px;
}
.h-p421 {
  height: 421px;
}
.h-p422 {
  height: 422px;
}
.h-p423 {
  height: 423px;
}
.h-p424 {
  height: 424px;
}
.h-p425 {
  height: 425px;
}
.h-p426 {
  height: 426px;
}
.h-p427 {
  height: 427px;
}
.h-p428 {
  height: 428px;
}
.h-p429 {
  height: 429px;
}
.h-p430 {
  height: 430px;
}
.h-p431 {
  height: 431px;
}
.h-p432 {
  height: 432px;
}
.h-p433 {
  height: 433px;
}
.h-p434 {
  height: 434px;
}
.h-p435 {
  height: 435px;
}
.h-p436 {
  height: 436px;
}
.h-p437 {
  height: 437px;
}
.h-p438 {
  height: 438px;
}
.h-p439 {
  height: 439px;
}
.h-p440 {
  height: 440px;
}
.h-p441 {
  height: 441px;
}
.h-p442 {
  height: 442px;
}
.h-p443 {
  height: 443px;
}
.h-p444 {
  height: 444px;
}
.h-p445 {
  height: 445px;
}
.h-p446 {
  height: 446px;
}
.h-p447 {
  height: 447px;
}
.h-p448 {
  height: 448px;
}
.h-p449 {
  height: 449px;
}
.h-p450 {
  height: 450px;
}
.h-p451 {
  height: 451px;
}
.h-p452 {
  height: 452px;
}
.h-p453 {
  height: 453px;
}
.h-p454 {
  height: 454px;
}
.h-p455 {
  height: 455px;
}
.h-p456 {
  height: 456px;
}
.h-p457 {
  height: 457px;
}
.h-p458 {
  height: 458px;
}
.h-p459 {
  height: 459px;
}
.h-p460 {
  height: 460px;
}
.h-p461 {
  height: 461px;
}
.h-p462 {
  height: 462px;
}
.h-p463 {
  height: 463px;
}
.h-p464 {
  height: 464px;
}
.h-p465 {
  height: 465px;
}
.h-p466 {
  height: 466px;
}
.h-p467 {
  height: 467px;
}
.h-p468 {
  height: 468px;
}
.h-p469 {
  height: 469px;
}
.h-p470 {
  height: 470px;
}
.h-p471 {
  height: 471px;
}
.h-p472 {
  height: 472px;
}
.h-p473 {
  height: 473px;
}
.h-p474 {
  height: 474px;
}
.h-p475 {
  height: 475px;
}
.h-p476 {
  height: 476px;
}
.h-p477 {
  height: 477px;
}
.h-p478 {
  height: 478px;
}
.h-p479 {
  height: 479px;
}
.h-p480 {
  height: 480px;
}
.h-p481 {
  height: 481px;
}
.h-p482 {
  height: 482px;
}
.h-p483 {
  height: 483px;
}
.h-p484 {
  height: 484px;
}
.h-p485 {
  height: 485px;
}
.h-p486 {
  height: 486px;
}
.h-p487 {
  height: 487px;
}
.h-p488 {
  height: 488px;
}
.h-p489 {
  height: 489px;
}
.h-p490 {
  height: 490px;
}
.h-p491 {
  height: 491px;
}
.h-p492 {
  height: 492px;
}
.h-p493 {
  height: 493px;
}
.h-p494 {
  height: 494px;
}
.h-p495 {
  height: 495px;
}
.h-p496 {
  height: 496px;
}
.h-p497 {
  height: 497px;
}
.h-p498 {
  height: 498px;
}
.h-p499 {
  height: 499px;
}
.h-p500 {
  height: 500px;
}
.h-p501 {
  height: 501px;
}
.h-p502 {
  height: 502px;
}
.h-p503 {
  height: 503px;
}
.h-p504 {
  height: 504px;
}
.h-p505 {
  height: 505px;
}
.h-p506 {
  height: 506px;
}
.h-p507 {
  height: 507px;
}
.h-p508 {
  height: 508px;
}
.h-p509 {
  height: 509px;
}
.h-p510 {
  height: 510px;
}
.h-p511 {
  height: 511px;
}
.h-p512 {
  height: 512px;
}
.h-p513 {
  height: 513px;
}
.h-p514 {
  height: 514px;
}
.h-p515 {
  height: 515px;
}
.h-p516 {
  height: 516px;
}
.h-p517 {
  height: 517px;
}
.h-p518 {
  height: 518px;
}
.h-p519 {
  height: 519px;
}
.h-p520 {
  height: 520px;
}
.h-p521 {
  height: 521px;
}
.h-p522 {
  height: 522px;
}
.h-p523 {
  height: 523px;
}
.h-p524 {
  height: 524px;
}
.h-p525 {
  height: 525px;
}
.h-p526 {
  height: 526px;
}
.h-p527 {
  height: 527px;
}
.h-p528 {
  height: 528px;
}
.h-p529 {
  height: 529px;
}
.h-p530 {
  height: 530px;
}
.h-p531 {
  height: 531px;
}
.h-p532 {
  height: 532px;
}
.h-p533 {
  height: 533px;
}
.h-p534 {
  height: 534px;
}
.h-p535 {
  height: 535px;
}
.h-p536 {
  height: 536px;
}
.h-p537 {
  height: 537px;
}
.h-p538 {
  height: 538px;
}
.h-p539 {
  height: 539px;
}
.h-p540 {
  height: 540px;
}
.h-p541 {
  height: 541px;
}
.h-p542 {
  height: 542px;
}
.h-p543 {
  height: 543px;
}
.h-p544 {
  height: 544px;
}
.h-p545 {
  height: 545px;
}
.h-p546 {
  height: 546px;
}
.h-p547 {
  height: 547px;
}
.h-p548 {
  height: 548px;
}
.h-p549 {
  height: 549px;
}
.h-p550 {
  height: 550px;
}
.h-p551 {
  height: 551px;
}
.h-p552 {
  height: 552px;
}
.h-p553 {
  height: 553px;
}
.h-p554 {
  height: 554px;
}
.h-p555 {
  height: 555px;
}
.h-p556 {
  height: 556px;
}
.h-p557 {
  height: 557px;
}
.h-p558 {
  height: 558px;
}
.h-p559 {
  height: 559px;
}
.h-p560 {
  height: 560px;
}
.h-p561 {
  height: 561px;
}
.h-p562 {
  height: 562px;
}
.h-p563 {
  height: 563px;
}
.h-p564 {
  height: 564px;
}
.h-p565 {
  height: 565px;
}
.h-p566 {
  height: 566px;
}
.h-p567 {
  height: 567px;
}
.h-p568 {
  height: 568px;
}
.h-p569 {
  height: 569px;
}
.h-p570 {
  height: 570px;
}
.h-p571 {
  height: 571px;
}
.h-p572 {
  height: 572px;
}
.h-p573 {
  height: 573px;
}
.h-p574 {
  height: 574px;
}
.h-p575 {
  height: 575px;
}
.h-p576 {
  height: 576px;
}
.h-p577 {
  height: 577px;
}
.h-p578 {
  height: 578px;
}
.h-p579 {
  height: 579px;
}
.h-p580 {
  height: 580px;
}
.h-p581 {
  height: 581px;
}
.h-p582 {
  height: 582px;
}
.h-p583 {
  height: 583px;
}
.h-p584 {
  height: 584px;
}
.h-p585 {
  height: 585px;
}
.h-p586 {
  height: 586px;
}
.h-p587 {
  height: 587px;
}
.h-p588 {
  height: 588px;
}
.h-p589 {
  height: 589px;
}
.h-p590 {
  height: 590px;
}
.h-p591 {
  height: 591px;
}
.h-p592 {
  height: 592px;
}
.h-p593 {
  height: 593px;
}
.h-p594 {
  height: 594px;
}
.h-p595 {
  height: 595px;
}
.h-p596 {
  height: 596px;
}
.h-p597 {
  height: 597px;
}
.h-p598 {
  height: 598px;
}
.h-p599 {
  height: 599px;
}
.h-p600 {
  height: 600px;
}
.h-p601 {
  height: 601px;
}
.h-p602 {
  height: 602px;
}
.h-p603 {
  height: 603px;
}
.h-p604 {
  height: 604px;
}
.h-p605 {
  height: 605px;
}
.h-p606 {
  height: 606px;
}
.h-p607 {
  height: 607px;
}
.h-p608 {
  height: 608px;
}
.h-p609 {
  height: 609px;
}
.h-p610 {
  height: 610px;
}
.h-p611 {
  height: 611px;
}
.h-p612 {
  height: 612px;
}
.h-p613 {
  height: 613px;
}
.h-p614 {
  height: 614px;
}
.h-p615 {
  height: 615px;
}
.h-p616 {
  height: 616px;
}
.h-p617 {
  height: 617px;
}
.h-p618 {
  height: 618px;
}
.h-p619 {
  height: 619px;
}
.h-p620 {
  height: 620px;
}
.h-p621 {
  height: 621px;
}
.h-p622 {
  height: 622px;
}
.h-p623 {
  height: 623px;
}
.h-p624 {
  height: 624px;
}
.h-p625 {
  height: 625px;
}
.h-p626 {
  height: 626px;
}
.h-p627 {
  height: 627px;
}
.h-p628 {
  height: 628px;
}
.h-p629 {
  height: 629px;
}
.h-p630 {
  height: 630px;
}
.h-p631 {
  height: 631px;
}
.h-p632 {
  height: 632px;
}
.h-p633 {
  height: 633px;
}
.h-p634 {
  height: 634px;
}
.h-p635 {
  height: 635px;
}
.h-p636 {
  height: 636px;
}
.h-p637 {
  height: 637px;
}
.h-p638 {
  height: 638px;
}
.h-p639 {
  height: 639px;
}
.h-p640 {
  height: 640px;
}
.h-p641 {
  height: 641px;
}
.h-p642 {
  height: 642px;
}
.h-p643 {
  height: 643px;
}
.h-p644 {
  height: 644px;
}
.h-p645 {
  height: 645px;
}
.h-p646 {
  height: 646px;
}
.h-p647 {
  height: 647px;
}
.h-p648 {
  height: 648px;
}
.h-p649 {
  height: 649px;
}
.h-p650 {
  height: 650px;
}
.h-p651 {
  height: 651px;
}
.h-p652 {
  height: 652px;
}
.h-p653 {
  height: 653px;
}
.h-p654 {
  height: 654px;
}
.h-p655 {
  height: 655px;
}
.h-p656 {
  height: 656px;
}
.h-p657 {
  height: 657px;
}
.h-p658 {
  height: 658px;
}
.h-p659 {
  height: 659px;
}
.h-p660 {
  height: 660px;
}
.h-p661 {
  height: 661px;
}
.h-p662 {
  height: 662px;
}
.h-p663 {
  height: 663px;
}
.h-p664 {
  height: 664px;
}
.h-p665 {
  height: 665px;
}
.h-p666 {
  height: 666px;
}
.h-p667 {
  height: 667px;
}
.h-p668 {
  height: 668px;
}
.h-p669 {
  height: 669px;
}
.h-p670 {
  height: 670px;
}
.h-p671 {
  height: 671px;
}
.h-p672 {
  height: 672px;
}
.h-p673 {
  height: 673px;
}
.h-p674 {
  height: 674px;
}
.h-p675 {
  height: 675px;
}
.h-p676 {
  height: 676px;
}
.h-p677 {
  height: 677px;
}
.h-p678 {
  height: 678px;
}
.h-p679 {
  height: 679px;
}
.h-p680 {
  height: 680px;
}
.h-p681 {
  height: 681px;
}
.h-p682 {
  height: 682px;
}
.h-p683 {
  height: 683px;
}
.h-p684 {
  height: 684px;
}
.h-p685 {
  height: 685px;
}
.h-p686 {
  height: 686px;
}
.h-p687 {
  height: 687px;
}
.h-p688 {
  height: 688px;
}
.h-p689 {
  height: 689px;
}
.h-p690 {
  height: 690px;
}
.h-p691 {
  height: 691px;
}
.h-p692 {
  height: 692px;
}
.h-p693 {
  height: 693px;
}
.h-p694 {
  height: 694px;
}
.h-p695 {
  height: 695px;
}
.h-p696 {
  height: 696px;
}
.h-p697 {
  height: 697px;
}
.h-p698 {
  height: 698px;
}
.h-p699 {
  height: 699px;
}
.h-p700 {
  height: 700px;
}
.h-p701 {
  height: 701px;
}
.h-p702 {
  height: 702px;
}
.h-p703 {
  height: 703px;
}
.h-p704 {
  height: 704px;
}
.h-p705 {
  height: 705px;
}
.h-p706 {
  height: 706px;
}
.h-p707 {
  height: 707px;
}
.h-p708 {
  height: 708px;
}
.h-p709 {
  height: 709px;
}
.h-p710 {
  height: 710px;
}
.h-p711 {
  height: 711px;
}
.h-p712 {
  height: 712px;
}
.h-p713 {
  height: 713px;
}
.h-p714 {
  height: 714px;
}
.h-p715 {
  height: 715px;
}
.h-p716 {
  height: 716px;
}
.h-p717 {
  height: 717px;
}
.h-p718 {
  height: 718px;
}
.h-p719 {
  height: 719px;
}
.h-p720 {
  height: 720px;
}
.h-p721 {
  height: 721px;
}
.h-p722 {
  height: 722px;
}
.h-p723 {
  height: 723px;
}
.h-p724 {
  height: 724px;
}
.h-p725 {
  height: 725px;
}
.h-p726 {
  height: 726px;
}
.h-p727 {
  height: 727px;
}
.h-p728 {
  height: 728px;
}
.h-p729 {
  height: 729px;
}
.h-p730 {
  height: 730px;
}
.h-p731 {
  height: 731px;
}
.h-p732 {
  height: 732px;
}
.h-p733 {
  height: 733px;
}
.h-p734 {
  height: 734px;
}
.h-p735 {
  height: 735px;
}
.h-p736 {
  height: 736px;
}
.h-p737 {
  height: 737px;
}
.h-p738 {
  height: 738px;
}
.h-p739 {
  height: 739px;
}
.h-p740 {
  height: 740px;
}
.h-p741 {
  height: 741px;
}
.h-p742 {
  height: 742px;
}
.h-p743 {
  height: 743px;
}
.h-p744 {
  height: 744px;
}
.h-p745 {
  height: 745px;
}
.h-p746 {
  height: 746px;
}
.h-p747 {
  height: 747px;
}
.h-p748 {
  height: 748px;
}
.h-p749 {
  height: 749px;
}
.h-p750 {
  height: 750px;
}
.h-p751 {
  height: 751px;
}
.h-p752 {
  height: 752px;
}
.h-p753 {
  height: 753px;
}
.h-p754 {
  height: 754px;
}
.h-p755 {
  height: 755px;
}
.h-p756 {
  height: 756px;
}
.h-p757 {
  height: 757px;
}
.h-p758 {
  height: 758px;
}
.h-p759 {
  height: 759px;
}
.h-p760 {
  height: 760px;
}
.h-p761 {
  height: 761px;
}
.h-p762 {
  height: 762px;
}
.h-p763 {
  height: 763px;
}
.h-p764 {
  height: 764px;
}
.h-p765 {
  height: 765px;
}
.h-p766 {
  height: 766px;
}
.h-p767 {
  height: 767px;
}
.h-p768 {
  height: 768px;
}
.h-p769 {
  height: 769px;
}
.h-p770 {
  height: 770px;
}
.h-p771 {
  height: 771px;
}
.h-p772 {
  height: 772px;
}
.h-p773 {
  height: 773px;
}
.h-p774 {
  height: 774px;
}
.h-p775 {
  height: 775px;
}
.h-p776 {
  height: 776px;
}
.h-p777 {
  height: 777px;
}
.h-p778 {
  height: 778px;
}
.h-p779 {
  height: 779px;
}
.h-p780 {
  height: 780px;
}
.h-p781 {
  height: 781px;
}
.h-p782 {
  height: 782px;
}
.h-p783 {
  height: 783px;
}
.h-p784 {
  height: 784px;
}
.h-p785 {
  height: 785px;
}
.h-p786 {
  height: 786px;
}
.h-p787 {
  height: 787px;
}
.h-p788 {
  height: 788px;
}
.h-p789 {
  height: 789px;
}
.h-p790 {
  height: 790px;
}
.h-p791 {
  height: 791px;
}
.h-p792 {
  height: 792px;
}
.h-p793 {
  height: 793px;
}
.h-p794 {
  height: 794px;
}
.h-p795 {
  height: 795px;
}
.h-p796 {
  height: 796px;
}
.h-p797 {
  height: 797px;
}
.h-p798 {
  height: 798px;
}
.h-p799 {
  height: 799px;
}
.h-p800 {
  height: 800px;
}
.h-p801 {
  height: 801px;
}
.h-p802 {
  height: 802px;
}
.h-p803 {
  height: 803px;
}
.h-p804 {
  height: 804px;
}
.h-p805 {
  height: 805px;
}
.h-p806 {
  height: 806px;
}
.h-p807 {
  height: 807px;
}
.h-p808 {
  height: 808px;
}
.h-p809 {
  height: 809px;
}
.h-p810 {
  height: 810px;
}
.h-p811 {
  height: 811px;
}
.h-p812 {
  height: 812px;
}
.h-p813 {
  height: 813px;
}
.h-p814 {
  height: 814px;
}
.h-p815 {
  height: 815px;
}
.h-p816 {
  height: 816px;
}
.h-p817 {
  height: 817px;
}
.h-p818 {
  height: 818px;
}
.h-p819 {
  height: 819px;
}
.h-p820 {
  height: 820px;
}
.h-p821 {
  height: 821px;
}
.h-p822 {
  height: 822px;
}
.h-p823 {
  height: 823px;
}
.h-p824 {
  height: 824px;
}
.h-p825 {
  height: 825px;
}
.h-p826 {
  height: 826px;
}
.h-p827 {
  height: 827px;
}
.h-p828 {
  height: 828px;
}
.h-p829 {
  height: 829px;
}
.h-p830 {
  height: 830px;
}
.h-p831 {
  height: 831px;
}
.h-p832 {
  height: 832px;
}
.h-p833 {
  height: 833px;
}
.h-p834 {
  height: 834px;
}
.h-p835 {
  height: 835px;
}
.h-p836 {
  height: 836px;
}
.h-p837 {
  height: 837px;
}
.h-p838 {
  height: 838px;
}
.h-p839 {
  height: 839px;
}
.h-p840 {
  height: 840px;
}
.h-p841 {
  height: 841px;
}
.h-p842 {
  height: 842px;
}
.h-p843 {
  height: 843px;
}
.h-p844 {
  height: 844px;
}
.h-p845 {
  height: 845px;
}
.h-p846 {
  height: 846px;
}
.h-p847 {
  height: 847px;
}
.h-p848 {
  height: 848px;
}
.h-p849 {
  height: 849px;
}
.h-p850 {
  height: 850px;
}
.h-p851 {
  height: 851px;
}
.h-p852 {
  height: 852px;
}
.h-p853 {
  height: 853px;
}
.h-p854 {
  height: 854px;
}
.h-p855 {
  height: 855px;
}
.h-p856 {
  height: 856px;
}
.h-p857 {
  height: 857px;
}
.h-p858 {
  height: 858px;
}
.h-p859 {
  height: 859px;
}
.h-p860 {
  height: 860px;
}
.h-p861 {
  height: 861px;
}
.h-p862 {
  height: 862px;
}
.h-p863 {
  height: 863px;
}
.h-p864 {
  height: 864px;
}
.h-p865 {
  height: 865px;
}
.h-p866 {
  height: 866px;
}
.h-p867 {
  height: 867px;
}
.h-p868 {
  height: 868px;
}
.h-p869 {
  height: 869px;
}
.h-p870 {
  height: 870px;
}
.h-p871 {
  height: 871px;
}
.h-p872 {
  height: 872px;
}
.h-p873 {
  height: 873px;
}
.h-p874 {
  height: 874px;
}
.h-p875 {
  height: 875px;
}
.h-p876 {
  height: 876px;
}
.h-p877 {
  height: 877px;
}
.h-p878 {
  height: 878px;
}
.h-p879 {
  height: 879px;
}
.h-p880 {
  height: 880px;
}
.h-p881 {
  height: 881px;
}
.h-p882 {
  height: 882px;
}
.h-p883 {
  height: 883px;
}
.h-p884 {
  height: 884px;
}
.h-p885 {
  height: 885px;
}
.h-p886 {
  height: 886px;
}
.h-p887 {
  height: 887px;
}
.h-p888 {
  height: 888px;
}
.h-p889 {
  height: 889px;
}
.h-p890 {
  height: 890px;
}
.h-p891 {
  height: 891px;
}
.h-p892 {
  height: 892px;
}
.h-p893 {
  height: 893px;
}
.h-p894 {
  height: 894px;
}
.h-p895 {
  height: 895px;
}
.h-p896 {
  height: 896px;
}
.h-p897 {
  height: 897px;
}
.h-p898 {
  height: 898px;
}
.h-p899 {
  height: 899px;
}
.h-p900 {
  height: 900px;
}
.h-p901 {
  height: 901px;
}
.h-p902 {
  height: 902px;
}
.h-p903 {
  height: 903px;
}
.h-p904 {
  height: 904px;
}
.h-p905 {
  height: 905px;
}
.h-p906 {
  height: 906px;
}
.h-p907 {
  height: 907px;
}
.h-p908 {
  height: 908px;
}
.h-p909 {
  height: 909px;
}
.h-p910 {
  height: 910px;
}
.h-p911 {
  height: 911px;
}
.h-p912 {
  height: 912px;
}
.h-p913 {
  height: 913px;
}
.h-p914 {
  height: 914px;
}
.h-p915 {
  height: 915px;
}
.h-p916 {
  height: 916px;
}
.h-p917 {
  height: 917px;
}
.h-p918 {
  height: 918px;
}
.h-p919 {
  height: 919px;
}
.h-p920 {
  height: 920px;
}
.h-p921 {
  height: 921px;
}
.h-p922 {
  height: 922px;
}
.h-p923 {
  height: 923px;
}
.h-p924 {
  height: 924px;
}
.h-p925 {
  height: 925px;
}
.h-p926 {
  height: 926px;
}
.h-p927 {
  height: 927px;
}
.h-p928 {
  height: 928px;
}
.h-p929 {
  height: 929px;
}
.h-p930 {
  height: 930px;
}
.h-p931 {
  height: 931px;
}
.h-p932 {
  height: 932px;
}
.h-p933 {
  height: 933px;
}
.h-p934 {
  height: 934px;
}
.h-p935 {
  height: 935px;
}
.h-p936 {
  height: 936px;
}
.h-p937 {
  height: 937px;
}
.h-p938 {
  height: 938px;
}
.h-p939 {
  height: 939px;
}
.h-p940 {
  height: 940px;
}
.h-p941 {
  height: 941px;
}
.h-p942 {
  height: 942px;
}
.h-p943 {
  height: 943px;
}
.h-p944 {
  height: 944px;
}
.h-p945 {
  height: 945px;
}
.h-p946 {
  height: 946px;
}
.h-p947 {
  height: 947px;
}
.h-p948 {
  height: 948px;
}
.h-p949 {
  height: 949px;
}
.h-p950 {
  height: 950px;
}
.h-p951 {
  height: 951px;
}
.h-p952 {
  height: 952px;
}
.h-p953 {
  height: 953px;
}
.h-p954 {
  height: 954px;
}
.h-p955 {
  height: 955px;
}
.h-p956 {
  height: 956px;
}
.h-p957 {
  height: 957px;
}
.h-p958 {
  height: 958px;
}
.h-p959 {
  height: 959px;
}
.h-p960 {
  height: 960px;
}
.h-p961 {
  height: 961px;
}
.h-p962 {
  height: 962px;
}
.h-p963 {
  height: 963px;
}
.h-p964 {
  height: 964px;
}
.h-p965 {
  height: 965px;
}
.h-p966 {
  height: 966px;
}
.h-p967 {
  height: 967px;
}
.h-p968 {
  height: 968px;
}
.h-p969 {
  height: 969px;
}
.h-p970 {
  height: 970px;
}
.h-p971 {
  height: 971px;
}
.h-p972 {
  height: 972px;
}
.h-p973 {
  height: 973px;
}
.h-p974 {
  height: 974px;
}
.h-p975 {
  height: 975px;
}
.h-p976 {
  height: 976px;
}
.h-p977 {
  height: 977px;
}
.h-p978 {
  height: 978px;
}
.h-p979 {
  height: 979px;
}
.h-p980 {
  height: 980px;
}
.h-p981 {
  height: 981px;
}
.h-p982 {
  height: 982px;
}
.h-p983 {
  height: 983px;
}
.h-p984 {
  height: 984px;
}
.h-p985 {
  height: 985px;
}
.h-p986 {
  height: 986px;
}
.h-p987 {
  height: 987px;
}
.h-p988 {
  height: 988px;
}
.h-p989 {
  height: 989px;
}
.h-p990 {
  height: 990px;
}
.h-p991 {
  height: 991px;
}
.h-p992 {
  height: 992px;
}
.h-p993 {
  height: 993px;
}
.h-p994 {
  height: 994px;
}
.h-p995 {
  height: 995px;
}
.h-p996 {
  height: 996px;
}
.h-p997 {
  height: 997px;
}
.h-p998 {
  height: 998px;
}
.h-p999 {
  height: 999px;
}
.h-p1000 {
  height: 1000px;
}
.h-p1001 {
  height: 1001px;
}
.h-p1002 {
  height: 1002px;
}
.h-p1003 {
  height: 1003px;
}
.h-p1004 {
  height: 1004px;
}
.h-p1005 {
  height: 1005px;
}
.h-p1006 {
  height: 1006px;
}
.h-p1007 {
  height: 1007px;
}
.h-p1008 {
  height: 1008px;
}
.h-p1009 {
  height: 1009px;
}
.h-p1010 {
  height: 1010px;
}
.h-p1011 {
  height: 1011px;
}
.h-p1012 {
  height: 1012px;
}
.h-p1013 {
  height: 1013px;
}
.h-p1014 {
  height: 1014px;
}
.h-p1015 {
  height: 1015px;
}
.h-p1016 {
  height: 1016px;
}
.h-p1017 {
  height: 1017px;
}
.h-p1018 {
  height: 1018px;
}
.h-p1019 {
  height: 1019px;
}
.h-p1020 {
  height: 1020px;
}
.h-p1021 {
  height: 1021px;
}
.h-p1022 {
  height: 1022px;
}
.h-p1023 {
  height: 1023px;
}
.h-p1024 {
  height: 1024px;
}
.h-p1025 {
  height: 1025px;
}
.h-p1026 {
  height: 1026px;
}
.h-p1027 {
  height: 1027px;
}
.h-p1028 {
  height: 1028px;
}
.h-p1029 {
  height: 1029px;
}
.h-p1030 {
  height: 1030px;
}
.h-p1031 {
  height: 1031px;
}
.h-p1032 {
  height: 1032px;
}
.h-p1033 {
  height: 1033px;
}
.h-p1034 {
  height: 1034px;
}
.h-p1035 {
  height: 1035px;
}
.h-p1036 {
  height: 1036px;
}
.h-p1037 {
  height: 1037px;
}
.h-p1038 {
  height: 1038px;
}
.h-p1039 {
  height: 1039px;
}
.h-p1040 {
  height: 1040px;
}
.h-p1041 {
  height: 1041px;
}
.h-p1042 {
  height: 1042px;
}
.h-p1043 {
  height: 1043px;
}
.h-p1044 {
  height: 1044px;
}
.h-p1045 {
  height: 1045px;
}
.h-p1046 {
  height: 1046px;
}
.h-p1047 {
  height: 1047px;
}
.h-p1048 {
  height: 1048px;
}
.h-p1049 {
  height: 1049px;
}
.h-p1050 {
  height: 1050px;
}
.h-p1051 {
  height: 1051px;
}
.h-p1052 {
  height: 1052px;
}
.h-p1053 {
  height: 1053px;
}
.h-p1054 {
  height: 1054px;
}
.h-p1055 {
  height: 1055px;
}
.h-p1056 {
  height: 1056px;
}
.h-p1057 {
  height: 1057px;
}
.h-p1058 {
  height: 1058px;
}
.h-p1059 {
  height: 1059px;
}
.h-p1060 {
  height: 1060px;
}
.h-p1061 {
  height: 1061px;
}
.h-p1062 {
  height: 1062px;
}
.h-p1063 {
  height: 1063px;
}
.h-p1064 {
  height: 1064px;
}
.h-p1065 {
  height: 1065px;
}
.h-p1066 {
  height: 1066px;
}
.h-p1067 {
  height: 1067px;
}
.h-p1068 {
  height: 1068px;
}
.h-p1069 {
  height: 1069px;
}
.h-p1070 {
  height: 1070px;
}
.h-p1071 {
  height: 1071px;
}
.h-p1072 {
  height: 1072px;
}
.h-p1073 {
  height: 1073px;
}
.h-p1074 {
  height: 1074px;
}
.h-p1075 {
  height: 1075px;
}
.h-p1076 {
  height: 1076px;
}
.h-p1077 {
  height: 1077px;
}
.h-p1078 {
  height: 1078px;
}
.h-p1079 {
  height: 1079px;
}
.h-p1080 {
  height: 1080px;
}
.h-p1081 {
  height: 1081px;
}
.h-p1082 {
  height: 1082px;
}
.h-p1083 {
  height: 1083px;
}
.h-p1084 {
  height: 1084px;
}
.h-p1085 {
  height: 1085px;
}
.h-p1086 {
  height: 1086px;
}
.h-p1087 {
  height: 1087px;
}
.h-p1088 {
  height: 1088px;
}
.h-p1089 {
  height: 1089px;
}
.h-p1090 {
  height: 1090px;
}
.h-p1091 {
  height: 1091px;
}
.h-p1092 {
  height: 1092px;
}
.h-p1093 {
  height: 1093px;
}
.h-p1094 {
  height: 1094px;
}
.h-p1095 {
  height: 1095px;
}
.h-p1096 {
  height: 1096px;
}
.h-p1097 {
  height: 1097px;
}
.h-p1098 {
  height: 1098px;
}
.h-p1099 {
  height: 1099px;
}
.h-p1100 {
  height: 1100px;
}
.h-p1101 {
  height: 1101px;
}
.h-p1102 {
  height: 1102px;
}
.h-p1103 {
  height: 1103px;
}
.h-p1104 {
  height: 1104px;
}
.h-p1105 {
  height: 1105px;
}
.h-p1106 {
  height: 1106px;
}
.h-p1107 {
  height: 1107px;
}
.h-p1108 {
  height: 1108px;
}
.h-p1109 {
  height: 1109px;
}
.h-p1110 {
  height: 1110px;
}
.h-p1111 {
  height: 1111px;
}
.h-p1112 {
  height: 1112px;
}
.h-p1113 {
  height: 1113px;
}
.h-p1114 {
  height: 1114px;
}
.h-p1115 {
  height: 1115px;
}
.h-p1116 {
  height: 1116px;
}
.h-p1117 {
  height: 1117px;
}
.h-p1118 {
  height: 1118px;
}
.h-p1119 {
  height: 1119px;
}
.h-p1120 {
  height: 1120px;
}
.h-p1121 {
  height: 1121px;
}
.h-p1122 {
  height: 1122px;
}
.h-p1123 {
  height: 1123px;
}
.h-p1124 {
  height: 1124px;
}
.h-p1125 {
  height: 1125px;
}
.h-p1126 {
  height: 1126px;
}
.h-p1127 {
  height: 1127px;
}
.h-p1128 {
  height: 1128px;
}
.h-p1129 {
  height: 1129px;
}
.h-p1130 {
  height: 1130px;
}
.h-p1131 {
  height: 1131px;
}
.h-p1132 {
  height: 1132px;
}
.h-p1133 {
  height: 1133px;
}
.h-p1134 {
  height: 1134px;
}
.h-p1135 {
  height: 1135px;
}
.h-p1136 {
  height: 1136px;
}
.h-p1137 {
  height: 1137px;
}
.h-p1138 {
  height: 1138px;
}
.h-p1139 {
  height: 1139px;
}
.h-p1140 {
  height: 1140px;
}
.h-p1141 {
  height: 1141px;
}
.h-p1142 {
  height: 1142px;
}
.h-p1143 {
  height: 1143px;
}
.h-p1144 {
  height: 1144px;
}
.h-p1145 {
  height: 1145px;
}
.h-p1146 {
  height: 1146px;
}
.h-p1147 {
  height: 1147px;
}
.h-p1148 {
  height: 1148px;
}
.h-p1149 {
  height: 1149px;
}
.h-p1150 {
  height: 1150px;
}
.h-p1151 {
  height: 1151px;
}
.h-p1152 {
  height: 1152px;
}
.h-p1153 {
  height: 1153px;
}
.h-p1154 {
  height: 1154px;
}
.h-p1155 {
  height: 1155px;
}
.h-p1156 {
  height: 1156px;
}
.h-p1157 {
  height: 1157px;
}
.h-p1158 {
  height: 1158px;
}
.h-p1159 {
  height: 1159px;
}
.h-p1160 {
  height: 1160px;
}
.h-p1161 {
  height: 1161px;
}
.h-p1162 {
  height: 1162px;
}
.h-p1163 {
  height: 1163px;
}
.h-p1164 {
  height: 1164px;
}
.h-p1165 {
  height: 1165px;
}
.h-p1166 {
  height: 1166px;
}
.h-p1167 {
  height: 1167px;
}
.h-p1168 {
  height: 1168px;
}
.h-p1169 {
  height: 1169px;
}
.h-p1170 {
  height: 1170px;
}
.h-p1171 {
  height: 1171px;
}
.h-p1172 {
  height: 1172px;
}
.h-p1173 {
  height: 1173px;
}
.h-p1174 {
  height: 1174px;
}
.h-p1175 {
  height: 1175px;
}
.h-p1176 {
  height: 1176px;
}
.h-p1177 {
  height: 1177px;
}
.h-p1178 {
  height: 1178px;
}
.h-p1179 {
  height: 1179px;
}
.h-p1180 {
  height: 1180px;
}
.h-p1181 {
  height: 1181px;
}
.h-p1182 {
  height: 1182px;
}
.h-p1183 {
  height: 1183px;
}
.h-p1184 {
  height: 1184px;
}
.h-p1185 {
  height: 1185px;
}
.h-p1186 {
  height: 1186px;
}
.h-p1187 {
  height: 1187px;
}
.h-p1188 {
  height: 1188px;
}
.h-p1189 {
  height: 1189px;
}
.h-p1190 {
  height: 1190px;
}
.h-p1191 {
  height: 1191px;
}
.h-p1192 {
  height: 1192px;
}
.h-p1193 {
  height: 1193px;
}
.h-p1194 {
  height: 1194px;
}
.h-p1195 {
  height: 1195px;
}
.h-p1196 {
  height: 1196px;
}
.h-p1197 {
  height: 1197px;
}
.h-p1198 {
  height: 1198px;
}
.h-p1199 {
  height: 1199px;
}
.h-p1200 {
  height: 1200px;
}
.h-p1201 {
  height: 1201px;
}
.h-p1202 {
  height: 1202px;
}
.h-p1203 {
  height: 1203px;
}
.h-p1204 {
  height: 1204px;
}
.h-p1205 {
  height: 1205px;
}
.h-p1206 {
  height: 1206px;
}
.h-p1207 {
  height: 1207px;
}
.h-p1208 {
  height: 1208px;
}
.h-p1209 {
  height: 1209px;
}
.h-p1210 {
  height: 1210px;
}
.h-p1211 {
  height: 1211px;
}
.h-p1212 {
  height: 1212px;
}
.h-p1213 {
  height: 1213px;
}
.h-p1214 {
  height: 1214px;
}
.h-p1215 {
  height: 1215px;
}
.h-p1216 {
  height: 1216px;
}
.h-p1217 {
  height: 1217px;
}
.h-p1218 {
  height: 1218px;
}
.h-p1219 {
  height: 1219px;
}
.h-p1220 {
  height: 1220px;
}
.h-p1221 {
  height: 1221px;
}
.h-p1222 {
  height: 1222px;
}
.h-p1223 {
  height: 1223px;
}
.h-p1224 {
  height: 1224px;
}
.h-p1225 {
  height: 1225px;
}
.h-p1226 {
  height: 1226px;
}
.h-p1227 {
  height: 1227px;
}
.h-p1228 {
  height: 1228px;
}
.h-p1229 {
  height: 1229px;
}
.h-p1230 {
  height: 1230px;
}
.h-p1231 {
  height: 1231px;
}
.h-p1232 {
  height: 1232px;
}
.h-p1233 {
  height: 1233px;
}
.h-p1234 {
  height: 1234px;
}
.h-p1235 {
  height: 1235px;
}
.h-p1236 {
  height: 1236px;
}
.h-p1237 {
  height: 1237px;
}
.h-p1238 {
  height: 1238px;
}
.h-p1239 {
  height: 1239px;
}
.h-p1240 {
  height: 1240px;
}
.h-p1241 {
  height: 1241px;
}
.h-p1242 {
  height: 1242px;
}
.h-p1243 {
  height: 1243px;
}
.h-p1244 {
  height: 1244px;
}
.h-p1245 {
  height: 1245px;
}
.h-p1246 {
  height: 1246px;
}
.h-p1247 {
  height: 1247px;
}
.h-p1248 {
  height: 1248px;
}
.h-p1249 {
  height: 1249px;
}
.h-p1250 {
  height: 1250px;
}
.h-p1251 {
  height: 1251px;
}
.h-p1252 {
  height: 1252px;
}
.h-p1253 {
  height: 1253px;
}
.h-p1254 {
  height: 1254px;
}
.h-p1255 {
  height: 1255px;
}
.h-p1256 {
  height: 1256px;
}
.h-p1257 {
  height: 1257px;
}
.h-p1258 {
  height: 1258px;
}
.h-p1259 {
  height: 1259px;
}
.h-p1260 {
  height: 1260px;
}
.h-p1261 {
  height: 1261px;
}
.h-p1262 {
  height: 1262px;
}
.h-p1263 {
  height: 1263px;
}
.h-p1264 {
  height: 1264px;
}
.h-p1265 {
  height: 1265px;
}
.h-p1266 {
  height: 1266px;
}
.h-p1267 {
  height: 1267px;
}
.h-p1268 {
  height: 1268px;
}
.h-p1269 {
  height: 1269px;
}
.h-p1270 {
  height: 1270px;
}
.h-p1271 {
  height: 1271px;
}
.h-p1272 {
  height: 1272px;
}
.h-p1273 {
  height: 1273px;
}
.h-p1274 {
  height: 1274px;
}
.h-p1275 {
  height: 1275px;
}
.h-p1276 {
  height: 1276px;
}
.h-p1277 {
  height: 1277px;
}
.h-p1278 {
  height: 1278px;
}
.h-p1279 {
  height: 1279px;
}
.h-p1280 {
  height: 1280px;
}
.h-p1281 {
  height: 1281px;
}
.h-p1282 {
  height: 1282px;
}
.h-p1283 {
  height: 1283px;
}
.h-p1284 {
  height: 1284px;
}
.h-p1285 {
  height: 1285px;
}
.h-p1286 {
  height: 1286px;
}
.h-p1287 {
  height: 1287px;
}
.h-p1288 {
  height: 1288px;
}
.h-p1289 {
  height: 1289px;
}
.h-p1290 {
  height: 1290px;
}
.h-p1291 {
  height: 1291px;
}
.h-p1292 {
  height: 1292px;
}
.h-p1293 {
  height: 1293px;
}
.h-p1294 {
  height: 1294px;
}
.h-p1295 {
  height: 1295px;
}
.h-p1296 {
  height: 1296px;
}
.h-p1297 {
  height: 1297px;
}
.h-p1298 {
  height: 1298px;
}
.h-p1299 {
  height: 1299px;
}
.h-p1300 {
  height: 1300px;
}
.h-p1301 {
  height: 1301px;
}
.h-p1302 {
  height: 1302px;
}
.h-p1303 {
  height: 1303px;
}
.h-p1304 {
  height: 1304px;
}
.h-p1305 {
  height: 1305px;
}
.h-p1306 {
  height: 1306px;
}
.h-p1307 {
  height: 1307px;
}
.h-p1308 {
  height: 1308px;
}
.h-p1309 {
  height: 1309px;
}
.h-p1310 {
  height: 1310px;
}
.h-p1311 {
  height: 1311px;
}
.h-p1312 {
  height: 1312px;
}
.h-p1313 {
  height: 1313px;
}
.h-p1314 {
  height: 1314px;
}
.h-p1315 {
  height: 1315px;
}
.h-p1316 {
  height: 1316px;
}
.h-p1317 {
  height: 1317px;
}
.h-p1318 {
  height: 1318px;
}
.h-p1319 {
  height: 1319px;
}
.h-p1320 {
  height: 1320px;
}
.h-p1321 {
  height: 1321px;
}
.h-p1322 {
  height: 1322px;
}
.h-p1323 {
  height: 1323px;
}
.h-p1324 {
  height: 1324px;
}
.h-p1325 {
  height: 1325px;
}
.h-p1326 {
  height: 1326px;
}
.h-p1327 {
  height: 1327px;
}
.h-p1328 {
  height: 1328px;
}
.h-p1329 {
  height: 1329px;
}
.h-p1330 {
  height: 1330px;
}
.h-p1331 {
  height: 1331px;
}
.h-p1332 {
  height: 1332px;
}
.h-p1333 {
  height: 1333px;
}
.h-p1334 {
  height: 1334px;
}
.h-p1335 {
  height: 1335px;
}
.h-p1336 {
  height: 1336px;
}
.h-p1337 {
  height: 1337px;
}
.h-p1338 {
  height: 1338px;
}
.h-p1339 {
  height: 1339px;
}
.h-p1340 {
  height: 1340px;
}
.h-p1341 {
  height: 1341px;
}
.h-p1342 {
  height: 1342px;
}
.h-p1343 {
  height: 1343px;
}
.h-p1344 {
  height: 1344px;
}
.h-p1345 {
  height: 1345px;
}
.h-p1346 {
  height: 1346px;
}
.h-p1347 {
  height: 1347px;
}
.h-p1348 {
  height: 1348px;
}
.h-p1349 {
  height: 1349px;
}
.h-p1350 {
  height: 1350px;
}
.h-p1351 {
  height: 1351px;
}
.h-p1352 {
  height: 1352px;
}
.h-p1353 {
  height: 1353px;
}
.h-p1354 {
  height: 1354px;
}
.h-p1355 {
  height: 1355px;
}
.h-p1356 {
  height: 1356px;
}
.h-p1357 {
  height: 1357px;
}
.h-p1358 {
  height: 1358px;
}
.h-p1359 {
  height: 1359px;
}
.h-p1360 {
  height: 1360px;
}
.h-p1361 {
  height: 1361px;
}
.h-p1362 {
  height: 1362px;
}
.h-p1363 {
  height: 1363px;
}
.h-p1364 {
  height: 1364px;
}
.h-p1365 {
  height: 1365px;
}
.h-p1366 {
  height: 1366px;
}
.h-p1367 {
  height: 1367px;
}
.h-p1368 {
  height: 1368px;
}
.h-p1369 {
  height: 1369px;
}
.h-p1370 {
  height: 1370px;
}
.h-p1371 {
  height: 1371px;
}
.h-p1372 {
  height: 1372px;
}
.h-p1373 {
  height: 1373px;
}
.h-p1374 {
  height: 1374px;
}
.h-p1375 {
  height: 1375px;
}
.h-p1376 {
  height: 1376px;
}
.h-p1377 {
  height: 1377px;
}
.h-p1378 {
  height: 1378px;
}
.h-p1379 {
  height: 1379px;
}
.h-p1380 {
  height: 1380px;
}
.h-p1381 {
  height: 1381px;
}
.h-p1382 {
  height: 1382px;
}
.h-p1383 {
  height: 1383px;
}
.h-p1384 {
  height: 1384px;
}
.h-p1385 {
  height: 1385px;
}
.h-p1386 {
  height: 1386px;
}
.h-p1387 {
  height: 1387px;
}
.h-p1388 {
  height: 1388px;
}
.h-p1389 {
  height: 1389px;
}
.h-p1390 {
  height: 1390px;
}
.h-p1391 {
  height: 1391px;
}
.h-p1392 {
  height: 1392px;
}
.h-p1393 {
  height: 1393px;
}
.h-p1394 {
  height: 1394px;
}
.h-p1395 {
  height: 1395px;
}
.h-p1396 {
  height: 1396px;
}
.h-p1397 {
  height: 1397px;
}
.h-p1398 {
  height: 1398px;
}
.h-p1399 {
  height: 1399px;
}
.h-p1400 {
  height: 1400px;
}
.h-p1401 {
  height: 1401px;
}
.h-p1402 {
  height: 1402px;
}
.h-p1403 {
  height: 1403px;
}
.h-p1404 {
  height: 1404px;
}
.h-p1405 {
  height: 1405px;
}
.h-p1406 {
  height: 1406px;
}
.h-p1407 {
  height: 1407px;
}
.h-p1408 {
  height: 1408px;
}
.h-p1409 {
  height: 1409px;
}
.h-p1410 {
  height: 1410px;
}
.h-p1411 {
  height: 1411px;
}
.h-p1412 {
  height: 1412px;
}
.h-p1413 {
  height: 1413px;
}
.h-p1414 {
  height: 1414px;
}
.h-p1415 {
  height: 1415px;
}
.h-p1416 {
  height: 1416px;
}
.h-p1417 {
  height: 1417px;
}
.h-p1418 {
  height: 1418px;
}
.h-p1419 {
  height: 1419px;
}
.h-p1420 {
  height: 1420px;
}
.h-p1421 {
  height: 1421px;
}
.h-p1422 {
  height: 1422px;
}
.h-p1423 {
  height: 1423px;
}
.h-p1424 {
  height: 1424px;
}
.h-p1425 {
  height: 1425px;
}
.h-p1426 {
  height: 1426px;
}
.h-p1427 {
  height: 1427px;
}
.h-p1428 {
  height: 1428px;
}
.h-p1429 {
  height: 1429px;
}
.h-p1430 {
  height: 1430px;
}
.h-p1431 {
  height: 1431px;
}
.h-p1432 {
  height: 1432px;
}
.h-p1433 {
  height: 1433px;
}
.h-p1434 {
  height: 1434px;
}
.h-p1435 {
  height: 1435px;
}
.h-p1436 {
  height: 1436px;
}
.h-p1437 {
  height: 1437px;
}
.h-p1438 {
  height: 1438px;
}
.h-p1439 {
  height: 1439px;
}
.h-p1440 {
  height: 1440px;
}
.h-p1441 {
  height: 1441px;
}
.h-p1442 {
  height: 1442px;
}
.h-p1443 {
  height: 1443px;
}
.h-p1444 {
  height: 1444px;
}
.h-p1445 {
  height: 1445px;
}
.h-p1446 {
  height: 1446px;
}
.h-p1447 {
  height: 1447px;
}
.h-p1448 {
  height: 1448px;
}
.h-p1449 {
  height: 1449px;
}
.h-p1450 {
  height: 1450px;
}
.h-p1451 {
  height: 1451px;
}
.h-p1452 {
  height: 1452px;
}
.h-p1453 {
  height: 1453px;
}
.h-p1454 {
  height: 1454px;
}
.h-p1455 {
  height: 1455px;
}
.h-p1456 {
  height: 1456px;
}
.h-p1457 {
  height: 1457px;
}
.h-p1458 {
  height: 1458px;
}
.h-p1459 {
  height: 1459px;
}
.h-p1460 {
  height: 1460px;
}
.h-p1461 {
  height: 1461px;
}
.h-p1462 {
  height: 1462px;
}
.h-p1463 {
  height: 1463px;
}
.h-p1464 {
  height: 1464px;
}
.h-p1465 {
  height: 1465px;
}
.h-p1466 {
  height: 1466px;
}
.h-p1467 {
  height: 1467px;
}
.h-p1468 {
  height: 1468px;
}
.h-p1469 {
  height: 1469px;
}
.h-p1470 {
  height: 1470px;
}
.h-p1471 {
  height: 1471px;
}
.h-p1472 {
  height: 1472px;
}
.h-p1473 {
  height: 1473px;
}
.h-p1474 {
  height: 1474px;
}
.h-p1475 {
  height: 1475px;
}
.h-p1476 {
  height: 1476px;
}
.h-p1477 {
  height: 1477px;
}
.h-p1478 {
  height: 1478px;
}
.h-p1479 {
  height: 1479px;
}
.h-p1480 {
  height: 1480px;
}
.h-p1481 {
  height: 1481px;
}
.h-p1482 {
  height: 1482px;
}
.h-p1483 {
  height: 1483px;
}
.h-p1484 {
  height: 1484px;
}
.h-p1485 {
  height: 1485px;
}
.h-p1486 {
  height: 1486px;
}
.h-p1487 {
  height: 1487px;
}
.h-p1488 {
  height: 1488px;
}
.h-p1489 {
  height: 1489px;
}
.h-p1490 {
  height: 1490px;
}
.h-p1491 {
  height: 1491px;
}
.h-p1492 {
  height: 1492px;
}
.h-p1493 {
  height: 1493px;
}
.h-p1494 {
  height: 1494px;
}
.h-p1495 {
  height: 1495px;
}
.h-p1496 {
  height: 1496px;
}
.h-p1497 {
  height: 1497px;
}
.h-p1498 {
  height: 1498px;
}
.h-p1499 {
  height: 1499px;
}
.h-p1500 {
  height: 1500px;
}
.h-p1501 {
  height: 1501px;
}
.h-p1502 {
  height: 1502px;
}
.h-p1503 {
  height: 1503px;
}
.h-p1504 {
  height: 1504px;
}
.h-p1505 {
  height: 1505px;
}
.h-p1506 {
  height: 1506px;
}
.h-p1507 {
  height: 1507px;
}
.h-p1508 {
  height: 1508px;
}
.h-p1509 {
  height: 1509px;
}
.h-p1510 {
  height: 1510px;
}
.h-p1511 {
  height: 1511px;
}
.h-p1512 {
  height: 1512px;
}
.h-p1513 {
  height: 1513px;
}
.h-p1514 {
  height: 1514px;
}
.h-p1515 {
  height: 1515px;
}
.h-p1516 {
  height: 1516px;
}
.h-p1517 {
  height: 1517px;
}
.h-p1518 {
  height: 1518px;
}
.h-p1519 {
  height: 1519px;
}
.h-p1520 {
  height: 1520px;
}
.h-p1521 {
  height: 1521px;
}
.h-p1522 {
  height: 1522px;
}
.h-p1523 {
  height: 1523px;
}
.h-p1524 {
  height: 1524px;
}
.h-p1525 {
  height: 1525px;
}
.h-p1526 {
  height: 1526px;
}
.h-p1527 {
  height: 1527px;
}
.h-p1528 {
  height: 1528px;
}
.h-p1529 {
  height: 1529px;
}
.h-p1530 {
  height: 1530px;
}
.h-p1531 {
  height: 1531px;
}
.h-p1532 {
  height: 1532px;
}
.h-p1533 {
  height: 1533px;
}
.h-p1534 {
  height: 1534px;
}
.h-p1535 {
  height: 1535px;
}
.h-p1536 {
  height: 1536px;
}
.h-p1537 {
  height: 1537px;
}
.h-p1538 {
  height: 1538px;
}
.h-p1539 {
  height: 1539px;
}
.h-p1540 {
  height: 1540px;
}
.h-p1541 {
  height: 1541px;
}
.h-p1542 {
  height: 1542px;
}
.h-p1543 {
  height: 1543px;
}
.h-p1544 {
  height: 1544px;
}
.h-p1545 {
  height: 1545px;
}
.h-p1546 {
  height: 1546px;
}
.h-p1547 {
  height: 1547px;
}
.h-p1548 {
  height: 1548px;
}
.h-p1549 {
  height: 1549px;
}
.h-p1550 {
  height: 1550px;
}
.h-p1551 {
  height: 1551px;
}
.h-p1552 {
  height: 1552px;
}
.h-p1553 {
  height: 1553px;
}
.h-p1554 {
  height: 1554px;
}
.h-p1555 {
  height: 1555px;
}
.h-p1556 {
  height: 1556px;
}
.h-p1557 {
  height: 1557px;
}
.h-p1558 {
  height: 1558px;
}
.h-p1559 {
  height: 1559px;
}
.h-p1560 {
  height: 1560px;
}
.h-p1561 {
  height: 1561px;
}
.h-p1562 {
  height: 1562px;
}
.h-p1563 {
  height: 1563px;
}
.h-p1564 {
  height: 1564px;
}
.h-p1565 {
  height: 1565px;
}
.h-p1566 {
  height: 1566px;
}
.h-p1567 {
  height: 1567px;
}
.h-p1568 {
  height: 1568px;
}
.h-p1569 {
  height: 1569px;
}
.h-p1570 {
  height: 1570px;
}
.h-p1571 {
  height: 1571px;
}
.h-p1572 {
  height: 1572px;
}
.h-p1573 {
  height: 1573px;
}
.h-p1574 {
  height: 1574px;
}
.h-p1575 {
  height: 1575px;
}
.h-p1576 {
  height: 1576px;
}
.h-p1577 {
  height: 1577px;
}
.h-p1578 {
  height: 1578px;
}
.h-p1579 {
  height: 1579px;
}
.h-p1580 {
  height: 1580px;
}
.h-p1581 {
  height: 1581px;
}
.h-p1582 {
  height: 1582px;
}
.h-p1583 {
  height: 1583px;
}
.h-p1584 {
  height: 1584px;
}
.h-p1585 {
  height: 1585px;
}
.h-p1586 {
  height: 1586px;
}
.h-p1587 {
  height: 1587px;
}
.h-p1588 {
  height: 1588px;
}
.h-p1589 {
  height: 1589px;
}
.h-p1590 {
  height: 1590px;
}
.h-p1591 {
  height: 1591px;
}
.h-p1592 {
  height: 1592px;
}
.h-p1593 {
  height: 1593px;
}
.h-p1594 {
  height: 1594px;
}
.h-p1595 {
  height: 1595px;
}
.h-p1596 {
  height: 1596px;
}
.h-p1597 {
  height: 1597px;
}
.h-p1598 {
  height: 1598px;
}
.h-p1599 {
  height: 1599px;
}
.h-p1600 {
  height: 1600px;
}
.h-p1601 {
  height: 1601px;
}
.h-p1602 {
  height: 1602px;
}
.h-p1603 {
  height: 1603px;
}
.h-p1604 {
  height: 1604px;
}
.h-p1605 {
  height: 1605px;
}
.h-p1606 {
  height: 1606px;
}
.h-p1607 {
  height: 1607px;
}
.h-p1608 {
  height: 1608px;
}
.h-p1609 {
  height: 1609px;
}
.h-p1610 {
  height: 1610px;
}
.h-p1611 {
  height: 1611px;
}
.h-p1612 {
  height: 1612px;
}
.h-p1613 {
  height: 1613px;
}
.h-p1614 {
  height: 1614px;
}
.h-p1615 {
  height: 1615px;
}
.h-p1616 {
  height: 1616px;
}
.h-p1617 {
  height: 1617px;
}
.h-p1618 {
  height: 1618px;
}
.h-p1619 {
  height: 1619px;
}
.h-p1620 {
  height: 1620px;
}
.h-p1621 {
  height: 1621px;
}
.h-p1622 {
  height: 1622px;
}
.h-p1623 {
  height: 1623px;
}
.h-p1624 {
  height: 1624px;
}
.h-p1625 {
  height: 1625px;
}
.h-p1626 {
  height: 1626px;
}
.h-p1627 {
  height: 1627px;
}
.h-p1628 {
  height: 1628px;
}
.h-p1629 {
  height: 1629px;
}
.h-p1630 {
  height: 1630px;
}
.h-p1631 {
  height: 1631px;
}
.h-p1632 {
  height: 1632px;
}
.h-p1633 {
  height: 1633px;
}
.h-p1634 {
  height: 1634px;
}
.h-p1635 {
  height: 1635px;
}
.h-p1636 {
  height: 1636px;
}
.h-p1637 {
  height: 1637px;
}
.h-p1638 {
  height: 1638px;
}
.h-p1639 {
  height: 1639px;
}
.h-p1640 {
  height: 1640px;
}
.h-p1641 {
  height: 1641px;
}
.h-p1642 {
  height: 1642px;
}
.h-p1643 {
  height: 1643px;
}
.h-p1644 {
  height: 1644px;
}
.h-p1645 {
  height: 1645px;
}
.h-p1646 {
  height: 1646px;
}
.h-p1647 {
  height: 1647px;
}
.h-p1648 {
  height: 1648px;
}
.h-p1649 {
  height: 1649px;
}
.h-p1650 {
  height: 1650px;
}
.h-p1651 {
  height: 1651px;
}
.h-p1652 {
  height: 1652px;
}
.h-p1653 {
  height: 1653px;
}
.h-p1654 {
  height: 1654px;
}
.h-p1655 {
  height: 1655px;
}
.h-p1656 {
  height: 1656px;
}
.h-p1657 {
  height: 1657px;
}
.h-p1658 {
  height: 1658px;
}
.h-p1659 {
  height: 1659px;
}
.h-p1660 {
  height: 1660px;
}
.h-p1661 {
  height: 1661px;
}
.h-p1662 {
  height: 1662px;
}
.h-p1663 {
  height: 1663px;
}
.h-p1664 {
  height: 1664px;
}
.h-p1665 {
  height: 1665px;
}
.h-p1666 {
  height: 1666px;
}
.h-p1667 {
  height: 1667px;
}
.h-p1668 {
  height: 1668px;
}
.h-p1669 {
  height: 1669px;
}
.h-p1670 {
  height: 1670px;
}
.h-p1671 {
  height: 1671px;
}
.h-p1672 {
  height: 1672px;
}
.h-p1673 {
  height: 1673px;
}
.h-p1674 {
  height: 1674px;
}
.h-p1675 {
  height: 1675px;
}
.h-p1676 {
  height: 1676px;
}
.h-p1677 {
  height: 1677px;
}
.h-p1678 {
  height: 1678px;
}
.h-p1679 {
  height: 1679px;
}
.h-p1680 {
  height: 1680px;
}
.h-p1681 {
  height: 1681px;
}
.h-p1682 {
  height: 1682px;
}
.h-p1683 {
  height: 1683px;
}
.h-p1684 {
  height: 1684px;
}
.h-p1685 {
  height: 1685px;
}
.h-p1686 {
  height: 1686px;
}
.h-p1687 {
  height: 1687px;
}
.h-p1688 {
  height: 1688px;
}
.h-p1689 {
  height: 1689px;
}
.h-p1690 {
  height: 1690px;
}
.h-p1691 {
  height: 1691px;
}
.h-p1692 {
  height: 1692px;
}
.h-p1693 {
  height: 1693px;
}
.h-p1694 {
  height: 1694px;
}
.h-p1695 {
  height: 1695px;
}
.h-p1696 {
  height: 1696px;
}
.h-p1697 {
  height: 1697px;
}
.h-p1698 {
  height: 1698px;
}
.h-p1699 {
  height: 1699px;
}
.h-p1700 {
  height: 1700px;
}
.h-p1701 {
  height: 1701px;
}
.h-p1702 {
  height: 1702px;
}
.h-p1703 {
  height: 1703px;
}
.h-p1704 {
  height: 1704px;
}
.h-p1705 {
  height: 1705px;
}
.h-p1706 {
  height: 1706px;
}
.h-p1707 {
  height: 1707px;
}
.h-p1708 {
  height: 1708px;
}
.h-p1709 {
  height: 1709px;
}
.h-p1710 {
  height: 1710px;
}
.h-p1711 {
  height: 1711px;
}
.h-p1712 {
  height: 1712px;
}
.h-p1713 {
  height: 1713px;
}
.h-p1714 {
  height: 1714px;
}
.h-p1715 {
  height: 1715px;
}
.h-p1716 {
  height: 1716px;
}
.h-p1717 {
  height: 1717px;
}
.h-p1718 {
  height: 1718px;
}
.h-p1719 {
  height: 1719px;
}
.h-p1720 {
  height: 1720px;
}
.h-p1721 {
  height: 1721px;
}
.h-p1722 {
  height: 1722px;
}
.h-p1723 {
  height: 1723px;
}
.h-p1724 {
  height: 1724px;
}
.h-p1725 {
  height: 1725px;
}
.h-p1726 {
  height: 1726px;
}
.h-p1727 {
  height: 1727px;
}
.h-p1728 {
  height: 1728px;
}
.h-p1729 {
  height: 1729px;
}
.h-p1730 {
  height: 1730px;
}
.h-p1731 {
  height: 1731px;
}
.h-p1732 {
  height: 1732px;
}
.h-p1733 {
  height: 1733px;
}
.h-p1734 {
  height: 1734px;
}
.h-p1735 {
  height: 1735px;
}
.h-p1736 {
  height: 1736px;
}
.h-p1737 {
  height: 1737px;
}
.h-p1738 {
  height: 1738px;
}
.h-p1739 {
  height: 1739px;
}
.h-p1740 {
  height: 1740px;
}
.h-p1741 {
  height: 1741px;
}
.h-p1742 {
  height: 1742px;
}
.h-p1743 {
  height: 1743px;
}
.h-p1744 {
  height: 1744px;
}
.h-p1745 {
  height: 1745px;
}
.h-p1746 {
  height: 1746px;
}
.h-p1747 {
  height: 1747px;
}
.h-p1748 {
  height: 1748px;
}
.h-p1749 {
  height: 1749px;
}
.h-p1750 {
  height: 1750px;
}
.h-p1751 {
  height: 1751px;
}
.h-p1752 {
  height: 1752px;
}
.h-p1753 {
  height: 1753px;
}
.h-p1754 {
  height: 1754px;
}
.h-p1755 {
  height: 1755px;
}
.h-p1756 {
  height: 1756px;
}
.h-p1757 {
  height: 1757px;
}
.h-p1758 {
  height: 1758px;
}
.h-p1759 {
  height: 1759px;
}
.h-p1760 {
  height: 1760px;
}
.h-p1761 {
  height: 1761px;
}
.h-p1762 {
  height: 1762px;
}
.h-p1763 {
  height: 1763px;
}
.h-p1764 {
  height: 1764px;
}
.h-p1765 {
  height: 1765px;
}
.h-p1766 {
  height: 1766px;
}
.h-p1767 {
  height: 1767px;
}
.h-p1768 {
  height: 1768px;
}
.h-p1769 {
  height: 1769px;
}
.h-p1770 {
  height: 1770px;
}
.h-p1771 {
  height: 1771px;
}
.h-p1772 {
  height: 1772px;
}
.h-p1773 {
  height: 1773px;
}
.h-p1774 {
  height: 1774px;
}
.h-p1775 {
  height: 1775px;
}
.h-p1776 {
  height: 1776px;
}
.h-p1777 {
  height: 1777px;
}
.h-p1778 {
  height: 1778px;
}
.h-p1779 {
  height: 1779px;
}
.h-p1780 {
  height: 1780px;
}
.h-p1781 {
  height: 1781px;
}
.h-p1782 {
  height: 1782px;
}
.h-p1783 {
  height: 1783px;
}
.h-p1784 {
  height: 1784px;
}
.h-p1785 {
  height: 1785px;
}
.h-p1786 {
  height: 1786px;
}
.h-p1787 {
  height: 1787px;
}
.h-p1788 {
  height: 1788px;
}
.h-p1789 {
  height: 1789px;
}
.h-p1790 {
  height: 1790px;
}
.h-p1791 {
  height: 1791px;
}
.h-p1792 {
  height: 1792px;
}
.h-p1793 {
  height: 1793px;
}
.h-p1794 {
  height: 1794px;
}
.h-p1795 {
  height: 1795px;
}
.h-p1796 {
  height: 1796px;
}
.h-p1797 {
  height: 1797px;
}
.h-p1798 {
  height: 1798px;
}
.h-p1799 {
  height: 1799px;
}
.h-p1800 {
  height: 1800px;
}
.h-p1801 {
  height: 1801px;
}
.h-p1802 {
  height: 1802px;
}
.h-p1803 {
  height: 1803px;
}
.h-p1804 {
  height: 1804px;
}
.h-p1805 {
  height: 1805px;
}
.h-p1806 {
  height: 1806px;
}
.h-p1807 {
  height: 1807px;
}
.h-p1808 {
  height: 1808px;
}
.h-p1809 {
  height: 1809px;
}
.h-p1810 {
  height: 1810px;
}
.h-p1811 {
  height: 1811px;
}
.h-p1812 {
  height: 1812px;
}
.h-p1813 {
  height: 1813px;
}
.h-p1814 {
  height: 1814px;
}
.h-p1815 {
  height: 1815px;
}
.h-p1816 {
  height: 1816px;
}
.h-p1817 {
  height: 1817px;
}
.h-p1818 {
  height: 1818px;
}
.h-p1819 {
  height: 1819px;
}
.h-p1820 {
  height: 1820px;
}
.h-p1821 {
  height: 1821px;
}
.h-p1822 {
  height: 1822px;
}
.h-p1823 {
  height: 1823px;
}
.h-p1824 {
  height: 1824px;
}
.h-p1825 {
  height: 1825px;
}
.h-p1826 {
  height: 1826px;
}
.h-p1827 {
  height: 1827px;
}
.h-p1828 {
  height: 1828px;
}
.h-p1829 {
  height: 1829px;
}
.h-p1830 {
  height: 1830px;
}
.h-p1831 {
  height: 1831px;
}
.h-p1832 {
  height: 1832px;
}
.h-p1833 {
  height: 1833px;
}
.h-p1834 {
  height: 1834px;
}
.h-p1835 {
  height: 1835px;
}
.h-p1836 {
  height: 1836px;
}
.h-p1837 {
  height: 1837px;
}
.h-p1838 {
  height: 1838px;
}
.h-p1839 {
  height: 1839px;
}
.h-p1840 {
  height: 1840px;
}
.h-p1841 {
  height: 1841px;
}
.h-p1842 {
  height: 1842px;
}
.h-p1843 {
  height: 1843px;
}
.h-p1844 {
  height: 1844px;
}
.h-p1845 {
  height: 1845px;
}
.h-p1846 {
  height: 1846px;
}
.h-p1847 {
  height: 1847px;
}
.h-p1848 {
  height: 1848px;
}
.h-p1849 {
  height: 1849px;
}
.h-p1850 {
  height: 1850px;
}
.h-p1851 {
  height: 1851px;
}
.h-p1852 {
  height: 1852px;
}
.h-p1853 {
  height: 1853px;
}
.h-p1854 {
  height: 1854px;
}
.h-p1855 {
  height: 1855px;
}
.h-p1856 {
  height: 1856px;
}
.h-p1857 {
  height: 1857px;
}
.h-p1858 {
  height: 1858px;
}
.h-p1859 {
  height: 1859px;
}
.h-p1860 {
  height: 1860px;
}
.h-p1861 {
  height: 1861px;
}
.h-p1862 {
  height: 1862px;
}
.h-p1863 {
  height: 1863px;
}
.h-p1864 {
  height: 1864px;
}
.h-p1865 {
  height: 1865px;
}
.h-p1866 {
  height: 1866px;
}
.h-p1867 {
  height: 1867px;
}
.h-p1868 {
  height: 1868px;
}
.h-p1869 {
  height: 1869px;
}
.h-p1870 {
  height: 1870px;
}
.h-p1871 {
  height: 1871px;
}
.h-p1872 {
  height: 1872px;
}
.h-p1873 {
  height: 1873px;
}
.h-p1874 {
  height: 1874px;
}
.h-p1875 {
  height: 1875px;
}
.h-p1876 {
  height: 1876px;
}
.h-p1877 {
  height: 1877px;
}
.h-p1878 {
  height: 1878px;
}
.h-p1879 {
  height: 1879px;
}
.h-p1880 {
  height: 1880px;
}
.h-p1881 {
  height: 1881px;
}
.h-p1882 {
  height: 1882px;
}
.h-p1883 {
  height: 1883px;
}
.h-p1884 {
  height: 1884px;
}
.h-p1885 {
  height: 1885px;
}
.h-p1886 {
  height: 1886px;
}
.h-p1887 {
  height: 1887px;
}
.h-p1888 {
  height: 1888px;
}
.h-p1889 {
  height: 1889px;
}
.h-p1890 {
  height: 1890px;
}
.h-p1891 {
  height: 1891px;
}
.h-p1892 {
  height: 1892px;
}
.h-p1893 {
  height: 1893px;
}
.h-p1894 {
  height: 1894px;
}
.h-p1895 {
  height: 1895px;
}
.h-p1896 {
  height: 1896px;
}
.h-p1897 {
  height: 1897px;
}
.h-p1898 {
  height: 1898px;
}
.h-p1899 {
  height: 1899px;
}
.h-p1900 {
  height: 1900px;
}
.h-p1901 {
  height: 1901px;
}
.h-p1902 {
  height: 1902px;
}
.h-p1903 {
  height: 1903px;
}
.h-p1904 {
  height: 1904px;
}
.h-p1905 {
  height: 1905px;
}
.h-p1906 {
  height: 1906px;
}
.h-p1907 {
  height: 1907px;
}
.h-p1908 {
  height: 1908px;
}
.h-p1909 {
  height: 1909px;
}
.h-p1910 {
  height: 1910px;
}
.h-p1911 {
  height: 1911px;
}
.h-p1912 {
  height: 1912px;
}
.h-p1913 {
  height: 1913px;
}
.h-p1914 {
  height: 1914px;
}
.h-p1915 {
  height: 1915px;
}
.h-p1916 {
  height: 1916px;
}
.h-p1917 {
  height: 1917px;
}
.h-p1918 {
  height: 1918px;
}
.h-p1919 {
  height: 1919px;
}
.h-p1920 {
  height: 1920px;
}
.h-p1921 {
  height: 1921px;
}
.h-p1922 {
  height: 1922px;
}
.h-p1923 {
  height: 1923px;
}
.h-p1924 {
  height: 1924px;
}
.h-p1925 {
  height: 1925px;
}
.h-p1926 {
  height: 1926px;
}
.h-p1927 {
  height: 1927px;
}
.h-p1928 {
  height: 1928px;
}
.h-p1929 {
  height: 1929px;
}
.h-p1930 {
  height: 1930px;
}
.h-p1931 {
  height: 1931px;
}
.h-p1932 {
  height: 1932px;
}
.h-p1933 {
  height: 1933px;
}
.h-p1934 {
  height: 1934px;
}
.h-p1935 {
  height: 1935px;
}
.h-p1936 {
  height: 1936px;
}
.h-p1937 {
  height: 1937px;
}
.h-p1938 {
  height: 1938px;
}
.h-p1939 {
  height: 1939px;
}
.h-p1940 {
  height: 1940px;
}
.h-p1941 {
  height: 1941px;
}
.h-p1942 {
  height: 1942px;
}
.h-p1943 {
  height: 1943px;
}
.h-p1944 {
  height: 1944px;
}
.h-p1945 {
  height: 1945px;
}
.h-p1946 {
  height: 1946px;
}
.h-p1947 {
  height: 1947px;
}
.h-p1948 {
  height: 1948px;
}
.h-p1949 {
  height: 1949px;
}
.h-p1950 {
  height: 1950px;
}
.h-p1951 {
  height: 1951px;
}
.h-p1952 {
  height: 1952px;
}
.h-p1953 {
  height: 1953px;
}
.h-p1954 {
  height: 1954px;
}
.h-p1955 {
  height: 1955px;
}
.h-p1956 {
  height: 1956px;
}
.h-p1957 {
  height: 1957px;
}
.h-p1958 {
  height: 1958px;
}
.h-p1959 {
  height: 1959px;
}
.h-p1960 {
  height: 1960px;
}
.h-p1961 {
  height: 1961px;
}
.h-p1962 {
  height: 1962px;
}
.h-p1963 {
  height: 1963px;
}
.h-p1964 {
  height: 1964px;
}
.h-p1965 {
  height: 1965px;
}
.h-p1966 {
  height: 1966px;
}
.h-p1967 {
  height: 1967px;
}
.h-p1968 {
  height: 1968px;
}
.h-p1969 {
  height: 1969px;
}
.h-p1970 {
  height: 1970px;
}
.h-p1971 {
  height: 1971px;
}
.h-p1972 {
  height: 1972px;
}
.h-p1973 {
  height: 1973px;
}
.h-p1974 {
  height: 1974px;
}
.h-p1975 {
  height: 1975px;
}
.h-p1976 {
  height: 1976px;
}
.h-p1977 {
  height: 1977px;
}
.h-p1978 {
  height: 1978px;
}
.h-p1979 {
  height: 1979px;
}
.h-p1980 {
  height: 1980px;
}
.h-p1981 {
  height: 1981px;
}
.h-p1982 {
  height: 1982px;
}
.h-p1983 {
  height: 1983px;
}
.h-p1984 {
  height: 1984px;
}
.h-p1985 {
  height: 1985px;
}
.h-p1986 {
  height: 1986px;
}
.h-p1987 {
  height: 1987px;
}
.h-p1988 {
  height: 1988px;
}
.h-p1989 {
  height: 1989px;
}
.h-p1990 {
  height: 1990px;
}
.h-p1991 {
  height: 1991px;
}
.h-p1992 {
  height: 1992px;
}
.h-p1993 {
  height: 1993px;
}
.h-p1994 {
  height: 1994px;
}
.h-p1995 {
  height: 1995px;
}
.h-p1996 {
  height: 1996px;
}
.h-p1997 {
  height: 1997px;
}
.h-p1998 {
  height: 1998px;
}
.h-p1999 {
  height: 1999px;
}
.h-p2000 {
  height: 2000px;
}
.table-width-p1 {
  min-width: 1px !important;
  width: 1px !important;
  max-width: 1px !important;
}
.table-width-p2 {
  min-width: 2px !important;
  width: 2px !important;
  max-width: 2px !important;
}
.table-width-p3 {
  min-width: 3px !important;
  width: 3px !important;
  max-width: 3px !important;
}
.table-width-p4 {
  min-width: 4px !important;
  width: 4px !important;
  max-width: 4px !important;
}
.table-width-p5 {
  min-width: 5px !important;
  width: 5px !important;
  max-width: 5px !important;
}
.table-width-p6 {
  min-width: 6px !important;
  width: 6px !important;
  max-width: 6px !important;
}
.table-width-p7 {
  min-width: 7px !important;
  width: 7px !important;
  max-width: 7px !important;
}
.table-width-p8 {
  min-width: 8px !important;
  width: 8px !important;
  max-width: 8px !important;
}
.table-width-p9 {
  min-width: 9px !important;
  width: 9px !important;
  max-width: 9px !important;
}
.table-width-p10 {
  min-width: 10px !important;
  width: 10px !important;
  max-width: 10px !important;
}
.table-width-p11 {
  min-width: 11px !important;
  width: 11px !important;
  max-width: 11px !important;
}
.table-width-p12 {
  min-width: 12px !important;
  width: 12px !important;
  max-width: 12px !important;
}
.table-width-p13 {
  min-width: 13px !important;
  width: 13px !important;
  max-width: 13px !important;
}
.table-width-p14 {
  min-width: 14px !important;
  width: 14px !important;
  max-width: 14px !important;
}
.table-width-p15 {
  min-width: 15px !important;
  width: 15px !important;
  max-width: 15px !important;
}
.table-width-p16 {
  min-width: 16px !important;
  width: 16px !important;
  max-width: 16px !important;
}
.table-width-p17 {
  min-width: 17px !important;
  width: 17px !important;
  max-width: 17px !important;
}
.table-width-p18 {
  min-width: 18px !important;
  width: 18px !important;
  max-width: 18px !important;
}
.table-width-p19 {
  min-width: 19px !important;
  width: 19px !important;
  max-width: 19px !important;
}
.table-width-p20 {
  min-width: 20px !important;
  width: 20px !important;
  max-width: 20px !important;
}
.table-width-p21 {
  min-width: 21px !important;
  width: 21px !important;
  max-width: 21px !important;
}
.table-width-p22 {
  min-width: 22px !important;
  width: 22px !important;
  max-width: 22px !important;
}
.table-width-p23 {
  min-width: 23px !important;
  width: 23px !important;
  max-width: 23px !important;
}
.table-width-p24 {
  min-width: 24px !important;
  width: 24px !important;
  max-width: 24px !important;
}
.table-width-p25 {
  min-width: 25px !important;
  width: 25px !important;
  max-width: 25px !important;
}
.table-width-p26 {
  min-width: 26px !important;
  width: 26px !important;
  max-width: 26px !important;
}
.table-width-p27 {
  min-width: 27px !important;
  width: 27px !important;
  max-width: 27px !important;
}
.table-width-p28 {
  min-width: 28px !important;
  width: 28px !important;
  max-width: 28px !important;
}
.table-width-p29 {
  min-width: 29px !important;
  width: 29px !important;
  max-width: 29px !important;
}
.table-width-p30 {
  min-width: 30px !important;
  width: 30px !important;
  max-width: 30px !important;
}
.table-width-p31 {
  min-width: 31px !important;
  width: 31px !important;
  max-width: 31px !important;
}
.table-width-p32 {
  min-width: 32px !important;
  width: 32px !important;
  max-width: 32px !important;
}
.table-width-p33 {
  min-width: 33px !important;
  width: 33px !important;
  max-width: 33px !important;
}
.table-width-p34 {
  min-width: 34px !important;
  width: 34px !important;
  max-width: 34px !important;
}
.table-width-p35 {
  min-width: 35px !important;
  width: 35px !important;
  max-width: 35px !important;
}
.table-width-p36 {
  min-width: 36px !important;
  width: 36px !important;
  max-width: 36px !important;
}
.table-width-p37 {
  min-width: 37px !important;
  width: 37px !important;
  max-width: 37px !important;
}
.table-width-p38 {
  min-width: 38px !important;
  width: 38px !important;
  max-width: 38px !important;
}
.table-width-p39 {
  min-width: 39px !important;
  width: 39px !important;
  max-width: 39px !important;
}
.table-width-p40 {
  min-width: 40px !important;
  width: 40px !important;
  max-width: 40px !important;
}
.table-width-p41 {
  min-width: 41px !important;
  width: 41px !important;
  max-width: 41px !important;
}
.table-width-p42 {
  min-width: 42px !important;
  width: 42px !important;
  max-width: 42px !important;
}
.table-width-p43 {
  min-width: 43px !important;
  width: 43px !important;
  max-width: 43px !important;
}
.table-width-p44 {
  min-width: 44px !important;
  width: 44px !important;
  max-width: 44px !important;
}
.table-width-p45 {
  min-width: 45px !important;
  width: 45px !important;
  max-width: 45px !important;
}
.table-width-p46 {
  min-width: 46px !important;
  width: 46px !important;
  max-width: 46px !important;
}
.table-width-p47 {
  min-width: 47px !important;
  width: 47px !important;
  max-width: 47px !important;
}
.table-width-p48 {
  min-width: 48px !important;
  width: 48px !important;
  max-width: 48px !important;
}
.table-width-p49 {
  min-width: 49px !important;
  width: 49px !important;
  max-width: 49px !important;
}
.table-width-p50 {
  min-width: 50px !important;
  width: 50px !important;
  max-width: 50px !important;
}
.table-width-p51 {
  min-width: 51px !important;
  width: 51px !important;
  max-width: 51px !important;
}
.table-width-p52 {
  min-width: 52px !important;
  width: 52px !important;
  max-width: 52px !important;
}
.table-width-p53 {
  min-width: 53px !important;
  width: 53px !important;
  max-width: 53px !important;
}
.table-width-p54 {
  min-width: 54px !important;
  width: 54px !important;
  max-width: 54px !important;
}
.table-width-p55 {
  min-width: 55px !important;
  width: 55px !important;
  max-width: 55px !important;
}
.table-width-p56 {
  min-width: 56px !important;
  width: 56px !important;
  max-width: 56px !important;
}
.table-width-p57 {
  min-width: 57px !important;
  width: 57px !important;
  max-width: 57px !important;
}
.table-width-p58 {
  min-width: 58px !important;
  width: 58px !important;
  max-width: 58px !important;
}
.table-width-p59 {
  min-width: 59px !important;
  width: 59px !important;
  max-width: 59px !important;
}
.table-width-p60 {
  min-width: 60px !important;
  width: 60px !important;
  max-width: 60px !important;
}
.table-width-p61 {
  min-width: 61px !important;
  width: 61px !important;
  max-width: 61px !important;
}
.table-width-p62 {
  min-width: 62px !important;
  width: 62px !important;
  max-width: 62px !important;
}
.table-width-p63 {
  min-width: 63px !important;
  width: 63px !important;
  max-width: 63px !important;
}
.table-width-p64 {
  min-width: 64px !important;
  width: 64px !important;
  max-width: 64px !important;
}
.table-width-p65 {
  min-width: 65px !important;
  width: 65px !important;
  max-width: 65px !important;
}
.table-width-p66 {
  min-width: 66px !important;
  width: 66px !important;
  max-width: 66px !important;
}
.table-width-p67 {
  min-width: 67px !important;
  width: 67px !important;
  max-width: 67px !important;
}
.table-width-p68 {
  min-width: 68px !important;
  width: 68px !important;
  max-width: 68px !important;
}
.table-width-p69 {
  min-width: 69px !important;
  width: 69px !important;
  max-width: 69px !important;
}
.table-width-p70 {
  min-width: 70px !important;
  width: 70px !important;
  max-width: 70px !important;
}
.table-width-p71 {
  min-width: 71px !important;
  width: 71px !important;
  max-width: 71px !important;
}
.table-width-p72 {
  min-width: 72px !important;
  width: 72px !important;
  max-width: 72px !important;
}
.table-width-p73 {
  min-width: 73px !important;
  width: 73px !important;
  max-width: 73px !important;
}
.table-width-p74 {
  min-width: 74px !important;
  width: 74px !important;
  max-width: 74px !important;
}
.table-width-p75 {
  min-width: 75px !important;
  width: 75px !important;
  max-width: 75px !important;
}
.table-width-p76 {
  min-width: 76px !important;
  width: 76px !important;
  max-width: 76px !important;
}
.table-width-p77 {
  min-width: 77px !important;
  width: 77px !important;
  max-width: 77px !important;
}
.table-width-p78 {
  min-width: 78px !important;
  width: 78px !important;
  max-width: 78px !important;
}
.table-width-p79 {
  min-width: 79px !important;
  width: 79px !important;
  max-width: 79px !important;
}
.table-width-p80 {
  min-width: 80px !important;
  width: 80px !important;
  max-width: 80px !important;
}
.table-width-p81 {
  min-width: 81px !important;
  width: 81px !important;
  max-width: 81px !important;
}
.table-width-p82 {
  min-width: 82px !important;
  width: 82px !important;
  max-width: 82px !important;
}
.table-width-p83 {
  min-width: 83px !important;
  width: 83px !important;
  max-width: 83px !important;
}
.table-width-p84 {
  min-width: 84px !important;
  width: 84px !important;
  max-width: 84px !important;
}
.table-width-p85 {
  min-width: 85px !important;
  width: 85px !important;
  max-width: 85px !important;
}
.table-width-p86 {
  min-width: 86px !important;
  width: 86px !important;
  max-width: 86px !important;
}
.table-width-p87 {
  min-width: 87px !important;
  width: 87px !important;
  max-width: 87px !important;
}
.table-width-p88 {
  min-width: 88px !important;
  width: 88px !important;
  max-width: 88px !important;
}
.table-width-p89 {
  min-width: 89px !important;
  width: 89px !important;
  max-width: 89px !important;
}
.table-width-p90 {
  min-width: 90px !important;
  width: 90px !important;
  max-width: 90px !important;
}
.table-width-p91 {
  min-width: 91px !important;
  width: 91px !important;
  max-width: 91px !important;
}
.table-width-p92 {
  min-width: 92px !important;
  width: 92px !important;
  max-width: 92px !important;
}
.table-width-p93 {
  min-width: 93px !important;
  width: 93px !important;
  max-width: 93px !important;
}
.table-width-p94 {
  min-width: 94px !important;
  width: 94px !important;
  max-width: 94px !important;
}
.table-width-p95 {
  min-width: 95px !important;
  width: 95px !important;
  max-width: 95px !important;
}
.table-width-p96 {
  min-width: 96px !important;
  width: 96px !important;
  max-width: 96px !important;
}
.table-width-p97 {
  min-width: 97px !important;
  width: 97px !important;
  max-width: 97px !important;
}
.table-width-p98 {
  min-width: 98px !important;
  width: 98px !important;
  max-width: 98px !important;
}
.table-width-p99 {
  min-width: 99px !important;
  width: 99px !important;
  max-width: 99px !important;
}
.table-width-p100 {
  min-width: 100px !important;
  width: 100px !important;
  max-width: 100px !important;
}
.table-width-p101 {
  min-width: 101px !important;
  width: 101px !important;
  max-width: 101px !important;
}
.table-width-p102 {
  min-width: 102px !important;
  width: 102px !important;
  max-width: 102px !important;
}
.table-width-p103 {
  min-width: 103px !important;
  width: 103px !important;
  max-width: 103px !important;
}
.table-width-p104 {
  min-width: 104px !important;
  width: 104px !important;
  max-width: 104px !important;
}
.table-width-p105 {
  min-width: 105px !important;
  width: 105px !important;
  max-width: 105px !important;
}
.table-width-p106 {
  min-width: 106px !important;
  width: 106px !important;
  max-width: 106px !important;
}
.table-width-p107 {
  min-width: 107px !important;
  width: 107px !important;
  max-width: 107px !important;
}
.table-width-p108 {
  min-width: 108px !important;
  width: 108px !important;
  max-width: 108px !important;
}
.table-width-p109 {
  min-width: 109px !important;
  width: 109px !important;
  max-width: 109px !important;
}
.table-width-p110 {
  min-width: 110px !important;
  width: 110px !important;
  max-width: 110px !important;
}
.table-width-p111 {
  min-width: 111px !important;
  width: 111px !important;
  max-width: 111px !important;
}
.table-width-p112 {
  min-width: 112px !important;
  width: 112px !important;
  max-width: 112px !important;
}
.table-width-p113 {
  min-width: 113px !important;
  width: 113px !important;
  max-width: 113px !important;
}
.table-width-p114 {
  min-width: 114px !important;
  width: 114px !important;
  max-width: 114px !important;
}
.table-width-p115 {
  min-width: 115px !important;
  width: 115px !important;
  max-width: 115px !important;
}
.table-width-p116 {
  min-width: 116px !important;
  width: 116px !important;
  max-width: 116px !important;
}
.table-width-p117 {
  min-width: 117px !important;
  width: 117px !important;
  max-width: 117px !important;
}
.table-width-p118 {
  min-width: 118px !important;
  width: 118px !important;
  max-width: 118px !important;
}
.table-width-p119 {
  min-width: 119px !important;
  width: 119px !important;
  max-width: 119px !important;
}
.table-width-p120 {
  min-width: 120px !important;
  width: 120px !important;
  max-width: 120px !important;
}
.table-width-p121 {
  min-width: 121px !important;
  width: 121px !important;
  max-width: 121px !important;
}
.table-width-p122 {
  min-width: 122px !important;
  width: 122px !important;
  max-width: 122px !important;
}
.table-width-p123 {
  min-width: 123px !important;
  width: 123px !important;
  max-width: 123px !important;
}
.table-width-p124 {
  min-width: 124px !important;
  width: 124px !important;
  max-width: 124px !important;
}
.table-width-p125 {
  min-width: 125px !important;
  width: 125px !important;
  max-width: 125px !important;
}
.table-width-p126 {
  min-width: 126px !important;
  width: 126px !important;
  max-width: 126px !important;
}
.table-width-p127 {
  min-width: 127px !important;
  width: 127px !important;
  max-width: 127px !important;
}
.table-width-p128 {
  min-width: 128px !important;
  width: 128px !important;
  max-width: 128px !important;
}
.table-width-p129 {
  min-width: 129px !important;
  width: 129px !important;
  max-width: 129px !important;
}
.table-width-p130 {
  min-width: 130px !important;
  width: 130px !important;
  max-width: 130px !important;
}
.table-width-p131 {
  min-width: 131px !important;
  width: 131px !important;
  max-width: 131px !important;
}
.table-width-p132 {
  min-width: 132px !important;
  width: 132px !important;
  max-width: 132px !important;
}
.table-width-p133 {
  min-width: 133px !important;
  width: 133px !important;
  max-width: 133px !important;
}
.table-width-p134 {
  min-width: 134px !important;
  width: 134px !important;
  max-width: 134px !important;
}
.table-width-p135 {
  min-width: 135px !important;
  width: 135px !important;
  max-width: 135px !important;
}
.table-width-p136 {
  min-width: 136px !important;
  width: 136px !important;
  max-width: 136px !important;
}
.table-width-p137 {
  min-width: 137px !important;
  width: 137px !important;
  max-width: 137px !important;
}
.table-width-p138 {
  min-width: 138px !important;
  width: 138px !important;
  max-width: 138px !important;
}
.table-width-p139 {
  min-width: 139px !important;
  width: 139px !important;
  max-width: 139px !important;
}
.table-width-p140 {
  min-width: 140px !important;
  width: 140px !important;
  max-width: 140px !important;
}
.table-width-p141 {
  min-width: 141px !important;
  width: 141px !important;
  max-width: 141px !important;
}
.table-width-p142 {
  min-width: 142px !important;
  width: 142px !important;
  max-width: 142px !important;
}
.table-width-p143 {
  min-width: 143px !important;
  width: 143px !important;
  max-width: 143px !important;
}
.table-width-p144 {
  min-width: 144px !important;
  width: 144px !important;
  max-width: 144px !important;
}
.table-width-p145 {
  min-width: 145px !important;
  width: 145px !important;
  max-width: 145px !important;
}
.table-width-p146 {
  min-width: 146px !important;
  width: 146px !important;
  max-width: 146px !important;
}
.table-width-p147 {
  min-width: 147px !important;
  width: 147px !important;
  max-width: 147px !important;
}
.table-width-p148 {
  min-width: 148px !important;
  width: 148px !important;
  max-width: 148px !important;
}
.table-width-p149 {
  min-width: 149px !important;
  width: 149px !important;
  max-width: 149px !important;
}
.table-width-p150 {
  min-width: 150px !important;
  width: 150px !important;
  max-width: 150px !important;
}
.table-width-p151 {
  min-width: 151px !important;
  width: 151px !important;
  max-width: 151px !important;
}
.table-width-p152 {
  min-width: 152px !important;
  width: 152px !important;
  max-width: 152px !important;
}
.table-width-p153 {
  min-width: 153px !important;
  width: 153px !important;
  max-width: 153px !important;
}
.table-width-p154 {
  min-width: 154px !important;
  width: 154px !important;
  max-width: 154px !important;
}
.table-width-p155 {
  min-width: 155px !important;
  width: 155px !important;
  max-width: 155px !important;
}
.table-width-p156 {
  min-width: 156px !important;
  width: 156px !important;
  max-width: 156px !important;
}
.table-width-p157 {
  min-width: 157px !important;
  width: 157px !important;
  max-width: 157px !important;
}
.table-width-p158 {
  min-width: 158px !important;
  width: 158px !important;
  max-width: 158px !important;
}
.table-width-p159 {
  min-width: 159px !important;
  width: 159px !important;
  max-width: 159px !important;
}
.table-width-p160 {
  min-width: 160px !important;
  width: 160px !important;
  max-width: 160px !important;
}
.table-width-p161 {
  min-width: 161px !important;
  width: 161px !important;
  max-width: 161px !important;
}
.table-width-p162 {
  min-width: 162px !important;
  width: 162px !important;
  max-width: 162px !important;
}
.table-width-p163 {
  min-width: 163px !important;
  width: 163px !important;
  max-width: 163px !important;
}
.table-width-p164 {
  min-width: 164px !important;
  width: 164px !important;
  max-width: 164px !important;
}
.table-width-p165 {
  min-width: 165px !important;
  width: 165px !important;
  max-width: 165px !important;
}
.table-width-p166 {
  min-width: 166px !important;
  width: 166px !important;
  max-width: 166px !important;
}
.table-width-p167 {
  min-width: 167px !important;
  width: 167px !important;
  max-width: 167px !important;
}
.table-width-p168 {
  min-width: 168px !important;
  width: 168px !important;
  max-width: 168px !important;
}
.table-width-p169 {
  min-width: 169px !important;
  width: 169px !important;
  max-width: 169px !important;
}
.table-width-p170 {
  min-width: 170px !important;
  width: 170px !important;
  max-width: 170px !important;
}
.table-width-p171 {
  min-width: 171px !important;
  width: 171px !important;
  max-width: 171px !important;
}
.table-width-p172 {
  min-width: 172px !important;
  width: 172px !important;
  max-width: 172px !important;
}
.table-width-p173 {
  min-width: 173px !important;
  width: 173px !important;
  max-width: 173px !important;
}
.table-width-p174 {
  min-width: 174px !important;
  width: 174px !important;
  max-width: 174px !important;
}
.table-width-p175 {
  min-width: 175px !important;
  width: 175px !important;
  max-width: 175px !important;
}
.table-width-p176 {
  min-width: 176px !important;
  width: 176px !important;
  max-width: 176px !important;
}
.table-width-p177 {
  min-width: 177px !important;
  width: 177px !important;
  max-width: 177px !important;
}
.table-width-p178 {
  min-width: 178px !important;
  width: 178px !important;
  max-width: 178px !important;
}
.table-width-p179 {
  min-width: 179px !important;
  width: 179px !important;
  max-width: 179px !important;
}
.table-width-p180 {
  min-width: 180px !important;
  width: 180px !important;
  max-width: 180px !important;
}
.table-width-p181 {
  min-width: 181px !important;
  width: 181px !important;
  max-width: 181px !important;
}
.table-width-p182 {
  min-width: 182px !important;
  width: 182px !important;
  max-width: 182px !important;
}
.table-width-p183 {
  min-width: 183px !important;
  width: 183px !important;
  max-width: 183px !important;
}
.table-width-p184 {
  min-width: 184px !important;
  width: 184px !important;
  max-width: 184px !important;
}
.table-width-p185 {
  min-width: 185px !important;
  width: 185px !important;
  max-width: 185px !important;
}
.table-width-p186 {
  min-width: 186px !important;
  width: 186px !important;
  max-width: 186px !important;
}
.table-width-p187 {
  min-width: 187px !important;
  width: 187px !important;
  max-width: 187px !important;
}
.table-width-p188 {
  min-width: 188px !important;
  width: 188px !important;
  max-width: 188px !important;
}
.table-width-p189 {
  min-width: 189px !important;
  width: 189px !important;
  max-width: 189px !important;
}
.table-width-p190 {
  min-width: 190px !important;
  width: 190px !important;
  max-width: 190px !important;
}
.table-width-p191 {
  min-width: 191px !important;
  width: 191px !important;
  max-width: 191px !important;
}
.table-width-p192 {
  min-width: 192px !important;
  width: 192px !important;
  max-width: 192px !important;
}
.table-width-p193 {
  min-width: 193px !important;
  width: 193px !important;
  max-width: 193px !important;
}
.table-width-p194 {
  min-width: 194px !important;
  width: 194px !important;
  max-width: 194px !important;
}
.table-width-p195 {
  min-width: 195px !important;
  width: 195px !important;
  max-width: 195px !important;
}
.table-width-p196 {
  min-width: 196px !important;
  width: 196px !important;
  max-width: 196px !important;
}
.table-width-p197 {
  min-width: 197px !important;
  width: 197px !important;
  max-width: 197px !important;
}
.table-width-p198 {
  min-width: 198px !important;
  width: 198px !important;
  max-width: 198px !important;
}
.table-width-p199 {
  min-width: 199px !important;
  width: 199px !important;
  max-width: 199px !important;
}
.table-width-p200 {
  min-width: 200px !important;
  width: 200px !important;
  max-width: 200px !important;
}
.table-width-p201 {
  min-width: 201px !important;
  width: 201px !important;
  max-width: 201px !important;
}
.table-width-p202 {
  min-width: 202px !important;
  width: 202px !important;
  max-width: 202px !important;
}
.table-width-p203 {
  min-width: 203px !important;
  width: 203px !important;
  max-width: 203px !important;
}
.table-width-p204 {
  min-width: 204px !important;
  width: 204px !important;
  max-width: 204px !important;
}
.table-width-p205 {
  min-width: 205px !important;
  width: 205px !important;
  max-width: 205px !important;
}
.table-width-p206 {
  min-width: 206px !important;
  width: 206px !important;
  max-width: 206px !important;
}
.table-width-p207 {
  min-width: 207px !important;
  width: 207px !important;
  max-width: 207px !important;
}
.table-width-p208 {
  min-width: 208px !important;
  width: 208px !important;
  max-width: 208px !important;
}
.table-width-p209 {
  min-width: 209px !important;
  width: 209px !important;
  max-width: 209px !important;
}
.table-width-p210 {
  min-width: 210px !important;
  width: 210px !important;
  max-width: 210px !important;
}
.table-width-p211 {
  min-width: 211px !important;
  width: 211px !important;
  max-width: 211px !important;
}
.table-width-p212 {
  min-width: 212px !important;
  width: 212px !important;
  max-width: 212px !important;
}
.table-width-p213 {
  min-width: 213px !important;
  width: 213px !important;
  max-width: 213px !important;
}
.table-width-p214 {
  min-width: 214px !important;
  width: 214px !important;
  max-width: 214px !important;
}
.table-width-p215 {
  min-width: 215px !important;
  width: 215px !important;
  max-width: 215px !important;
}
.table-width-p216 {
  min-width: 216px !important;
  width: 216px !important;
  max-width: 216px !important;
}
.table-width-p217 {
  min-width: 217px !important;
  width: 217px !important;
  max-width: 217px !important;
}
.table-width-p218 {
  min-width: 218px !important;
  width: 218px !important;
  max-width: 218px !important;
}
.table-width-p219 {
  min-width: 219px !important;
  width: 219px !important;
  max-width: 219px !important;
}
.table-width-p220 {
  min-width: 220px !important;
  width: 220px !important;
  max-width: 220px !important;
}
.table-width-p221 {
  min-width: 221px !important;
  width: 221px !important;
  max-width: 221px !important;
}
.table-width-p222 {
  min-width: 222px !important;
  width: 222px !important;
  max-width: 222px !important;
}
.table-width-p223 {
  min-width: 223px !important;
  width: 223px !important;
  max-width: 223px !important;
}
.table-width-p224 {
  min-width: 224px !important;
  width: 224px !important;
  max-width: 224px !important;
}
.table-width-p225 {
  min-width: 225px !important;
  width: 225px !important;
  max-width: 225px !important;
}
.table-width-p226 {
  min-width: 226px !important;
  width: 226px !important;
  max-width: 226px !important;
}
.table-width-p227 {
  min-width: 227px !important;
  width: 227px !important;
  max-width: 227px !important;
}
.table-width-p228 {
  min-width: 228px !important;
  width: 228px !important;
  max-width: 228px !important;
}
.table-width-p229 {
  min-width: 229px !important;
  width: 229px !important;
  max-width: 229px !important;
}
.table-width-p230 {
  min-width: 230px !important;
  width: 230px !important;
  max-width: 230px !important;
}
.table-width-p231 {
  min-width: 231px !important;
  width: 231px !important;
  max-width: 231px !important;
}
.table-width-p232 {
  min-width: 232px !important;
  width: 232px !important;
  max-width: 232px !important;
}
.table-width-p233 {
  min-width: 233px !important;
  width: 233px !important;
  max-width: 233px !important;
}
.table-width-p234 {
  min-width: 234px !important;
  width: 234px !important;
  max-width: 234px !important;
}
.table-width-p235 {
  min-width: 235px !important;
  width: 235px !important;
  max-width: 235px !important;
}
.table-width-p236 {
  min-width: 236px !important;
  width: 236px !important;
  max-width: 236px !important;
}
.table-width-p237 {
  min-width: 237px !important;
  width: 237px !important;
  max-width: 237px !important;
}
.table-width-p238 {
  min-width: 238px !important;
  width: 238px !important;
  max-width: 238px !important;
}
.table-width-p239 {
  min-width: 239px !important;
  width: 239px !important;
  max-width: 239px !important;
}
.table-width-p240 {
  min-width: 240px !important;
  width: 240px !important;
  max-width: 240px !important;
}
.table-width-p241 {
  min-width: 241px !important;
  width: 241px !important;
  max-width: 241px !important;
}
.table-width-p242 {
  min-width: 242px !important;
  width: 242px !important;
  max-width: 242px !important;
}
.table-width-p243 {
  min-width: 243px !important;
  width: 243px !important;
  max-width: 243px !important;
}
.table-width-p244 {
  min-width: 244px !important;
  width: 244px !important;
  max-width: 244px !important;
}
.table-width-p245 {
  min-width: 245px !important;
  width: 245px !important;
  max-width: 245px !important;
}
.table-width-p246 {
  min-width: 246px !important;
  width: 246px !important;
  max-width: 246px !important;
}
.table-width-p247 {
  min-width: 247px !important;
  width: 247px !important;
  max-width: 247px !important;
}
.table-width-p248 {
  min-width: 248px !important;
  width: 248px !important;
  max-width: 248px !important;
}
.table-width-p249 {
  min-width: 249px !important;
  width: 249px !important;
  max-width: 249px !important;
}
.table-width-p250 {
  min-width: 250px !important;
  width: 250px !important;
  max-width: 250px !important;
}
.table-width-p251 {
  min-width: 251px !important;
  width: 251px !important;
  max-width: 251px !important;
}
.table-width-p252 {
  min-width: 252px !important;
  width: 252px !important;
  max-width: 252px !important;
}
.table-width-p253 {
  min-width: 253px !important;
  width: 253px !important;
  max-width: 253px !important;
}
.table-width-p254 {
  min-width: 254px !important;
  width: 254px !important;
  max-width: 254px !important;
}
.table-width-p255 {
  min-width: 255px !important;
  width: 255px !important;
  max-width: 255px !important;
}
.table-width-p256 {
  min-width: 256px !important;
  width: 256px !important;
  max-width: 256px !important;
}
.table-width-p257 {
  min-width: 257px !important;
  width: 257px !important;
  max-width: 257px !important;
}
.table-width-p258 {
  min-width: 258px !important;
  width: 258px !important;
  max-width: 258px !important;
}
.table-width-p259 {
  min-width: 259px !important;
  width: 259px !important;
  max-width: 259px !important;
}
.table-width-p260 {
  min-width: 260px !important;
  width: 260px !important;
  max-width: 260px !important;
}
.table-width-p261 {
  min-width: 261px !important;
  width: 261px !important;
  max-width: 261px !important;
}
.table-width-p262 {
  min-width: 262px !important;
  width: 262px !important;
  max-width: 262px !important;
}
.table-width-p263 {
  min-width: 263px !important;
  width: 263px !important;
  max-width: 263px !important;
}
.table-width-p264 {
  min-width: 264px !important;
  width: 264px !important;
  max-width: 264px !important;
}
.table-width-p265 {
  min-width: 265px !important;
  width: 265px !important;
  max-width: 265px !important;
}
.table-width-p266 {
  min-width: 266px !important;
  width: 266px !important;
  max-width: 266px !important;
}
.table-width-p267 {
  min-width: 267px !important;
  width: 267px !important;
  max-width: 267px !important;
}
.table-width-p268 {
  min-width: 268px !important;
  width: 268px !important;
  max-width: 268px !important;
}
.table-width-p269 {
  min-width: 269px !important;
  width: 269px !important;
  max-width: 269px !important;
}
.table-width-p270 {
  min-width: 270px !important;
  width: 270px !important;
  max-width: 270px !important;
}
.table-width-p271 {
  min-width: 271px !important;
  width: 271px !important;
  max-width: 271px !important;
}
.table-width-p272 {
  min-width: 272px !important;
  width: 272px !important;
  max-width: 272px !important;
}
.table-width-p273 {
  min-width: 273px !important;
  width: 273px !important;
  max-width: 273px !important;
}
.table-width-p274 {
  min-width: 274px !important;
  width: 274px !important;
  max-width: 274px !important;
}
.table-width-p275 {
  min-width: 275px !important;
  width: 275px !important;
  max-width: 275px !important;
}
.table-width-p276 {
  min-width: 276px !important;
  width: 276px !important;
  max-width: 276px !important;
}
.table-width-p277 {
  min-width: 277px !important;
  width: 277px !important;
  max-width: 277px !important;
}
.table-width-p278 {
  min-width: 278px !important;
  width: 278px !important;
  max-width: 278px !important;
}
.table-width-p279 {
  min-width: 279px !important;
  width: 279px !important;
  max-width: 279px !important;
}
.table-width-p280 {
  min-width: 280px !important;
  width: 280px !important;
  max-width: 280px !important;
}
.table-width-p281 {
  min-width: 281px !important;
  width: 281px !important;
  max-width: 281px !important;
}
.table-width-p282 {
  min-width: 282px !important;
  width: 282px !important;
  max-width: 282px !important;
}
.table-width-p283 {
  min-width: 283px !important;
  width: 283px !important;
  max-width: 283px !important;
}
.table-width-p284 {
  min-width: 284px !important;
  width: 284px !important;
  max-width: 284px !important;
}
.table-width-p285 {
  min-width: 285px !important;
  width: 285px !important;
  max-width: 285px !important;
}
.table-width-p286 {
  min-width: 286px !important;
  width: 286px !important;
  max-width: 286px !important;
}
.table-width-p287 {
  min-width: 287px !important;
  width: 287px !important;
  max-width: 287px !important;
}
.table-width-p288 {
  min-width: 288px !important;
  width: 288px !important;
  max-width: 288px !important;
}
.table-width-p289 {
  min-width: 289px !important;
  width: 289px !important;
  max-width: 289px !important;
}
.table-width-p290 {
  min-width: 290px !important;
  width: 290px !important;
  max-width: 290px !important;
}
.table-width-p291 {
  min-width: 291px !important;
  width: 291px !important;
  max-width: 291px !important;
}
.table-width-p292 {
  min-width: 292px !important;
  width: 292px !important;
  max-width: 292px !important;
}
.table-width-p293 {
  min-width: 293px !important;
  width: 293px !important;
  max-width: 293px !important;
}
.table-width-p294 {
  min-width: 294px !important;
  width: 294px !important;
  max-width: 294px !important;
}
.table-width-p295 {
  min-width: 295px !important;
  width: 295px !important;
  max-width: 295px !important;
}
.table-width-p296 {
  min-width: 296px !important;
  width: 296px !important;
  max-width: 296px !important;
}
.table-width-p297 {
  min-width: 297px !important;
  width: 297px !important;
  max-width: 297px !important;
}
.table-width-p298 {
  min-width: 298px !important;
  width: 298px !important;
  max-width: 298px !important;
}
.table-width-p299 {
  min-width: 299px !important;
  width: 299px !important;
  max-width: 299px !important;
}
.table-width-p300 {
  min-width: 300px !important;
  width: 300px !important;
  max-width: 300px !important;
}
.table-width-p301 {
  min-width: 301px !important;
  width: 301px !important;
  max-width: 301px !important;
}
.table-width-p302 {
  min-width: 302px !important;
  width: 302px !important;
  max-width: 302px !important;
}
.table-width-p303 {
  min-width: 303px !important;
  width: 303px !important;
  max-width: 303px !important;
}
.table-width-p304 {
  min-width: 304px !important;
  width: 304px !important;
  max-width: 304px !important;
}
.table-width-p305 {
  min-width: 305px !important;
  width: 305px !important;
  max-width: 305px !important;
}
.table-width-p306 {
  min-width: 306px !important;
  width: 306px !important;
  max-width: 306px !important;
}
.table-width-p307 {
  min-width: 307px !important;
  width: 307px !important;
  max-width: 307px !important;
}
.table-width-p308 {
  min-width: 308px !important;
  width: 308px !important;
  max-width: 308px !important;
}
.table-width-p309 {
  min-width: 309px !important;
  width: 309px !important;
  max-width: 309px !important;
}
.table-width-p310 {
  min-width: 310px !important;
  width: 310px !important;
  max-width: 310px !important;
}
.table-width-p311 {
  min-width: 311px !important;
  width: 311px !important;
  max-width: 311px !important;
}
.table-width-p312 {
  min-width: 312px !important;
  width: 312px !important;
  max-width: 312px !important;
}
.table-width-p313 {
  min-width: 313px !important;
  width: 313px !important;
  max-width: 313px !important;
}
.table-width-p314 {
  min-width: 314px !important;
  width: 314px !important;
  max-width: 314px !important;
}
.table-width-p315 {
  min-width: 315px !important;
  width: 315px !important;
  max-width: 315px !important;
}
.table-width-p316 {
  min-width: 316px !important;
  width: 316px !important;
  max-width: 316px !important;
}
.table-width-p317 {
  min-width: 317px !important;
  width: 317px !important;
  max-width: 317px !important;
}
.table-width-p318 {
  min-width: 318px !important;
  width: 318px !important;
  max-width: 318px !important;
}
.table-width-p319 {
  min-width: 319px !important;
  width: 319px !important;
  max-width: 319px !important;
}
.table-width-p320 {
  min-width: 320px !important;
  width: 320px !important;
  max-width: 320px !important;
}
.table-width-p321 {
  min-width: 321px !important;
  width: 321px !important;
  max-width: 321px !important;
}
.table-width-p322 {
  min-width: 322px !important;
  width: 322px !important;
  max-width: 322px !important;
}
.table-width-p323 {
  min-width: 323px !important;
  width: 323px !important;
  max-width: 323px !important;
}
.table-width-p324 {
  min-width: 324px !important;
  width: 324px !important;
  max-width: 324px !important;
}
.table-width-p325 {
  min-width: 325px !important;
  width: 325px !important;
  max-width: 325px !important;
}
.table-width-p326 {
  min-width: 326px !important;
  width: 326px !important;
  max-width: 326px !important;
}
.table-width-p327 {
  min-width: 327px !important;
  width: 327px !important;
  max-width: 327px !important;
}
.table-width-p328 {
  min-width: 328px !important;
  width: 328px !important;
  max-width: 328px !important;
}
.table-width-p329 {
  min-width: 329px !important;
  width: 329px !important;
  max-width: 329px !important;
}
.table-width-p330 {
  min-width: 330px !important;
  width: 330px !important;
  max-width: 330px !important;
}
.table-width-p331 {
  min-width: 331px !important;
  width: 331px !important;
  max-width: 331px !important;
}
.table-width-p332 {
  min-width: 332px !important;
  width: 332px !important;
  max-width: 332px !important;
}
.table-width-p333 {
  min-width: 333px !important;
  width: 333px !important;
  max-width: 333px !important;
}
.table-width-p334 {
  min-width: 334px !important;
  width: 334px !important;
  max-width: 334px !important;
}
.table-width-p335 {
  min-width: 335px !important;
  width: 335px !important;
  max-width: 335px !important;
}
.table-width-p336 {
  min-width: 336px !important;
  width: 336px !important;
  max-width: 336px !important;
}
.table-width-p337 {
  min-width: 337px !important;
  width: 337px !important;
  max-width: 337px !important;
}
.table-width-p338 {
  min-width: 338px !important;
  width: 338px !important;
  max-width: 338px !important;
}
.table-width-p339 {
  min-width: 339px !important;
  width: 339px !important;
  max-width: 339px !important;
}
.table-width-p340 {
  min-width: 340px !important;
  width: 340px !important;
  max-width: 340px !important;
}
.table-width-p341 {
  min-width: 341px !important;
  width: 341px !important;
  max-width: 341px !important;
}
.table-width-p342 {
  min-width: 342px !important;
  width: 342px !important;
  max-width: 342px !important;
}
.table-width-p343 {
  min-width: 343px !important;
  width: 343px !important;
  max-width: 343px !important;
}
.table-width-p344 {
  min-width: 344px !important;
  width: 344px !important;
  max-width: 344px !important;
}
.table-width-p345 {
  min-width: 345px !important;
  width: 345px !important;
  max-width: 345px !important;
}
.table-width-p346 {
  min-width: 346px !important;
  width: 346px !important;
  max-width: 346px !important;
}
.table-width-p347 {
  min-width: 347px !important;
  width: 347px !important;
  max-width: 347px !important;
}
.table-width-p348 {
  min-width: 348px !important;
  width: 348px !important;
  max-width: 348px !important;
}
.table-width-p349 {
  min-width: 349px !important;
  width: 349px !important;
  max-width: 349px !important;
}
.table-width-p350 {
  min-width: 350px !important;
  width: 350px !important;
  max-width: 350px !important;
}
.table-width-p351 {
  min-width: 351px !important;
  width: 351px !important;
  max-width: 351px !important;
}
.table-width-p352 {
  min-width: 352px !important;
  width: 352px !important;
  max-width: 352px !important;
}
.table-width-p353 {
  min-width: 353px !important;
  width: 353px !important;
  max-width: 353px !important;
}
.table-width-p354 {
  min-width: 354px !important;
  width: 354px !important;
  max-width: 354px !important;
}
.table-width-p355 {
  min-width: 355px !important;
  width: 355px !important;
  max-width: 355px !important;
}
.table-width-p356 {
  min-width: 356px !important;
  width: 356px !important;
  max-width: 356px !important;
}
.table-width-p357 {
  min-width: 357px !important;
  width: 357px !important;
  max-width: 357px !important;
}
.table-width-p358 {
  min-width: 358px !important;
  width: 358px !important;
  max-width: 358px !important;
}
.table-width-p359 {
  min-width: 359px !important;
  width: 359px !important;
  max-width: 359px !important;
}
.table-width-p360 {
  min-width: 360px !important;
  width: 360px !important;
  max-width: 360px !important;
}
.table-width-p361 {
  min-width: 361px !important;
  width: 361px !important;
  max-width: 361px !important;
}
.table-width-p362 {
  min-width: 362px !important;
  width: 362px !important;
  max-width: 362px !important;
}
.table-width-p363 {
  min-width: 363px !important;
  width: 363px !important;
  max-width: 363px !important;
}
.table-width-p364 {
  min-width: 364px !important;
  width: 364px !important;
  max-width: 364px !important;
}
.table-width-p365 {
  min-width: 365px !important;
  width: 365px !important;
  max-width: 365px !important;
}
.table-width-p366 {
  min-width: 366px !important;
  width: 366px !important;
  max-width: 366px !important;
}
.table-width-p367 {
  min-width: 367px !important;
  width: 367px !important;
  max-width: 367px !important;
}
.table-width-p368 {
  min-width: 368px !important;
  width: 368px !important;
  max-width: 368px !important;
}
.table-width-p369 {
  min-width: 369px !important;
  width: 369px !important;
  max-width: 369px !important;
}
.table-width-p370 {
  min-width: 370px !important;
  width: 370px !important;
  max-width: 370px !important;
}
.table-width-p371 {
  min-width: 371px !important;
  width: 371px !important;
  max-width: 371px !important;
}
.table-width-p372 {
  min-width: 372px !important;
  width: 372px !important;
  max-width: 372px !important;
}
.table-width-p373 {
  min-width: 373px !important;
  width: 373px !important;
  max-width: 373px !important;
}
.table-width-p374 {
  min-width: 374px !important;
  width: 374px !important;
  max-width: 374px !important;
}
.table-width-p375 {
  min-width: 375px !important;
  width: 375px !important;
  max-width: 375px !important;
}
.table-width-p376 {
  min-width: 376px !important;
  width: 376px !important;
  max-width: 376px !important;
}
.table-width-p377 {
  min-width: 377px !important;
  width: 377px !important;
  max-width: 377px !important;
}
.table-width-p378 {
  min-width: 378px !important;
  width: 378px !important;
  max-width: 378px !important;
}
.table-width-p379 {
  min-width: 379px !important;
  width: 379px !important;
  max-width: 379px !important;
}
.table-width-p380 {
  min-width: 380px !important;
  width: 380px !important;
  max-width: 380px !important;
}
.table-width-p381 {
  min-width: 381px !important;
  width: 381px !important;
  max-width: 381px !important;
}
.table-width-p382 {
  min-width: 382px !important;
  width: 382px !important;
  max-width: 382px !important;
}
.table-width-p383 {
  min-width: 383px !important;
  width: 383px !important;
  max-width: 383px !important;
}
.table-width-p384 {
  min-width: 384px !important;
  width: 384px !important;
  max-width: 384px !important;
}
.table-width-p385 {
  min-width: 385px !important;
  width: 385px !important;
  max-width: 385px !important;
}
.table-width-p386 {
  min-width: 386px !important;
  width: 386px !important;
  max-width: 386px !important;
}
.table-width-p387 {
  min-width: 387px !important;
  width: 387px !important;
  max-width: 387px !important;
}
.table-width-p388 {
  min-width: 388px !important;
  width: 388px !important;
  max-width: 388px !important;
}
.table-width-p389 {
  min-width: 389px !important;
  width: 389px !important;
  max-width: 389px !important;
}
.table-width-p390 {
  min-width: 390px !important;
  width: 390px !important;
  max-width: 390px !important;
}
.table-width-p391 {
  min-width: 391px !important;
  width: 391px !important;
  max-width: 391px !important;
}
.table-width-p392 {
  min-width: 392px !important;
  width: 392px !important;
  max-width: 392px !important;
}
.table-width-p393 {
  min-width: 393px !important;
  width: 393px !important;
  max-width: 393px !important;
}
.table-width-p394 {
  min-width: 394px !important;
  width: 394px !important;
  max-width: 394px !important;
}
.table-width-p395 {
  min-width: 395px !important;
  width: 395px !important;
  max-width: 395px !important;
}
.table-width-p396 {
  min-width: 396px !important;
  width: 396px !important;
  max-width: 396px !important;
}
.table-width-p397 {
  min-width: 397px !important;
  width: 397px !important;
  max-width: 397px !important;
}
.table-width-p398 {
  min-width: 398px !important;
  width: 398px !important;
  max-width: 398px !important;
}
.table-width-p399 {
  min-width: 399px !important;
  width: 399px !important;
  max-width: 399px !important;
}
.table-width-p400 {
  min-width: 400px !important;
  width: 400px !important;
  max-width: 400px !important;
}
.table-width-p401 {
  min-width: 401px !important;
  width: 401px !important;
  max-width: 401px !important;
}
.table-width-p402 {
  min-width: 402px !important;
  width: 402px !important;
  max-width: 402px !important;
}
.table-width-p403 {
  min-width: 403px !important;
  width: 403px !important;
  max-width: 403px !important;
}
.table-width-p404 {
  min-width: 404px !important;
  width: 404px !important;
  max-width: 404px !important;
}
.table-width-p405 {
  min-width: 405px !important;
  width: 405px !important;
  max-width: 405px !important;
}
.table-width-p406 {
  min-width: 406px !important;
  width: 406px !important;
  max-width: 406px !important;
}
.table-width-p407 {
  min-width: 407px !important;
  width: 407px !important;
  max-width: 407px !important;
}
.table-width-p408 {
  min-width: 408px !important;
  width: 408px !important;
  max-width: 408px !important;
}
.table-width-p409 {
  min-width: 409px !important;
  width: 409px !important;
  max-width: 409px !important;
}
.table-width-p410 {
  min-width: 410px !important;
  width: 410px !important;
  max-width: 410px !important;
}
.table-width-p411 {
  min-width: 411px !important;
  width: 411px !important;
  max-width: 411px !important;
}
.table-width-p412 {
  min-width: 412px !important;
  width: 412px !important;
  max-width: 412px !important;
}
.table-width-p413 {
  min-width: 413px !important;
  width: 413px !important;
  max-width: 413px !important;
}
.table-width-p414 {
  min-width: 414px !important;
  width: 414px !important;
  max-width: 414px !important;
}
.table-width-p415 {
  min-width: 415px !important;
  width: 415px !important;
  max-width: 415px !important;
}
.table-width-p416 {
  min-width: 416px !important;
  width: 416px !important;
  max-width: 416px !important;
}
.table-width-p417 {
  min-width: 417px !important;
  width: 417px !important;
  max-width: 417px !important;
}
.table-width-p418 {
  min-width: 418px !important;
  width: 418px !important;
  max-width: 418px !important;
}
.table-width-p419 {
  min-width: 419px !important;
  width: 419px !important;
  max-width: 419px !important;
}
.table-width-p420 {
  min-width: 420px !important;
  width: 420px !important;
  max-width: 420px !important;
}
.table-width-p421 {
  min-width: 421px !important;
  width: 421px !important;
  max-width: 421px !important;
}
.table-width-p422 {
  min-width: 422px !important;
  width: 422px !important;
  max-width: 422px !important;
}
.table-width-p423 {
  min-width: 423px !important;
  width: 423px !important;
  max-width: 423px !important;
}
.table-width-p424 {
  min-width: 424px !important;
  width: 424px !important;
  max-width: 424px !important;
}
.table-width-p425 {
  min-width: 425px !important;
  width: 425px !important;
  max-width: 425px !important;
}
.table-width-p426 {
  min-width: 426px !important;
  width: 426px !important;
  max-width: 426px !important;
}
.table-width-p427 {
  min-width: 427px !important;
  width: 427px !important;
  max-width: 427px !important;
}
.table-width-p428 {
  min-width: 428px !important;
  width: 428px !important;
  max-width: 428px !important;
}
.table-width-p429 {
  min-width: 429px !important;
  width: 429px !important;
  max-width: 429px !important;
}
.table-width-p430 {
  min-width: 430px !important;
  width: 430px !important;
  max-width: 430px !important;
}
.table-width-p431 {
  min-width: 431px !important;
  width: 431px !important;
  max-width: 431px !important;
}
.table-width-p432 {
  min-width: 432px !important;
  width: 432px !important;
  max-width: 432px !important;
}
.table-width-p433 {
  min-width: 433px !important;
  width: 433px !important;
  max-width: 433px !important;
}
.table-width-p434 {
  min-width: 434px !important;
  width: 434px !important;
  max-width: 434px !important;
}
.table-width-p435 {
  min-width: 435px !important;
  width: 435px !important;
  max-width: 435px !important;
}
.table-width-p436 {
  min-width: 436px !important;
  width: 436px !important;
  max-width: 436px !important;
}
.table-width-p437 {
  min-width: 437px !important;
  width: 437px !important;
  max-width: 437px !important;
}
.table-width-p438 {
  min-width: 438px !important;
  width: 438px !important;
  max-width: 438px !important;
}
.table-width-p439 {
  min-width: 439px !important;
  width: 439px !important;
  max-width: 439px !important;
}
.table-width-p440 {
  min-width: 440px !important;
  width: 440px !important;
  max-width: 440px !important;
}
.table-width-p441 {
  min-width: 441px !important;
  width: 441px !important;
  max-width: 441px !important;
}
.table-width-p442 {
  min-width: 442px !important;
  width: 442px !important;
  max-width: 442px !important;
}
.table-width-p443 {
  min-width: 443px !important;
  width: 443px !important;
  max-width: 443px !important;
}
.table-width-p444 {
  min-width: 444px !important;
  width: 444px !important;
  max-width: 444px !important;
}
.table-width-p445 {
  min-width: 445px !important;
  width: 445px !important;
  max-width: 445px !important;
}
.table-width-p446 {
  min-width: 446px !important;
  width: 446px !important;
  max-width: 446px !important;
}
.table-width-p447 {
  min-width: 447px !important;
  width: 447px !important;
  max-width: 447px !important;
}
.table-width-p448 {
  min-width: 448px !important;
  width: 448px !important;
  max-width: 448px !important;
}
.table-width-p449 {
  min-width: 449px !important;
  width: 449px !important;
  max-width: 449px !important;
}
.table-width-p450 {
  min-width: 450px !important;
  width: 450px !important;
  max-width: 450px !important;
}
.table-width-p451 {
  min-width: 451px !important;
  width: 451px !important;
  max-width: 451px !important;
}
.table-width-p452 {
  min-width: 452px !important;
  width: 452px !important;
  max-width: 452px !important;
}
.table-width-p453 {
  min-width: 453px !important;
  width: 453px !important;
  max-width: 453px !important;
}
.table-width-p454 {
  min-width: 454px !important;
  width: 454px !important;
  max-width: 454px !important;
}
.table-width-p455 {
  min-width: 455px !important;
  width: 455px !important;
  max-width: 455px !important;
}
.table-width-p456 {
  min-width: 456px !important;
  width: 456px !important;
  max-width: 456px !important;
}
.table-width-p457 {
  min-width: 457px !important;
  width: 457px !important;
  max-width: 457px !important;
}
.table-width-p458 {
  min-width: 458px !important;
  width: 458px !important;
  max-width: 458px !important;
}
.table-width-p459 {
  min-width: 459px !important;
  width: 459px !important;
  max-width: 459px !important;
}
.table-width-p460 {
  min-width: 460px !important;
  width: 460px !important;
  max-width: 460px !important;
}
.table-width-p461 {
  min-width: 461px !important;
  width: 461px !important;
  max-width: 461px !important;
}
.table-width-p462 {
  min-width: 462px !important;
  width: 462px !important;
  max-width: 462px !important;
}
.table-width-p463 {
  min-width: 463px !important;
  width: 463px !important;
  max-width: 463px !important;
}
.table-width-p464 {
  min-width: 464px !important;
  width: 464px !important;
  max-width: 464px !important;
}
.table-width-p465 {
  min-width: 465px !important;
  width: 465px !important;
  max-width: 465px !important;
}
.table-width-p466 {
  min-width: 466px !important;
  width: 466px !important;
  max-width: 466px !important;
}
.table-width-p467 {
  min-width: 467px !important;
  width: 467px !important;
  max-width: 467px !important;
}
.table-width-p468 {
  min-width: 468px !important;
  width: 468px !important;
  max-width: 468px !important;
}
.table-width-p469 {
  min-width: 469px !important;
  width: 469px !important;
  max-width: 469px !important;
}
.table-width-p470 {
  min-width: 470px !important;
  width: 470px !important;
  max-width: 470px !important;
}
.table-width-p471 {
  min-width: 471px !important;
  width: 471px !important;
  max-width: 471px !important;
}
.table-width-p472 {
  min-width: 472px !important;
  width: 472px !important;
  max-width: 472px !important;
}
.table-width-p473 {
  min-width: 473px !important;
  width: 473px !important;
  max-width: 473px !important;
}
.table-width-p474 {
  min-width: 474px !important;
  width: 474px !important;
  max-width: 474px !important;
}
.table-width-p475 {
  min-width: 475px !important;
  width: 475px !important;
  max-width: 475px !important;
}
.table-width-p476 {
  min-width: 476px !important;
  width: 476px !important;
  max-width: 476px !important;
}
.table-width-p477 {
  min-width: 477px !important;
  width: 477px !important;
  max-width: 477px !important;
}
.table-width-p478 {
  min-width: 478px !important;
  width: 478px !important;
  max-width: 478px !important;
}
.table-width-p479 {
  min-width: 479px !important;
  width: 479px !important;
  max-width: 479px !important;
}
.table-width-p480 {
  min-width: 480px !important;
  width: 480px !important;
  max-width: 480px !important;
}
.table-width-p481 {
  min-width: 481px !important;
  width: 481px !important;
  max-width: 481px !important;
}
.table-width-p482 {
  min-width: 482px !important;
  width: 482px !important;
  max-width: 482px !important;
}
.table-width-p483 {
  min-width: 483px !important;
  width: 483px !important;
  max-width: 483px !important;
}
.table-width-p484 {
  min-width: 484px !important;
  width: 484px !important;
  max-width: 484px !important;
}
.table-width-p485 {
  min-width: 485px !important;
  width: 485px !important;
  max-width: 485px !important;
}
.table-width-p486 {
  min-width: 486px !important;
  width: 486px !important;
  max-width: 486px !important;
}
.table-width-p487 {
  min-width: 487px !important;
  width: 487px !important;
  max-width: 487px !important;
}
.table-width-p488 {
  min-width: 488px !important;
  width: 488px !important;
  max-width: 488px !important;
}
.table-width-p489 {
  min-width: 489px !important;
  width: 489px !important;
  max-width: 489px !important;
}
.table-width-p490 {
  min-width: 490px !important;
  width: 490px !important;
  max-width: 490px !important;
}
.table-width-p491 {
  min-width: 491px !important;
  width: 491px !important;
  max-width: 491px !important;
}
.table-width-p492 {
  min-width: 492px !important;
  width: 492px !important;
  max-width: 492px !important;
}
.table-width-p493 {
  min-width: 493px !important;
  width: 493px !important;
  max-width: 493px !important;
}
.table-width-p494 {
  min-width: 494px !important;
  width: 494px !important;
  max-width: 494px !important;
}
.table-width-p495 {
  min-width: 495px !important;
  width: 495px !important;
  max-width: 495px !important;
}
.table-width-p496 {
  min-width: 496px !important;
  width: 496px !important;
  max-width: 496px !important;
}
.table-width-p497 {
  min-width: 497px !important;
  width: 497px !important;
  max-width: 497px !important;
}
.table-width-p498 {
  min-width: 498px !important;
  width: 498px !important;
  max-width: 498px !important;
}
.table-width-p499 {
  min-width: 499px !important;
  width: 499px !important;
  max-width: 499px !important;
}
.table-width-p500 {
  min-width: 500px !important;
  width: 500px !important;
  max-width: 500px !important;
}
.table-width-p501 {
  min-width: 501px !important;
  width: 501px !important;
  max-width: 501px !important;
}
.table-width-p502 {
  min-width: 502px !important;
  width: 502px !important;
  max-width: 502px !important;
}
.table-width-p503 {
  min-width: 503px !important;
  width: 503px !important;
  max-width: 503px !important;
}
.table-width-p504 {
  min-width: 504px !important;
  width: 504px !important;
  max-width: 504px !important;
}
.table-width-p505 {
  min-width: 505px !important;
  width: 505px !important;
  max-width: 505px !important;
}
.table-width-p506 {
  min-width: 506px !important;
  width: 506px !important;
  max-width: 506px !important;
}
.table-width-p507 {
  min-width: 507px !important;
  width: 507px !important;
  max-width: 507px !important;
}
.table-width-p508 {
  min-width: 508px !important;
  width: 508px !important;
  max-width: 508px !important;
}
.table-width-p509 {
  min-width: 509px !important;
  width: 509px !important;
  max-width: 509px !important;
}
.table-width-p510 {
  min-width: 510px !important;
  width: 510px !important;
  max-width: 510px !important;
}
.table-width-p511 {
  min-width: 511px !important;
  width: 511px !important;
  max-width: 511px !important;
}
.table-width-p512 {
  min-width: 512px !important;
  width: 512px !important;
  max-width: 512px !important;
}
.table-width-p513 {
  min-width: 513px !important;
  width: 513px !important;
  max-width: 513px !important;
}
.table-width-p514 {
  min-width: 514px !important;
  width: 514px !important;
  max-width: 514px !important;
}
.table-width-p515 {
  min-width: 515px !important;
  width: 515px !important;
  max-width: 515px !important;
}
.table-width-p516 {
  min-width: 516px !important;
  width: 516px !important;
  max-width: 516px !important;
}
.table-width-p517 {
  min-width: 517px !important;
  width: 517px !important;
  max-width: 517px !important;
}
.table-width-p518 {
  min-width: 518px !important;
  width: 518px !important;
  max-width: 518px !important;
}
.table-width-p519 {
  min-width: 519px !important;
  width: 519px !important;
  max-width: 519px !important;
}
.table-width-p520 {
  min-width: 520px !important;
  width: 520px !important;
  max-width: 520px !important;
}
.table-width-p521 {
  min-width: 521px !important;
  width: 521px !important;
  max-width: 521px !important;
}
.table-width-p522 {
  min-width: 522px !important;
  width: 522px !important;
  max-width: 522px !important;
}
.table-width-p523 {
  min-width: 523px !important;
  width: 523px !important;
  max-width: 523px !important;
}
.table-width-p524 {
  min-width: 524px !important;
  width: 524px !important;
  max-width: 524px !important;
}
.table-width-p525 {
  min-width: 525px !important;
  width: 525px !important;
  max-width: 525px !important;
}
.table-width-p526 {
  min-width: 526px !important;
  width: 526px !important;
  max-width: 526px !important;
}
.table-width-p527 {
  min-width: 527px !important;
  width: 527px !important;
  max-width: 527px !important;
}
.table-width-p528 {
  min-width: 528px !important;
  width: 528px !important;
  max-width: 528px !important;
}
.table-width-p529 {
  min-width: 529px !important;
  width: 529px !important;
  max-width: 529px !important;
}
.table-width-p530 {
  min-width: 530px !important;
  width: 530px !important;
  max-width: 530px !important;
}
.table-width-p531 {
  min-width: 531px !important;
  width: 531px !important;
  max-width: 531px !important;
}
.table-width-p532 {
  min-width: 532px !important;
  width: 532px !important;
  max-width: 532px !important;
}
.table-width-p533 {
  min-width: 533px !important;
  width: 533px !important;
  max-width: 533px !important;
}
.table-width-p534 {
  min-width: 534px !important;
  width: 534px !important;
  max-width: 534px !important;
}
.table-width-p535 {
  min-width: 535px !important;
  width: 535px !important;
  max-width: 535px !important;
}
.table-width-p536 {
  min-width: 536px !important;
  width: 536px !important;
  max-width: 536px !important;
}
.table-width-p537 {
  min-width: 537px !important;
  width: 537px !important;
  max-width: 537px !important;
}
.table-width-p538 {
  min-width: 538px !important;
  width: 538px !important;
  max-width: 538px !important;
}
.table-width-p539 {
  min-width: 539px !important;
  width: 539px !important;
  max-width: 539px !important;
}
.table-width-p540 {
  min-width: 540px !important;
  width: 540px !important;
  max-width: 540px !important;
}
.table-width-p541 {
  min-width: 541px !important;
  width: 541px !important;
  max-width: 541px !important;
}
.table-width-p542 {
  min-width: 542px !important;
  width: 542px !important;
  max-width: 542px !important;
}
.table-width-p543 {
  min-width: 543px !important;
  width: 543px !important;
  max-width: 543px !important;
}
.table-width-p544 {
  min-width: 544px !important;
  width: 544px !important;
  max-width: 544px !important;
}
.table-width-p545 {
  min-width: 545px !important;
  width: 545px !important;
  max-width: 545px !important;
}
.table-width-p546 {
  min-width: 546px !important;
  width: 546px !important;
  max-width: 546px !important;
}
.table-width-p547 {
  min-width: 547px !important;
  width: 547px !important;
  max-width: 547px !important;
}
.table-width-p548 {
  min-width: 548px !important;
  width: 548px !important;
  max-width: 548px !important;
}
.table-width-p549 {
  min-width: 549px !important;
  width: 549px !important;
  max-width: 549px !important;
}
.table-width-p550 {
  min-width: 550px !important;
  width: 550px !important;
  max-width: 550px !important;
}
.table-width-p551 {
  min-width: 551px !important;
  width: 551px !important;
  max-width: 551px !important;
}
.table-width-p552 {
  min-width: 552px !important;
  width: 552px !important;
  max-width: 552px !important;
}
.table-width-p553 {
  min-width: 553px !important;
  width: 553px !important;
  max-width: 553px !important;
}
.table-width-p554 {
  min-width: 554px !important;
  width: 554px !important;
  max-width: 554px !important;
}
.table-width-p555 {
  min-width: 555px !important;
  width: 555px !important;
  max-width: 555px !important;
}
.table-width-p556 {
  min-width: 556px !important;
  width: 556px !important;
  max-width: 556px !important;
}
.table-width-p557 {
  min-width: 557px !important;
  width: 557px !important;
  max-width: 557px !important;
}
.table-width-p558 {
  min-width: 558px !important;
  width: 558px !important;
  max-width: 558px !important;
}
.table-width-p559 {
  min-width: 559px !important;
  width: 559px !important;
  max-width: 559px !important;
}
.table-width-p560 {
  min-width: 560px !important;
  width: 560px !important;
  max-width: 560px !important;
}
.table-width-p561 {
  min-width: 561px !important;
  width: 561px !important;
  max-width: 561px !important;
}
.table-width-p562 {
  min-width: 562px !important;
  width: 562px !important;
  max-width: 562px !important;
}
.table-width-p563 {
  min-width: 563px !important;
  width: 563px !important;
  max-width: 563px !important;
}
.table-width-p564 {
  min-width: 564px !important;
  width: 564px !important;
  max-width: 564px !important;
}
.table-width-p565 {
  min-width: 565px !important;
  width: 565px !important;
  max-width: 565px !important;
}
.table-width-p566 {
  min-width: 566px !important;
  width: 566px !important;
  max-width: 566px !important;
}
.table-width-p567 {
  min-width: 567px !important;
  width: 567px !important;
  max-width: 567px !important;
}
.table-width-p568 {
  min-width: 568px !important;
  width: 568px !important;
  max-width: 568px !important;
}
.table-width-p569 {
  min-width: 569px !important;
  width: 569px !important;
  max-width: 569px !important;
}
.table-width-p570 {
  min-width: 570px !important;
  width: 570px !important;
  max-width: 570px !important;
}
.table-width-p571 {
  min-width: 571px !important;
  width: 571px !important;
  max-width: 571px !important;
}
.table-width-p572 {
  min-width: 572px !important;
  width: 572px !important;
  max-width: 572px !important;
}
.table-width-p573 {
  min-width: 573px !important;
  width: 573px !important;
  max-width: 573px !important;
}
.table-width-p574 {
  min-width: 574px !important;
  width: 574px !important;
  max-width: 574px !important;
}
.table-width-p575 {
  min-width: 575px !important;
  width: 575px !important;
  max-width: 575px !important;
}
.table-width-p576 {
  min-width: 576px !important;
  width: 576px !important;
  max-width: 576px !important;
}
.table-width-p577 {
  min-width: 577px !important;
  width: 577px !important;
  max-width: 577px !important;
}
.table-width-p578 {
  min-width: 578px !important;
  width: 578px !important;
  max-width: 578px !important;
}
.table-width-p579 {
  min-width: 579px !important;
  width: 579px !important;
  max-width: 579px !important;
}
.table-width-p580 {
  min-width: 580px !important;
  width: 580px !important;
  max-width: 580px !important;
}
.table-width-p581 {
  min-width: 581px !important;
  width: 581px !important;
  max-width: 581px !important;
}
.table-width-p582 {
  min-width: 582px !important;
  width: 582px !important;
  max-width: 582px !important;
}
.table-width-p583 {
  min-width: 583px !important;
  width: 583px !important;
  max-width: 583px !important;
}
.table-width-p584 {
  min-width: 584px !important;
  width: 584px !important;
  max-width: 584px !important;
}
.table-width-p585 {
  min-width: 585px !important;
  width: 585px !important;
  max-width: 585px !important;
}
.table-width-p586 {
  min-width: 586px !important;
  width: 586px !important;
  max-width: 586px !important;
}
.table-width-p587 {
  min-width: 587px !important;
  width: 587px !important;
  max-width: 587px !important;
}
.table-width-p588 {
  min-width: 588px !important;
  width: 588px !important;
  max-width: 588px !important;
}
.table-width-p589 {
  min-width: 589px !important;
  width: 589px !important;
  max-width: 589px !important;
}
.table-width-p590 {
  min-width: 590px !important;
  width: 590px !important;
  max-width: 590px !important;
}
.table-width-p591 {
  min-width: 591px !important;
  width: 591px !important;
  max-width: 591px !important;
}
.table-width-p592 {
  min-width: 592px !important;
  width: 592px !important;
  max-width: 592px !important;
}
.table-width-p593 {
  min-width: 593px !important;
  width: 593px !important;
  max-width: 593px !important;
}
.table-width-p594 {
  min-width: 594px !important;
  width: 594px !important;
  max-width: 594px !important;
}
.table-width-p595 {
  min-width: 595px !important;
  width: 595px !important;
  max-width: 595px !important;
}
.table-width-p596 {
  min-width: 596px !important;
  width: 596px !important;
  max-width: 596px !important;
}
.table-width-p597 {
  min-width: 597px !important;
  width: 597px !important;
  max-width: 597px !important;
}
.table-width-p598 {
  min-width: 598px !important;
  width: 598px !important;
  max-width: 598px !important;
}
.table-width-p599 {
  min-width: 599px !important;
  width: 599px !important;
  max-width: 599px !important;
}
.table-width-p600 {
  min-width: 600px !important;
  width: 600px !important;
  max-width: 600px !important;
}
.table-width-p601 {
  min-width: 601px !important;
  width: 601px !important;
  max-width: 601px !important;
}
.table-width-p602 {
  min-width: 602px !important;
  width: 602px !important;
  max-width: 602px !important;
}
.table-width-p603 {
  min-width: 603px !important;
  width: 603px !important;
  max-width: 603px !important;
}
.table-width-p604 {
  min-width: 604px !important;
  width: 604px !important;
  max-width: 604px !important;
}
.table-width-p605 {
  min-width: 605px !important;
  width: 605px !important;
  max-width: 605px !important;
}
.table-width-p606 {
  min-width: 606px !important;
  width: 606px !important;
  max-width: 606px !important;
}
.table-width-p607 {
  min-width: 607px !important;
  width: 607px !important;
  max-width: 607px !important;
}
.table-width-p608 {
  min-width: 608px !important;
  width: 608px !important;
  max-width: 608px !important;
}
.table-width-p609 {
  min-width: 609px !important;
  width: 609px !important;
  max-width: 609px !important;
}
.table-width-p610 {
  min-width: 610px !important;
  width: 610px !important;
  max-width: 610px !important;
}
.table-width-p611 {
  min-width: 611px !important;
  width: 611px !important;
  max-width: 611px !important;
}
.table-width-p612 {
  min-width: 612px !important;
  width: 612px !important;
  max-width: 612px !important;
}
.table-width-p613 {
  min-width: 613px !important;
  width: 613px !important;
  max-width: 613px !important;
}
.table-width-p614 {
  min-width: 614px !important;
  width: 614px !important;
  max-width: 614px !important;
}
.table-width-p615 {
  min-width: 615px !important;
  width: 615px !important;
  max-width: 615px !important;
}
.table-width-p616 {
  min-width: 616px !important;
  width: 616px !important;
  max-width: 616px !important;
}
.table-width-p617 {
  min-width: 617px !important;
  width: 617px !important;
  max-width: 617px !important;
}
.table-width-p618 {
  min-width: 618px !important;
  width: 618px !important;
  max-width: 618px !important;
}
.table-width-p619 {
  min-width: 619px !important;
  width: 619px !important;
  max-width: 619px !important;
}
.table-width-p620 {
  min-width: 620px !important;
  width: 620px !important;
  max-width: 620px !important;
}
.table-width-p621 {
  min-width: 621px !important;
  width: 621px !important;
  max-width: 621px !important;
}
.table-width-p622 {
  min-width: 622px !important;
  width: 622px !important;
  max-width: 622px !important;
}
.table-width-p623 {
  min-width: 623px !important;
  width: 623px !important;
  max-width: 623px !important;
}
.table-width-p624 {
  min-width: 624px !important;
  width: 624px !important;
  max-width: 624px !important;
}
.table-width-p625 {
  min-width: 625px !important;
  width: 625px !important;
  max-width: 625px !important;
}
.table-width-p626 {
  min-width: 626px !important;
  width: 626px !important;
  max-width: 626px !important;
}
.table-width-p627 {
  min-width: 627px !important;
  width: 627px !important;
  max-width: 627px !important;
}
.table-width-p628 {
  min-width: 628px !important;
  width: 628px !important;
  max-width: 628px !important;
}
.table-width-p629 {
  min-width: 629px !important;
  width: 629px !important;
  max-width: 629px !important;
}
.table-width-p630 {
  min-width: 630px !important;
  width: 630px !important;
  max-width: 630px !important;
}
.table-width-p631 {
  min-width: 631px !important;
  width: 631px !important;
  max-width: 631px !important;
}
.table-width-p632 {
  min-width: 632px !important;
  width: 632px !important;
  max-width: 632px !important;
}
.table-width-p633 {
  min-width: 633px !important;
  width: 633px !important;
  max-width: 633px !important;
}
.table-width-p634 {
  min-width: 634px !important;
  width: 634px !important;
  max-width: 634px !important;
}
.table-width-p635 {
  min-width: 635px !important;
  width: 635px !important;
  max-width: 635px !important;
}
.table-width-p636 {
  min-width: 636px !important;
  width: 636px !important;
  max-width: 636px !important;
}
.table-width-p637 {
  min-width: 637px !important;
  width: 637px !important;
  max-width: 637px !important;
}
.table-width-p638 {
  min-width: 638px !important;
  width: 638px !important;
  max-width: 638px !important;
}
.table-width-p639 {
  min-width: 639px !important;
  width: 639px !important;
  max-width: 639px !important;
}
.table-width-p640 {
  min-width: 640px !important;
  width: 640px !important;
  max-width: 640px !important;
}
.table-width-p641 {
  min-width: 641px !important;
  width: 641px !important;
  max-width: 641px !important;
}
.table-width-p642 {
  min-width: 642px !important;
  width: 642px !important;
  max-width: 642px !important;
}
.table-width-p643 {
  min-width: 643px !important;
  width: 643px !important;
  max-width: 643px !important;
}
.table-width-p644 {
  min-width: 644px !important;
  width: 644px !important;
  max-width: 644px !important;
}
.table-width-p645 {
  min-width: 645px !important;
  width: 645px !important;
  max-width: 645px !important;
}
.table-width-p646 {
  min-width: 646px !important;
  width: 646px !important;
  max-width: 646px !important;
}
.table-width-p647 {
  min-width: 647px !important;
  width: 647px !important;
  max-width: 647px !important;
}
.table-width-p648 {
  min-width: 648px !important;
  width: 648px !important;
  max-width: 648px !important;
}
.table-width-p649 {
  min-width: 649px !important;
  width: 649px !important;
  max-width: 649px !important;
}
.table-width-p650 {
  min-width: 650px !important;
  width: 650px !important;
  max-width: 650px !important;
}
.table-width-p651 {
  min-width: 651px !important;
  width: 651px !important;
  max-width: 651px !important;
}
.table-width-p652 {
  min-width: 652px !important;
  width: 652px !important;
  max-width: 652px !important;
}
.table-width-p653 {
  min-width: 653px !important;
  width: 653px !important;
  max-width: 653px !important;
}
.table-width-p654 {
  min-width: 654px !important;
  width: 654px !important;
  max-width: 654px !important;
}
.table-width-p655 {
  min-width: 655px !important;
  width: 655px !important;
  max-width: 655px !important;
}
.table-width-p656 {
  min-width: 656px !important;
  width: 656px !important;
  max-width: 656px !important;
}
.table-width-p657 {
  min-width: 657px !important;
  width: 657px !important;
  max-width: 657px !important;
}
.table-width-p658 {
  min-width: 658px !important;
  width: 658px !important;
  max-width: 658px !important;
}
.table-width-p659 {
  min-width: 659px !important;
  width: 659px !important;
  max-width: 659px !important;
}
.table-width-p660 {
  min-width: 660px !important;
  width: 660px !important;
  max-width: 660px !important;
}
.table-width-p661 {
  min-width: 661px !important;
  width: 661px !important;
  max-width: 661px !important;
}
.table-width-p662 {
  min-width: 662px !important;
  width: 662px !important;
  max-width: 662px !important;
}
.table-width-p663 {
  min-width: 663px !important;
  width: 663px !important;
  max-width: 663px !important;
}
.table-width-p664 {
  min-width: 664px !important;
  width: 664px !important;
  max-width: 664px !important;
}
.table-width-p665 {
  min-width: 665px !important;
  width: 665px !important;
  max-width: 665px !important;
}
.table-width-p666 {
  min-width: 666px !important;
  width: 666px !important;
  max-width: 666px !important;
}
.table-width-p667 {
  min-width: 667px !important;
  width: 667px !important;
  max-width: 667px !important;
}
.table-width-p668 {
  min-width: 668px !important;
  width: 668px !important;
  max-width: 668px !important;
}
.table-width-p669 {
  min-width: 669px !important;
  width: 669px !important;
  max-width: 669px !important;
}
.table-width-p670 {
  min-width: 670px !important;
  width: 670px !important;
  max-width: 670px !important;
}
.table-width-p671 {
  min-width: 671px !important;
  width: 671px !important;
  max-width: 671px !important;
}
.table-width-p672 {
  min-width: 672px !important;
  width: 672px !important;
  max-width: 672px !important;
}
.table-width-p673 {
  min-width: 673px !important;
  width: 673px !important;
  max-width: 673px !important;
}
.table-width-p674 {
  min-width: 674px !important;
  width: 674px !important;
  max-width: 674px !important;
}
.table-width-p675 {
  min-width: 675px !important;
  width: 675px !important;
  max-width: 675px !important;
}
.table-width-p676 {
  min-width: 676px !important;
  width: 676px !important;
  max-width: 676px !important;
}
.table-width-p677 {
  min-width: 677px !important;
  width: 677px !important;
  max-width: 677px !important;
}
.table-width-p678 {
  min-width: 678px !important;
  width: 678px !important;
  max-width: 678px !important;
}
.table-width-p679 {
  min-width: 679px !important;
  width: 679px !important;
  max-width: 679px !important;
}
.table-width-p680 {
  min-width: 680px !important;
  width: 680px !important;
  max-width: 680px !important;
}
.table-width-p681 {
  min-width: 681px !important;
  width: 681px !important;
  max-width: 681px !important;
}
.table-width-p682 {
  min-width: 682px !important;
  width: 682px !important;
  max-width: 682px !important;
}
.table-width-p683 {
  min-width: 683px !important;
  width: 683px !important;
  max-width: 683px !important;
}
.table-width-p684 {
  min-width: 684px !important;
  width: 684px !important;
  max-width: 684px !important;
}
.table-width-p685 {
  min-width: 685px !important;
  width: 685px !important;
  max-width: 685px !important;
}
.table-width-p686 {
  min-width: 686px !important;
  width: 686px !important;
  max-width: 686px !important;
}
.table-width-p687 {
  min-width: 687px !important;
  width: 687px !important;
  max-width: 687px !important;
}
.table-width-p688 {
  min-width: 688px !important;
  width: 688px !important;
  max-width: 688px !important;
}
.table-width-p689 {
  min-width: 689px !important;
  width: 689px !important;
  max-width: 689px !important;
}
.table-width-p690 {
  min-width: 690px !important;
  width: 690px !important;
  max-width: 690px !important;
}
.table-width-p691 {
  min-width: 691px !important;
  width: 691px !important;
  max-width: 691px !important;
}
.table-width-p692 {
  min-width: 692px !important;
  width: 692px !important;
  max-width: 692px !important;
}
.table-width-p693 {
  min-width: 693px !important;
  width: 693px !important;
  max-width: 693px !important;
}
.table-width-p694 {
  min-width: 694px !important;
  width: 694px !important;
  max-width: 694px !important;
}
.table-width-p695 {
  min-width: 695px !important;
  width: 695px !important;
  max-width: 695px !important;
}
.table-width-p696 {
  min-width: 696px !important;
  width: 696px !important;
  max-width: 696px !important;
}
.table-width-p697 {
  min-width: 697px !important;
  width: 697px !important;
  max-width: 697px !important;
}
.table-width-p698 {
  min-width: 698px !important;
  width: 698px !important;
  max-width: 698px !important;
}
.table-width-p699 {
  min-width: 699px !important;
  width: 699px !important;
  max-width: 699px !important;
}
.table-width-p700 {
  min-width: 700px !important;
  width: 700px !important;
  max-width: 700px !important;
}
.table-width-p701 {
  min-width: 701px !important;
  width: 701px !important;
  max-width: 701px !important;
}
.table-width-p702 {
  min-width: 702px !important;
  width: 702px !important;
  max-width: 702px !important;
}
.table-width-p703 {
  min-width: 703px !important;
  width: 703px !important;
  max-width: 703px !important;
}
.table-width-p704 {
  min-width: 704px !important;
  width: 704px !important;
  max-width: 704px !important;
}
.table-width-p705 {
  min-width: 705px !important;
  width: 705px !important;
  max-width: 705px !important;
}
.table-width-p706 {
  min-width: 706px !important;
  width: 706px !important;
  max-width: 706px !important;
}
.table-width-p707 {
  min-width: 707px !important;
  width: 707px !important;
  max-width: 707px !important;
}
.table-width-p708 {
  min-width: 708px !important;
  width: 708px !important;
  max-width: 708px !important;
}
.table-width-p709 {
  min-width: 709px !important;
  width: 709px !important;
  max-width: 709px !important;
}
.table-width-p710 {
  min-width: 710px !important;
  width: 710px !important;
  max-width: 710px !important;
}
.table-width-p711 {
  min-width: 711px !important;
  width: 711px !important;
  max-width: 711px !important;
}
.table-width-p712 {
  min-width: 712px !important;
  width: 712px !important;
  max-width: 712px !important;
}
.table-width-p713 {
  min-width: 713px !important;
  width: 713px !important;
  max-width: 713px !important;
}
.table-width-p714 {
  min-width: 714px !important;
  width: 714px !important;
  max-width: 714px !important;
}
.table-width-p715 {
  min-width: 715px !important;
  width: 715px !important;
  max-width: 715px !important;
}
.table-width-p716 {
  min-width: 716px !important;
  width: 716px !important;
  max-width: 716px !important;
}
.table-width-p717 {
  min-width: 717px !important;
  width: 717px !important;
  max-width: 717px !important;
}
.table-width-p718 {
  min-width: 718px !important;
  width: 718px !important;
  max-width: 718px !important;
}
.table-width-p719 {
  min-width: 719px !important;
  width: 719px !important;
  max-width: 719px !important;
}
.table-width-p720 {
  min-width: 720px !important;
  width: 720px !important;
  max-width: 720px !important;
}
.table-width-p721 {
  min-width: 721px !important;
  width: 721px !important;
  max-width: 721px !important;
}
.table-width-p722 {
  min-width: 722px !important;
  width: 722px !important;
  max-width: 722px !important;
}
.table-width-p723 {
  min-width: 723px !important;
  width: 723px !important;
  max-width: 723px !important;
}
.table-width-p724 {
  min-width: 724px !important;
  width: 724px !important;
  max-width: 724px !important;
}
.table-width-p725 {
  min-width: 725px !important;
  width: 725px !important;
  max-width: 725px !important;
}
.table-width-p726 {
  min-width: 726px !important;
  width: 726px !important;
  max-width: 726px !important;
}
.table-width-p727 {
  min-width: 727px !important;
  width: 727px !important;
  max-width: 727px !important;
}
.table-width-p728 {
  min-width: 728px !important;
  width: 728px !important;
  max-width: 728px !important;
}
.table-width-p729 {
  min-width: 729px !important;
  width: 729px !important;
  max-width: 729px !important;
}
.table-width-p730 {
  min-width: 730px !important;
  width: 730px !important;
  max-width: 730px !important;
}
.table-width-p731 {
  min-width: 731px !important;
  width: 731px !important;
  max-width: 731px !important;
}
.table-width-p732 {
  min-width: 732px !important;
  width: 732px !important;
  max-width: 732px !important;
}
.table-width-p733 {
  min-width: 733px !important;
  width: 733px !important;
  max-width: 733px !important;
}
.table-width-p734 {
  min-width: 734px !important;
  width: 734px !important;
  max-width: 734px !important;
}
.table-width-p735 {
  min-width: 735px !important;
  width: 735px !important;
  max-width: 735px !important;
}
.table-width-p736 {
  min-width: 736px !important;
  width: 736px !important;
  max-width: 736px !important;
}
.table-width-p737 {
  min-width: 737px !important;
  width: 737px !important;
  max-width: 737px !important;
}
.table-width-p738 {
  min-width: 738px !important;
  width: 738px !important;
  max-width: 738px !important;
}
.table-width-p739 {
  min-width: 739px !important;
  width: 739px !important;
  max-width: 739px !important;
}
.table-width-p740 {
  min-width: 740px !important;
  width: 740px !important;
  max-width: 740px !important;
}
.table-width-p741 {
  min-width: 741px !important;
  width: 741px !important;
  max-width: 741px !important;
}
.table-width-p742 {
  min-width: 742px !important;
  width: 742px !important;
  max-width: 742px !important;
}
.table-width-p743 {
  min-width: 743px !important;
  width: 743px !important;
  max-width: 743px !important;
}
.table-width-p744 {
  min-width: 744px !important;
  width: 744px !important;
  max-width: 744px !important;
}
.table-width-p745 {
  min-width: 745px !important;
  width: 745px !important;
  max-width: 745px !important;
}
.table-width-p746 {
  min-width: 746px !important;
  width: 746px !important;
  max-width: 746px !important;
}
.table-width-p747 {
  min-width: 747px !important;
  width: 747px !important;
  max-width: 747px !important;
}
.table-width-p748 {
  min-width: 748px !important;
  width: 748px !important;
  max-width: 748px !important;
}
.table-width-p749 {
  min-width: 749px !important;
  width: 749px !important;
  max-width: 749px !important;
}
.table-width-p750 {
  min-width: 750px !important;
  width: 750px !important;
  max-width: 750px !important;
}
.table-width-p751 {
  min-width: 751px !important;
  width: 751px !important;
  max-width: 751px !important;
}
.table-width-p752 {
  min-width: 752px !important;
  width: 752px !important;
  max-width: 752px !important;
}
.table-width-p753 {
  min-width: 753px !important;
  width: 753px !important;
  max-width: 753px !important;
}
.table-width-p754 {
  min-width: 754px !important;
  width: 754px !important;
  max-width: 754px !important;
}
.table-width-p755 {
  min-width: 755px !important;
  width: 755px !important;
  max-width: 755px !important;
}
.table-width-p756 {
  min-width: 756px !important;
  width: 756px !important;
  max-width: 756px !important;
}
.table-width-p757 {
  min-width: 757px !important;
  width: 757px !important;
  max-width: 757px !important;
}
.table-width-p758 {
  min-width: 758px !important;
  width: 758px !important;
  max-width: 758px !important;
}
.table-width-p759 {
  min-width: 759px !important;
  width: 759px !important;
  max-width: 759px !important;
}
.table-width-p760 {
  min-width: 760px !important;
  width: 760px !important;
  max-width: 760px !important;
}
.table-width-p761 {
  min-width: 761px !important;
  width: 761px !important;
  max-width: 761px !important;
}
.table-width-p762 {
  min-width: 762px !important;
  width: 762px !important;
  max-width: 762px !important;
}
.table-width-p763 {
  min-width: 763px !important;
  width: 763px !important;
  max-width: 763px !important;
}
.table-width-p764 {
  min-width: 764px !important;
  width: 764px !important;
  max-width: 764px !important;
}
.table-width-p765 {
  min-width: 765px !important;
  width: 765px !important;
  max-width: 765px !important;
}
.table-width-p766 {
  min-width: 766px !important;
  width: 766px !important;
  max-width: 766px !important;
}
.table-width-p767 {
  min-width: 767px !important;
  width: 767px !important;
  max-width: 767px !important;
}
.table-width-p768 {
  min-width: 768px !important;
  width: 768px !important;
  max-width: 768px !important;
}
.table-width-p769 {
  min-width: 769px !important;
  width: 769px !important;
  max-width: 769px !important;
}
.table-width-p770 {
  min-width: 770px !important;
  width: 770px !important;
  max-width: 770px !important;
}
.table-width-p771 {
  min-width: 771px !important;
  width: 771px !important;
  max-width: 771px !important;
}
.table-width-p772 {
  min-width: 772px !important;
  width: 772px !important;
  max-width: 772px !important;
}
.table-width-p773 {
  min-width: 773px !important;
  width: 773px !important;
  max-width: 773px !important;
}
.table-width-p774 {
  min-width: 774px !important;
  width: 774px !important;
  max-width: 774px !important;
}
.table-width-p775 {
  min-width: 775px !important;
  width: 775px !important;
  max-width: 775px !important;
}
.table-width-p776 {
  min-width: 776px !important;
  width: 776px !important;
  max-width: 776px !important;
}
.table-width-p777 {
  min-width: 777px !important;
  width: 777px !important;
  max-width: 777px !important;
}
.table-width-p778 {
  min-width: 778px !important;
  width: 778px !important;
  max-width: 778px !important;
}
.table-width-p779 {
  min-width: 779px !important;
  width: 779px !important;
  max-width: 779px !important;
}
.table-width-p780 {
  min-width: 780px !important;
  width: 780px !important;
  max-width: 780px !important;
}
.table-width-p781 {
  min-width: 781px !important;
  width: 781px !important;
  max-width: 781px !important;
}
.table-width-p782 {
  min-width: 782px !important;
  width: 782px !important;
  max-width: 782px !important;
}
.table-width-p783 {
  min-width: 783px !important;
  width: 783px !important;
  max-width: 783px !important;
}
.table-width-p784 {
  min-width: 784px !important;
  width: 784px !important;
  max-width: 784px !important;
}
.table-width-p785 {
  min-width: 785px !important;
  width: 785px !important;
  max-width: 785px !important;
}
.table-width-p786 {
  min-width: 786px !important;
  width: 786px !important;
  max-width: 786px !important;
}
.table-width-p787 {
  min-width: 787px !important;
  width: 787px !important;
  max-width: 787px !important;
}
.table-width-p788 {
  min-width: 788px !important;
  width: 788px !important;
  max-width: 788px !important;
}
.table-width-p789 {
  min-width: 789px !important;
  width: 789px !important;
  max-width: 789px !important;
}
.table-width-p790 {
  min-width: 790px !important;
  width: 790px !important;
  max-width: 790px !important;
}
.table-width-p791 {
  min-width: 791px !important;
  width: 791px !important;
  max-width: 791px !important;
}
.table-width-p792 {
  min-width: 792px !important;
  width: 792px !important;
  max-width: 792px !important;
}
.table-width-p793 {
  min-width: 793px !important;
  width: 793px !important;
  max-width: 793px !important;
}
.table-width-p794 {
  min-width: 794px !important;
  width: 794px !important;
  max-width: 794px !important;
}
.table-width-p795 {
  min-width: 795px !important;
  width: 795px !important;
  max-width: 795px !important;
}
.table-width-p796 {
  min-width: 796px !important;
  width: 796px !important;
  max-width: 796px !important;
}
.table-width-p797 {
  min-width: 797px !important;
  width: 797px !important;
  max-width: 797px !important;
}
.table-width-p798 {
  min-width: 798px !important;
  width: 798px !important;
  max-width: 798px !important;
}
.table-width-p799 {
  min-width: 799px !important;
  width: 799px !important;
  max-width: 799px !important;
}
.table-width-p800 {
  min-width: 800px !important;
  width: 800px !important;
  max-width: 800px !important;
}
.table-width-p801 {
  min-width: 801px !important;
  width: 801px !important;
  max-width: 801px !important;
}
.table-width-p802 {
  min-width: 802px !important;
  width: 802px !important;
  max-width: 802px !important;
}
.table-width-p803 {
  min-width: 803px !important;
  width: 803px !important;
  max-width: 803px !important;
}
.table-width-p804 {
  min-width: 804px !important;
  width: 804px !important;
  max-width: 804px !important;
}
.table-width-p805 {
  min-width: 805px !important;
  width: 805px !important;
  max-width: 805px !important;
}
.table-width-p806 {
  min-width: 806px !important;
  width: 806px !important;
  max-width: 806px !important;
}
.table-width-p807 {
  min-width: 807px !important;
  width: 807px !important;
  max-width: 807px !important;
}
.table-width-p808 {
  min-width: 808px !important;
  width: 808px !important;
  max-width: 808px !important;
}
.table-width-p809 {
  min-width: 809px !important;
  width: 809px !important;
  max-width: 809px !important;
}
.table-width-p810 {
  min-width: 810px !important;
  width: 810px !important;
  max-width: 810px !important;
}
.table-width-p811 {
  min-width: 811px !important;
  width: 811px !important;
  max-width: 811px !important;
}
.table-width-p812 {
  min-width: 812px !important;
  width: 812px !important;
  max-width: 812px !important;
}
.table-width-p813 {
  min-width: 813px !important;
  width: 813px !important;
  max-width: 813px !important;
}
.table-width-p814 {
  min-width: 814px !important;
  width: 814px !important;
  max-width: 814px !important;
}
.table-width-p815 {
  min-width: 815px !important;
  width: 815px !important;
  max-width: 815px !important;
}
.table-width-p816 {
  min-width: 816px !important;
  width: 816px !important;
  max-width: 816px !important;
}
.table-width-p817 {
  min-width: 817px !important;
  width: 817px !important;
  max-width: 817px !important;
}
.table-width-p818 {
  min-width: 818px !important;
  width: 818px !important;
  max-width: 818px !important;
}
.table-width-p819 {
  min-width: 819px !important;
  width: 819px !important;
  max-width: 819px !important;
}
.table-width-p820 {
  min-width: 820px !important;
  width: 820px !important;
  max-width: 820px !important;
}
.table-width-p821 {
  min-width: 821px !important;
  width: 821px !important;
  max-width: 821px !important;
}
.table-width-p822 {
  min-width: 822px !important;
  width: 822px !important;
  max-width: 822px !important;
}
.table-width-p823 {
  min-width: 823px !important;
  width: 823px !important;
  max-width: 823px !important;
}
.table-width-p824 {
  min-width: 824px !important;
  width: 824px !important;
  max-width: 824px !important;
}
.table-width-p825 {
  min-width: 825px !important;
  width: 825px !important;
  max-width: 825px !important;
}
.table-width-p826 {
  min-width: 826px !important;
  width: 826px !important;
  max-width: 826px !important;
}
.table-width-p827 {
  min-width: 827px !important;
  width: 827px !important;
  max-width: 827px !important;
}
.table-width-p828 {
  min-width: 828px !important;
  width: 828px !important;
  max-width: 828px !important;
}
.table-width-p829 {
  min-width: 829px !important;
  width: 829px !important;
  max-width: 829px !important;
}
.table-width-p830 {
  min-width: 830px !important;
  width: 830px !important;
  max-width: 830px !important;
}
.table-width-p831 {
  min-width: 831px !important;
  width: 831px !important;
  max-width: 831px !important;
}
.table-width-p832 {
  min-width: 832px !important;
  width: 832px !important;
  max-width: 832px !important;
}
.table-width-p833 {
  min-width: 833px !important;
  width: 833px !important;
  max-width: 833px !important;
}
.table-width-p834 {
  min-width: 834px !important;
  width: 834px !important;
  max-width: 834px !important;
}
.table-width-p835 {
  min-width: 835px !important;
  width: 835px !important;
  max-width: 835px !important;
}
.table-width-p836 {
  min-width: 836px !important;
  width: 836px !important;
  max-width: 836px !important;
}
.table-width-p837 {
  min-width: 837px !important;
  width: 837px !important;
  max-width: 837px !important;
}
.table-width-p838 {
  min-width: 838px !important;
  width: 838px !important;
  max-width: 838px !important;
}
.table-width-p839 {
  min-width: 839px !important;
  width: 839px !important;
  max-width: 839px !important;
}
.table-width-p840 {
  min-width: 840px !important;
  width: 840px !important;
  max-width: 840px !important;
}
.table-width-p841 {
  min-width: 841px !important;
  width: 841px !important;
  max-width: 841px !important;
}
.table-width-p842 {
  min-width: 842px !important;
  width: 842px !important;
  max-width: 842px !important;
}
.table-width-p843 {
  min-width: 843px !important;
  width: 843px !important;
  max-width: 843px !important;
}
.table-width-p844 {
  min-width: 844px !important;
  width: 844px !important;
  max-width: 844px !important;
}
.table-width-p845 {
  min-width: 845px !important;
  width: 845px !important;
  max-width: 845px !important;
}
.table-width-p846 {
  min-width: 846px !important;
  width: 846px !important;
  max-width: 846px !important;
}
.table-width-p847 {
  min-width: 847px !important;
  width: 847px !important;
  max-width: 847px !important;
}
.table-width-p848 {
  min-width: 848px !important;
  width: 848px !important;
  max-width: 848px !important;
}
.table-width-p849 {
  min-width: 849px !important;
  width: 849px !important;
  max-width: 849px !important;
}
.table-width-p850 {
  min-width: 850px !important;
  width: 850px !important;
  max-width: 850px !important;
}
.table-width-p851 {
  min-width: 851px !important;
  width: 851px !important;
  max-width: 851px !important;
}
.table-width-p852 {
  min-width: 852px !important;
  width: 852px !important;
  max-width: 852px !important;
}
.table-width-p853 {
  min-width: 853px !important;
  width: 853px !important;
  max-width: 853px !important;
}
.table-width-p854 {
  min-width: 854px !important;
  width: 854px !important;
  max-width: 854px !important;
}
.table-width-p855 {
  min-width: 855px !important;
  width: 855px !important;
  max-width: 855px !important;
}
.table-width-p856 {
  min-width: 856px !important;
  width: 856px !important;
  max-width: 856px !important;
}
.table-width-p857 {
  min-width: 857px !important;
  width: 857px !important;
  max-width: 857px !important;
}
.table-width-p858 {
  min-width: 858px !important;
  width: 858px !important;
  max-width: 858px !important;
}
.table-width-p859 {
  min-width: 859px !important;
  width: 859px !important;
  max-width: 859px !important;
}
.table-width-p860 {
  min-width: 860px !important;
  width: 860px !important;
  max-width: 860px !important;
}
.table-width-p861 {
  min-width: 861px !important;
  width: 861px !important;
  max-width: 861px !important;
}
.table-width-p862 {
  min-width: 862px !important;
  width: 862px !important;
  max-width: 862px !important;
}
.table-width-p863 {
  min-width: 863px !important;
  width: 863px !important;
  max-width: 863px !important;
}
.table-width-p864 {
  min-width: 864px !important;
  width: 864px !important;
  max-width: 864px !important;
}
.table-width-p865 {
  min-width: 865px !important;
  width: 865px !important;
  max-width: 865px !important;
}
.table-width-p866 {
  min-width: 866px !important;
  width: 866px !important;
  max-width: 866px !important;
}
.table-width-p867 {
  min-width: 867px !important;
  width: 867px !important;
  max-width: 867px !important;
}
.table-width-p868 {
  min-width: 868px !important;
  width: 868px !important;
  max-width: 868px !important;
}
.table-width-p869 {
  min-width: 869px !important;
  width: 869px !important;
  max-width: 869px !important;
}
.table-width-p870 {
  min-width: 870px !important;
  width: 870px !important;
  max-width: 870px !important;
}
.table-width-p871 {
  min-width: 871px !important;
  width: 871px !important;
  max-width: 871px !important;
}
.table-width-p872 {
  min-width: 872px !important;
  width: 872px !important;
  max-width: 872px !important;
}
.table-width-p873 {
  min-width: 873px !important;
  width: 873px !important;
  max-width: 873px !important;
}
.table-width-p874 {
  min-width: 874px !important;
  width: 874px !important;
  max-width: 874px !important;
}
.table-width-p875 {
  min-width: 875px !important;
  width: 875px !important;
  max-width: 875px !important;
}
.table-width-p876 {
  min-width: 876px !important;
  width: 876px !important;
  max-width: 876px !important;
}
.table-width-p877 {
  min-width: 877px !important;
  width: 877px !important;
  max-width: 877px !important;
}
.table-width-p878 {
  min-width: 878px !important;
  width: 878px !important;
  max-width: 878px !important;
}
.table-width-p879 {
  min-width: 879px !important;
  width: 879px !important;
  max-width: 879px !important;
}
.table-width-p880 {
  min-width: 880px !important;
  width: 880px !important;
  max-width: 880px !important;
}
.table-width-p881 {
  min-width: 881px !important;
  width: 881px !important;
  max-width: 881px !important;
}
.table-width-p882 {
  min-width: 882px !important;
  width: 882px !important;
  max-width: 882px !important;
}
.table-width-p883 {
  min-width: 883px !important;
  width: 883px !important;
  max-width: 883px !important;
}
.table-width-p884 {
  min-width: 884px !important;
  width: 884px !important;
  max-width: 884px !important;
}
.table-width-p885 {
  min-width: 885px !important;
  width: 885px !important;
  max-width: 885px !important;
}
.table-width-p886 {
  min-width: 886px !important;
  width: 886px !important;
  max-width: 886px !important;
}
.table-width-p887 {
  min-width: 887px !important;
  width: 887px !important;
  max-width: 887px !important;
}
.table-width-p888 {
  min-width: 888px !important;
  width: 888px !important;
  max-width: 888px !important;
}
.table-width-p889 {
  min-width: 889px !important;
  width: 889px !important;
  max-width: 889px !important;
}
.table-width-p890 {
  min-width: 890px !important;
  width: 890px !important;
  max-width: 890px !important;
}
.table-width-p891 {
  min-width: 891px !important;
  width: 891px !important;
  max-width: 891px !important;
}
.table-width-p892 {
  min-width: 892px !important;
  width: 892px !important;
  max-width: 892px !important;
}
.table-width-p893 {
  min-width: 893px !important;
  width: 893px !important;
  max-width: 893px !important;
}
.table-width-p894 {
  min-width: 894px !important;
  width: 894px !important;
  max-width: 894px !important;
}
.table-width-p895 {
  min-width: 895px !important;
  width: 895px !important;
  max-width: 895px !important;
}
.table-width-p896 {
  min-width: 896px !important;
  width: 896px !important;
  max-width: 896px !important;
}
.table-width-p897 {
  min-width: 897px !important;
  width: 897px !important;
  max-width: 897px !important;
}
.table-width-p898 {
  min-width: 898px !important;
  width: 898px !important;
  max-width: 898px !important;
}
.table-width-p899 {
  min-width: 899px !important;
  width: 899px !important;
  max-width: 899px !important;
}
.table-width-p900 {
  min-width: 900px !important;
  width: 900px !important;
  max-width: 900px !important;
}
.table-width-p901 {
  min-width: 901px !important;
  width: 901px !important;
  max-width: 901px !important;
}
.table-width-p902 {
  min-width: 902px !important;
  width: 902px !important;
  max-width: 902px !important;
}
.table-width-p903 {
  min-width: 903px !important;
  width: 903px !important;
  max-width: 903px !important;
}
.table-width-p904 {
  min-width: 904px !important;
  width: 904px !important;
  max-width: 904px !important;
}
.table-width-p905 {
  min-width: 905px !important;
  width: 905px !important;
  max-width: 905px !important;
}
.table-width-p906 {
  min-width: 906px !important;
  width: 906px !important;
  max-width: 906px !important;
}
.table-width-p907 {
  min-width: 907px !important;
  width: 907px !important;
  max-width: 907px !important;
}
.table-width-p908 {
  min-width: 908px !important;
  width: 908px !important;
  max-width: 908px !important;
}
.table-width-p909 {
  min-width: 909px !important;
  width: 909px !important;
  max-width: 909px !important;
}
.table-width-p910 {
  min-width: 910px !important;
  width: 910px !important;
  max-width: 910px !important;
}
.table-width-p911 {
  min-width: 911px !important;
  width: 911px !important;
  max-width: 911px !important;
}
.table-width-p912 {
  min-width: 912px !important;
  width: 912px !important;
  max-width: 912px !important;
}
.table-width-p913 {
  min-width: 913px !important;
  width: 913px !important;
  max-width: 913px !important;
}
.table-width-p914 {
  min-width: 914px !important;
  width: 914px !important;
  max-width: 914px !important;
}
.table-width-p915 {
  min-width: 915px !important;
  width: 915px !important;
  max-width: 915px !important;
}
.table-width-p916 {
  min-width: 916px !important;
  width: 916px !important;
  max-width: 916px !important;
}
.table-width-p917 {
  min-width: 917px !important;
  width: 917px !important;
  max-width: 917px !important;
}
.table-width-p918 {
  min-width: 918px !important;
  width: 918px !important;
  max-width: 918px !important;
}
.table-width-p919 {
  min-width: 919px !important;
  width: 919px !important;
  max-width: 919px !important;
}
.table-width-p920 {
  min-width: 920px !important;
  width: 920px !important;
  max-width: 920px !important;
}
.table-width-p921 {
  min-width: 921px !important;
  width: 921px !important;
  max-width: 921px !important;
}
.table-width-p922 {
  min-width: 922px !important;
  width: 922px !important;
  max-width: 922px !important;
}
.table-width-p923 {
  min-width: 923px !important;
  width: 923px !important;
  max-width: 923px !important;
}
.table-width-p924 {
  min-width: 924px !important;
  width: 924px !important;
  max-width: 924px !important;
}
.table-width-p925 {
  min-width: 925px !important;
  width: 925px !important;
  max-width: 925px !important;
}
.table-width-p926 {
  min-width: 926px !important;
  width: 926px !important;
  max-width: 926px !important;
}
.table-width-p927 {
  min-width: 927px !important;
  width: 927px !important;
  max-width: 927px !important;
}
.table-width-p928 {
  min-width: 928px !important;
  width: 928px !important;
  max-width: 928px !important;
}
.table-width-p929 {
  min-width: 929px !important;
  width: 929px !important;
  max-width: 929px !important;
}
.table-width-p930 {
  min-width: 930px !important;
  width: 930px !important;
  max-width: 930px !important;
}
.table-width-p931 {
  min-width: 931px !important;
  width: 931px !important;
  max-width: 931px !important;
}
.table-width-p932 {
  min-width: 932px !important;
  width: 932px !important;
  max-width: 932px !important;
}
.table-width-p933 {
  min-width: 933px !important;
  width: 933px !important;
  max-width: 933px !important;
}
.table-width-p934 {
  min-width: 934px !important;
  width: 934px !important;
  max-width: 934px !important;
}
.table-width-p935 {
  min-width: 935px !important;
  width: 935px !important;
  max-width: 935px !important;
}
.table-width-p936 {
  min-width: 936px !important;
  width: 936px !important;
  max-width: 936px !important;
}
.table-width-p937 {
  min-width: 937px !important;
  width: 937px !important;
  max-width: 937px !important;
}
.table-width-p938 {
  min-width: 938px !important;
  width: 938px !important;
  max-width: 938px !important;
}
.table-width-p939 {
  min-width: 939px !important;
  width: 939px !important;
  max-width: 939px !important;
}
.table-width-p940 {
  min-width: 940px !important;
  width: 940px !important;
  max-width: 940px !important;
}
.table-width-p941 {
  min-width: 941px !important;
  width: 941px !important;
  max-width: 941px !important;
}
.table-width-p942 {
  min-width: 942px !important;
  width: 942px !important;
  max-width: 942px !important;
}
.table-width-p943 {
  min-width: 943px !important;
  width: 943px !important;
  max-width: 943px !important;
}
.table-width-p944 {
  min-width: 944px !important;
  width: 944px !important;
  max-width: 944px !important;
}
.table-width-p945 {
  min-width: 945px !important;
  width: 945px !important;
  max-width: 945px !important;
}
.table-width-p946 {
  min-width: 946px !important;
  width: 946px !important;
  max-width: 946px !important;
}
.table-width-p947 {
  min-width: 947px !important;
  width: 947px !important;
  max-width: 947px !important;
}
.table-width-p948 {
  min-width: 948px !important;
  width: 948px !important;
  max-width: 948px !important;
}
.table-width-p949 {
  min-width: 949px !important;
  width: 949px !important;
  max-width: 949px !important;
}
.table-width-p950 {
  min-width: 950px !important;
  width: 950px !important;
  max-width: 950px !important;
}
.table-width-p951 {
  min-width: 951px !important;
  width: 951px !important;
  max-width: 951px !important;
}
.table-width-p952 {
  min-width: 952px !important;
  width: 952px !important;
  max-width: 952px !important;
}
.table-width-p953 {
  min-width: 953px !important;
  width: 953px !important;
  max-width: 953px !important;
}
.table-width-p954 {
  min-width: 954px !important;
  width: 954px !important;
  max-width: 954px !important;
}
.table-width-p955 {
  min-width: 955px !important;
  width: 955px !important;
  max-width: 955px !important;
}
.table-width-p956 {
  min-width: 956px !important;
  width: 956px !important;
  max-width: 956px !important;
}
.table-width-p957 {
  min-width: 957px !important;
  width: 957px !important;
  max-width: 957px !important;
}
.table-width-p958 {
  min-width: 958px !important;
  width: 958px !important;
  max-width: 958px !important;
}
.table-width-p959 {
  min-width: 959px !important;
  width: 959px !important;
  max-width: 959px !important;
}
.table-width-p960 {
  min-width: 960px !important;
  width: 960px !important;
  max-width: 960px !important;
}
.table-width-p961 {
  min-width: 961px !important;
  width: 961px !important;
  max-width: 961px !important;
}
.table-width-p962 {
  min-width: 962px !important;
  width: 962px !important;
  max-width: 962px !important;
}
.table-width-p963 {
  min-width: 963px !important;
  width: 963px !important;
  max-width: 963px !important;
}
.table-width-p964 {
  min-width: 964px !important;
  width: 964px !important;
  max-width: 964px !important;
}
.table-width-p965 {
  min-width: 965px !important;
  width: 965px !important;
  max-width: 965px !important;
}
.table-width-p966 {
  min-width: 966px !important;
  width: 966px !important;
  max-width: 966px !important;
}
.table-width-p967 {
  min-width: 967px !important;
  width: 967px !important;
  max-width: 967px !important;
}
.table-width-p968 {
  min-width: 968px !important;
  width: 968px !important;
  max-width: 968px !important;
}
.table-width-p969 {
  min-width: 969px !important;
  width: 969px !important;
  max-width: 969px !important;
}
.table-width-p970 {
  min-width: 970px !important;
  width: 970px !important;
  max-width: 970px !important;
}
.table-width-p971 {
  min-width: 971px !important;
  width: 971px !important;
  max-width: 971px !important;
}
.table-width-p972 {
  min-width: 972px !important;
  width: 972px !important;
  max-width: 972px !important;
}
.table-width-p973 {
  min-width: 973px !important;
  width: 973px !important;
  max-width: 973px !important;
}
.table-width-p974 {
  min-width: 974px !important;
  width: 974px !important;
  max-width: 974px !important;
}
.table-width-p975 {
  min-width: 975px !important;
  width: 975px !important;
  max-width: 975px !important;
}
.table-width-p976 {
  min-width: 976px !important;
  width: 976px !important;
  max-width: 976px !important;
}
.table-width-p977 {
  min-width: 977px !important;
  width: 977px !important;
  max-width: 977px !important;
}
.table-width-p978 {
  min-width: 978px !important;
  width: 978px !important;
  max-width: 978px !important;
}
.table-width-p979 {
  min-width: 979px !important;
  width: 979px !important;
  max-width: 979px !important;
}
.table-width-p980 {
  min-width: 980px !important;
  width: 980px !important;
  max-width: 980px !important;
}
.table-width-p981 {
  min-width: 981px !important;
  width: 981px !important;
  max-width: 981px !important;
}
.table-width-p982 {
  min-width: 982px !important;
  width: 982px !important;
  max-width: 982px !important;
}
.table-width-p983 {
  min-width: 983px !important;
  width: 983px !important;
  max-width: 983px !important;
}
.table-width-p984 {
  min-width: 984px !important;
  width: 984px !important;
  max-width: 984px !important;
}
.table-width-p985 {
  min-width: 985px !important;
  width: 985px !important;
  max-width: 985px !important;
}
.table-width-p986 {
  min-width: 986px !important;
  width: 986px !important;
  max-width: 986px !important;
}
.table-width-p987 {
  min-width: 987px !important;
  width: 987px !important;
  max-width: 987px !important;
}
.table-width-p988 {
  min-width: 988px !important;
  width: 988px !important;
  max-width: 988px !important;
}
.table-width-p989 {
  min-width: 989px !important;
  width: 989px !important;
  max-width: 989px !important;
}
.table-width-p990 {
  min-width: 990px !important;
  width: 990px !important;
  max-width: 990px !important;
}
.table-width-p991 {
  min-width: 991px !important;
  width: 991px !important;
  max-width: 991px !important;
}
.table-width-p992 {
  min-width: 992px !important;
  width: 992px !important;
  max-width: 992px !important;
}
.table-width-p993 {
  min-width: 993px !important;
  width: 993px !important;
  max-width: 993px !important;
}
.table-width-p994 {
  min-width: 994px !important;
  width: 994px !important;
  max-width: 994px !important;
}
.table-width-p995 {
  min-width: 995px !important;
  width: 995px !important;
  max-width: 995px !important;
}
.table-width-p996 {
  min-width: 996px !important;
  width: 996px !important;
  max-width: 996px !important;
}
.table-width-p997 {
  min-width: 997px !important;
  width: 997px !important;
  max-width: 997px !important;
}
.table-width-p998 {
  min-width: 998px !important;
  width: 998px !important;
  max-width: 998px !important;
}
.table-width-p999 {
  min-width: 999px !important;
  width: 999px !important;
  max-width: 999px !important;
}
.table-width-p1000 {
  min-width: 1000px !important;
  width: 1000px !important;
  max-width: 1000px !important;
}
.table-width-p1001 {
  min-width: 1001px !important;
  width: 1001px !important;
  max-width: 1001px !important;
}
.table-width-p1002 {
  min-width: 1002px !important;
  width: 1002px !important;
  max-width: 1002px !important;
}
.table-width-p1003 {
  min-width: 1003px !important;
  width: 1003px !important;
  max-width: 1003px !important;
}
.table-width-p1004 {
  min-width: 1004px !important;
  width: 1004px !important;
  max-width: 1004px !important;
}
.table-width-p1005 {
  min-width: 1005px !important;
  width: 1005px !important;
  max-width: 1005px !important;
}
.table-width-p1006 {
  min-width: 1006px !important;
  width: 1006px !important;
  max-width: 1006px !important;
}
.table-width-p1007 {
  min-width: 1007px !important;
  width: 1007px !important;
  max-width: 1007px !important;
}
.table-width-p1008 {
  min-width: 1008px !important;
  width: 1008px !important;
  max-width: 1008px !important;
}
.table-width-p1009 {
  min-width: 1009px !important;
  width: 1009px !important;
  max-width: 1009px !important;
}
.table-width-p1010 {
  min-width: 1010px !important;
  width: 1010px !important;
  max-width: 1010px !important;
}
.table-width-p1011 {
  min-width: 1011px !important;
  width: 1011px !important;
  max-width: 1011px !important;
}
.table-width-p1012 {
  min-width: 1012px !important;
  width: 1012px !important;
  max-width: 1012px !important;
}
.table-width-p1013 {
  min-width: 1013px !important;
  width: 1013px !important;
  max-width: 1013px !important;
}
.table-width-p1014 {
  min-width: 1014px !important;
  width: 1014px !important;
  max-width: 1014px !important;
}
.table-width-p1015 {
  min-width: 1015px !important;
  width: 1015px !important;
  max-width: 1015px !important;
}
.table-width-p1016 {
  min-width: 1016px !important;
  width: 1016px !important;
  max-width: 1016px !important;
}
.table-width-p1017 {
  min-width: 1017px !important;
  width: 1017px !important;
  max-width: 1017px !important;
}
.table-width-p1018 {
  min-width: 1018px !important;
  width: 1018px !important;
  max-width: 1018px !important;
}
.table-width-p1019 {
  min-width: 1019px !important;
  width: 1019px !important;
  max-width: 1019px !important;
}
.table-width-p1020 {
  min-width: 1020px !important;
  width: 1020px !important;
  max-width: 1020px !important;
}
.table-width-p1021 {
  min-width: 1021px !important;
  width: 1021px !important;
  max-width: 1021px !important;
}
.table-width-p1022 {
  min-width: 1022px !important;
  width: 1022px !important;
  max-width: 1022px !important;
}
.table-width-p1023 {
  min-width: 1023px !important;
  width: 1023px !important;
  max-width: 1023px !important;
}
.table-width-p1024 {
  min-width: 1024px !important;
  width: 1024px !important;
  max-width: 1024px !important;
}
.table-width-p1025 {
  min-width: 1025px !important;
  width: 1025px !important;
  max-width: 1025px !important;
}
.table-width-p1026 {
  min-width: 1026px !important;
  width: 1026px !important;
  max-width: 1026px !important;
}
.table-width-p1027 {
  min-width: 1027px !important;
  width: 1027px !important;
  max-width: 1027px !important;
}
.table-width-p1028 {
  min-width: 1028px !important;
  width: 1028px !important;
  max-width: 1028px !important;
}
.table-width-p1029 {
  min-width: 1029px !important;
  width: 1029px !important;
  max-width: 1029px !important;
}
.table-width-p1030 {
  min-width: 1030px !important;
  width: 1030px !important;
  max-width: 1030px !important;
}
.table-width-p1031 {
  min-width: 1031px !important;
  width: 1031px !important;
  max-width: 1031px !important;
}
.table-width-p1032 {
  min-width: 1032px !important;
  width: 1032px !important;
  max-width: 1032px !important;
}
.table-width-p1033 {
  min-width: 1033px !important;
  width: 1033px !important;
  max-width: 1033px !important;
}
.table-width-p1034 {
  min-width: 1034px !important;
  width: 1034px !important;
  max-width: 1034px !important;
}
.table-width-p1035 {
  min-width: 1035px !important;
  width: 1035px !important;
  max-width: 1035px !important;
}
.table-width-p1036 {
  min-width: 1036px !important;
  width: 1036px !important;
  max-width: 1036px !important;
}
.table-width-p1037 {
  min-width: 1037px !important;
  width: 1037px !important;
  max-width: 1037px !important;
}
.table-width-p1038 {
  min-width: 1038px !important;
  width: 1038px !important;
  max-width: 1038px !important;
}
.table-width-p1039 {
  min-width: 1039px !important;
  width: 1039px !important;
  max-width: 1039px !important;
}
.table-width-p1040 {
  min-width: 1040px !important;
  width: 1040px !important;
  max-width: 1040px !important;
}
.table-width-p1041 {
  min-width: 1041px !important;
  width: 1041px !important;
  max-width: 1041px !important;
}
.table-width-p1042 {
  min-width: 1042px !important;
  width: 1042px !important;
  max-width: 1042px !important;
}
.table-width-p1043 {
  min-width: 1043px !important;
  width: 1043px !important;
  max-width: 1043px !important;
}
.table-width-p1044 {
  min-width: 1044px !important;
  width: 1044px !important;
  max-width: 1044px !important;
}
.table-width-p1045 {
  min-width: 1045px !important;
  width: 1045px !important;
  max-width: 1045px !important;
}
.table-width-p1046 {
  min-width: 1046px !important;
  width: 1046px !important;
  max-width: 1046px !important;
}
.table-width-p1047 {
  min-width: 1047px !important;
  width: 1047px !important;
  max-width: 1047px !important;
}
.table-width-p1048 {
  min-width: 1048px !important;
  width: 1048px !important;
  max-width: 1048px !important;
}
.table-width-p1049 {
  min-width: 1049px !important;
  width: 1049px !important;
  max-width: 1049px !important;
}
.table-width-p1050 {
  min-width: 1050px !important;
  width: 1050px !important;
  max-width: 1050px !important;
}
.table-width-p1051 {
  min-width: 1051px !important;
  width: 1051px !important;
  max-width: 1051px !important;
}
.table-width-p1052 {
  min-width: 1052px !important;
  width: 1052px !important;
  max-width: 1052px !important;
}
.table-width-p1053 {
  min-width: 1053px !important;
  width: 1053px !important;
  max-width: 1053px !important;
}
.table-width-p1054 {
  min-width: 1054px !important;
  width: 1054px !important;
  max-width: 1054px !important;
}
.table-width-p1055 {
  min-width: 1055px !important;
  width: 1055px !important;
  max-width: 1055px !important;
}
.table-width-p1056 {
  min-width: 1056px !important;
  width: 1056px !important;
  max-width: 1056px !important;
}
.table-width-p1057 {
  min-width: 1057px !important;
  width: 1057px !important;
  max-width: 1057px !important;
}
.table-width-p1058 {
  min-width: 1058px !important;
  width: 1058px !important;
  max-width: 1058px !important;
}
.table-width-p1059 {
  min-width: 1059px !important;
  width: 1059px !important;
  max-width: 1059px !important;
}
.table-width-p1060 {
  min-width: 1060px !important;
  width: 1060px !important;
  max-width: 1060px !important;
}
.table-width-p1061 {
  min-width: 1061px !important;
  width: 1061px !important;
  max-width: 1061px !important;
}
.table-width-p1062 {
  min-width: 1062px !important;
  width: 1062px !important;
  max-width: 1062px !important;
}
.table-width-p1063 {
  min-width: 1063px !important;
  width: 1063px !important;
  max-width: 1063px !important;
}
.table-width-p1064 {
  min-width: 1064px !important;
  width: 1064px !important;
  max-width: 1064px !important;
}
.table-width-p1065 {
  min-width: 1065px !important;
  width: 1065px !important;
  max-width: 1065px !important;
}
.table-width-p1066 {
  min-width: 1066px !important;
  width: 1066px !important;
  max-width: 1066px !important;
}
.table-width-p1067 {
  min-width: 1067px !important;
  width: 1067px !important;
  max-width: 1067px !important;
}
.table-width-p1068 {
  min-width: 1068px !important;
  width: 1068px !important;
  max-width: 1068px !important;
}
.table-width-p1069 {
  min-width: 1069px !important;
  width: 1069px !important;
  max-width: 1069px !important;
}
.table-width-p1070 {
  min-width: 1070px !important;
  width: 1070px !important;
  max-width: 1070px !important;
}
.table-width-p1071 {
  min-width: 1071px !important;
  width: 1071px !important;
  max-width: 1071px !important;
}
.table-width-p1072 {
  min-width: 1072px !important;
  width: 1072px !important;
  max-width: 1072px !important;
}
.table-width-p1073 {
  min-width: 1073px !important;
  width: 1073px !important;
  max-width: 1073px !important;
}
.table-width-p1074 {
  min-width: 1074px !important;
  width: 1074px !important;
  max-width: 1074px !important;
}
.table-width-p1075 {
  min-width: 1075px !important;
  width: 1075px !important;
  max-width: 1075px !important;
}
.table-width-p1076 {
  min-width: 1076px !important;
  width: 1076px !important;
  max-width: 1076px !important;
}
.table-width-p1077 {
  min-width: 1077px !important;
  width: 1077px !important;
  max-width: 1077px !important;
}
.table-width-p1078 {
  min-width: 1078px !important;
  width: 1078px !important;
  max-width: 1078px !important;
}
.table-width-p1079 {
  min-width: 1079px !important;
  width: 1079px !important;
  max-width: 1079px !important;
}
.table-width-p1080 {
  min-width: 1080px !important;
  width: 1080px !important;
  max-width: 1080px !important;
}
.table-width-p1081 {
  min-width: 1081px !important;
  width: 1081px !important;
  max-width: 1081px !important;
}
.table-width-p1082 {
  min-width: 1082px !important;
  width: 1082px !important;
  max-width: 1082px !important;
}
.table-width-p1083 {
  min-width: 1083px !important;
  width: 1083px !important;
  max-width: 1083px !important;
}
.table-width-p1084 {
  min-width: 1084px !important;
  width: 1084px !important;
  max-width: 1084px !important;
}
.table-width-p1085 {
  min-width: 1085px !important;
  width: 1085px !important;
  max-width: 1085px !important;
}
.table-width-p1086 {
  min-width: 1086px !important;
  width: 1086px !important;
  max-width: 1086px !important;
}
.table-width-p1087 {
  min-width: 1087px !important;
  width: 1087px !important;
  max-width: 1087px !important;
}
.table-width-p1088 {
  min-width: 1088px !important;
  width: 1088px !important;
  max-width: 1088px !important;
}
.table-width-p1089 {
  min-width: 1089px !important;
  width: 1089px !important;
  max-width: 1089px !important;
}
.table-width-p1090 {
  min-width: 1090px !important;
  width: 1090px !important;
  max-width: 1090px !important;
}
.table-width-p1091 {
  min-width: 1091px !important;
  width: 1091px !important;
  max-width: 1091px !important;
}
.table-width-p1092 {
  min-width: 1092px !important;
  width: 1092px !important;
  max-width: 1092px !important;
}
.table-width-p1093 {
  min-width: 1093px !important;
  width: 1093px !important;
  max-width: 1093px !important;
}
.table-width-p1094 {
  min-width: 1094px !important;
  width: 1094px !important;
  max-width: 1094px !important;
}
.table-width-p1095 {
  min-width: 1095px !important;
  width: 1095px !important;
  max-width: 1095px !important;
}
.table-width-p1096 {
  min-width: 1096px !important;
  width: 1096px !important;
  max-width: 1096px !important;
}
.table-width-p1097 {
  min-width: 1097px !important;
  width: 1097px !important;
  max-width: 1097px !important;
}
.table-width-p1098 {
  min-width: 1098px !important;
  width: 1098px !important;
  max-width: 1098px !important;
}
.table-width-p1099 {
  min-width: 1099px !important;
  width: 1099px !important;
  max-width: 1099px !important;
}
.table-width-p1100 {
  min-width: 1100px !important;
  width: 1100px !important;
  max-width: 1100px !important;
}
.table-width-p1101 {
  min-width: 1101px !important;
  width: 1101px !important;
  max-width: 1101px !important;
}
.table-width-p1102 {
  min-width: 1102px !important;
  width: 1102px !important;
  max-width: 1102px !important;
}
.table-width-p1103 {
  min-width: 1103px !important;
  width: 1103px !important;
  max-width: 1103px !important;
}
.table-width-p1104 {
  min-width: 1104px !important;
  width: 1104px !important;
  max-width: 1104px !important;
}
.table-width-p1105 {
  min-width: 1105px !important;
  width: 1105px !important;
  max-width: 1105px !important;
}
.table-width-p1106 {
  min-width: 1106px !important;
  width: 1106px !important;
  max-width: 1106px !important;
}
.table-width-p1107 {
  min-width: 1107px !important;
  width: 1107px !important;
  max-width: 1107px !important;
}
.table-width-p1108 {
  min-width: 1108px !important;
  width: 1108px !important;
  max-width: 1108px !important;
}
.table-width-p1109 {
  min-width: 1109px !important;
  width: 1109px !important;
  max-width: 1109px !important;
}
.table-width-p1110 {
  min-width: 1110px !important;
  width: 1110px !important;
  max-width: 1110px !important;
}
.table-width-p1111 {
  min-width: 1111px !important;
  width: 1111px !important;
  max-width: 1111px !important;
}
.table-width-p1112 {
  min-width: 1112px !important;
  width: 1112px !important;
  max-width: 1112px !important;
}
.table-width-p1113 {
  min-width: 1113px !important;
  width: 1113px !important;
  max-width: 1113px !important;
}
.table-width-p1114 {
  min-width: 1114px !important;
  width: 1114px !important;
  max-width: 1114px !important;
}
.table-width-p1115 {
  min-width: 1115px !important;
  width: 1115px !important;
  max-width: 1115px !important;
}
.table-width-p1116 {
  min-width: 1116px !important;
  width: 1116px !important;
  max-width: 1116px !important;
}
.table-width-p1117 {
  min-width: 1117px !important;
  width: 1117px !important;
  max-width: 1117px !important;
}
.table-width-p1118 {
  min-width: 1118px !important;
  width: 1118px !important;
  max-width: 1118px !important;
}
.table-width-p1119 {
  min-width: 1119px !important;
  width: 1119px !important;
  max-width: 1119px !important;
}
.table-width-p1120 {
  min-width: 1120px !important;
  width: 1120px !important;
  max-width: 1120px !important;
}
.table-width-p1121 {
  min-width: 1121px !important;
  width: 1121px !important;
  max-width: 1121px !important;
}
.table-width-p1122 {
  min-width: 1122px !important;
  width: 1122px !important;
  max-width: 1122px !important;
}
.table-width-p1123 {
  min-width: 1123px !important;
  width: 1123px !important;
  max-width: 1123px !important;
}
.table-width-p1124 {
  min-width: 1124px !important;
  width: 1124px !important;
  max-width: 1124px !important;
}
.table-width-p1125 {
  min-width: 1125px !important;
  width: 1125px !important;
  max-width: 1125px !important;
}
.table-width-p1126 {
  min-width: 1126px !important;
  width: 1126px !important;
  max-width: 1126px !important;
}
.table-width-p1127 {
  min-width: 1127px !important;
  width: 1127px !important;
  max-width: 1127px !important;
}
.table-width-p1128 {
  min-width: 1128px !important;
  width: 1128px !important;
  max-width: 1128px !important;
}
.table-width-p1129 {
  min-width: 1129px !important;
  width: 1129px !important;
  max-width: 1129px !important;
}
.table-width-p1130 {
  min-width: 1130px !important;
  width: 1130px !important;
  max-width: 1130px !important;
}
.table-width-p1131 {
  min-width: 1131px !important;
  width: 1131px !important;
  max-width: 1131px !important;
}
.table-width-p1132 {
  min-width: 1132px !important;
  width: 1132px !important;
  max-width: 1132px !important;
}
.table-width-p1133 {
  min-width: 1133px !important;
  width: 1133px !important;
  max-width: 1133px !important;
}
.table-width-p1134 {
  min-width: 1134px !important;
  width: 1134px !important;
  max-width: 1134px !important;
}
.table-width-p1135 {
  min-width: 1135px !important;
  width: 1135px !important;
  max-width: 1135px !important;
}
.table-width-p1136 {
  min-width: 1136px !important;
  width: 1136px !important;
  max-width: 1136px !important;
}
.table-width-p1137 {
  min-width: 1137px !important;
  width: 1137px !important;
  max-width: 1137px !important;
}
.table-width-p1138 {
  min-width: 1138px !important;
  width: 1138px !important;
  max-width: 1138px !important;
}
.table-width-p1139 {
  min-width: 1139px !important;
  width: 1139px !important;
  max-width: 1139px !important;
}
.table-width-p1140 {
  min-width: 1140px !important;
  width: 1140px !important;
  max-width: 1140px !important;
}
.table-width-p1141 {
  min-width: 1141px !important;
  width: 1141px !important;
  max-width: 1141px !important;
}
.table-width-p1142 {
  min-width: 1142px !important;
  width: 1142px !important;
  max-width: 1142px !important;
}
.table-width-p1143 {
  min-width: 1143px !important;
  width: 1143px !important;
  max-width: 1143px !important;
}
.table-width-p1144 {
  min-width: 1144px !important;
  width: 1144px !important;
  max-width: 1144px !important;
}
.table-width-p1145 {
  min-width: 1145px !important;
  width: 1145px !important;
  max-width: 1145px !important;
}
.table-width-p1146 {
  min-width: 1146px !important;
  width: 1146px !important;
  max-width: 1146px !important;
}
.table-width-p1147 {
  min-width: 1147px !important;
  width: 1147px !important;
  max-width: 1147px !important;
}
.table-width-p1148 {
  min-width: 1148px !important;
  width: 1148px !important;
  max-width: 1148px !important;
}
.table-width-p1149 {
  min-width: 1149px !important;
  width: 1149px !important;
  max-width: 1149px !important;
}
.table-width-p1150 {
  min-width: 1150px !important;
  width: 1150px !important;
  max-width: 1150px !important;
}
.table-width-p1151 {
  min-width: 1151px !important;
  width: 1151px !important;
  max-width: 1151px !important;
}
.table-width-p1152 {
  min-width: 1152px !important;
  width: 1152px !important;
  max-width: 1152px !important;
}
.table-width-p1153 {
  min-width: 1153px !important;
  width: 1153px !important;
  max-width: 1153px !important;
}
.table-width-p1154 {
  min-width: 1154px !important;
  width: 1154px !important;
  max-width: 1154px !important;
}
.table-width-p1155 {
  min-width: 1155px !important;
  width: 1155px !important;
  max-width: 1155px !important;
}
.table-width-p1156 {
  min-width: 1156px !important;
  width: 1156px !important;
  max-width: 1156px !important;
}
.table-width-p1157 {
  min-width: 1157px !important;
  width: 1157px !important;
  max-width: 1157px !important;
}
.table-width-p1158 {
  min-width: 1158px !important;
  width: 1158px !important;
  max-width: 1158px !important;
}
.table-width-p1159 {
  min-width: 1159px !important;
  width: 1159px !important;
  max-width: 1159px !important;
}
.table-width-p1160 {
  min-width: 1160px !important;
  width: 1160px !important;
  max-width: 1160px !important;
}
.table-width-p1161 {
  min-width: 1161px !important;
  width: 1161px !important;
  max-width: 1161px !important;
}
.table-width-p1162 {
  min-width: 1162px !important;
  width: 1162px !important;
  max-width: 1162px !important;
}
.table-width-p1163 {
  min-width: 1163px !important;
  width: 1163px !important;
  max-width: 1163px !important;
}
.table-width-p1164 {
  min-width: 1164px !important;
  width: 1164px !important;
  max-width: 1164px !important;
}
.table-width-p1165 {
  min-width: 1165px !important;
  width: 1165px !important;
  max-width: 1165px !important;
}
.table-width-p1166 {
  min-width: 1166px !important;
  width: 1166px !important;
  max-width: 1166px !important;
}
.table-width-p1167 {
  min-width: 1167px !important;
  width: 1167px !important;
  max-width: 1167px !important;
}
.table-width-p1168 {
  min-width: 1168px !important;
  width: 1168px !important;
  max-width: 1168px !important;
}
.table-width-p1169 {
  min-width: 1169px !important;
  width: 1169px !important;
  max-width: 1169px !important;
}
.table-width-p1170 {
  min-width: 1170px !important;
  width: 1170px !important;
  max-width: 1170px !important;
}
.table-width-p1171 {
  min-width: 1171px !important;
  width: 1171px !important;
  max-width: 1171px !important;
}
.table-width-p1172 {
  min-width: 1172px !important;
  width: 1172px !important;
  max-width: 1172px !important;
}
.table-width-p1173 {
  min-width: 1173px !important;
  width: 1173px !important;
  max-width: 1173px !important;
}
.table-width-p1174 {
  min-width: 1174px !important;
  width: 1174px !important;
  max-width: 1174px !important;
}
.table-width-p1175 {
  min-width: 1175px !important;
  width: 1175px !important;
  max-width: 1175px !important;
}
.table-width-p1176 {
  min-width: 1176px !important;
  width: 1176px !important;
  max-width: 1176px !important;
}
.table-width-p1177 {
  min-width: 1177px !important;
  width: 1177px !important;
  max-width: 1177px !important;
}
.table-width-p1178 {
  min-width: 1178px !important;
  width: 1178px !important;
  max-width: 1178px !important;
}
.table-width-p1179 {
  min-width: 1179px !important;
  width: 1179px !important;
  max-width: 1179px !important;
}
.table-width-p1180 {
  min-width: 1180px !important;
  width: 1180px !important;
  max-width: 1180px !important;
}
.table-width-p1181 {
  min-width: 1181px !important;
  width: 1181px !important;
  max-width: 1181px !important;
}
.table-width-p1182 {
  min-width: 1182px !important;
  width: 1182px !important;
  max-width: 1182px !important;
}
.table-width-p1183 {
  min-width: 1183px !important;
  width: 1183px !important;
  max-width: 1183px !important;
}
.table-width-p1184 {
  min-width: 1184px !important;
  width: 1184px !important;
  max-width: 1184px !important;
}
.table-width-p1185 {
  min-width: 1185px !important;
  width: 1185px !important;
  max-width: 1185px !important;
}
.table-width-p1186 {
  min-width: 1186px !important;
  width: 1186px !important;
  max-width: 1186px !important;
}
.table-width-p1187 {
  min-width: 1187px !important;
  width: 1187px !important;
  max-width: 1187px !important;
}
.table-width-p1188 {
  min-width: 1188px !important;
  width: 1188px !important;
  max-width: 1188px !important;
}
.table-width-p1189 {
  min-width: 1189px !important;
  width: 1189px !important;
  max-width: 1189px !important;
}
.table-width-p1190 {
  min-width: 1190px !important;
  width: 1190px !important;
  max-width: 1190px !important;
}
.table-width-p1191 {
  min-width: 1191px !important;
  width: 1191px !important;
  max-width: 1191px !important;
}
.table-width-p1192 {
  min-width: 1192px !important;
  width: 1192px !important;
  max-width: 1192px !important;
}
.table-width-p1193 {
  min-width: 1193px !important;
  width: 1193px !important;
  max-width: 1193px !important;
}
.table-width-p1194 {
  min-width: 1194px !important;
  width: 1194px !important;
  max-width: 1194px !important;
}
.table-width-p1195 {
  min-width: 1195px !important;
  width: 1195px !important;
  max-width: 1195px !important;
}
.table-width-p1196 {
  min-width: 1196px !important;
  width: 1196px !important;
  max-width: 1196px !important;
}
.table-width-p1197 {
  min-width: 1197px !important;
  width: 1197px !important;
  max-width: 1197px !important;
}
.table-width-p1198 {
  min-width: 1198px !important;
  width: 1198px !important;
  max-width: 1198px !important;
}
.table-width-p1199 {
  min-width: 1199px !important;
  width: 1199px !important;
  max-width: 1199px !important;
}
.table-width-p1200 {
  min-width: 1200px !important;
  width: 1200px !important;
  max-width: 1200px !important;
}
.table-width-p1201 {
  min-width: 1201px !important;
  width: 1201px !important;
  max-width: 1201px !important;
}
.table-width-p1202 {
  min-width: 1202px !important;
  width: 1202px !important;
  max-width: 1202px !important;
}
.table-width-p1203 {
  min-width: 1203px !important;
  width: 1203px !important;
  max-width: 1203px !important;
}
.table-width-p1204 {
  min-width: 1204px !important;
  width: 1204px !important;
  max-width: 1204px !important;
}
.table-width-p1205 {
  min-width: 1205px !important;
  width: 1205px !important;
  max-width: 1205px !important;
}
.table-width-p1206 {
  min-width: 1206px !important;
  width: 1206px !important;
  max-width: 1206px !important;
}
.table-width-p1207 {
  min-width: 1207px !important;
  width: 1207px !important;
  max-width: 1207px !important;
}
.table-width-p1208 {
  min-width: 1208px !important;
  width: 1208px !important;
  max-width: 1208px !important;
}
.table-width-p1209 {
  min-width: 1209px !important;
  width: 1209px !important;
  max-width: 1209px !important;
}
.table-width-p1210 {
  min-width: 1210px !important;
  width: 1210px !important;
  max-width: 1210px !important;
}
.table-width-p1211 {
  min-width: 1211px !important;
  width: 1211px !important;
  max-width: 1211px !important;
}
.table-width-p1212 {
  min-width: 1212px !important;
  width: 1212px !important;
  max-width: 1212px !important;
}
.table-width-p1213 {
  min-width: 1213px !important;
  width: 1213px !important;
  max-width: 1213px !important;
}
.table-width-p1214 {
  min-width: 1214px !important;
  width: 1214px !important;
  max-width: 1214px !important;
}
.table-width-p1215 {
  min-width: 1215px !important;
  width: 1215px !important;
  max-width: 1215px !important;
}
.table-width-p1216 {
  min-width: 1216px !important;
  width: 1216px !important;
  max-width: 1216px !important;
}
.table-width-p1217 {
  min-width: 1217px !important;
  width: 1217px !important;
  max-width: 1217px !important;
}
.table-width-p1218 {
  min-width: 1218px !important;
  width: 1218px !important;
  max-width: 1218px !important;
}
.table-width-p1219 {
  min-width: 1219px !important;
  width: 1219px !important;
  max-width: 1219px !important;
}
.table-width-p1220 {
  min-width: 1220px !important;
  width: 1220px !important;
  max-width: 1220px !important;
}
.table-width-p1221 {
  min-width: 1221px !important;
  width: 1221px !important;
  max-width: 1221px !important;
}
.table-width-p1222 {
  min-width: 1222px !important;
  width: 1222px !important;
  max-width: 1222px !important;
}
.table-width-p1223 {
  min-width: 1223px !important;
  width: 1223px !important;
  max-width: 1223px !important;
}
.table-width-p1224 {
  min-width: 1224px !important;
  width: 1224px !important;
  max-width: 1224px !important;
}
.table-width-p1225 {
  min-width: 1225px !important;
  width: 1225px !important;
  max-width: 1225px !important;
}
.table-width-p1226 {
  min-width: 1226px !important;
  width: 1226px !important;
  max-width: 1226px !important;
}
.table-width-p1227 {
  min-width: 1227px !important;
  width: 1227px !important;
  max-width: 1227px !important;
}
.table-width-p1228 {
  min-width: 1228px !important;
  width: 1228px !important;
  max-width: 1228px !important;
}
.table-width-p1229 {
  min-width: 1229px !important;
  width: 1229px !important;
  max-width: 1229px !important;
}
.table-width-p1230 {
  min-width: 1230px !important;
  width: 1230px !important;
  max-width: 1230px !important;
}
.table-width-p1231 {
  min-width: 1231px !important;
  width: 1231px !important;
  max-width: 1231px !important;
}
.table-width-p1232 {
  min-width: 1232px !important;
  width: 1232px !important;
  max-width: 1232px !important;
}
.table-width-p1233 {
  min-width: 1233px !important;
  width: 1233px !important;
  max-width: 1233px !important;
}
.table-width-p1234 {
  min-width: 1234px !important;
  width: 1234px !important;
  max-width: 1234px !important;
}
.table-width-p1235 {
  min-width: 1235px !important;
  width: 1235px !important;
  max-width: 1235px !important;
}
.table-width-p1236 {
  min-width: 1236px !important;
  width: 1236px !important;
  max-width: 1236px !important;
}
.table-width-p1237 {
  min-width: 1237px !important;
  width: 1237px !important;
  max-width: 1237px !important;
}
.table-width-p1238 {
  min-width: 1238px !important;
  width: 1238px !important;
  max-width: 1238px !important;
}
.table-width-p1239 {
  min-width: 1239px !important;
  width: 1239px !important;
  max-width: 1239px !important;
}
.table-width-p1240 {
  min-width: 1240px !important;
  width: 1240px !important;
  max-width: 1240px !important;
}
.table-width-p1241 {
  min-width: 1241px !important;
  width: 1241px !important;
  max-width: 1241px !important;
}
.table-width-p1242 {
  min-width: 1242px !important;
  width: 1242px !important;
  max-width: 1242px !important;
}
.table-width-p1243 {
  min-width: 1243px !important;
  width: 1243px !important;
  max-width: 1243px !important;
}
.table-width-p1244 {
  min-width: 1244px !important;
  width: 1244px !important;
  max-width: 1244px !important;
}
.table-width-p1245 {
  min-width: 1245px !important;
  width: 1245px !important;
  max-width: 1245px !important;
}
.table-width-p1246 {
  min-width: 1246px !important;
  width: 1246px !important;
  max-width: 1246px !important;
}
.table-width-p1247 {
  min-width: 1247px !important;
  width: 1247px !important;
  max-width: 1247px !important;
}
.table-width-p1248 {
  min-width: 1248px !important;
  width: 1248px !important;
  max-width: 1248px !important;
}
.table-width-p1249 {
  min-width: 1249px !important;
  width: 1249px !important;
  max-width: 1249px !important;
}
.table-width-p1250 {
  min-width: 1250px !important;
  width: 1250px !important;
  max-width: 1250px !important;
}
.table-width-p1251 {
  min-width: 1251px !important;
  width: 1251px !important;
  max-width: 1251px !important;
}
.table-width-p1252 {
  min-width: 1252px !important;
  width: 1252px !important;
  max-width: 1252px !important;
}
.table-width-p1253 {
  min-width: 1253px !important;
  width: 1253px !important;
  max-width: 1253px !important;
}
.table-width-p1254 {
  min-width: 1254px !important;
  width: 1254px !important;
  max-width: 1254px !important;
}
.table-width-p1255 {
  min-width: 1255px !important;
  width: 1255px !important;
  max-width: 1255px !important;
}
.table-width-p1256 {
  min-width: 1256px !important;
  width: 1256px !important;
  max-width: 1256px !important;
}
.table-width-p1257 {
  min-width: 1257px !important;
  width: 1257px !important;
  max-width: 1257px !important;
}
.table-width-p1258 {
  min-width: 1258px !important;
  width: 1258px !important;
  max-width: 1258px !important;
}
.table-width-p1259 {
  min-width: 1259px !important;
  width: 1259px !important;
  max-width: 1259px !important;
}
.table-width-p1260 {
  min-width: 1260px !important;
  width: 1260px !important;
  max-width: 1260px !important;
}
.table-width-p1261 {
  min-width: 1261px !important;
  width: 1261px !important;
  max-width: 1261px !important;
}
.table-width-p1262 {
  min-width: 1262px !important;
  width: 1262px !important;
  max-width: 1262px !important;
}
.table-width-p1263 {
  min-width: 1263px !important;
  width: 1263px !important;
  max-width: 1263px !important;
}
.table-width-p1264 {
  min-width: 1264px !important;
  width: 1264px !important;
  max-width: 1264px !important;
}
.table-width-p1265 {
  min-width: 1265px !important;
  width: 1265px !important;
  max-width: 1265px !important;
}
.table-width-p1266 {
  min-width: 1266px !important;
  width: 1266px !important;
  max-width: 1266px !important;
}
.table-width-p1267 {
  min-width: 1267px !important;
  width: 1267px !important;
  max-width: 1267px !important;
}
.table-width-p1268 {
  min-width: 1268px !important;
  width: 1268px !important;
  max-width: 1268px !important;
}
.table-width-p1269 {
  min-width: 1269px !important;
  width: 1269px !important;
  max-width: 1269px !important;
}
.table-width-p1270 {
  min-width: 1270px !important;
  width: 1270px !important;
  max-width: 1270px !important;
}
.table-width-p1271 {
  min-width: 1271px !important;
  width: 1271px !important;
  max-width: 1271px !important;
}
.table-width-p1272 {
  min-width: 1272px !important;
  width: 1272px !important;
  max-width: 1272px !important;
}
.table-width-p1273 {
  min-width: 1273px !important;
  width: 1273px !important;
  max-width: 1273px !important;
}
.table-width-p1274 {
  min-width: 1274px !important;
  width: 1274px !important;
  max-width: 1274px !important;
}
.table-width-p1275 {
  min-width: 1275px !important;
  width: 1275px !important;
  max-width: 1275px !important;
}
.table-width-p1276 {
  min-width: 1276px !important;
  width: 1276px !important;
  max-width: 1276px !important;
}
.table-width-p1277 {
  min-width: 1277px !important;
  width: 1277px !important;
  max-width: 1277px !important;
}
.table-width-p1278 {
  min-width: 1278px !important;
  width: 1278px !important;
  max-width: 1278px !important;
}
.table-width-p1279 {
  min-width: 1279px !important;
  width: 1279px !important;
  max-width: 1279px !important;
}
.table-width-p1280 {
  min-width: 1280px !important;
  width: 1280px !important;
  max-width: 1280px !important;
}
.table-width-p1281 {
  min-width: 1281px !important;
  width: 1281px !important;
  max-width: 1281px !important;
}
.table-width-p1282 {
  min-width: 1282px !important;
  width: 1282px !important;
  max-width: 1282px !important;
}
.table-width-p1283 {
  min-width: 1283px !important;
  width: 1283px !important;
  max-width: 1283px !important;
}
.table-width-p1284 {
  min-width: 1284px !important;
  width: 1284px !important;
  max-width: 1284px !important;
}
.table-width-p1285 {
  min-width: 1285px !important;
  width: 1285px !important;
  max-width: 1285px !important;
}
.table-width-p1286 {
  min-width: 1286px !important;
  width: 1286px !important;
  max-width: 1286px !important;
}
.table-width-p1287 {
  min-width: 1287px !important;
  width: 1287px !important;
  max-width: 1287px !important;
}
.table-width-p1288 {
  min-width: 1288px !important;
  width: 1288px !important;
  max-width: 1288px !important;
}
.table-width-p1289 {
  min-width: 1289px !important;
  width: 1289px !important;
  max-width: 1289px !important;
}
.table-width-p1290 {
  min-width: 1290px !important;
  width: 1290px !important;
  max-width: 1290px !important;
}
.table-width-p1291 {
  min-width: 1291px !important;
  width: 1291px !important;
  max-width: 1291px !important;
}
.table-width-p1292 {
  min-width: 1292px !important;
  width: 1292px !important;
  max-width: 1292px !important;
}
.table-width-p1293 {
  min-width: 1293px !important;
  width: 1293px !important;
  max-width: 1293px !important;
}
.table-width-p1294 {
  min-width: 1294px !important;
  width: 1294px !important;
  max-width: 1294px !important;
}
.table-width-p1295 {
  min-width: 1295px !important;
  width: 1295px !important;
  max-width: 1295px !important;
}
.table-width-p1296 {
  min-width: 1296px !important;
  width: 1296px !important;
  max-width: 1296px !important;
}
.table-width-p1297 {
  min-width: 1297px !important;
  width: 1297px !important;
  max-width: 1297px !important;
}
.table-width-p1298 {
  min-width: 1298px !important;
  width: 1298px !important;
  max-width: 1298px !important;
}
.table-width-p1299 {
  min-width: 1299px !important;
  width: 1299px !important;
  max-width: 1299px !important;
}
.table-width-p1300 {
  min-width: 1300px !important;
  width: 1300px !important;
  max-width: 1300px !important;
}
.table-width-p1301 {
  min-width: 1301px !important;
  width: 1301px !important;
  max-width: 1301px !important;
}
.table-width-p1302 {
  min-width: 1302px !important;
  width: 1302px !important;
  max-width: 1302px !important;
}
.table-width-p1303 {
  min-width: 1303px !important;
  width: 1303px !important;
  max-width: 1303px !important;
}
.table-width-p1304 {
  min-width: 1304px !important;
  width: 1304px !important;
  max-width: 1304px !important;
}
.table-width-p1305 {
  min-width: 1305px !important;
  width: 1305px !important;
  max-width: 1305px !important;
}
.table-width-p1306 {
  min-width: 1306px !important;
  width: 1306px !important;
  max-width: 1306px !important;
}
.table-width-p1307 {
  min-width: 1307px !important;
  width: 1307px !important;
  max-width: 1307px !important;
}
.table-width-p1308 {
  min-width: 1308px !important;
  width: 1308px !important;
  max-width: 1308px !important;
}
.table-width-p1309 {
  min-width: 1309px !important;
  width: 1309px !important;
  max-width: 1309px !important;
}
.table-width-p1310 {
  min-width: 1310px !important;
  width: 1310px !important;
  max-width: 1310px !important;
}
.table-width-p1311 {
  min-width: 1311px !important;
  width: 1311px !important;
  max-width: 1311px !important;
}
.table-width-p1312 {
  min-width: 1312px !important;
  width: 1312px !important;
  max-width: 1312px !important;
}
.table-width-p1313 {
  min-width: 1313px !important;
  width: 1313px !important;
  max-width: 1313px !important;
}
.table-width-p1314 {
  min-width: 1314px !important;
  width: 1314px !important;
  max-width: 1314px !important;
}
.table-width-p1315 {
  min-width: 1315px !important;
  width: 1315px !important;
  max-width: 1315px !important;
}
.table-width-p1316 {
  min-width: 1316px !important;
  width: 1316px !important;
  max-width: 1316px !important;
}
.table-width-p1317 {
  min-width: 1317px !important;
  width: 1317px !important;
  max-width: 1317px !important;
}
.table-width-p1318 {
  min-width: 1318px !important;
  width: 1318px !important;
  max-width: 1318px !important;
}
.table-width-p1319 {
  min-width: 1319px !important;
  width: 1319px !important;
  max-width: 1319px !important;
}
.table-width-p1320 {
  min-width: 1320px !important;
  width: 1320px !important;
  max-width: 1320px !important;
}
.table-width-p1321 {
  min-width: 1321px !important;
  width: 1321px !important;
  max-width: 1321px !important;
}
.table-width-p1322 {
  min-width: 1322px !important;
  width: 1322px !important;
  max-width: 1322px !important;
}
.table-width-p1323 {
  min-width: 1323px !important;
  width: 1323px !important;
  max-width: 1323px !important;
}
.table-width-p1324 {
  min-width: 1324px !important;
  width: 1324px !important;
  max-width: 1324px !important;
}
.table-width-p1325 {
  min-width: 1325px !important;
  width: 1325px !important;
  max-width: 1325px !important;
}
.table-width-p1326 {
  min-width: 1326px !important;
  width: 1326px !important;
  max-width: 1326px !important;
}
.table-width-p1327 {
  min-width: 1327px !important;
  width: 1327px !important;
  max-width: 1327px !important;
}
.table-width-p1328 {
  min-width: 1328px !important;
  width: 1328px !important;
  max-width: 1328px !important;
}
.table-width-p1329 {
  min-width: 1329px !important;
  width: 1329px !important;
  max-width: 1329px !important;
}
.table-width-p1330 {
  min-width: 1330px !important;
  width: 1330px !important;
  max-width: 1330px !important;
}
.table-width-p1331 {
  min-width: 1331px !important;
  width: 1331px !important;
  max-width: 1331px !important;
}
.table-width-p1332 {
  min-width: 1332px !important;
  width: 1332px !important;
  max-width: 1332px !important;
}
.table-width-p1333 {
  min-width: 1333px !important;
  width: 1333px !important;
  max-width: 1333px !important;
}
.table-width-p1334 {
  min-width: 1334px !important;
  width: 1334px !important;
  max-width: 1334px !important;
}
.table-width-p1335 {
  min-width: 1335px !important;
  width: 1335px !important;
  max-width: 1335px !important;
}
.table-width-p1336 {
  min-width: 1336px !important;
  width: 1336px !important;
  max-width: 1336px !important;
}
.table-width-p1337 {
  min-width: 1337px !important;
  width: 1337px !important;
  max-width: 1337px !important;
}
.table-width-p1338 {
  min-width: 1338px !important;
  width: 1338px !important;
  max-width: 1338px !important;
}
.table-width-p1339 {
  min-width: 1339px !important;
  width: 1339px !important;
  max-width: 1339px !important;
}
.table-width-p1340 {
  min-width: 1340px !important;
  width: 1340px !important;
  max-width: 1340px !important;
}
.table-width-p1341 {
  min-width: 1341px !important;
  width: 1341px !important;
  max-width: 1341px !important;
}
.table-width-p1342 {
  min-width: 1342px !important;
  width: 1342px !important;
  max-width: 1342px !important;
}
.table-width-p1343 {
  min-width: 1343px !important;
  width: 1343px !important;
  max-width: 1343px !important;
}
.table-width-p1344 {
  min-width: 1344px !important;
  width: 1344px !important;
  max-width: 1344px !important;
}
.table-width-p1345 {
  min-width: 1345px !important;
  width: 1345px !important;
  max-width: 1345px !important;
}
.table-width-p1346 {
  min-width: 1346px !important;
  width: 1346px !important;
  max-width: 1346px !important;
}
.table-width-p1347 {
  min-width: 1347px !important;
  width: 1347px !important;
  max-width: 1347px !important;
}
.table-width-p1348 {
  min-width: 1348px !important;
  width: 1348px !important;
  max-width: 1348px !important;
}
.table-width-p1349 {
  min-width: 1349px !important;
  width: 1349px !important;
  max-width: 1349px !important;
}
.table-width-p1350 {
  min-width: 1350px !important;
  width: 1350px !important;
  max-width: 1350px !important;
}
.table-width-p1351 {
  min-width: 1351px !important;
  width: 1351px !important;
  max-width: 1351px !important;
}
.table-width-p1352 {
  min-width: 1352px !important;
  width: 1352px !important;
  max-width: 1352px !important;
}
.table-width-p1353 {
  min-width: 1353px !important;
  width: 1353px !important;
  max-width: 1353px !important;
}
.table-width-p1354 {
  min-width: 1354px !important;
  width: 1354px !important;
  max-width: 1354px !important;
}
.table-width-p1355 {
  min-width: 1355px !important;
  width: 1355px !important;
  max-width: 1355px !important;
}
.table-width-p1356 {
  min-width: 1356px !important;
  width: 1356px !important;
  max-width: 1356px !important;
}
.table-width-p1357 {
  min-width: 1357px !important;
  width: 1357px !important;
  max-width: 1357px !important;
}
.table-width-p1358 {
  min-width: 1358px !important;
  width: 1358px !important;
  max-width: 1358px !important;
}
.table-width-p1359 {
  min-width: 1359px !important;
  width: 1359px !important;
  max-width: 1359px !important;
}
.table-width-p1360 {
  min-width: 1360px !important;
  width: 1360px !important;
  max-width: 1360px !important;
}
.table-width-p1361 {
  min-width: 1361px !important;
  width: 1361px !important;
  max-width: 1361px !important;
}
.table-width-p1362 {
  min-width: 1362px !important;
  width: 1362px !important;
  max-width: 1362px !important;
}
.table-width-p1363 {
  min-width: 1363px !important;
  width: 1363px !important;
  max-width: 1363px !important;
}
.table-width-p1364 {
  min-width: 1364px !important;
  width: 1364px !important;
  max-width: 1364px !important;
}
.table-width-p1365 {
  min-width: 1365px !important;
  width: 1365px !important;
  max-width: 1365px !important;
}
.table-width-p1366 {
  min-width: 1366px !important;
  width: 1366px !important;
  max-width: 1366px !important;
}
.table-width-p1367 {
  min-width: 1367px !important;
  width: 1367px !important;
  max-width: 1367px !important;
}
.table-width-p1368 {
  min-width: 1368px !important;
  width: 1368px !important;
  max-width: 1368px !important;
}
.table-width-p1369 {
  min-width: 1369px !important;
  width: 1369px !important;
  max-width: 1369px !important;
}
.table-width-p1370 {
  min-width: 1370px !important;
  width: 1370px !important;
  max-width: 1370px !important;
}
.table-width-p1371 {
  min-width: 1371px !important;
  width: 1371px !important;
  max-width: 1371px !important;
}
.table-width-p1372 {
  min-width: 1372px !important;
  width: 1372px !important;
  max-width: 1372px !important;
}
.table-width-p1373 {
  min-width: 1373px !important;
  width: 1373px !important;
  max-width: 1373px !important;
}
.table-width-p1374 {
  min-width: 1374px !important;
  width: 1374px !important;
  max-width: 1374px !important;
}
.table-width-p1375 {
  min-width: 1375px !important;
  width: 1375px !important;
  max-width: 1375px !important;
}
.table-width-p1376 {
  min-width: 1376px !important;
  width: 1376px !important;
  max-width: 1376px !important;
}
.table-width-p1377 {
  min-width: 1377px !important;
  width: 1377px !important;
  max-width: 1377px !important;
}
.table-width-p1378 {
  min-width: 1378px !important;
  width: 1378px !important;
  max-width: 1378px !important;
}
.table-width-p1379 {
  min-width: 1379px !important;
  width: 1379px !important;
  max-width: 1379px !important;
}
.table-width-p1380 {
  min-width: 1380px !important;
  width: 1380px !important;
  max-width: 1380px !important;
}
.table-width-p1381 {
  min-width: 1381px !important;
  width: 1381px !important;
  max-width: 1381px !important;
}
.table-width-p1382 {
  min-width: 1382px !important;
  width: 1382px !important;
  max-width: 1382px !important;
}
.table-width-p1383 {
  min-width: 1383px !important;
  width: 1383px !important;
  max-width: 1383px !important;
}
.table-width-p1384 {
  min-width: 1384px !important;
  width: 1384px !important;
  max-width: 1384px !important;
}
.table-width-p1385 {
  min-width: 1385px !important;
  width: 1385px !important;
  max-width: 1385px !important;
}
.table-width-p1386 {
  min-width: 1386px !important;
  width: 1386px !important;
  max-width: 1386px !important;
}
.table-width-p1387 {
  min-width: 1387px !important;
  width: 1387px !important;
  max-width: 1387px !important;
}
.table-width-p1388 {
  min-width: 1388px !important;
  width: 1388px !important;
  max-width: 1388px !important;
}
.table-width-p1389 {
  min-width: 1389px !important;
  width: 1389px !important;
  max-width: 1389px !important;
}
.table-width-p1390 {
  min-width: 1390px !important;
  width: 1390px !important;
  max-width: 1390px !important;
}
.table-width-p1391 {
  min-width: 1391px !important;
  width: 1391px !important;
  max-width: 1391px !important;
}
.table-width-p1392 {
  min-width: 1392px !important;
  width: 1392px !important;
  max-width: 1392px !important;
}
.table-width-p1393 {
  min-width: 1393px !important;
  width: 1393px !important;
  max-width: 1393px !important;
}
.table-width-p1394 {
  min-width: 1394px !important;
  width: 1394px !important;
  max-width: 1394px !important;
}
.table-width-p1395 {
  min-width: 1395px !important;
  width: 1395px !important;
  max-width: 1395px !important;
}
.table-width-p1396 {
  min-width: 1396px !important;
  width: 1396px !important;
  max-width: 1396px !important;
}
.table-width-p1397 {
  min-width: 1397px !important;
  width: 1397px !important;
  max-width: 1397px !important;
}
.table-width-p1398 {
  min-width: 1398px !important;
  width: 1398px !important;
  max-width: 1398px !important;
}
.table-width-p1399 {
  min-width: 1399px !important;
  width: 1399px !important;
  max-width: 1399px !important;
}
.table-width-p1400 {
  min-width: 1400px !important;
  width: 1400px !important;
  max-width: 1400px !important;
}
.table-width-p1401 {
  min-width: 1401px !important;
  width: 1401px !important;
  max-width: 1401px !important;
}
.table-width-p1402 {
  min-width: 1402px !important;
  width: 1402px !important;
  max-width: 1402px !important;
}
.table-width-p1403 {
  min-width: 1403px !important;
  width: 1403px !important;
  max-width: 1403px !important;
}
.table-width-p1404 {
  min-width: 1404px !important;
  width: 1404px !important;
  max-width: 1404px !important;
}
.table-width-p1405 {
  min-width: 1405px !important;
  width: 1405px !important;
  max-width: 1405px !important;
}
.table-width-p1406 {
  min-width: 1406px !important;
  width: 1406px !important;
  max-width: 1406px !important;
}
.table-width-p1407 {
  min-width: 1407px !important;
  width: 1407px !important;
  max-width: 1407px !important;
}
.table-width-p1408 {
  min-width: 1408px !important;
  width: 1408px !important;
  max-width: 1408px !important;
}
.table-width-p1409 {
  min-width: 1409px !important;
  width: 1409px !important;
  max-width: 1409px !important;
}
.table-width-p1410 {
  min-width: 1410px !important;
  width: 1410px !important;
  max-width: 1410px !important;
}
.table-width-p1411 {
  min-width: 1411px !important;
  width: 1411px !important;
  max-width: 1411px !important;
}
.table-width-p1412 {
  min-width: 1412px !important;
  width: 1412px !important;
  max-width: 1412px !important;
}
.table-width-p1413 {
  min-width: 1413px !important;
  width: 1413px !important;
  max-width: 1413px !important;
}
.table-width-p1414 {
  min-width: 1414px !important;
  width: 1414px !important;
  max-width: 1414px !important;
}
.table-width-p1415 {
  min-width: 1415px !important;
  width: 1415px !important;
  max-width: 1415px !important;
}
.table-width-p1416 {
  min-width: 1416px !important;
  width: 1416px !important;
  max-width: 1416px !important;
}
.table-width-p1417 {
  min-width: 1417px !important;
  width: 1417px !important;
  max-width: 1417px !important;
}
.table-width-p1418 {
  min-width: 1418px !important;
  width: 1418px !important;
  max-width: 1418px !important;
}
.table-width-p1419 {
  min-width: 1419px !important;
  width: 1419px !important;
  max-width: 1419px !important;
}
.table-width-p1420 {
  min-width: 1420px !important;
  width: 1420px !important;
  max-width: 1420px !important;
}
.table-width-p1421 {
  min-width: 1421px !important;
  width: 1421px !important;
  max-width: 1421px !important;
}
.table-width-p1422 {
  min-width: 1422px !important;
  width: 1422px !important;
  max-width: 1422px !important;
}
.table-width-p1423 {
  min-width: 1423px !important;
  width: 1423px !important;
  max-width: 1423px !important;
}
.table-width-p1424 {
  min-width: 1424px !important;
  width: 1424px !important;
  max-width: 1424px !important;
}
.table-width-p1425 {
  min-width: 1425px !important;
  width: 1425px !important;
  max-width: 1425px !important;
}
.table-width-p1426 {
  min-width: 1426px !important;
  width: 1426px !important;
  max-width: 1426px !important;
}
.table-width-p1427 {
  min-width: 1427px !important;
  width: 1427px !important;
  max-width: 1427px !important;
}
.table-width-p1428 {
  min-width: 1428px !important;
  width: 1428px !important;
  max-width: 1428px !important;
}
.table-width-p1429 {
  min-width: 1429px !important;
  width: 1429px !important;
  max-width: 1429px !important;
}
.table-width-p1430 {
  min-width: 1430px !important;
  width: 1430px !important;
  max-width: 1430px !important;
}
.table-width-p1431 {
  min-width: 1431px !important;
  width: 1431px !important;
  max-width: 1431px !important;
}
.table-width-p1432 {
  min-width: 1432px !important;
  width: 1432px !important;
  max-width: 1432px !important;
}
.table-width-p1433 {
  min-width: 1433px !important;
  width: 1433px !important;
  max-width: 1433px !important;
}
.table-width-p1434 {
  min-width: 1434px !important;
  width: 1434px !important;
  max-width: 1434px !important;
}
.table-width-p1435 {
  min-width: 1435px !important;
  width: 1435px !important;
  max-width: 1435px !important;
}
.table-width-p1436 {
  min-width: 1436px !important;
  width: 1436px !important;
  max-width: 1436px !important;
}
.table-width-p1437 {
  min-width: 1437px !important;
  width: 1437px !important;
  max-width: 1437px !important;
}
.table-width-p1438 {
  min-width: 1438px !important;
  width: 1438px !important;
  max-width: 1438px !important;
}
.table-width-p1439 {
  min-width: 1439px !important;
  width: 1439px !important;
  max-width: 1439px !important;
}
.table-width-p1440 {
  min-width: 1440px !important;
  width: 1440px !important;
  max-width: 1440px !important;
}
.table-width-p1441 {
  min-width: 1441px !important;
  width: 1441px !important;
  max-width: 1441px !important;
}
.table-width-p1442 {
  min-width: 1442px !important;
  width: 1442px !important;
  max-width: 1442px !important;
}
.table-width-p1443 {
  min-width: 1443px !important;
  width: 1443px !important;
  max-width: 1443px !important;
}
.table-width-p1444 {
  min-width: 1444px !important;
  width: 1444px !important;
  max-width: 1444px !important;
}
.table-width-p1445 {
  min-width: 1445px !important;
  width: 1445px !important;
  max-width: 1445px !important;
}
.table-width-p1446 {
  min-width: 1446px !important;
  width: 1446px !important;
  max-width: 1446px !important;
}
.table-width-p1447 {
  min-width: 1447px !important;
  width: 1447px !important;
  max-width: 1447px !important;
}
.table-width-p1448 {
  min-width: 1448px !important;
  width: 1448px !important;
  max-width: 1448px !important;
}
.table-width-p1449 {
  min-width: 1449px !important;
  width: 1449px !important;
  max-width: 1449px !important;
}
.table-width-p1450 {
  min-width: 1450px !important;
  width: 1450px !important;
  max-width: 1450px !important;
}
.table-width-p1451 {
  min-width: 1451px !important;
  width: 1451px !important;
  max-width: 1451px !important;
}
.table-width-p1452 {
  min-width: 1452px !important;
  width: 1452px !important;
  max-width: 1452px !important;
}
.table-width-p1453 {
  min-width: 1453px !important;
  width: 1453px !important;
  max-width: 1453px !important;
}
.table-width-p1454 {
  min-width: 1454px !important;
  width: 1454px !important;
  max-width: 1454px !important;
}
.table-width-p1455 {
  min-width: 1455px !important;
  width: 1455px !important;
  max-width: 1455px !important;
}
.table-width-p1456 {
  min-width: 1456px !important;
  width: 1456px !important;
  max-width: 1456px !important;
}
.table-width-p1457 {
  min-width: 1457px !important;
  width: 1457px !important;
  max-width: 1457px !important;
}
.table-width-p1458 {
  min-width: 1458px !important;
  width: 1458px !important;
  max-width: 1458px !important;
}
.table-width-p1459 {
  min-width: 1459px !important;
  width: 1459px !important;
  max-width: 1459px !important;
}
.table-width-p1460 {
  min-width: 1460px !important;
  width: 1460px !important;
  max-width: 1460px !important;
}
.table-width-p1461 {
  min-width: 1461px !important;
  width: 1461px !important;
  max-width: 1461px !important;
}
.table-width-p1462 {
  min-width: 1462px !important;
  width: 1462px !important;
  max-width: 1462px !important;
}
.table-width-p1463 {
  min-width: 1463px !important;
  width: 1463px !important;
  max-width: 1463px !important;
}
.table-width-p1464 {
  min-width: 1464px !important;
  width: 1464px !important;
  max-width: 1464px !important;
}
.table-width-p1465 {
  min-width: 1465px !important;
  width: 1465px !important;
  max-width: 1465px !important;
}
.table-width-p1466 {
  min-width: 1466px !important;
  width: 1466px !important;
  max-width: 1466px !important;
}
.table-width-p1467 {
  min-width: 1467px !important;
  width: 1467px !important;
  max-width: 1467px !important;
}
.table-width-p1468 {
  min-width: 1468px !important;
  width: 1468px !important;
  max-width: 1468px !important;
}
.table-width-p1469 {
  min-width: 1469px !important;
  width: 1469px !important;
  max-width: 1469px !important;
}
.table-width-p1470 {
  min-width: 1470px !important;
  width: 1470px !important;
  max-width: 1470px !important;
}
.table-width-p1471 {
  min-width: 1471px !important;
  width: 1471px !important;
  max-width: 1471px !important;
}
.table-width-p1472 {
  min-width: 1472px !important;
  width: 1472px !important;
  max-width: 1472px !important;
}
.table-width-p1473 {
  min-width: 1473px !important;
  width: 1473px !important;
  max-width: 1473px !important;
}
.table-width-p1474 {
  min-width: 1474px !important;
  width: 1474px !important;
  max-width: 1474px !important;
}
.table-width-p1475 {
  min-width: 1475px !important;
  width: 1475px !important;
  max-width: 1475px !important;
}
.table-width-p1476 {
  min-width: 1476px !important;
  width: 1476px !important;
  max-width: 1476px !important;
}
.table-width-p1477 {
  min-width: 1477px !important;
  width: 1477px !important;
  max-width: 1477px !important;
}
.table-width-p1478 {
  min-width: 1478px !important;
  width: 1478px !important;
  max-width: 1478px !important;
}
.table-width-p1479 {
  min-width: 1479px !important;
  width: 1479px !important;
  max-width: 1479px !important;
}
.table-width-p1480 {
  min-width: 1480px !important;
  width: 1480px !important;
  max-width: 1480px !important;
}
.table-width-p1481 {
  min-width: 1481px !important;
  width: 1481px !important;
  max-width: 1481px !important;
}
.table-width-p1482 {
  min-width: 1482px !important;
  width: 1482px !important;
  max-width: 1482px !important;
}
.table-width-p1483 {
  min-width: 1483px !important;
  width: 1483px !important;
  max-width: 1483px !important;
}
.table-width-p1484 {
  min-width: 1484px !important;
  width: 1484px !important;
  max-width: 1484px !important;
}
.table-width-p1485 {
  min-width: 1485px !important;
  width: 1485px !important;
  max-width: 1485px !important;
}
.table-width-p1486 {
  min-width: 1486px !important;
  width: 1486px !important;
  max-width: 1486px !important;
}
.table-width-p1487 {
  min-width: 1487px !important;
  width: 1487px !important;
  max-width: 1487px !important;
}
.table-width-p1488 {
  min-width: 1488px !important;
  width: 1488px !important;
  max-width: 1488px !important;
}
.table-width-p1489 {
  min-width: 1489px !important;
  width: 1489px !important;
  max-width: 1489px !important;
}
.table-width-p1490 {
  min-width: 1490px !important;
  width: 1490px !important;
  max-width: 1490px !important;
}
.table-width-p1491 {
  min-width: 1491px !important;
  width: 1491px !important;
  max-width: 1491px !important;
}
.table-width-p1492 {
  min-width: 1492px !important;
  width: 1492px !important;
  max-width: 1492px !important;
}
.table-width-p1493 {
  min-width: 1493px !important;
  width: 1493px !important;
  max-width: 1493px !important;
}
.table-width-p1494 {
  min-width: 1494px !important;
  width: 1494px !important;
  max-width: 1494px !important;
}
.table-width-p1495 {
  min-width: 1495px !important;
  width: 1495px !important;
  max-width: 1495px !important;
}
.table-width-p1496 {
  min-width: 1496px !important;
  width: 1496px !important;
  max-width: 1496px !important;
}
.table-width-p1497 {
  min-width: 1497px !important;
  width: 1497px !important;
  max-width: 1497px !important;
}
.table-width-p1498 {
  min-width: 1498px !important;
  width: 1498px !important;
  max-width: 1498px !important;
}
.table-width-p1499 {
  min-width: 1499px !important;
  width: 1499px !important;
  max-width: 1499px !important;
}
.table-width-p1500 {
  min-width: 1500px !important;
  width: 1500px !important;
  max-width: 1500px !important;
}
.table-width-p1501 {
  min-width: 1501px !important;
  width: 1501px !important;
  max-width: 1501px !important;
}
.table-width-p1502 {
  min-width: 1502px !important;
  width: 1502px !important;
  max-width: 1502px !important;
}
.table-width-p1503 {
  min-width: 1503px !important;
  width: 1503px !important;
  max-width: 1503px !important;
}
.table-width-p1504 {
  min-width: 1504px !important;
  width: 1504px !important;
  max-width: 1504px !important;
}
.table-width-p1505 {
  min-width: 1505px !important;
  width: 1505px !important;
  max-width: 1505px !important;
}
.table-width-p1506 {
  min-width: 1506px !important;
  width: 1506px !important;
  max-width: 1506px !important;
}
.table-width-p1507 {
  min-width: 1507px !important;
  width: 1507px !important;
  max-width: 1507px !important;
}
.table-width-p1508 {
  min-width: 1508px !important;
  width: 1508px !important;
  max-width: 1508px !important;
}
.table-width-p1509 {
  min-width: 1509px !important;
  width: 1509px !important;
  max-width: 1509px !important;
}
.table-width-p1510 {
  min-width: 1510px !important;
  width: 1510px !important;
  max-width: 1510px !important;
}
.table-width-p1511 {
  min-width: 1511px !important;
  width: 1511px !important;
  max-width: 1511px !important;
}
.table-width-p1512 {
  min-width: 1512px !important;
  width: 1512px !important;
  max-width: 1512px !important;
}
.table-width-p1513 {
  min-width: 1513px !important;
  width: 1513px !important;
  max-width: 1513px !important;
}
.table-width-p1514 {
  min-width: 1514px !important;
  width: 1514px !important;
  max-width: 1514px !important;
}
.table-width-p1515 {
  min-width: 1515px !important;
  width: 1515px !important;
  max-width: 1515px !important;
}
.table-width-p1516 {
  min-width: 1516px !important;
  width: 1516px !important;
  max-width: 1516px !important;
}
.table-width-p1517 {
  min-width: 1517px !important;
  width: 1517px !important;
  max-width: 1517px !important;
}
.table-width-p1518 {
  min-width: 1518px !important;
  width: 1518px !important;
  max-width: 1518px !important;
}
.table-width-p1519 {
  min-width: 1519px !important;
  width: 1519px !important;
  max-width: 1519px !important;
}
.table-width-p1520 {
  min-width: 1520px !important;
  width: 1520px !important;
  max-width: 1520px !important;
}
.table-width-p1521 {
  min-width: 1521px !important;
  width: 1521px !important;
  max-width: 1521px !important;
}
.table-width-p1522 {
  min-width: 1522px !important;
  width: 1522px !important;
  max-width: 1522px !important;
}
.table-width-p1523 {
  min-width: 1523px !important;
  width: 1523px !important;
  max-width: 1523px !important;
}
.table-width-p1524 {
  min-width: 1524px !important;
  width: 1524px !important;
  max-width: 1524px !important;
}
.table-width-p1525 {
  min-width: 1525px !important;
  width: 1525px !important;
  max-width: 1525px !important;
}
.table-width-p1526 {
  min-width: 1526px !important;
  width: 1526px !important;
  max-width: 1526px !important;
}
.table-width-p1527 {
  min-width: 1527px !important;
  width: 1527px !important;
  max-width: 1527px !important;
}
.table-width-p1528 {
  min-width: 1528px !important;
  width: 1528px !important;
  max-width: 1528px !important;
}
.table-width-p1529 {
  min-width: 1529px !important;
  width: 1529px !important;
  max-width: 1529px !important;
}
.table-width-p1530 {
  min-width: 1530px !important;
  width: 1530px !important;
  max-width: 1530px !important;
}
.table-width-p1531 {
  min-width: 1531px !important;
  width: 1531px !important;
  max-width: 1531px !important;
}
.table-width-p1532 {
  min-width: 1532px !important;
  width: 1532px !important;
  max-width: 1532px !important;
}
.table-width-p1533 {
  min-width: 1533px !important;
  width: 1533px !important;
  max-width: 1533px !important;
}
.table-width-p1534 {
  min-width: 1534px !important;
  width: 1534px !important;
  max-width: 1534px !important;
}
.table-width-p1535 {
  min-width: 1535px !important;
  width: 1535px !important;
  max-width: 1535px !important;
}
.table-width-p1536 {
  min-width: 1536px !important;
  width: 1536px !important;
  max-width: 1536px !important;
}
.table-width-p1537 {
  min-width: 1537px !important;
  width: 1537px !important;
  max-width: 1537px !important;
}
.table-width-p1538 {
  min-width: 1538px !important;
  width: 1538px !important;
  max-width: 1538px !important;
}
.table-width-p1539 {
  min-width: 1539px !important;
  width: 1539px !important;
  max-width: 1539px !important;
}
.table-width-p1540 {
  min-width: 1540px !important;
  width: 1540px !important;
  max-width: 1540px !important;
}
.table-width-p1541 {
  min-width: 1541px !important;
  width: 1541px !important;
  max-width: 1541px !important;
}
.table-width-p1542 {
  min-width: 1542px !important;
  width: 1542px !important;
  max-width: 1542px !important;
}
.table-width-p1543 {
  min-width: 1543px !important;
  width: 1543px !important;
  max-width: 1543px !important;
}
.table-width-p1544 {
  min-width: 1544px !important;
  width: 1544px !important;
  max-width: 1544px !important;
}
.table-width-p1545 {
  min-width: 1545px !important;
  width: 1545px !important;
  max-width: 1545px !important;
}
.table-width-p1546 {
  min-width: 1546px !important;
  width: 1546px !important;
  max-width: 1546px !important;
}
.table-width-p1547 {
  min-width: 1547px !important;
  width: 1547px !important;
  max-width: 1547px !important;
}
.table-width-p1548 {
  min-width: 1548px !important;
  width: 1548px !important;
  max-width: 1548px !important;
}
.table-width-p1549 {
  min-width: 1549px !important;
  width: 1549px !important;
  max-width: 1549px !important;
}
.table-width-p1550 {
  min-width: 1550px !important;
  width: 1550px !important;
  max-width: 1550px !important;
}
.table-width-p1551 {
  min-width: 1551px !important;
  width: 1551px !important;
  max-width: 1551px !important;
}
.table-width-p1552 {
  min-width: 1552px !important;
  width: 1552px !important;
  max-width: 1552px !important;
}
.table-width-p1553 {
  min-width: 1553px !important;
  width: 1553px !important;
  max-width: 1553px !important;
}
.table-width-p1554 {
  min-width: 1554px !important;
  width: 1554px !important;
  max-width: 1554px !important;
}
.table-width-p1555 {
  min-width: 1555px !important;
  width: 1555px !important;
  max-width: 1555px !important;
}
.table-width-p1556 {
  min-width: 1556px !important;
  width: 1556px !important;
  max-width: 1556px !important;
}
.table-width-p1557 {
  min-width: 1557px !important;
  width: 1557px !important;
  max-width: 1557px !important;
}
.table-width-p1558 {
  min-width: 1558px !important;
  width: 1558px !important;
  max-width: 1558px !important;
}
.table-width-p1559 {
  min-width: 1559px !important;
  width: 1559px !important;
  max-width: 1559px !important;
}
.table-width-p1560 {
  min-width: 1560px !important;
  width: 1560px !important;
  max-width: 1560px !important;
}
.table-width-p1561 {
  min-width: 1561px !important;
  width: 1561px !important;
  max-width: 1561px !important;
}
.table-width-p1562 {
  min-width: 1562px !important;
  width: 1562px !important;
  max-width: 1562px !important;
}
.table-width-p1563 {
  min-width: 1563px !important;
  width: 1563px !important;
  max-width: 1563px !important;
}
.table-width-p1564 {
  min-width: 1564px !important;
  width: 1564px !important;
  max-width: 1564px !important;
}
.table-width-p1565 {
  min-width: 1565px !important;
  width: 1565px !important;
  max-width: 1565px !important;
}
.table-width-p1566 {
  min-width: 1566px !important;
  width: 1566px !important;
  max-width: 1566px !important;
}
.table-width-p1567 {
  min-width: 1567px !important;
  width: 1567px !important;
  max-width: 1567px !important;
}
.table-width-p1568 {
  min-width: 1568px !important;
  width: 1568px !important;
  max-width: 1568px !important;
}
.table-width-p1569 {
  min-width: 1569px !important;
  width: 1569px !important;
  max-width: 1569px !important;
}
.table-width-p1570 {
  min-width: 1570px !important;
  width: 1570px !important;
  max-width: 1570px !important;
}
.table-width-p1571 {
  min-width: 1571px !important;
  width: 1571px !important;
  max-width: 1571px !important;
}
.table-width-p1572 {
  min-width: 1572px !important;
  width: 1572px !important;
  max-width: 1572px !important;
}
.table-width-p1573 {
  min-width: 1573px !important;
  width: 1573px !important;
  max-width: 1573px !important;
}
.table-width-p1574 {
  min-width: 1574px !important;
  width: 1574px !important;
  max-width: 1574px !important;
}
.table-width-p1575 {
  min-width: 1575px !important;
  width: 1575px !important;
  max-width: 1575px !important;
}
.table-width-p1576 {
  min-width: 1576px !important;
  width: 1576px !important;
  max-width: 1576px !important;
}
.table-width-p1577 {
  min-width: 1577px !important;
  width: 1577px !important;
  max-width: 1577px !important;
}
.table-width-p1578 {
  min-width: 1578px !important;
  width: 1578px !important;
  max-width: 1578px !important;
}
.table-width-p1579 {
  min-width: 1579px !important;
  width: 1579px !important;
  max-width: 1579px !important;
}
.table-width-p1580 {
  min-width: 1580px !important;
  width: 1580px !important;
  max-width: 1580px !important;
}
.table-width-p1581 {
  min-width: 1581px !important;
  width: 1581px !important;
  max-width: 1581px !important;
}
.table-width-p1582 {
  min-width: 1582px !important;
  width: 1582px !important;
  max-width: 1582px !important;
}
.table-width-p1583 {
  min-width: 1583px !important;
  width: 1583px !important;
  max-width: 1583px !important;
}
.table-width-p1584 {
  min-width: 1584px !important;
  width: 1584px !important;
  max-width: 1584px !important;
}
.table-width-p1585 {
  min-width: 1585px !important;
  width: 1585px !important;
  max-width: 1585px !important;
}
.table-width-p1586 {
  min-width: 1586px !important;
  width: 1586px !important;
  max-width: 1586px !important;
}
.table-width-p1587 {
  min-width: 1587px !important;
  width: 1587px !important;
  max-width: 1587px !important;
}
.table-width-p1588 {
  min-width: 1588px !important;
  width: 1588px !important;
  max-width: 1588px !important;
}
.table-width-p1589 {
  min-width: 1589px !important;
  width: 1589px !important;
  max-width: 1589px !important;
}
.table-width-p1590 {
  min-width: 1590px !important;
  width: 1590px !important;
  max-width: 1590px !important;
}
.table-width-p1591 {
  min-width: 1591px !important;
  width: 1591px !important;
  max-width: 1591px !important;
}
.table-width-p1592 {
  min-width: 1592px !important;
  width: 1592px !important;
  max-width: 1592px !important;
}
.table-width-p1593 {
  min-width: 1593px !important;
  width: 1593px !important;
  max-width: 1593px !important;
}
.table-width-p1594 {
  min-width: 1594px !important;
  width: 1594px !important;
  max-width: 1594px !important;
}
.table-width-p1595 {
  min-width: 1595px !important;
  width: 1595px !important;
  max-width: 1595px !important;
}
.table-width-p1596 {
  min-width: 1596px !important;
  width: 1596px !important;
  max-width: 1596px !important;
}
.table-width-p1597 {
  min-width: 1597px !important;
  width: 1597px !important;
  max-width: 1597px !important;
}
.table-width-p1598 {
  min-width: 1598px !important;
  width: 1598px !important;
  max-width: 1598px !important;
}
.table-width-p1599 {
  min-width: 1599px !important;
  width: 1599px !important;
  max-width: 1599px !important;
}
.table-width-p1600 {
  min-width: 1600px !important;
  width: 1600px !important;
  max-width: 1600px !important;
}
.table-width-p1601 {
  min-width: 1601px !important;
  width: 1601px !important;
  max-width: 1601px !important;
}
.table-width-p1602 {
  min-width: 1602px !important;
  width: 1602px !important;
  max-width: 1602px !important;
}
.table-width-p1603 {
  min-width: 1603px !important;
  width: 1603px !important;
  max-width: 1603px !important;
}
.table-width-p1604 {
  min-width: 1604px !important;
  width: 1604px !important;
  max-width: 1604px !important;
}
.table-width-p1605 {
  min-width: 1605px !important;
  width: 1605px !important;
  max-width: 1605px !important;
}
.table-width-p1606 {
  min-width: 1606px !important;
  width: 1606px !important;
  max-width: 1606px !important;
}
.table-width-p1607 {
  min-width: 1607px !important;
  width: 1607px !important;
  max-width: 1607px !important;
}
.table-width-p1608 {
  min-width: 1608px !important;
  width: 1608px !important;
  max-width: 1608px !important;
}
.table-width-p1609 {
  min-width: 1609px !important;
  width: 1609px !important;
  max-width: 1609px !important;
}
.table-width-p1610 {
  min-width: 1610px !important;
  width: 1610px !important;
  max-width: 1610px !important;
}
.table-width-p1611 {
  min-width: 1611px !important;
  width: 1611px !important;
  max-width: 1611px !important;
}
.table-width-p1612 {
  min-width: 1612px !important;
  width: 1612px !important;
  max-width: 1612px !important;
}
.table-width-p1613 {
  min-width: 1613px !important;
  width: 1613px !important;
  max-width: 1613px !important;
}
.table-width-p1614 {
  min-width: 1614px !important;
  width: 1614px !important;
  max-width: 1614px !important;
}
.table-width-p1615 {
  min-width: 1615px !important;
  width: 1615px !important;
  max-width: 1615px !important;
}
.table-width-p1616 {
  min-width: 1616px !important;
  width: 1616px !important;
  max-width: 1616px !important;
}
.table-width-p1617 {
  min-width: 1617px !important;
  width: 1617px !important;
  max-width: 1617px !important;
}
.table-width-p1618 {
  min-width: 1618px !important;
  width: 1618px !important;
  max-width: 1618px !important;
}
.table-width-p1619 {
  min-width: 1619px !important;
  width: 1619px !important;
  max-width: 1619px !important;
}
.table-width-p1620 {
  min-width: 1620px !important;
  width: 1620px !important;
  max-width: 1620px !important;
}
.table-width-p1621 {
  min-width: 1621px !important;
  width: 1621px !important;
  max-width: 1621px !important;
}
.table-width-p1622 {
  min-width: 1622px !important;
  width: 1622px !important;
  max-width: 1622px !important;
}
.table-width-p1623 {
  min-width: 1623px !important;
  width: 1623px !important;
  max-width: 1623px !important;
}
.table-width-p1624 {
  min-width: 1624px !important;
  width: 1624px !important;
  max-width: 1624px !important;
}
.table-width-p1625 {
  min-width: 1625px !important;
  width: 1625px !important;
  max-width: 1625px !important;
}
.table-width-p1626 {
  min-width: 1626px !important;
  width: 1626px !important;
  max-width: 1626px !important;
}
.table-width-p1627 {
  min-width: 1627px !important;
  width: 1627px !important;
  max-width: 1627px !important;
}
.table-width-p1628 {
  min-width: 1628px !important;
  width: 1628px !important;
  max-width: 1628px !important;
}
.table-width-p1629 {
  min-width: 1629px !important;
  width: 1629px !important;
  max-width: 1629px !important;
}
.table-width-p1630 {
  min-width: 1630px !important;
  width: 1630px !important;
  max-width: 1630px !important;
}
.table-width-p1631 {
  min-width: 1631px !important;
  width: 1631px !important;
  max-width: 1631px !important;
}
.table-width-p1632 {
  min-width: 1632px !important;
  width: 1632px !important;
  max-width: 1632px !important;
}
.table-width-p1633 {
  min-width: 1633px !important;
  width: 1633px !important;
  max-width: 1633px !important;
}
.table-width-p1634 {
  min-width: 1634px !important;
  width: 1634px !important;
  max-width: 1634px !important;
}
.table-width-p1635 {
  min-width: 1635px !important;
  width: 1635px !important;
  max-width: 1635px !important;
}
.table-width-p1636 {
  min-width: 1636px !important;
  width: 1636px !important;
  max-width: 1636px !important;
}
.table-width-p1637 {
  min-width: 1637px !important;
  width: 1637px !important;
  max-width: 1637px !important;
}
.table-width-p1638 {
  min-width: 1638px !important;
  width: 1638px !important;
  max-width: 1638px !important;
}
.table-width-p1639 {
  min-width: 1639px !important;
  width: 1639px !important;
  max-width: 1639px !important;
}
.table-width-p1640 {
  min-width: 1640px !important;
  width: 1640px !important;
  max-width: 1640px !important;
}
.table-width-p1641 {
  min-width: 1641px !important;
  width: 1641px !important;
  max-width: 1641px !important;
}
.table-width-p1642 {
  min-width: 1642px !important;
  width: 1642px !important;
  max-width: 1642px !important;
}
.table-width-p1643 {
  min-width: 1643px !important;
  width: 1643px !important;
  max-width: 1643px !important;
}
.table-width-p1644 {
  min-width: 1644px !important;
  width: 1644px !important;
  max-width: 1644px !important;
}
.table-width-p1645 {
  min-width: 1645px !important;
  width: 1645px !important;
  max-width: 1645px !important;
}
.table-width-p1646 {
  min-width: 1646px !important;
  width: 1646px !important;
  max-width: 1646px !important;
}
.table-width-p1647 {
  min-width: 1647px !important;
  width: 1647px !important;
  max-width: 1647px !important;
}
.table-width-p1648 {
  min-width: 1648px !important;
  width: 1648px !important;
  max-width: 1648px !important;
}
.table-width-p1649 {
  min-width: 1649px !important;
  width: 1649px !important;
  max-width: 1649px !important;
}
.table-width-p1650 {
  min-width: 1650px !important;
  width: 1650px !important;
  max-width: 1650px !important;
}
.table-width-p1651 {
  min-width: 1651px !important;
  width: 1651px !important;
  max-width: 1651px !important;
}
.table-width-p1652 {
  min-width: 1652px !important;
  width: 1652px !important;
  max-width: 1652px !important;
}
.table-width-p1653 {
  min-width: 1653px !important;
  width: 1653px !important;
  max-width: 1653px !important;
}
.table-width-p1654 {
  min-width: 1654px !important;
  width: 1654px !important;
  max-width: 1654px !important;
}
.table-width-p1655 {
  min-width: 1655px !important;
  width: 1655px !important;
  max-width: 1655px !important;
}
.table-width-p1656 {
  min-width: 1656px !important;
  width: 1656px !important;
  max-width: 1656px !important;
}
.table-width-p1657 {
  min-width: 1657px !important;
  width: 1657px !important;
  max-width: 1657px !important;
}
.table-width-p1658 {
  min-width: 1658px !important;
  width: 1658px !important;
  max-width: 1658px !important;
}
.table-width-p1659 {
  min-width: 1659px !important;
  width: 1659px !important;
  max-width: 1659px !important;
}
.table-width-p1660 {
  min-width: 1660px !important;
  width: 1660px !important;
  max-width: 1660px !important;
}
.table-width-p1661 {
  min-width: 1661px !important;
  width: 1661px !important;
  max-width: 1661px !important;
}
.table-width-p1662 {
  min-width: 1662px !important;
  width: 1662px !important;
  max-width: 1662px !important;
}
.table-width-p1663 {
  min-width: 1663px !important;
  width: 1663px !important;
  max-width: 1663px !important;
}
.table-width-p1664 {
  min-width: 1664px !important;
  width: 1664px !important;
  max-width: 1664px !important;
}
.table-width-p1665 {
  min-width: 1665px !important;
  width: 1665px !important;
  max-width: 1665px !important;
}
.table-width-p1666 {
  min-width: 1666px !important;
  width: 1666px !important;
  max-width: 1666px !important;
}
.table-width-p1667 {
  min-width: 1667px !important;
  width: 1667px !important;
  max-width: 1667px !important;
}
.table-width-p1668 {
  min-width: 1668px !important;
  width: 1668px !important;
  max-width: 1668px !important;
}
.table-width-p1669 {
  min-width: 1669px !important;
  width: 1669px !important;
  max-width: 1669px !important;
}
.table-width-p1670 {
  min-width: 1670px !important;
  width: 1670px !important;
  max-width: 1670px !important;
}
.table-width-p1671 {
  min-width: 1671px !important;
  width: 1671px !important;
  max-width: 1671px !important;
}
.table-width-p1672 {
  min-width: 1672px !important;
  width: 1672px !important;
  max-width: 1672px !important;
}
.table-width-p1673 {
  min-width: 1673px !important;
  width: 1673px !important;
  max-width: 1673px !important;
}
.table-width-p1674 {
  min-width: 1674px !important;
  width: 1674px !important;
  max-width: 1674px !important;
}
.table-width-p1675 {
  min-width: 1675px !important;
  width: 1675px !important;
  max-width: 1675px !important;
}
.table-width-p1676 {
  min-width: 1676px !important;
  width: 1676px !important;
  max-width: 1676px !important;
}
.table-width-p1677 {
  min-width: 1677px !important;
  width: 1677px !important;
  max-width: 1677px !important;
}
.table-width-p1678 {
  min-width: 1678px !important;
  width: 1678px !important;
  max-width: 1678px !important;
}
.table-width-p1679 {
  min-width: 1679px !important;
  width: 1679px !important;
  max-width: 1679px !important;
}
.table-width-p1680 {
  min-width: 1680px !important;
  width: 1680px !important;
  max-width: 1680px !important;
}
.table-width-p1681 {
  min-width: 1681px !important;
  width: 1681px !important;
  max-width: 1681px !important;
}
.table-width-p1682 {
  min-width: 1682px !important;
  width: 1682px !important;
  max-width: 1682px !important;
}
.table-width-p1683 {
  min-width: 1683px !important;
  width: 1683px !important;
  max-width: 1683px !important;
}
.table-width-p1684 {
  min-width: 1684px !important;
  width: 1684px !important;
  max-width: 1684px !important;
}
.table-width-p1685 {
  min-width: 1685px !important;
  width: 1685px !important;
  max-width: 1685px !important;
}
.table-width-p1686 {
  min-width: 1686px !important;
  width: 1686px !important;
  max-width: 1686px !important;
}
.table-width-p1687 {
  min-width: 1687px !important;
  width: 1687px !important;
  max-width: 1687px !important;
}
.table-width-p1688 {
  min-width: 1688px !important;
  width: 1688px !important;
  max-width: 1688px !important;
}
.table-width-p1689 {
  min-width: 1689px !important;
  width: 1689px !important;
  max-width: 1689px !important;
}
.table-width-p1690 {
  min-width: 1690px !important;
  width: 1690px !important;
  max-width: 1690px !important;
}
.table-width-p1691 {
  min-width: 1691px !important;
  width: 1691px !important;
  max-width: 1691px !important;
}
.table-width-p1692 {
  min-width: 1692px !important;
  width: 1692px !important;
  max-width: 1692px !important;
}
.table-width-p1693 {
  min-width: 1693px !important;
  width: 1693px !important;
  max-width: 1693px !important;
}
.table-width-p1694 {
  min-width: 1694px !important;
  width: 1694px !important;
  max-width: 1694px !important;
}
.table-width-p1695 {
  min-width: 1695px !important;
  width: 1695px !important;
  max-width: 1695px !important;
}
.table-width-p1696 {
  min-width: 1696px !important;
  width: 1696px !important;
  max-width: 1696px !important;
}
.table-width-p1697 {
  min-width: 1697px !important;
  width: 1697px !important;
  max-width: 1697px !important;
}
.table-width-p1698 {
  min-width: 1698px !important;
  width: 1698px !important;
  max-width: 1698px !important;
}
.table-width-p1699 {
  min-width: 1699px !important;
  width: 1699px !important;
  max-width: 1699px !important;
}
.table-width-p1700 {
  min-width: 1700px !important;
  width: 1700px !important;
  max-width: 1700px !important;
}
.table-width-p1701 {
  min-width: 1701px !important;
  width: 1701px !important;
  max-width: 1701px !important;
}
.table-width-p1702 {
  min-width: 1702px !important;
  width: 1702px !important;
  max-width: 1702px !important;
}
.table-width-p1703 {
  min-width: 1703px !important;
  width: 1703px !important;
  max-width: 1703px !important;
}
.table-width-p1704 {
  min-width: 1704px !important;
  width: 1704px !important;
  max-width: 1704px !important;
}
.table-width-p1705 {
  min-width: 1705px !important;
  width: 1705px !important;
  max-width: 1705px !important;
}
.table-width-p1706 {
  min-width: 1706px !important;
  width: 1706px !important;
  max-width: 1706px !important;
}
.table-width-p1707 {
  min-width: 1707px !important;
  width: 1707px !important;
  max-width: 1707px !important;
}
.table-width-p1708 {
  min-width: 1708px !important;
  width: 1708px !important;
  max-width: 1708px !important;
}
.table-width-p1709 {
  min-width: 1709px !important;
  width: 1709px !important;
  max-width: 1709px !important;
}
.table-width-p1710 {
  min-width: 1710px !important;
  width: 1710px !important;
  max-width: 1710px !important;
}
.table-width-p1711 {
  min-width: 1711px !important;
  width: 1711px !important;
  max-width: 1711px !important;
}
.table-width-p1712 {
  min-width: 1712px !important;
  width: 1712px !important;
  max-width: 1712px !important;
}
.table-width-p1713 {
  min-width: 1713px !important;
  width: 1713px !important;
  max-width: 1713px !important;
}
.table-width-p1714 {
  min-width: 1714px !important;
  width: 1714px !important;
  max-width: 1714px !important;
}
.table-width-p1715 {
  min-width: 1715px !important;
  width: 1715px !important;
  max-width: 1715px !important;
}
.table-width-p1716 {
  min-width: 1716px !important;
  width: 1716px !important;
  max-width: 1716px !important;
}
.table-width-p1717 {
  min-width: 1717px !important;
  width: 1717px !important;
  max-width: 1717px !important;
}
.table-width-p1718 {
  min-width: 1718px !important;
  width: 1718px !important;
  max-width: 1718px !important;
}
.table-width-p1719 {
  min-width: 1719px !important;
  width: 1719px !important;
  max-width: 1719px !important;
}
.table-width-p1720 {
  min-width: 1720px !important;
  width: 1720px !important;
  max-width: 1720px !important;
}
.table-width-p1721 {
  min-width: 1721px !important;
  width: 1721px !important;
  max-width: 1721px !important;
}
.table-width-p1722 {
  min-width: 1722px !important;
  width: 1722px !important;
  max-width: 1722px !important;
}
.table-width-p1723 {
  min-width: 1723px !important;
  width: 1723px !important;
  max-width: 1723px !important;
}
.table-width-p1724 {
  min-width: 1724px !important;
  width: 1724px !important;
  max-width: 1724px !important;
}
.table-width-p1725 {
  min-width: 1725px !important;
  width: 1725px !important;
  max-width: 1725px !important;
}
.table-width-p1726 {
  min-width: 1726px !important;
  width: 1726px !important;
  max-width: 1726px !important;
}
.table-width-p1727 {
  min-width: 1727px !important;
  width: 1727px !important;
  max-width: 1727px !important;
}
.table-width-p1728 {
  min-width: 1728px !important;
  width: 1728px !important;
  max-width: 1728px !important;
}
.table-width-p1729 {
  min-width: 1729px !important;
  width: 1729px !important;
  max-width: 1729px !important;
}
.table-width-p1730 {
  min-width: 1730px !important;
  width: 1730px !important;
  max-width: 1730px !important;
}
.table-width-p1731 {
  min-width: 1731px !important;
  width: 1731px !important;
  max-width: 1731px !important;
}
.table-width-p1732 {
  min-width: 1732px !important;
  width: 1732px !important;
  max-width: 1732px !important;
}
.table-width-p1733 {
  min-width: 1733px !important;
  width: 1733px !important;
  max-width: 1733px !important;
}
.table-width-p1734 {
  min-width: 1734px !important;
  width: 1734px !important;
  max-width: 1734px !important;
}
.table-width-p1735 {
  min-width: 1735px !important;
  width: 1735px !important;
  max-width: 1735px !important;
}
.table-width-p1736 {
  min-width: 1736px !important;
  width: 1736px !important;
  max-width: 1736px !important;
}
.table-width-p1737 {
  min-width: 1737px !important;
  width: 1737px !important;
  max-width: 1737px !important;
}
.table-width-p1738 {
  min-width: 1738px !important;
  width: 1738px !important;
  max-width: 1738px !important;
}
.table-width-p1739 {
  min-width: 1739px !important;
  width: 1739px !important;
  max-width: 1739px !important;
}
.table-width-p1740 {
  min-width: 1740px !important;
  width: 1740px !important;
  max-width: 1740px !important;
}
.table-width-p1741 {
  min-width: 1741px !important;
  width: 1741px !important;
  max-width: 1741px !important;
}
.table-width-p1742 {
  min-width: 1742px !important;
  width: 1742px !important;
  max-width: 1742px !important;
}
.table-width-p1743 {
  min-width: 1743px !important;
  width: 1743px !important;
  max-width: 1743px !important;
}
.table-width-p1744 {
  min-width: 1744px !important;
  width: 1744px !important;
  max-width: 1744px !important;
}
.table-width-p1745 {
  min-width: 1745px !important;
  width: 1745px !important;
  max-width: 1745px !important;
}
.table-width-p1746 {
  min-width: 1746px !important;
  width: 1746px !important;
  max-width: 1746px !important;
}
.table-width-p1747 {
  min-width: 1747px !important;
  width: 1747px !important;
  max-width: 1747px !important;
}
.table-width-p1748 {
  min-width: 1748px !important;
  width: 1748px !important;
  max-width: 1748px !important;
}
.table-width-p1749 {
  min-width: 1749px !important;
  width: 1749px !important;
  max-width: 1749px !important;
}
.table-width-p1750 {
  min-width: 1750px !important;
  width: 1750px !important;
  max-width: 1750px !important;
}
.table-width-p1751 {
  min-width: 1751px !important;
  width: 1751px !important;
  max-width: 1751px !important;
}
.table-width-p1752 {
  min-width: 1752px !important;
  width: 1752px !important;
  max-width: 1752px !important;
}
.table-width-p1753 {
  min-width: 1753px !important;
  width: 1753px !important;
  max-width: 1753px !important;
}
.table-width-p1754 {
  min-width: 1754px !important;
  width: 1754px !important;
  max-width: 1754px !important;
}
.table-width-p1755 {
  min-width: 1755px !important;
  width: 1755px !important;
  max-width: 1755px !important;
}
.table-width-p1756 {
  min-width: 1756px !important;
  width: 1756px !important;
  max-width: 1756px !important;
}
.table-width-p1757 {
  min-width: 1757px !important;
  width: 1757px !important;
  max-width: 1757px !important;
}
.table-width-p1758 {
  min-width: 1758px !important;
  width: 1758px !important;
  max-width: 1758px !important;
}
.table-width-p1759 {
  min-width: 1759px !important;
  width: 1759px !important;
  max-width: 1759px !important;
}
.table-width-p1760 {
  min-width: 1760px !important;
  width: 1760px !important;
  max-width: 1760px !important;
}
.table-width-p1761 {
  min-width: 1761px !important;
  width: 1761px !important;
  max-width: 1761px !important;
}
.table-width-p1762 {
  min-width: 1762px !important;
  width: 1762px !important;
  max-width: 1762px !important;
}
.table-width-p1763 {
  min-width: 1763px !important;
  width: 1763px !important;
  max-width: 1763px !important;
}
.table-width-p1764 {
  min-width: 1764px !important;
  width: 1764px !important;
  max-width: 1764px !important;
}
.table-width-p1765 {
  min-width: 1765px !important;
  width: 1765px !important;
  max-width: 1765px !important;
}
.table-width-p1766 {
  min-width: 1766px !important;
  width: 1766px !important;
  max-width: 1766px !important;
}
.table-width-p1767 {
  min-width: 1767px !important;
  width: 1767px !important;
  max-width: 1767px !important;
}
.table-width-p1768 {
  min-width: 1768px !important;
  width: 1768px !important;
  max-width: 1768px !important;
}
.table-width-p1769 {
  min-width: 1769px !important;
  width: 1769px !important;
  max-width: 1769px !important;
}
.table-width-p1770 {
  min-width: 1770px !important;
  width: 1770px !important;
  max-width: 1770px !important;
}
.table-width-p1771 {
  min-width: 1771px !important;
  width: 1771px !important;
  max-width: 1771px !important;
}
.table-width-p1772 {
  min-width: 1772px !important;
  width: 1772px !important;
  max-width: 1772px !important;
}
.table-width-p1773 {
  min-width: 1773px !important;
  width: 1773px !important;
  max-width: 1773px !important;
}
.table-width-p1774 {
  min-width: 1774px !important;
  width: 1774px !important;
  max-width: 1774px !important;
}
.table-width-p1775 {
  min-width: 1775px !important;
  width: 1775px !important;
  max-width: 1775px !important;
}
.table-width-p1776 {
  min-width: 1776px !important;
  width: 1776px !important;
  max-width: 1776px !important;
}
.table-width-p1777 {
  min-width: 1777px !important;
  width: 1777px !important;
  max-width: 1777px !important;
}
.table-width-p1778 {
  min-width: 1778px !important;
  width: 1778px !important;
  max-width: 1778px !important;
}
.table-width-p1779 {
  min-width: 1779px !important;
  width: 1779px !important;
  max-width: 1779px !important;
}
.table-width-p1780 {
  min-width: 1780px !important;
  width: 1780px !important;
  max-width: 1780px !important;
}
.table-width-p1781 {
  min-width: 1781px !important;
  width: 1781px !important;
  max-width: 1781px !important;
}
.table-width-p1782 {
  min-width: 1782px !important;
  width: 1782px !important;
  max-width: 1782px !important;
}
.table-width-p1783 {
  min-width: 1783px !important;
  width: 1783px !important;
  max-width: 1783px !important;
}
.table-width-p1784 {
  min-width: 1784px !important;
  width: 1784px !important;
  max-width: 1784px !important;
}
.table-width-p1785 {
  min-width: 1785px !important;
  width: 1785px !important;
  max-width: 1785px !important;
}
.table-width-p1786 {
  min-width: 1786px !important;
  width: 1786px !important;
  max-width: 1786px !important;
}
.table-width-p1787 {
  min-width: 1787px !important;
  width: 1787px !important;
  max-width: 1787px !important;
}
.table-width-p1788 {
  min-width: 1788px !important;
  width: 1788px !important;
  max-width: 1788px !important;
}
.table-width-p1789 {
  min-width: 1789px !important;
  width: 1789px !important;
  max-width: 1789px !important;
}
.table-width-p1790 {
  min-width: 1790px !important;
  width: 1790px !important;
  max-width: 1790px !important;
}
.table-width-p1791 {
  min-width: 1791px !important;
  width: 1791px !important;
  max-width: 1791px !important;
}
.table-width-p1792 {
  min-width: 1792px !important;
  width: 1792px !important;
  max-width: 1792px !important;
}
.table-width-p1793 {
  min-width: 1793px !important;
  width: 1793px !important;
  max-width: 1793px !important;
}
.table-width-p1794 {
  min-width: 1794px !important;
  width: 1794px !important;
  max-width: 1794px !important;
}
.table-width-p1795 {
  min-width: 1795px !important;
  width: 1795px !important;
  max-width: 1795px !important;
}
.table-width-p1796 {
  min-width: 1796px !important;
  width: 1796px !important;
  max-width: 1796px !important;
}
.table-width-p1797 {
  min-width: 1797px !important;
  width: 1797px !important;
  max-width: 1797px !important;
}
.table-width-p1798 {
  min-width: 1798px !important;
  width: 1798px !important;
  max-width: 1798px !important;
}
.table-width-p1799 {
  min-width: 1799px !important;
  width: 1799px !important;
  max-width: 1799px !important;
}
.table-width-p1800 {
  min-width: 1800px !important;
  width: 1800px !important;
  max-width: 1800px !important;
}
.table-width-p1801 {
  min-width: 1801px !important;
  width: 1801px !important;
  max-width: 1801px !important;
}
.table-width-p1802 {
  min-width: 1802px !important;
  width: 1802px !important;
  max-width: 1802px !important;
}
.table-width-p1803 {
  min-width: 1803px !important;
  width: 1803px !important;
  max-width: 1803px !important;
}
.table-width-p1804 {
  min-width: 1804px !important;
  width: 1804px !important;
  max-width: 1804px !important;
}
.table-width-p1805 {
  min-width: 1805px !important;
  width: 1805px !important;
  max-width: 1805px !important;
}
.table-width-p1806 {
  min-width: 1806px !important;
  width: 1806px !important;
  max-width: 1806px !important;
}
.table-width-p1807 {
  min-width: 1807px !important;
  width: 1807px !important;
  max-width: 1807px !important;
}
.table-width-p1808 {
  min-width: 1808px !important;
  width: 1808px !important;
  max-width: 1808px !important;
}
.table-width-p1809 {
  min-width: 1809px !important;
  width: 1809px !important;
  max-width: 1809px !important;
}
.table-width-p1810 {
  min-width: 1810px !important;
  width: 1810px !important;
  max-width: 1810px !important;
}
.table-width-p1811 {
  min-width: 1811px !important;
  width: 1811px !important;
  max-width: 1811px !important;
}
.table-width-p1812 {
  min-width: 1812px !important;
  width: 1812px !important;
  max-width: 1812px !important;
}
.table-width-p1813 {
  min-width: 1813px !important;
  width: 1813px !important;
  max-width: 1813px !important;
}
.table-width-p1814 {
  min-width: 1814px !important;
  width: 1814px !important;
  max-width: 1814px !important;
}
.table-width-p1815 {
  min-width: 1815px !important;
  width: 1815px !important;
  max-width: 1815px !important;
}
.table-width-p1816 {
  min-width: 1816px !important;
  width: 1816px !important;
  max-width: 1816px !important;
}
.table-width-p1817 {
  min-width: 1817px !important;
  width: 1817px !important;
  max-width: 1817px !important;
}
.table-width-p1818 {
  min-width: 1818px !important;
  width: 1818px !important;
  max-width: 1818px !important;
}
.table-width-p1819 {
  min-width: 1819px !important;
  width: 1819px !important;
  max-width: 1819px !important;
}
.table-width-p1820 {
  min-width: 1820px !important;
  width: 1820px !important;
  max-width: 1820px !important;
}
.table-width-p1821 {
  min-width: 1821px !important;
  width: 1821px !important;
  max-width: 1821px !important;
}
.table-width-p1822 {
  min-width: 1822px !important;
  width: 1822px !important;
  max-width: 1822px !important;
}
.table-width-p1823 {
  min-width: 1823px !important;
  width: 1823px !important;
  max-width: 1823px !important;
}
.table-width-p1824 {
  min-width: 1824px !important;
  width: 1824px !important;
  max-width: 1824px !important;
}
.table-width-p1825 {
  min-width: 1825px !important;
  width: 1825px !important;
  max-width: 1825px !important;
}
.table-width-p1826 {
  min-width: 1826px !important;
  width: 1826px !important;
  max-width: 1826px !important;
}
.table-width-p1827 {
  min-width: 1827px !important;
  width: 1827px !important;
  max-width: 1827px !important;
}
.table-width-p1828 {
  min-width: 1828px !important;
  width: 1828px !important;
  max-width: 1828px !important;
}
.table-width-p1829 {
  min-width: 1829px !important;
  width: 1829px !important;
  max-width: 1829px !important;
}
.table-width-p1830 {
  min-width: 1830px !important;
  width: 1830px !important;
  max-width: 1830px !important;
}
.table-width-p1831 {
  min-width: 1831px !important;
  width: 1831px !important;
  max-width: 1831px !important;
}
.table-width-p1832 {
  min-width: 1832px !important;
  width: 1832px !important;
  max-width: 1832px !important;
}
.table-width-p1833 {
  min-width: 1833px !important;
  width: 1833px !important;
  max-width: 1833px !important;
}
.table-width-p1834 {
  min-width: 1834px !important;
  width: 1834px !important;
  max-width: 1834px !important;
}
.table-width-p1835 {
  min-width: 1835px !important;
  width: 1835px !important;
  max-width: 1835px !important;
}
.table-width-p1836 {
  min-width: 1836px !important;
  width: 1836px !important;
  max-width: 1836px !important;
}
.table-width-p1837 {
  min-width: 1837px !important;
  width: 1837px !important;
  max-width: 1837px !important;
}
.table-width-p1838 {
  min-width: 1838px !important;
  width: 1838px !important;
  max-width: 1838px !important;
}
.table-width-p1839 {
  min-width: 1839px !important;
  width: 1839px !important;
  max-width: 1839px !important;
}
.table-width-p1840 {
  min-width: 1840px !important;
  width: 1840px !important;
  max-width: 1840px !important;
}
.table-width-p1841 {
  min-width: 1841px !important;
  width: 1841px !important;
  max-width: 1841px !important;
}
.table-width-p1842 {
  min-width: 1842px !important;
  width: 1842px !important;
  max-width: 1842px !important;
}
.table-width-p1843 {
  min-width: 1843px !important;
  width: 1843px !important;
  max-width: 1843px !important;
}
.table-width-p1844 {
  min-width: 1844px !important;
  width: 1844px !important;
  max-width: 1844px !important;
}
.table-width-p1845 {
  min-width: 1845px !important;
  width: 1845px !important;
  max-width: 1845px !important;
}
.table-width-p1846 {
  min-width: 1846px !important;
  width: 1846px !important;
  max-width: 1846px !important;
}
.table-width-p1847 {
  min-width: 1847px !important;
  width: 1847px !important;
  max-width: 1847px !important;
}
.table-width-p1848 {
  min-width: 1848px !important;
  width: 1848px !important;
  max-width: 1848px !important;
}
.table-width-p1849 {
  min-width: 1849px !important;
  width: 1849px !important;
  max-width: 1849px !important;
}
.table-width-p1850 {
  min-width: 1850px !important;
  width: 1850px !important;
  max-width: 1850px !important;
}
.table-width-p1851 {
  min-width: 1851px !important;
  width: 1851px !important;
  max-width: 1851px !important;
}
.table-width-p1852 {
  min-width: 1852px !important;
  width: 1852px !important;
  max-width: 1852px !important;
}
.table-width-p1853 {
  min-width: 1853px !important;
  width: 1853px !important;
  max-width: 1853px !important;
}
.table-width-p1854 {
  min-width: 1854px !important;
  width: 1854px !important;
  max-width: 1854px !important;
}
.table-width-p1855 {
  min-width: 1855px !important;
  width: 1855px !important;
  max-width: 1855px !important;
}
.table-width-p1856 {
  min-width: 1856px !important;
  width: 1856px !important;
  max-width: 1856px !important;
}
.table-width-p1857 {
  min-width: 1857px !important;
  width: 1857px !important;
  max-width: 1857px !important;
}
.table-width-p1858 {
  min-width: 1858px !important;
  width: 1858px !important;
  max-width: 1858px !important;
}
.table-width-p1859 {
  min-width: 1859px !important;
  width: 1859px !important;
  max-width: 1859px !important;
}
.table-width-p1860 {
  min-width: 1860px !important;
  width: 1860px !important;
  max-width: 1860px !important;
}
.table-width-p1861 {
  min-width: 1861px !important;
  width: 1861px !important;
  max-width: 1861px !important;
}
.table-width-p1862 {
  min-width: 1862px !important;
  width: 1862px !important;
  max-width: 1862px !important;
}
.table-width-p1863 {
  min-width: 1863px !important;
  width: 1863px !important;
  max-width: 1863px !important;
}
.table-width-p1864 {
  min-width: 1864px !important;
  width: 1864px !important;
  max-width: 1864px !important;
}
.table-width-p1865 {
  min-width: 1865px !important;
  width: 1865px !important;
  max-width: 1865px !important;
}
.table-width-p1866 {
  min-width: 1866px !important;
  width: 1866px !important;
  max-width: 1866px !important;
}
.table-width-p1867 {
  min-width: 1867px !important;
  width: 1867px !important;
  max-width: 1867px !important;
}
.table-width-p1868 {
  min-width: 1868px !important;
  width: 1868px !important;
  max-width: 1868px !important;
}
.table-width-p1869 {
  min-width: 1869px !important;
  width: 1869px !important;
  max-width: 1869px !important;
}
.table-width-p1870 {
  min-width: 1870px !important;
  width: 1870px !important;
  max-width: 1870px !important;
}
.table-width-p1871 {
  min-width: 1871px !important;
  width: 1871px !important;
  max-width: 1871px !important;
}
.table-width-p1872 {
  min-width: 1872px !important;
  width: 1872px !important;
  max-width: 1872px !important;
}
.table-width-p1873 {
  min-width: 1873px !important;
  width: 1873px !important;
  max-width: 1873px !important;
}
.table-width-p1874 {
  min-width: 1874px !important;
  width: 1874px !important;
  max-width: 1874px !important;
}
.table-width-p1875 {
  min-width: 1875px !important;
  width: 1875px !important;
  max-width: 1875px !important;
}
.table-width-p1876 {
  min-width: 1876px !important;
  width: 1876px !important;
  max-width: 1876px !important;
}
.table-width-p1877 {
  min-width: 1877px !important;
  width: 1877px !important;
  max-width: 1877px !important;
}
.table-width-p1878 {
  min-width: 1878px !important;
  width: 1878px !important;
  max-width: 1878px !important;
}
.table-width-p1879 {
  min-width: 1879px !important;
  width: 1879px !important;
  max-width: 1879px !important;
}
.table-width-p1880 {
  min-width: 1880px !important;
  width: 1880px !important;
  max-width: 1880px !important;
}
.table-width-p1881 {
  min-width: 1881px !important;
  width: 1881px !important;
  max-width: 1881px !important;
}
.table-width-p1882 {
  min-width: 1882px !important;
  width: 1882px !important;
  max-width: 1882px !important;
}
.table-width-p1883 {
  min-width: 1883px !important;
  width: 1883px !important;
  max-width: 1883px !important;
}
.table-width-p1884 {
  min-width: 1884px !important;
  width: 1884px !important;
  max-width: 1884px !important;
}
.table-width-p1885 {
  min-width: 1885px !important;
  width: 1885px !important;
  max-width: 1885px !important;
}
.table-width-p1886 {
  min-width: 1886px !important;
  width: 1886px !important;
  max-width: 1886px !important;
}
.table-width-p1887 {
  min-width: 1887px !important;
  width: 1887px !important;
  max-width: 1887px !important;
}
.table-width-p1888 {
  min-width: 1888px !important;
  width: 1888px !important;
  max-width: 1888px !important;
}
.table-width-p1889 {
  min-width: 1889px !important;
  width: 1889px !important;
  max-width: 1889px !important;
}
.table-width-p1890 {
  min-width: 1890px !important;
  width: 1890px !important;
  max-width: 1890px !important;
}
.table-width-p1891 {
  min-width: 1891px !important;
  width: 1891px !important;
  max-width: 1891px !important;
}
.table-width-p1892 {
  min-width: 1892px !important;
  width: 1892px !important;
  max-width: 1892px !important;
}
.table-width-p1893 {
  min-width: 1893px !important;
  width: 1893px !important;
  max-width: 1893px !important;
}
.table-width-p1894 {
  min-width: 1894px !important;
  width: 1894px !important;
  max-width: 1894px !important;
}
.table-width-p1895 {
  min-width: 1895px !important;
  width: 1895px !important;
  max-width: 1895px !important;
}
.table-width-p1896 {
  min-width: 1896px !important;
  width: 1896px !important;
  max-width: 1896px !important;
}
.table-width-p1897 {
  min-width: 1897px !important;
  width: 1897px !important;
  max-width: 1897px !important;
}
.table-width-p1898 {
  min-width: 1898px !important;
  width: 1898px !important;
  max-width: 1898px !important;
}
.table-width-p1899 {
  min-width: 1899px !important;
  width: 1899px !important;
  max-width: 1899px !important;
}
.table-width-p1900 {
  min-width: 1900px !important;
  width: 1900px !important;
  max-width: 1900px !important;
}
.table-width-p1901 {
  min-width: 1901px !important;
  width: 1901px !important;
  max-width: 1901px !important;
}
.table-width-p1902 {
  min-width: 1902px !important;
  width: 1902px !important;
  max-width: 1902px !important;
}
.table-width-p1903 {
  min-width: 1903px !important;
  width: 1903px !important;
  max-width: 1903px !important;
}
.table-width-p1904 {
  min-width: 1904px !important;
  width: 1904px !important;
  max-width: 1904px !important;
}
.table-width-p1905 {
  min-width: 1905px !important;
  width: 1905px !important;
  max-width: 1905px !important;
}
.table-width-p1906 {
  min-width: 1906px !important;
  width: 1906px !important;
  max-width: 1906px !important;
}
.table-width-p1907 {
  min-width: 1907px !important;
  width: 1907px !important;
  max-width: 1907px !important;
}
.table-width-p1908 {
  min-width: 1908px !important;
  width: 1908px !important;
  max-width: 1908px !important;
}
.table-width-p1909 {
  min-width: 1909px !important;
  width: 1909px !important;
  max-width: 1909px !important;
}
.table-width-p1910 {
  min-width: 1910px !important;
  width: 1910px !important;
  max-width: 1910px !important;
}
.table-width-p1911 {
  min-width: 1911px !important;
  width: 1911px !important;
  max-width: 1911px !important;
}
.table-width-p1912 {
  min-width: 1912px !important;
  width: 1912px !important;
  max-width: 1912px !important;
}
.table-width-p1913 {
  min-width: 1913px !important;
  width: 1913px !important;
  max-width: 1913px !important;
}
.table-width-p1914 {
  min-width: 1914px !important;
  width: 1914px !important;
  max-width: 1914px !important;
}
.table-width-p1915 {
  min-width: 1915px !important;
  width: 1915px !important;
  max-width: 1915px !important;
}
.table-width-p1916 {
  min-width: 1916px !important;
  width: 1916px !important;
  max-width: 1916px !important;
}
.table-width-p1917 {
  min-width: 1917px !important;
  width: 1917px !important;
  max-width: 1917px !important;
}
.table-width-p1918 {
  min-width: 1918px !important;
  width: 1918px !important;
  max-width: 1918px !important;
}
.table-width-p1919 {
  min-width: 1919px !important;
  width: 1919px !important;
  max-width: 1919px !important;
}
.table-width-p1920 {
  min-width: 1920px !important;
  width: 1920px !important;
  max-width: 1920px !important;
}
.table-width-p1921 {
  min-width: 1921px !important;
  width: 1921px !important;
  max-width: 1921px !important;
}
.table-width-p1922 {
  min-width: 1922px !important;
  width: 1922px !important;
  max-width: 1922px !important;
}
.table-width-p1923 {
  min-width: 1923px !important;
  width: 1923px !important;
  max-width: 1923px !important;
}
.table-width-p1924 {
  min-width: 1924px !important;
  width: 1924px !important;
  max-width: 1924px !important;
}
.table-width-p1925 {
  min-width: 1925px !important;
  width: 1925px !important;
  max-width: 1925px !important;
}
.table-width-p1926 {
  min-width: 1926px !important;
  width: 1926px !important;
  max-width: 1926px !important;
}
.table-width-p1927 {
  min-width: 1927px !important;
  width: 1927px !important;
  max-width: 1927px !important;
}
.table-width-p1928 {
  min-width: 1928px !important;
  width: 1928px !important;
  max-width: 1928px !important;
}
.table-width-p1929 {
  min-width: 1929px !important;
  width: 1929px !important;
  max-width: 1929px !important;
}
.table-width-p1930 {
  min-width: 1930px !important;
  width: 1930px !important;
  max-width: 1930px !important;
}
.table-width-p1931 {
  min-width: 1931px !important;
  width: 1931px !important;
  max-width: 1931px !important;
}
.table-width-p1932 {
  min-width: 1932px !important;
  width: 1932px !important;
  max-width: 1932px !important;
}
.table-width-p1933 {
  min-width: 1933px !important;
  width: 1933px !important;
  max-width: 1933px !important;
}
.table-width-p1934 {
  min-width: 1934px !important;
  width: 1934px !important;
  max-width: 1934px !important;
}
.table-width-p1935 {
  min-width: 1935px !important;
  width: 1935px !important;
  max-width: 1935px !important;
}
.table-width-p1936 {
  min-width: 1936px !important;
  width: 1936px !important;
  max-width: 1936px !important;
}
.table-width-p1937 {
  min-width: 1937px !important;
  width: 1937px !important;
  max-width: 1937px !important;
}
.table-width-p1938 {
  min-width: 1938px !important;
  width: 1938px !important;
  max-width: 1938px !important;
}
.table-width-p1939 {
  min-width: 1939px !important;
  width: 1939px !important;
  max-width: 1939px !important;
}
.table-width-p1940 {
  min-width: 1940px !important;
  width: 1940px !important;
  max-width: 1940px !important;
}
.table-width-p1941 {
  min-width: 1941px !important;
  width: 1941px !important;
  max-width: 1941px !important;
}
.table-width-p1942 {
  min-width: 1942px !important;
  width: 1942px !important;
  max-width: 1942px !important;
}
.table-width-p1943 {
  min-width: 1943px !important;
  width: 1943px !important;
  max-width: 1943px !important;
}
.table-width-p1944 {
  min-width: 1944px !important;
  width: 1944px !important;
  max-width: 1944px !important;
}
.table-width-p1945 {
  min-width: 1945px !important;
  width: 1945px !important;
  max-width: 1945px !important;
}
.table-width-p1946 {
  min-width: 1946px !important;
  width: 1946px !important;
  max-width: 1946px !important;
}
.table-width-p1947 {
  min-width: 1947px !important;
  width: 1947px !important;
  max-width: 1947px !important;
}
.table-width-p1948 {
  min-width: 1948px !important;
  width: 1948px !important;
  max-width: 1948px !important;
}
.table-width-p1949 {
  min-width: 1949px !important;
  width: 1949px !important;
  max-width: 1949px !important;
}
.table-width-p1950 {
  min-width: 1950px !important;
  width: 1950px !important;
  max-width: 1950px !important;
}
.table-width-p1951 {
  min-width: 1951px !important;
  width: 1951px !important;
  max-width: 1951px !important;
}
.table-width-p1952 {
  min-width: 1952px !important;
  width: 1952px !important;
  max-width: 1952px !important;
}
.table-width-p1953 {
  min-width: 1953px !important;
  width: 1953px !important;
  max-width: 1953px !important;
}
.table-width-p1954 {
  min-width: 1954px !important;
  width: 1954px !important;
  max-width: 1954px !important;
}
.table-width-p1955 {
  min-width: 1955px !important;
  width: 1955px !important;
  max-width: 1955px !important;
}
.table-width-p1956 {
  min-width: 1956px !important;
  width: 1956px !important;
  max-width: 1956px !important;
}
.table-width-p1957 {
  min-width: 1957px !important;
  width: 1957px !important;
  max-width: 1957px !important;
}
.table-width-p1958 {
  min-width: 1958px !important;
  width: 1958px !important;
  max-width: 1958px !important;
}
.table-width-p1959 {
  min-width: 1959px !important;
  width: 1959px !important;
  max-width: 1959px !important;
}
.table-width-p1960 {
  min-width: 1960px !important;
  width: 1960px !important;
  max-width: 1960px !important;
}
.table-width-p1961 {
  min-width: 1961px !important;
  width: 1961px !important;
  max-width: 1961px !important;
}
.table-width-p1962 {
  min-width: 1962px !important;
  width: 1962px !important;
  max-width: 1962px !important;
}
.table-width-p1963 {
  min-width: 1963px !important;
  width: 1963px !important;
  max-width: 1963px !important;
}
.table-width-p1964 {
  min-width: 1964px !important;
  width: 1964px !important;
  max-width: 1964px !important;
}
.table-width-p1965 {
  min-width: 1965px !important;
  width: 1965px !important;
  max-width: 1965px !important;
}
.table-width-p1966 {
  min-width: 1966px !important;
  width: 1966px !important;
  max-width: 1966px !important;
}
.table-width-p1967 {
  min-width: 1967px !important;
  width: 1967px !important;
  max-width: 1967px !important;
}
.table-width-p1968 {
  min-width: 1968px !important;
  width: 1968px !important;
  max-width: 1968px !important;
}
.table-width-p1969 {
  min-width: 1969px !important;
  width: 1969px !important;
  max-width: 1969px !important;
}
.table-width-p1970 {
  min-width: 1970px !important;
  width: 1970px !important;
  max-width: 1970px !important;
}
.table-width-p1971 {
  min-width: 1971px !important;
  width: 1971px !important;
  max-width: 1971px !important;
}
.table-width-p1972 {
  min-width: 1972px !important;
  width: 1972px !important;
  max-width: 1972px !important;
}
.table-width-p1973 {
  min-width: 1973px !important;
  width: 1973px !important;
  max-width: 1973px !important;
}
.table-width-p1974 {
  min-width: 1974px !important;
  width: 1974px !important;
  max-width: 1974px !important;
}
.table-width-p1975 {
  min-width: 1975px !important;
  width: 1975px !important;
  max-width: 1975px !important;
}
.table-width-p1976 {
  min-width: 1976px !important;
  width: 1976px !important;
  max-width: 1976px !important;
}
.table-width-p1977 {
  min-width: 1977px !important;
  width: 1977px !important;
  max-width: 1977px !important;
}
.table-width-p1978 {
  min-width: 1978px !important;
  width: 1978px !important;
  max-width: 1978px !important;
}
.table-width-p1979 {
  min-width: 1979px !important;
  width: 1979px !important;
  max-width: 1979px !important;
}
.table-width-p1980 {
  min-width: 1980px !important;
  width: 1980px !important;
  max-width: 1980px !important;
}
.table-width-p1981 {
  min-width: 1981px !important;
  width: 1981px !important;
  max-width: 1981px !important;
}
.table-width-p1982 {
  min-width: 1982px !important;
  width: 1982px !important;
  max-width: 1982px !important;
}
.table-width-p1983 {
  min-width: 1983px !important;
  width: 1983px !important;
  max-width: 1983px !important;
}
.table-width-p1984 {
  min-width: 1984px !important;
  width: 1984px !important;
  max-width: 1984px !important;
}
.table-width-p1985 {
  min-width: 1985px !important;
  width: 1985px !important;
  max-width: 1985px !important;
}
.table-width-p1986 {
  min-width: 1986px !important;
  width: 1986px !important;
  max-width: 1986px !important;
}
.table-width-p1987 {
  min-width: 1987px !important;
  width: 1987px !important;
  max-width: 1987px !important;
}
.table-width-p1988 {
  min-width: 1988px !important;
  width: 1988px !important;
  max-width: 1988px !important;
}
.table-width-p1989 {
  min-width: 1989px !important;
  width: 1989px !important;
  max-width: 1989px !important;
}
.table-width-p1990 {
  min-width: 1990px !important;
  width: 1990px !important;
  max-width: 1990px !important;
}
.table-width-p1991 {
  min-width: 1991px !important;
  width: 1991px !important;
  max-width: 1991px !important;
}
.table-width-p1992 {
  min-width: 1992px !important;
  width: 1992px !important;
  max-width: 1992px !important;
}
.table-width-p1993 {
  min-width: 1993px !important;
  width: 1993px !important;
  max-width: 1993px !important;
}
.table-width-p1994 {
  min-width: 1994px !important;
  width: 1994px !important;
  max-width: 1994px !important;
}
.table-width-p1995 {
  min-width: 1995px !important;
  width: 1995px !important;
  max-width: 1995px !important;
}
.table-width-p1996 {
  min-width: 1996px !important;
  width: 1996px !important;
  max-width: 1996px !important;
}
.table-width-p1997 {
  min-width: 1997px !important;
  width: 1997px !important;
  max-width: 1997px !important;
}
.table-width-p1998 {
  min-width: 1998px !important;
  width: 1998px !important;
  max-width: 1998px !important;
}
.table-width-p1999 {
  min-width: 1999px !important;
  width: 1999px !important;
  max-width: 1999px !important;
}
.table-width-p2000 {
  min-width: 2000px !important;
  width: 2000px !important;
  max-width: 2000px !important;
}
.table-width-1 {
  min-width: 1% !important;
  width: 1% !important;
  max-width: 1% !important;
}
.table-width-2 {
  min-width: 2% !important;
  width: 2% !important;
  max-width: 2% !important;
}
.table-width-3 {
  min-width: 3% !important;
  width: 3% !important;
  max-width: 3% !important;
}
.table-width-4 {
  min-width: 4% !important;
  width: 4% !important;
  max-width: 4% !important;
}
.table-width-5 {
  min-width: 5% !important;
  width: 5% !important;
  max-width: 5% !important;
}
.table-width-6 {
  min-width: 6% !important;
  width: 6% !important;
  max-width: 6% !important;
}
.table-width-7 {
  min-width: 7% !important;
  width: 7% !important;
  max-width: 7% !important;
}
.table-width-8 {
  min-width: 8% !important;
  width: 8% !important;
  max-width: 8% !important;
}
.table-width-9 {
  min-width: 9% !important;
  width: 9% !important;
  max-width: 9% !important;
}
.table-width-10 {
  min-width: 10% !important;
  width: 10% !important;
  max-width: 10% !important;
}
.table-width-11 {
  min-width: 11% !important;
  width: 11% !important;
  max-width: 11% !important;
}
.table-width-12 {
  min-width: 12% !important;
  width: 12% !important;
  max-width: 12% !important;
}
.table-width-13 {
  min-width: 13% !important;
  width: 13% !important;
  max-width: 13% !important;
}
.table-width-14 {
  min-width: 14% !important;
  width: 14% !important;
  max-width: 14% !important;
}
.table-width-15 {
  min-width: 15% !important;
  width: 15% !important;
  max-width: 15% !important;
}
.table-width-16 {
  min-width: 16% !important;
  width: 16% !important;
  max-width: 16% !important;
}
.table-width-17 {
  min-width: 17% !important;
  width: 17% !important;
  max-width: 17% !important;
}
.table-width-18 {
  min-width: 18% !important;
  width: 18% !important;
  max-width: 18% !important;
}
.table-width-19 {
  min-width: 19% !important;
  width: 19% !important;
  max-width: 19% !important;
}
.table-width-20 {
  min-width: 20% !important;
  width: 20% !important;
  max-width: 20% !important;
}
.table-width-21 {
  min-width: 21% !important;
  width: 21% !important;
  max-width: 21% !important;
}
.table-width-22 {
  min-width: 22% !important;
  width: 22% !important;
  max-width: 22% !important;
}
.table-width-23 {
  min-width: 23% !important;
  width: 23% !important;
  max-width: 23% !important;
}
.table-width-24 {
  min-width: 24% !important;
  width: 24% !important;
  max-width: 24% !important;
}
.table-width-25 {
  min-width: 25% !important;
  width: 25% !important;
  max-width: 25% !important;
}
.table-width-26 {
  min-width: 26% !important;
  width: 26% !important;
  max-width: 26% !important;
}
.table-width-27 {
  min-width: 27% !important;
  width: 27% !important;
  max-width: 27% !important;
}
.table-width-28 {
  min-width: 28% !important;
  width: 28% !important;
  max-width: 28% !important;
}
.table-width-29 {
  min-width: 29% !important;
  width: 29% !important;
  max-width: 29% !important;
}
.table-width-30 {
  min-width: 30% !important;
  width: 30% !important;
  max-width: 30% !important;
}
.table-width-31 {
  min-width: 31% !important;
  width: 31% !important;
  max-width: 31% !important;
}
.table-width-32 {
  min-width: 32% !important;
  width: 32% !important;
  max-width: 32% !important;
}
.table-width-33 {
  min-width: 33% !important;
  width: 33% !important;
  max-width: 33% !important;
}
.table-width-34 {
  min-width: 34% !important;
  width: 34% !important;
  max-width: 34% !important;
}
.table-width-35 {
  min-width: 35% !important;
  width: 35% !important;
  max-width: 35% !important;
}
.table-width-36 {
  min-width: 36% !important;
  width: 36% !important;
  max-width: 36% !important;
}
.table-width-37 {
  min-width: 37% !important;
  width: 37% !important;
  max-width: 37% !important;
}
.table-width-38 {
  min-width: 38% !important;
  width: 38% !important;
  max-width: 38% !important;
}
.table-width-39 {
  min-width: 39% !important;
  width: 39% !important;
  max-width: 39% !important;
}
.table-width-40 {
  min-width: 40% !important;
  width: 40% !important;
  max-width: 40% !important;
}
.table-width-41 {
  min-width: 41% !important;
  width: 41% !important;
  max-width: 41% !important;
}
.table-width-42 {
  min-width: 42% !important;
  width: 42% !important;
  max-width: 42% !important;
}
.table-width-43 {
  min-width: 43% !important;
  width: 43% !important;
  max-width: 43% !important;
}
.table-width-44 {
  min-width: 44% !important;
  width: 44% !important;
  max-width: 44% !important;
}
.table-width-45 {
  min-width: 45% !important;
  width: 45% !important;
  max-width: 45% !important;
}
.table-width-46 {
  min-width: 46% !important;
  width: 46% !important;
  max-width: 46% !important;
}
.table-width-47 {
  min-width: 47% !important;
  width: 47% !important;
  max-width: 47% !important;
}
.table-width-48 {
  min-width: 48% !important;
  width: 48% !important;
  max-width: 48% !important;
}
.table-width-49 {
  min-width: 49% !important;
  width: 49% !important;
  max-width: 49% !important;
}
.table-width-50 {
  min-width: 50% !important;
  width: 50% !important;
  max-width: 50% !important;
}
.table-width-51 {
  min-width: 51% !important;
  width: 51% !important;
  max-width: 51% !important;
}
.table-width-52 {
  min-width: 52% !important;
  width: 52% !important;
  max-width: 52% !important;
}
.table-width-53 {
  min-width: 53% !important;
  width: 53% !important;
  max-width: 53% !important;
}
.table-width-54 {
  min-width: 54% !important;
  width: 54% !important;
  max-width: 54% !important;
}
.table-width-55 {
  min-width: 55% !important;
  width: 55% !important;
  max-width: 55% !important;
}
.table-width-56 {
  min-width: 56% !important;
  width: 56% !important;
  max-width: 56% !important;
}
.table-width-57 {
  min-width: 57% !important;
  width: 57% !important;
  max-width: 57% !important;
}
.table-width-58 {
  min-width: 58% !important;
  width: 58% !important;
  max-width: 58% !important;
}
.table-width-59 {
  min-width: 59% !important;
  width: 59% !important;
  max-width: 59% !important;
}
.table-width-60 {
  min-width: 60% !important;
  width: 60% !important;
  max-width: 60% !important;
}
.table-width-61 {
  min-width: 61% !important;
  width: 61% !important;
  max-width: 61% !important;
}
.table-width-62 {
  min-width: 62% !important;
  width: 62% !important;
  max-width: 62% !important;
}
.table-width-63 {
  min-width: 63% !important;
  width: 63% !important;
  max-width: 63% !important;
}
.table-width-64 {
  min-width: 64% !important;
  width: 64% !important;
  max-width: 64% !important;
}
.table-width-65 {
  min-width: 65% !important;
  width: 65% !important;
  max-width: 65% !important;
}
.table-width-66 {
  min-width: 66% !important;
  width: 66% !important;
  max-width: 66% !important;
}
.table-width-67 {
  min-width: 67% !important;
  width: 67% !important;
  max-width: 67% !important;
}
.table-width-68 {
  min-width: 68% !important;
  width: 68% !important;
  max-width: 68% !important;
}
.table-width-69 {
  min-width: 69% !important;
  width: 69% !important;
  max-width: 69% !important;
}
.table-width-70 {
  min-width: 70% !important;
  width: 70% !important;
  max-width: 70% !important;
}
.table-width-71 {
  min-width: 71% !important;
  width: 71% !important;
  max-width: 71% !important;
}
.table-width-72 {
  min-width: 72% !important;
  width: 72% !important;
  max-width: 72% !important;
}
.table-width-73 {
  min-width: 73% !important;
  width: 73% !important;
  max-width: 73% !important;
}
.table-width-74 {
  min-width: 74% !important;
  width: 74% !important;
  max-width: 74% !important;
}
.table-width-75 {
  min-width: 75% !important;
  width: 75% !important;
  max-width: 75% !important;
}
.table-width-76 {
  min-width: 76% !important;
  width: 76% !important;
  max-width: 76% !important;
}
.table-width-77 {
  min-width: 77% !important;
  width: 77% !important;
  max-width: 77% !important;
}
.table-width-78 {
  min-width: 78% !important;
  width: 78% !important;
  max-width: 78% !important;
}
.table-width-79 {
  min-width: 79% !important;
  width: 79% !important;
  max-width: 79% !important;
}
.table-width-80 {
  min-width: 80% !important;
  width: 80% !important;
  max-width: 80% !important;
}
.table-width-81 {
  min-width: 81% !important;
  width: 81% !important;
  max-width: 81% !important;
}
.table-width-82 {
  min-width: 82% !important;
  width: 82% !important;
  max-width: 82% !important;
}
.table-width-83 {
  min-width: 83% !important;
  width: 83% !important;
  max-width: 83% !important;
}
.table-width-84 {
  min-width: 84% !important;
  width: 84% !important;
  max-width: 84% !important;
}
.table-width-85 {
  min-width: 85% !important;
  width: 85% !important;
  max-width: 85% !important;
}
.table-width-86 {
  min-width: 86% !important;
  width: 86% !important;
  max-width: 86% !important;
}
.table-width-87 {
  min-width: 87% !important;
  width: 87% !important;
  max-width: 87% !important;
}
.table-width-88 {
  min-width: 88% !important;
  width: 88% !important;
  max-width: 88% !important;
}
.table-width-89 {
  min-width: 89% !important;
  width: 89% !important;
  max-width: 89% !important;
}
.table-width-90 {
  min-width: 90% !important;
  width: 90% !important;
  max-width: 90% !important;
}
.table-width-91 {
  min-width: 91% !important;
  width: 91% !important;
  max-width: 91% !important;
}
.table-width-92 {
  min-width: 92% !important;
  width: 92% !important;
  max-width: 92% !important;
}
.table-width-93 {
  min-width: 93% !important;
  width: 93% !important;
  max-width: 93% !important;
}
.table-width-94 {
  min-width: 94% !important;
  width: 94% !important;
  max-width: 94% !important;
}
.table-width-95 {
  min-width: 95% !important;
  width: 95% !important;
  max-width: 95% !important;
}
.table-width-96 {
  min-width: 96% !important;
  width: 96% !important;
  max-width: 96% !important;
}
.table-width-97 {
  min-width: 97% !important;
  width: 97% !important;
  max-width: 97% !important;
}
.table-width-98 {
  min-width: 98% !important;
  width: 98% !important;
  max-width: 98% !important;
}
.table-width-99 {
  min-width: 99% !important;
  width: 99% !important;
  max-width: 99% !important;
}
.table-width-100 {
  min-width: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
* {
  font-family: "Roboto", sans-serif;
}
html {
  height: 100%;
}
body {
  font-family: "Roboto", sans-serif !important;
  margin: 0px;
  height: 100%;
  box-sizing: border-box;
}
.text-xs,
.atom-tooltip,
.mat-table-theme tbody tr td .status-dot-group .status-dot,
.mat-table-theme tbody tr td .status-label-group .status-label,
.mat-table-theme tbody tr td .action-group .action-btn,
.mat-table-theme tbody tr td .note,
.mat-table-theme tbody tr td p,
.mat-table-theme thead tr th .note,
.mat-table-theme thead tr th,
.chips-list ul li .chip,
.mat-menu .menu-group .menu-group-heading,
.mat-menu .mat-mdc-checkbox .mdc-form-field > label,
.mat-menu .mat-mdc-radio-button .mdc-form-field > label,
.btn-menu,
.mat-slider-toggle .mdc-form-field > label,
.mat-radio-row .mdc-form-field,
.mat-radio-column .mdc-form-field,
.selection-group .mat-checkbox,
.mat-mdc-checkbox .mdc-form-field > label,
.mat-chips .mat-mdc-chip,
.mat-mdc-option,
.mat-select mat-select,
.mat-input .mat-mdc-form-field-infix,
.mat-input-button .mat-mdc-form-field-infix,
.mat-chips .mat-mdc-form-field-infix,
.mat-select .mat-mdc-form-field-infix,
.mat-input .mat-mdc-text-field-wrapper .mat-mdc-input-element::placeholder,
.mat-input-button .mat-mdc-text-field-wrapper .mat-mdc-input-element::placeholder,
.mat-chips .mat-mdc-text-field-wrapper .mat-mdc-input-element::placeholder,
.mat-select .mat-mdc-text-field-wrapper .mat-mdc-input-element::placeholder,
.input-group mat-label {
  font-size: 12px !important;
  line-height: 16px !important;
}
.text-sm,
.atom-tooltip i,
.mat-table-theme tbody tr td,
.selection-group ul,
.mat-chips .mat-mdc-chip .mat-mdc-chip-remove i,
.atom-anchor,
.btn-primary,
.btn-basic,
.btn-outline-primary {
  font-size: 14px !important;
  line-height: 20px !important;
}
.text-base,
.center-modal .atom-dialog-header h2,
.side-modal .atom-dialog-header h2,
.bottom-modal .atom-dialog-header h2 {
  font-size: 16px !important;
  line-height: 24px !important;
}
.text-lg,
.atom-card .card-heading,
.mat-table-theme tbody tr td .blue-icon,
.btn-primary i,
.btn-basic i,
.btn-outline-primary i {
  font-size: 18px !important;
  line-height: 28px !important;
}
.font-300 {
  font-weight: 300 !important;
}
.font-400 {
  font-weight: 400 !important;
}
.font-500 {
  font-weight: 500 !important;
}
.font-600 {
  font-weight: 600 !important;
}
.font-700 {
  font-weight: 700 !important;
}
.font-800 {
  font-weight: 800 !important;
}
.font-900 {
  font-weight: 900 !important;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative,
.mat-input.timepicker-icon i,
.timepicker-icon.mat-input-button i,
.timepicker-icon.mat-chips i,
.timepicker-icon.mat-select i,
.mat-input.icon i,
.icon.mat-input-button i,
.icon.mat-chips i,
.icon.mat-select i {
  position: relative;
}
.sticky {
  position: sticky;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex,
.mat-radio-column,
.input-group {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.hidden {
  display: none !important;
}
.v-top {
  vertical-align: top;
}
.v-mid {
  vertical-align: middle;
}
.flex-row {
  flex-direction: row !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-col,
.input-group {
  flex-direction: column !important;
}
.flex-col-reverse {
  flex-direction: column-reverse !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.justify-around {
  justify-content: space-around !important;
}
.justify-evenly {
  justify-content: space-evenly !important;
}
.items-start {
  align-items: flex-start !important;
}
.items-end {
  align-items: flex-end !important;
}
.items-center {
  align-items: center !important;
}
.w-auto {
  width: auto;
}
.w-50 {
  width: 50%;
}
.w-33 {
  width: 33.333333%;
}
.w-66 {
  width: 66.666667%;
}
.w-25 {
  width: 25%;
}
.w-75 {
  width: 75%;
}
.w-full {
  width: 100% !important;
}
.w-vw {
  width: 100vw !important;
}
.img-fluid {
  max-width: 100%;
  width: 100%;
}
.h-auto {
  height: auto;
}
.h-50 {
  height: 50%;
}
.h-33 {
  height: 33.333333%;
}
.h-66 {
  height: 66.666667%;
}
.h-25 {
  height: 25%;
}
.h-75 {
  height: 75%;
}
.h-full {
  height: 100%;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.p-0 {
  padding: 0px !important;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.p-5 {
  padding: 5px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.mx-auto {
  margin: auto;
}
.ml-auto {
  margin-left: auto !important;
}
.m-0 {
  margin: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mb-5,
.input-group mat-label {
  margin-bottom: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.ml-10,
.mat-input.timepicker-icon i:last-child,
.timepicker-icon.mat-input-button i:last-child,
.timepicker-icon.mat-chips i:last-child,
.timepicker-icon.mat-select i:last-child,
.mat-input.icon i:last-child,
.icon.mat-input-button i:last-child,
.icon.mat-chips i:last-child,
.icon.mat-select i:last-child {
  margin-left: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mr-10,
.mat-input.timepicker-icon i:first-child,
.timepicker-icon.mat-input-button i:first-child,
.timepicker-icon.mat-chips i:first-child,
.timepicker-icon.mat-select i:first-child,
.mat-input.icon i:first-child,
.icon.mat-input-button i:first-child,
.icon.mat-chips i:first-child,
.icon.mat-select i:first-child {
  margin-right: 10px !important;
}
.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.m-30 {
  margin: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.text-white {
  color: white;
}
.text-dark-black {
  color: #000;
}
.text-black {
  color: #333 !important;
}
.text-blue {
  color: #072F5F;
}
.text-red {
  color: #D9232D;
}
.input-text,
.mat-input .mat-mdc-text-field-wrapper .mat-mdc-input-element,
.mat-input-button .mat-mdc-text-field-wrapper .mat-mdc-input-element,
.mat-chips .mat-mdc-text-field-wrapper .mat-mdc-input-element,
.mat-select .mat-mdc-text-field-wrapper .mat-mdc-input-element {
  color: #3A3A3A;
}
html .bg-current {
  background-color: #D9232D !important;
}
html .bg-white {
  background-color: #fff;
}
html .bg-dark-black {
  background-color: #000 !important;
}
html .bg-black {
  background-color: #333 !important;
}
.rounded-none {
  border-radius: 0px !important;
}
.rounded-sm {
  border-radius: 2px !important;
}
.rounded,
.mat-input .mat-mdc-text-field-wrapper,
.mat-input-button .mat-mdc-text-field-wrapper,
.mat-chips .mat-mdc-text-field-wrapper,
.mat-select .mat-mdc-text-field-wrapper {
  border-radius: 4px !important;
}
.rounded-md {
  border-radius: 6px !important;
}
.rounded-lg {
  border-radius: 8px !important;
}
.input-border,
.btn-menu {
  border: 1px solid #D5D5D5 !important;
}
.box-shadow-unset {
  box-shadow: unset !important;
}
.atom-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0px -10px;
}
.atom-row.g-20 {
  margin: 0px -20px !important;
}
.atom-row.g-20 [class*=atom-col-] {
  padding: 0px 20px !important;
}
.atom-row.g-10 {
  margin: 0px -10px !important;
}
.atom-row.g-10 [class*=atom-col-] {
  padding: 0px 10px !important;
}
.atom-row.g-15 {
  margin: 0px -15px !important;
}
.atom-row.g-15 [class*=atom-col-] {
  padding: 0px 15px !important;
}
.atom-row.g-5 {
  margin: 0px -5px !important;
}
.atom-row.g-5 [class*=atom-col-] {
  padding: 0px 5px !important;
}
[class*=atom-col-] {
  width: 100%;
  min-height: 1px;
  align-items: center;
  display: flex;
  padding: 0px 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .atom-col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .atom-col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .atom-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .atom-col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .atom-col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .atom-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .atom-col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .atom-col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .atom-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .atom-col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .atom-col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .atom-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .atom-col-offset-sm-1 {
    margin-left: 8.33333%;
  }
  .atom-col-offset-sm-2 {
    margin-left: 16.66667%;
  }
  .atom-col-offset-sm-3 {
    margin-left: 25%;
  }
  .atom-col-offset-sm-4 {
    margin-left: 33.33333%;
  }
  .atom-col-offset-sm-5 {
    margin-left: 41.66667%;
  }
  .atom-col-offset-sm-6 {
    margin-left: 50%;
  }
  .atom-col-offset-sm-7 {
    margin-left: 58.33333%;
  }
  .atom-col-offset-sm-8 {
    margin-left: 66.66667%;
  }
  .atom-col-offset-sm-9 {
    margin-left: 75%;
  }
  .atom-col-offset-sm-10 {
    margin-left: 83.33333%;
  }
  .atom-col-offset-sm-11 {
    margin-left: 91.66667%;
  }
  .atom-col-offset-sm-12 {
    margin-left: 100%;
  }
}
.white-space-pre {
  white-space: pre !important;
}
.white-space-wrap {
  white-space: wrap !important;
}
.btn-primary,
.btn-basic,
.btn-outline-primary {
  background-color: #072F5F;
  height: 33px !important;
  min-width: 30px !important;
  padding: 6px 16px !important;
  border-radius: 4px !important;
  letter-spacing: unset;
  font-family: "Roboto", sans-serif !important;
  color: #fff;
  line-height: 6px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  color: #fff;
}
.btn-primary .mdc-button__label,
.btn-basic .mdc-button__label,
.btn-outline-primary .mdc-button__label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-primary.btn-rectangle,
.btn-rectangle.btn-basic,
.btn-rectangle.btn-outline-primary,
.btn-primary.btn-circle,
.btn-circle.btn-basic,
.btn-circle.btn-outline-primary {
  height: 30px !important;
  width: 30px !important;
  padding: 0px !important;
}
.btn-primary.btn-rectangle i,
.btn-rectangle.btn-basic i,
.btn-rectangle.btn-outline-primary i,
.btn-primary.btn-circle i,
.btn-circle.btn-basic i,
.btn-circle.btn-outline-primary i {
  font-size: 18px !important;
  line-height: 13px !important;
}
.btn-primary.btn-rectangle.btn-md,
.btn-rectangle.btn-md.btn-basic,
.btn-rectangle.btn-md.btn-outline-primary,
.btn-primary.btn-md.btn-circle,
.btn-md.btn-circle.btn-basic,
.btn-md.btn-circle.btn-outline-primary {
  height: 40px !important;
  width: 40px !important;
}
.btn-primary.btn-rectangle.btn-lg,
.btn-rectangle.btn-lg.btn-basic,
.btn-rectangle.btn-lg.btn-outline-primary,
.btn-primary.btn-lg.btn-circle,
.btn-lg.btn-circle.btn-basic,
.btn-lg.btn-circle.btn-outline-primary {
  height: 50px !important;
  width: 50px !important;
}
.btn-primary.btn-circle,
.btn-circle.btn-basic,
.btn-circle.btn-outline-primary {
  border-radius: 50% !important;
}
.btn-primary.mdc-button--raised,
.mdc-button--raised.btn-basic,
.mdc-button--raised.btn-outline-primary {
  color: #fff !important;
}
.btn-primary.mdc-button--raised.mat-warn,
.mdc-button--raised.mat-warn.btn-basic,
.mdc-button--raised.mat-warn.btn-outline-primary,
.btn-primary.mdc-button--raised.mat-Red,
.mdc-button--raised.mat-Red.btn-basic,
.mdc-button--raised.mat-Red.btn-outline-primary {
  background-color: #D9232D;
}
.btn-primary.mdc-button--raised.mat-warn.btn-hover,
.mdc-button--raised.mat-warn.btn-hover.btn-basic,
.mdc-button--raised.mat-warn.btn-hover.btn-outline-primary,
.btn-primary.mdc-button--raised.mat-warn:hover,
.mdc-button--raised.mat-warn.btn-basic:hover,
.mdc-button--raised.mat-warn.btn-outline-primary:hover,
.btn-primary.mdc-button--raised.mat-Red.btn-hover,
.mdc-button--raised.mat-Red.btn-hover.btn-basic,
.mdc-button--raised.mat-Red.btn-hover.btn-outline-primary,
.btn-primary.mdc-button--raised.mat-Red:hover,
.mdc-button--raised.mat-Red.btn-basic:hover,
.mdc-button--raised.mat-Red.btn-outline-primary:hover {
  background-color: #e14f57;
}
.btn-primary.mdc-button--raised.mat-warn.btn-focus,
.mdc-button--raised.mat-warn.btn-focus.btn-basic,
.mdc-button--raised.mat-warn.btn-focus.btn-outline-primary,
.btn-primary.mdc-button--raised.mat-warn:focus,
.mdc-button--raised.mat-warn.btn-basic:focus,
.mdc-button--raised.mat-warn.btn-outline-primary:focus,
.btn-primary.mdc-button--raised.mat-Red.btn-focus,
.mdc-button--raised.mat-Red.btn-focus.btn-basic,
.mdc-button--raised.mat-Red.btn-focus.btn-outline-primary,
.btn-primary.mdc-button--raised.mat-Red:focus,
.mdc-button--raised.mat-Red.btn-basic:focus,
.mdc-button--raised.mat-Red.btn-outline-primary:focus {
  outline: 2px solid #ec9196;
}
.btn-primary.mdc-button--raised.mat-Black,
.mdc-button--raised.mat-Black.btn-basic,
.mdc-button--raised.mat-Black.btn-outline-primary {
  background-color: #333;
}
.btn-primary.mdc-button--raised.mat-Black.btn-hover,
.mdc-button--raised.mat-Black.btn-hover.btn-basic,
.mdc-button--raised.mat-Black.btn-hover.btn-outline-primary,
.btn-primary.mdc-button--raised.mat-Black:hover,
.mdc-button--raised.mat-Black.btn-basic:hover,
.mdc-button--raised.mat-Black.btn-outline-primary:hover {
  background-color: #6f6f6f;
}
.btn-primary.mdc-button--raised.mat-Black.btn-focus,
.mdc-button--raised.mat-Black.btn-focus.btn-basic,
.mdc-button--raised.mat-Black.btn-focus.btn-outline-primary,
.btn-primary.mdc-button--raised.mat-Black:focus,
.mdc-button--raised.mat-Black.btn-basic:focus,
.mdc-button--raised.mat-Black.btn-outline-primary:focus {
  outline: 2px solid #6f6f6f !important;
}
.btn-primary.mdc-button--raised.mat-Blue,
.mdc-button--raised.mat-Blue.btn-basic,
.mdc-button--raised.mat-Blue.btn-outline-primary {
  background-color: #072F5F;
}
.btn-primary.mdc-button--raised.mat-Blue.btn-hover,
.mdc-button--raised.mat-Blue.btn-hover.btn-basic,
.mdc-button--raised.mat-Blue.btn-hover.btn-outline-primary,
.btn-primary.mdc-button--raised.mat-Blue:hover,
.mdc-button--raised.mat-Blue.btn-basic:hover,
.mdc-button--raised.mat-Blue.btn-outline-primary:hover {
  background-color: #20446f;
}
.btn-primary.mdc-button--raised.mat-Blue.btn-focus,
.mdc-button--raised.mat-Blue.btn-focus.btn-basic,
.mdc-button--raised.mat-Blue.btn-focus.btn-outline-primary,
.btn-primary.mdc-button--raised.mat-Blue:focus,
.mdc-button--raised.mat-Blue.btn-basic:focus,
.mdc-button--raised.mat-Blue.btn-outline-primary:focus {
  outline: 2px solid #6a829f !important;
}
.btn-primary.mdc-button--raised.mat-Blue2,
.mdc-button--raised.mat-Blue2.btn-basic,
.mdc-button--raised.mat-Blue2.btn-outline-primary,
.btn-primary.mdc-button--raised.mat-primary,
.mdc-button--raised.mat-primary.btn-basic,
.mdc-button--raised.mat-primary.btn-outline-primary {
  background-color: #0881FD;
}
.btn-primary.mdc-button--raised.mat-Blue2.btn-hover,
.mdc-button--raised.mat-Blue2.btn-hover.btn-basic,
.mdc-button--raised.mat-Blue2.btn-hover.btn-outline-primary,
.btn-primary.mdc-button--raised.mat-Blue2:hover,
.mdc-button--raised.mat-Blue2.btn-basic:hover,
.mdc-button--raised.mat-Blue2.btn-outline-primary:hover,
.btn-primary.mdc-button--raised.mat-primary.btn-hover,
.mdc-button--raised.mat-primary.btn-hover.btn-basic,
.mdc-button--raised.mat-primary.btn-hover.btn-outline-primary,
.btn-primary.mdc-button--raised.mat-primary:hover,
.mdc-button--raised.mat-primary.btn-basic:hover,
.mdc-button--raised.mat-primary.btn-outline-primary:hover {
  background-color: #288bed;
}
.btn-primary.mdc-button--raised.mat-Blue2.btn-focus,
.mdc-button--raised.mat-Blue2.btn-focus.btn-basic,
.mdc-button--raised.mat-Blue2.btn-focus.btn-outline-primary,
.btn-primary.mdc-button--raised.mat-Blue2:focus,
.mdc-button--raised.mat-Blue2.btn-basic:focus,
.mdc-button--raised.mat-Blue2.btn-outline-primary:focus,
.btn-primary.mdc-button--raised.mat-primary.btn-focus,
.mdc-button--raised.mat-primary.btn-focus.btn-basic,
.mdc-button--raised.mat-primary.btn-focus.btn-outline-primary,
.btn-primary.mdc-button--raised.mat-primary:focus,
.mdc-button--raised.mat-primary.btn-basic:focus,
.mdc-button--raised.mat-primary.btn-outline-primary:focus {
  outline: 2px solid #288bed !important;
}
.btn-primary.mdc-button--raised.mat-Yellow,
.mdc-button--raised.mat-Yellow.btn-basic,
.mdc-button--raised.mat-Yellow.btn-outline-primary {
  background-color: #E3A003;
}
.btn-primary.mdc-button--raised.mat-Yellow.btn-hover,
.mdc-button--raised.mat-Yellow.btn-hover.btn-basic,
.mdc-button--raised.mat-Yellow.btn-hover.btn-outline-primary,
.btn-primary.mdc-button--raised.mat-Yellow:hover,
.mdc-button--raised.mat-Yellow.btn-basic:hover,
.mdc-button--raised.mat-Yellow.btn-outline-primary:hover {
  background-color: #fecc2f;
}
.btn-primary.mdc-button--raised.mat-Yellow.btn-focus,
.mdc-button--raised.mat-Yellow.btn-focus.btn-basic,
.mdc-button--raised.mat-Yellow.btn-focus.btn-outline-primary,
.btn-primary.mdc-button--raised.mat-Yellow:focus,
.mdc-button--raised.mat-Yellow.btn-basic:focus,
.mdc-button--raised.mat-Yellow.btn-outline-primary:focus {
  outline: 2px solid #fecc2f !important;
}
.btn-primary.mdc-button--raised.success,
.mdc-button--raised.success.btn-basic,
.mdc-button--raised.success.btn-outline-primary {
  background-color: #28a745 !important;
}
.btn-primary.mdc-button--raised.success.btn-hover,
.mdc-button--raised.success.btn-hover.btn-basic,
.mdc-button--raised.success.btn-hover.btn-outline-primary,
.btn-primary.mdc-button--raised.success:hover,
.mdc-button--raised.success.btn-basic:hover,
.mdc-button--raised.success.btn-outline-primary:hover {
  background-color: #28a745;
}
.btn-primary.mdc-button--raised.success.btn-focus,
.mdc-button--raised.success.btn-focus.btn-basic,
.mdc-button--raised.success.btn-focus.btn-outline-primary,
.btn-primary.mdc-button--raised.success:focus,
.mdc-button--raised.success.btn-basic:focus,
.mdc-button--raised.success.btn-outline-primary:focus {
  outline: 2px solid #28a745 !important;
}
.btn-primary.mdc-button--raised.error,
.mdc-button--raised.error.btn-basic,
.mdc-button--raised.error.btn-outline-primary {
  background-color: #D9232D !important;
}
.btn-primary.mdc-button--raised.error.btn-hover,
.mdc-button--raised.error.btn-hover.btn-basic,
.mdc-button--raised.error.btn-hover.btn-outline-primary,
.btn-primary.mdc-button--raised.error:hover,
.mdc-button--raised.error.btn-basic:hover,
.mdc-button--raised.error.btn-outline-primary:hover {
  background-color: #D9232D;
}
.btn-primary.mdc-button--raised.error.btn-focus,
.mdc-button--raised.error.btn-focus.btn-basic,
.mdc-button--raised.error.btn-focus.btn-outline-primary,
.btn-primary.mdc-button--raised.error:focus,
.mdc-button--raised.error.btn-basic:focus,
.mdc-button--raised.error.btn-outline-primary:focus {
  outline: 2px solid #D9232D !important;
}
.btn-primary.mdc-button--raised.information,
.mdc-button--raised.information.btn-basic,
.mdc-button--raised.information.btn-outline-primary {
  background-color: #0779ff !important;
}
.btn-primary.mdc-button--raised.information.btn-hover,
.mdc-button--raised.information.btn-hover.btn-basic,
.mdc-button--raised.information.btn-hover.btn-outline-primary,
.btn-primary.mdc-button--raised.information:hover,
.mdc-button--raised.information.btn-basic:hover,
.mdc-button--raised.information.btn-outline-primary:hover {
  background-color: #0779ff;
}
.btn-primary.mdc-button--raised.information.btn-focus,
.mdc-button--raised.information.btn-focus.btn-basic,
.mdc-button--raised.information.btn-focus.btn-outline-primary,
.btn-primary.mdc-button--raised.information:focus,
.mdc-button--raised.information.btn-basic:focus,
.mdc-button--raised.information.btn-outline-primary:focus {
  outline: 2px solid #0779ff !important;
}
.btn-primary.mdc-button--raised.warning,
.mdc-button--raised.warning.btn-basic,
.mdc-button--raised.warning.btn-outline-primary {
  background-color: #ef9400 !important;
  color: #212529 !important;
}
.btn-primary.mdc-button--raised.warning.btn-hover,
.mdc-button--raised.warning.btn-hover.btn-basic,
.mdc-button--raised.warning.btn-hover.btn-outline-primary,
.btn-primary.mdc-button--raised.warning:hover,
.mdc-button--raised.warning.btn-basic:hover,
.mdc-button--raised.warning.btn-outline-primary:hover {
  background-color: #ef9400;
}
.btn-primary.mdc-button--raised.warning.btn-focus,
.mdc-button--raised.warning.btn-focus.btn-basic,
.mdc-button--raised.warning.btn-focus.btn-outline-primary,
.btn-primary.mdc-button--raised.warning:focus,
.mdc-button--raised.warning.btn-basic:focus,
.mdc-button--raised.warning.btn-outline-primary:focus {
  outline: 2px solid #ef9400 !important;
}
.btn-primary[disabled],
[disabled].btn-basic,
[disabled].btn-outline-primary {
  background-color: #D7D7DC !important;
  color: #fff !important;
}
.btn-primary i.icon-left,
.btn-basic i.icon-left,
.btn-outline-primary i.icon-left {
  margin-right: 8px;
}
.btn-primary i.icon-right,
.btn-basic i.icon-right,
.btn-outline-primary i.icon-right {
  margin-left: 8px;
}
.btn-primary.btn-md,
.btn-md.btn-basic,
.btn-md.btn-outline-primary {
  height: 43px !important;
}
.btn-primary.btn-lg,
.btn-lg.btn-basic,
.btn-lg.btn-outline-primary {
  height: 55px !important;
}
.btn-primary.mat-mdc-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay,
.mat-mdc-button.btn-basic:hover:not(.mat-button-disabled) .mat-button-focus-overlay,
.mat-mdc-button.btn-outline-primary:hover:not(.mat-button-disabled) .mat-button-focus-overlay,
.btn-primary.mdc-button--outlined:hover:not(.mat-button-disabled) .mat-button-focus-overlay,
.mdc-button--outlined.btn-basic:hover:not(.mat-button-disabled) .mat-button-focus-overlay,
.mdc-button--outlined.btn-outline-primary:hover:not(.mat-button-disabled) .mat-button-focus-overlay {
  opacity: 0 !important;
}
.btn-outline-primary {
  background-color: #fff;
  color: #072F5F;
  border: 1px solid #072F5F;
}
.btn-outline-primary.mdc-button--outlined.mat-warn,
.btn-outline-primary.mdc-button--outlined.mat-Red {
  color: #D9232D;
  border-color: #D9232D;
}
.btn-outline-primary.mdc-button--outlined.mat-warn.btn-hover,
.btn-outline-primary.mdc-button--outlined.mat-warn:hover,
.btn-outline-primary.mdc-button--outlined.mat-Red.btn-hover,
.btn-outline-primary.mdc-button--outlined.mat-Red:hover {
  background-color: #fff7f7;
}
.btn-outline-primary.mdc-button--outlined.mat-warn.btn-focus,
.btn-outline-primary.mdc-button--outlined.mat-warn:focus,
.btn-outline-primary.mdc-button--outlined.mat-Red.btn-focus,
.btn-outline-primary.mdc-button--outlined.mat-Red:focus {
  outline: 2px solid #ec9196;
  border-color: transparent;
}
.btn-outline-primary.mdc-button--outlined.mat-Black {
  color: #333;
  border-color: #333;
}
.btn-outline-primary.mdc-button--outlined.mat-Black.btn-hover,
.btn-outline-primary.mdc-button--outlined.mat-Black:hover {
  background-color: #efeff4;
}
.btn-outline-primary.mdc-button--outlined.mat-Black.btn-focus,
.btn-outline-primary.mdc-button--outlined.mat-Black:focus {
  outline: 2px solid #c4c4c4;
  border-color: transparent;
}
.btn-outline-primary.mdc-button--outlined.mat-Blue {
  color: #072F5F;
  border-color: #072F5F;
}
.btn-outline-primary.mdc-button--outlined.mat-Blue.btn-hover,
.btn-outline-primary.mdc-button--outlined.mat-Blue:hover {
  background-color: #f0f7ff;
}
.btn-outline-primary.mdc-button--outlined.mat-Blue.btn-focus,
.btn-outline-primary.mdc-button--outlined.mat-Blue:focus {
  outline: 2px solid #6a829f;
  border-color: transparent;
}
.btn-outline-primary.mdc-button--outlined.mat-Blue2,
.btn-outline-primary.mdc-button--outlined.mat-primary {
  color: #0881FD;
  border-color: #0881FD;
}
.btn-outline-primary.mdc-button--outlined.mat-Blue2.btn-hover,
.btn-outline-primary.mdc-button--outlined.mat-Blue2:hover,
.btn-outline-primary.mdc-button--outlined.mat-primary.btn-hover,
.btn-outline-primary.mdc-button--outlined.mat-primary:hover {
  background-color: #f0f7ff;
}
.btn-outline-primary.mdc-button--outlined.mat-Blue2.btn-focus,
.btn-outline-primary.mdc-button--outlined.mat-Blue2:focus,
.btn-outline-primary.mdc-button--outlined.mat-primary.btn-focus,
.btn-outline-primary.mdc-button--outlined.mat-primary:focus {
  outline: 2px solid #086ac9;
  border-color: transparent;
}
.btn-outline-primary.mdc-button--outlined.mat-Yellow {
  color: #E3A003;
  border-color: #E3A003;
}
.btn-outline-primary.mdc-button--outlined.mat-Yellow.btn-hover,
.btn-outline-primary.mdc-button--outlined.mat-Yellow:hover {
  background-color: #fffaed;
}
.btn-outline-primary.mdc-button--outlined.mat-Yellow.btn-focus,
.btn-outline-primary.mdc-button--outlined.mat-Yellow:focus {
  outline: 2px solid #e3a003;
  border-color: transparent;
}
.btn-outline-primary:disabled {
  border: 1px solid #D7D7DC !important;
  background-color: transparent !important;
  color: #D7D7DC !important;
}
.btn-basic {
  border: unset !important;
  background-color: #fff;
  color: #072F5F;
}
.btn-basic .mdc-button__label {
  display: flex;
  align-items: center;
}
.btn-basic.mat-mdc-button.mat-warn,
.btn-basic.mat-mdc-button.mat-Red {
  color: #D9232D;
}
.btn-basic.mat-mdc-button.mat-warn.btn-hover,
.btn-basic.mat-mdc-button.mat-warn:hover,
.btn-basic.mat-mdc-button.mat-Red.btn-hover,
.btn-basic.mat-mdc-button.mat-Red:hover {
  background-color: #fff7f7;
}
.btn-basic.mat-mdc-button.mat-warn.btn-focus,
.btn-basic.mat-mdc-button.mat-warn:focus,
.btn-basic.mat-mdc-button.mat-Red.btn-focus,
.btn-basic.mat-mdc-button.mat-Red:focus {
  outline: 2px solid #ec9196;
}
.btn-basic.mat-mdc-button.mat-Black {
  color: #333;
}
.btn-basic.mat-mdc-button.mat-Black.btn-hover,
.btn-basic.mat-mdc-button.mat-Black:hover {
  background-color: #efeff4;
}
.btn-basic.mat-mdc-button.mat-Black.btn-focus,
.btn-basic.mat-mdc-button.mat-Black:focus {
  outline: 2px solid #c4c4c4;
}
.btn-basic.mat-mdc-button.mat-Blue {
  color: #072F5F;
}
.btn-basic.mat-mdc-button.mat-Blue.btn-hover,
.btn-basic.mat-mdc-button.mat-Blue:hover {
  background-color: #f0f7ff;
}
.btn-basic.mat-mdc-button.mat-Blue.btn-focus,
.btn-basic.mat-mdc-button.mat-Blue:focus {
  outline: 2px solid #6a829f;
}
.btn-basic.mat-mdc-button.mat-Blue2,
.btn-basic.mat-mdc-button.mat-primary {
  color: #0881FD;
}
.btn-basic.mat-mdc-button.mat-Blue2.btn-hover,
.btn-basic.mat-mdc-button.mat-Blue2:hover,
.btn-basic.mat-mdc-button.mat-primary.btn-hover,
.btn-basic.mat-mdc-button.mat-primary:hover {
  background-color: #f0f7ff;
}
.btn-basic.mat-mdc-button.mat-Blue2.btn-focus,
.btn-basic.mat-mdc-button.mat-Blue2:focus,
.btn-basic.mat-mdc-button.mat-primary.btn-focus,
.btn-basic.mat-mdc-button.mat-primary:focus {
  outline: 2px solid #9cc2e9;
}
.btn-basic.mat-mdc-button.mat-Yellow {
  color: #E3A003;
}
.btn-basic.mat-mdc-button.mat-Yellow.btn-hover,
.btn-basic.mat-mdc-button.mat-Yellow:hover {
  background-color: #fffaed;
}
.btn-basic.mat-mdc-button.mat-Yellow.btn-focus,
.btn-basic.mat-mdc-button.mat-Yellow:focus {
  outline: 2px solid #f4d99a;
}
.btn-basic.btn-text-black {
  color: #333 !important;
}
.btn-basic[disabled] {
  background-color: transparent !important;
  color: #D7D7DC !important;
}
.atom-anchor {
  font-weight: 500 !important;
  color: #072F5F !important;
  cursor: pointer;
}
.input-group {
  position: relative;
  width: 100%;
}
.input-group mat-label {
  margin-bottom: 0;
}
.mat-input,
.mat-input-button,
.mat-chips,
.mat-select {
  width: 100%;
}
.mat-input .mat-mdc-text-field-wrapper,
.mat-input-button .mat-mdc-text-field-wrapper,
.mat-chips .mat-mdc-text-field-wrapper,
.mat-select .mat-mdc-text-field-wrapper {
  background: #fff !important;
  margin: 0.25em 0;
  padding: 0px 10px;
}
.mat-input .mat-mdc-text-field-wrapper .mat-mdc-input-element,
.mat-input-button .mat-mdc-text-field-wrapper .mat-mdc-input-element,
.mat-chips .mat-mdc-text-field-wrapper .mat-mdc-input-element,
.mat-select .mat-mdc-text-field-wrapper .mat-mdc-input-element {
  caret-color: auto;
}
.mat-input .mat-mdc-text-field-wrapper .mat-mdc-input-element::placeholder,
.mat-input-button .mat-mdc-text-field-wrapper .mat-mdc-input-element::placeholder,
.mat-chips .mat-mdc-text-field-wrapper .mat-mdc-input-element::placeholder,
.mat-select .mat-mdc-text-field-wrapper .mat-mdc-input-element::placeholder {
  line-height: 1.25rem !important;
}
.mat-input.mat-focused .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-focused.mat-input-button .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-focused.mat-chips .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-focused.mat-select .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-input.mat-focused .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-focused.mat-input-button .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-focused.mat-chips .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-focused.mat-select .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-input.mat-focused .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.mat-focused.mat-input-button .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.mat-focused.mat-chips .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.mat-focused.mat-select .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #0580fa;
}
.mat-input .mat-mdc-form-field-flex,
.mat-input-button .mat-mdc-form-field-flex,
.mat-chips .mat-mdc-form-field-flex,
.mat-select .mat-mdc-form-field-flex {
  align-items: center;
  height: 100%;
}
.mat-input .mat-mdc-form-field-flex.small,
.mat-input-button .mat-mdc-form-field-flex.small,
.mat-chips .mat-mdc-form-field-flex.small,
.mat-select .mat-mdc-form-field-flex.small {
  max-height: 40px;
}
.mat-input .mat-mdc-form-field-infix,
.mat-input-button .mat-mdc-form-field-infix,
.mat-chips .mat-mdc-form-field-infix,
.mat-select .mat-mdc-form-field-infix {
  display: flex;
  padding-top: 6.5px !important;
  padding-bottom: 6px !important;
  min-height: unset;
  border-top: unset !important;
  width: auto;
  line-height: 20px !important;
}
.mat-input .mat-mdc-form-field-focus-overlay,
.mat-input-button .mat-mdc-form-field-focus-overlay,
.mat-chips .mat-mdc-form-field-focus-overlay,
.mat-select .mat-mdc-form-field-focus-overlay {
  background-color: transparent !important;
}
.mat-input .mdc-text-field--disabled,
.mat-input-button .mdc-text-field--disabled,
.mat-chips .mdc-text-field--disabled,
.mat-select .mdc-text-field--disabled {
  background-color: #E6E6E6 !important;
  border-color: #E6E6E6 !important;
  padding-bottom: 0px;
}
.mat-input.icon .mat-mdc-form-field-infix,
.icon.mat-input-button .mat-mdc-form-field-infix,
.icon.mat-chips .mat-mdc-form-field-infix,
.icon.mat-select .mat-mdc-form-field-infix {
  display: flex;
}
.mat-input.icon i,
.icon.mat-input-button i,
.icon.mat-chips i,
.icon.mat-select i {
  font-size: 16px;
}
.mat-input.timepicker-icon .mat-mdc-form-field-infix,
.timepicker-icon.mat-input-button .mat-mdc-form-field-infix,
.timepicker-icon.mat-chips .mat-mdc-form-field-infix,
.timepicker-icon.mat-select .mat-mdc-form-field-infix {
  display: flex;
}
.mat-input.timepicker-icon i,
.timepicker-icon.mat-input-button i,
.timepicker-icon.mat-chips i,
.timepicker-icon.mat-select i {
  color: #757575;
  font-size: 16px;
}
.mat-input.deep-0 .mat-mdc-form-field-wrapper,
.deep-0.mat-input-button .mat-mdc-form-field-wrapper,
.deep-0.mat-chips .mat-mdc-form-field-wrapper,
.deep-0.mat-select .mat-mdc-form-field-wrapper {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.mat-select.selected-highlight.mat-mdc-form-field-should-float .mat-mdc-form-field-outline-start,
.mat-select.selected-highlight.mat-mdc-form-field-should-float .mat-mdc-form-field-outline-end {
  border-color: #D9232D;
  background-color: #fcf4f4;
}
.mat-select.selected-highlight.mat-mdc-form-field-should-float .mat-mdc-select-value {
  color: #D9232D;
}
.mat-select.selected-highlight.mat-mdc-form-field-should-float .mat-mdc-select-arrow {
  color: #D9232D;
}
.mat-select mat-select {
  line-height: 20px !important;
}
.mat-select .mat-mdc-form-field-infix {
  padding-top: 4.5px !important;
  padding-bottom: 5px !important;
}
.mat-select .mat-mdc-select-arrow-wrapper {
  transform: translateY(4%) !important;
}
.mat-select .mat-mdc-error {
  color: #d7242d !important;
}
.mat-select.mat-mdc-form-field-invalid .mat-select-arrow {
  color: #d7242d !important;
}
.mat-mdc-option {
  min-height: 34px !important;
  height: 34px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.mat-mdc-option .mat-pseudo-checkbox.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after {
  width: 12px;
  height: 5px;
}
.mat-mdc-option.mat-mdc-selected:not(.mat-option-disabled) {
  color: #0580fa !important;
}
.mat-mdc-option .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-mdc-option .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: #0d7ffa !important;
}
.mat-mdc-option.mat-selected:not(.mat-option-disabled) {
  color: #0d7ffa !important;
}
.select-panel-class {
  max-height: 361px !important;
}
.select-panel-class .mat-input,
.select-panel-class .mat-input-button,
.select-panel-class .mat-chips,
.select-panel-class .mat-select {
  padding: 5px 7px;
  max-width: 100%;
  box-sizing: border-box;
}
.select-panel-class .mat-input .mat-mdc-form-field-wrapper,
.select-panel-class .mat-input-button .mat-mdc-form-field-wrapper,
.select-panel-class .mat-chips .mat-mdc-form-field-wrapper,
.select-panel-class .mat-select .mat-mdc-form-field-wrapper {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.select-panel-class .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.select-panel-class .select-options {
  display: block;
  height: 240px;
  overflow: auto;
}
.select-panel-class .select-options .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.select-panel-class .select-options .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background-color: #0881FD;
}
.select-panel-class .select-options .select-label {
  padding: 5px 10px;
  color: #bababa;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.select-panel-class .select-options .select-label .select-label-text {
  background-color: white;
  height: 100%;
  display: inline-block;
}
.select-panel-class .select-options .select-label::after {
  content: "";
  position: absolute;
  display: block;
  left: 61px;
  right: 0;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.1607843137);
  height: 0.1em;
  min-height: 1px;
  z-index: -2;
  width: calc(100% - 69px);
}
.select-panel-class .select-footer {
  padding: 10px;
  border-top: 1px solid #838383;
  display: flex;
  justify-content: flex-end;
}
.mat-select-input {
  display: flex;
}
.mat-select-input .mat-mdc-form-field-type-mat-select.mat-select {
  width: 40%;
}
.mat-select-input .mat-mdc-form-field-type-mat-select.mat-select .mdc-notched-outline__trailing {
  border-right: 1px solid #d5d5d5 !important;
}
.mat-select-input .mat-mdc-form-field-type-mat-select.mat-select .mat-focused .mdc-notched-outline__trailing {
  border-color: #0d7ffa !important;
}
.mat-select-input .mat-mdc-form-field-type-mat-select.mat-select .mdc-notched-outline__trailing {
  border-radius: 0 !important;
  border-right: unset !important;
}
.mat-select-input .mat-mdc-form-field-type-mat-input {
  width: 60%;
}
.mat-select-input .mat-mdc-form-field-type-mat-input .mdc-notched-outline__leading {
  border-left: unset !important;
  border-radius: 0px !important;
  border-left: 1px solid #d5d5d5 !important;
}
.mat-select-input .mat-mdc-form-field-type-mat-input .mat-focused .mdc-notched-outline__leading {
  border-color: #0d7ffa !important;
}
.mat-chips .mat-mdc-form-field-infix {
  padding-top: 2.5px !important;
  padding-bottom: 2px !important;
}
.mat-chips .mat-mdc-chip {
  background-color: #eaf4ff !important;
  line-height: 20px !important;
  color: #3a3a3a;
  border-radius: 0px;
  margin: 3px !important;
  min-height: 22px;
  padding: 0px !important;
  height: auto;
}
.mat-chips .mat-mdc-chip .mat-mdc-chip-remove {
  opacity: 1;
  display: flex;
  align-items: center;
}
.mat-chips .mat-mdc-chip .mat-mdc-chip-remove i {
  color: #000000;
}
.mat-input-button i:first-child {
  display: flex;
  align-items: center;
}
.mat-input-button .mat-mdc-form-field-flex {
  padding-right: 0px !important;
  padding-bottom: 1px !important;
}
.mat-input-button .mat-mdc-form-field-infix {
  display: flex;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.mat-input-button .mat-mdc-form-field-infix .mat-mdc-input-element {
  padding-right: 6px;
}
.mat-input-button .mat-mdc-form-field-infix button {
  min-width: auto;
}
.mat-checkbox-checked .mat-checkbox-background,
.mat-checkbox-checked .mat-ripple-element,
.mat-checkbox-indeterminate .mat-checkbox-background,
.mat-checkbox-indeterminate .mat-ripple-element {
  background-color: #0881FD !important;
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background {
  background-color: #0881FD !important;
  border-color: #0881FD !important;
}
.selection-group .mat-mdc-checkbox-checked .mdc-checkbox__background,
.selection-group .mat-mdc-checkbox-checked .mat-mdc-ripple-element,
.selection-group .mat-mdc-checkbox-indeterminate .mdc-checkbox__background,
.selection-group .mat-mdc-checkbox-indeterminate .mat-mdc-ripple-element {
  background-color: #0881FD !important;
  border-color: #0881FD !important;
}
.selection-group .mat-checkbox-ripple {
  display: none;
}
.selection-group ul {
  list-style: none;
  padding-left: 0px;
  margin: 0;
}
.mat-radio-row .mat-mdc-radio-button,
.mat-radio-column .mat-mdc-radio-button {
  margin-right: 20px;
}
.mat-radio-row .mdc-radio__outer-circle,
.mat-radio-column .mdc-radio__outer-circle {
  height: 20px;
  width: 20px;
}
.mat-radio-row .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle,
.mat-radio-column .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle,
.mat-radio-row .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle,
.mat-radio-column .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #0d7ffa !important;
}
.mat-radio-row .mdc-radio__background,
.mat-radio-column .mdc-radio__background {
  width: 20px !important;
  height: 20px !important;
}
.mat-radio-row .mat--mdc-radio-button.mat-accent .mat-mdc-radio__inner-circle,
.mat-radio-column .mat--mdc-radio-button.mat-accent .mat-mdc-radio__inner-circle {
  opacity: 1;
}
.mat-radio-row .mat-mdc-radio-button.mat-mdc-radio-checked .mat-ripple-element,
.mat-radio-column .mat-mdc-radio-button.mat-mdc-radio-checked .mat-ripple-element {
  background-color: #0d7ffa !important;
}
.mat-radio-row .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background::before,
.mat-radio-column .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background::before {
  background-color: #0d7ffa !important;
}
.mat-radio-row .mat-radio-outer-circle,
.mat-radio-column .mat-radio-outer-circle {
  border-color: #000000;
  border-width: 2px !important;
}
.mat-radio-column {
  flex-direction: column !important;
}
.mat-radio-column .mat-radio-button {
  margin-bottom: 10px;
}
.mdc-switch.mdc-switch--unselected:enabled .mdc-switch__handle {
  left: 2px;
}
.mdc-switch.mdc-switch--unselected:enabled .mdc-switch__handle::after {
  background-color: #fff !important;
}
.mat-mdc-slide-toggle .mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle {
  right: 0px;
  left: auto;
}
.mat-mdc-slide-toggle .mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::after {
  background-color: #fff !important;
}
.mat-slider-toggle .mdc-switch__track {
  width: 34px !important;
  height: 16px !important;
  background-color: #D9232D !important;
  box-sizing: content-box;
  border-radius: 9px !important;
}
.mat-slider-toggle .mdc-switch__ripple {
  display: none;
}
.mat-slider-toggle .mdc-switch__icons svg {
  display: none;
}
.mat-slider-toggle .mdc-switch:enabled .mdc-switch__track::after {
  background-color: #3cae3c !important;
}
.mat-slider-toggle .mdc-switch:enabled .mdc-switch__track::before {
  background-color: #D9232D !important;
}
.mat-slider-toggle .mdc-switch__handle {
  width: 12px !important;
  height: 12px !important;
}
.btn-menu {
  width: 100%;
  text-align: left !important;
  margin: 0.25em 0 1.59375em !important;
  padding: 0 0.75em !important;
  font-weight: 400;
  line-height: 32.5px !important;
  letter-spacing: unset !important;
}
.btn-menu .mdc-button__label {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.btn-menu .mdc-button__label i {
  font-size: 20px;
  color: #5a5a5a;
  line-height: 34px;
}
.btn-menu .mdc-button__label > span {
  display: block;
  width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.mat-menu {
  min-width: 204px !important;
  padding: 4px 6px !important;
  max-height: 309px !important;
}
.mat-menu .mat-mdc-menu-content {
  padding: 0px;
}
.mat-menu .mat-mdc-form-field-subscript-wrapper,
.mat-menu .mat-mdc-radio-touch-target,
.mat-menu .mat-radio-persistent-ripple,
.mat-menu .mat-mdc-checkbox-touch-target,
.mat-menu .mdc-checkbox__ripple,
.mat-menu .mat-ripple {
  display: none;
}
.mat-menu .mat-mdc-radio-group {
  margin-left: 10px;
}
.mat-menu .mat-mdc-radio-group .mat-mdc-radio-button {
  margin-bottom: 10px;
}
.mat-menu .mat-mdc-radio-button .mdc-form-field > label {
  padding-left: 15px;
}
.mat-menu .mat-mdc-checkbox .mdc-form-field > label {
  padding-left: 10px;
}
.mat-menu .mdc-radio__background::before {
  display: none;
}
.mat-menu .mdc-radio__native-control {
  left: 2px !important;
  top: 2px !important;
  width: 17px !important;
  height: 17px !important;
}
.mat-menu .mdc-radio {
  width: 19px !important;
  height: 19px !important;
  padding: 0px !important;
}
.mat-menu .menu-group .menu-group-heading {
  background-color: #f0f0f0;
  padding: 10px;
  color: #3a3a3a;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}
.mat-menu .selection-group {
  padding-left: 8px;
}
.mat-menu .selection-group mat-checkbox {
  margin-bottom: 10px !important;
  display: block;
}
.mat-menu .selection-group .mdc-checkbox {
  padding: 0px;
}
.mat-menu .selection-group .mdc-checkbox .mdc-checkbox__native-control {
  width: 17px !important;
  height: 17px !important;
}
.mat-menu .selection-group .mdc-checkbox .mdc-checkbox__background {
  top: 0px;
  left: 0px;
}
.chips-list ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 0px;
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}
.chips-list ul li {
  flex: 0 0 50%;
  width: 50%;
}
.chips-list ul li .chip {
  background-color: #eaf4ff;
  line-height: 26px;
  color: #3a3a3a;
  border-radius: 0px;
  margin: 3px !important;
  min-height: 22px;
  padding: 6px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chips-list ul li .chip i {
  padding: 4px;
  height: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.chips-list ul li .chip i:hover {
  background-color: #dcebfd;
  color: #000;
}
.chips-list ul li .chip span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.selection-group {
  overflow: auto;
  height: 164px;
}
.menu-footer {
  padding: 10px 15px;
  display: flex;
  justify-content: flex-end;
}
.mat-table-overflow {
  height: 600px;
  overflow: auto;
}
.mat-table-theme {
  width: 100%;
}
.mat-table-theme .mdc-data-table__header-cell,
.mat-table-theme .mdc-data-table__cell {
  overflow: visible;
}
.mat-table-theme.mat-table-bordered {
  border-collapse: collapse !important;
}
.mat-table-theme.mat-table-bordered th,
.mat-table-theme.mat-table-bordered td {
  border: 1px solid #d5d5d5;
}
.mat-table-theme.horizontal-overflow-width {
  min-width: 1600px;
}
.mat-table-theme .mat-mdc-checkbox .mdc-checkbox .mat-mdc-checkbox-touch-target {
  width: 20px !important;
  height: 20px !important;
}
.mat-table-theme .table-header-sort {
  height: 22px !important;
  width: 22px !important;
  padding: 0px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.mat-table-theme .table-header-sort .mdc-button__ripple,
.mat-table-theme .table-header-sort .mat-mdc-button-ripple,
.mat-table-theme .table-header-sort .mat-mdc-button-ripple {
  display: none;
}
.mat-table-theme .mat-mdc-table-sticky.mat-mdc-table-sticky-border-elem-left::after,
.mat-table-theme .mat-mdc-table-sticky.sticky-left::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 6px;
  box-shadow: 4px 0px 5px rgba(0, 0, 0, 0.168627451);
  border-right: 1px solid #d1d1d1;
  right: -1px;
  top: 0px;
}
.mat-table-theme .mat-mdc-table-sticky.mat-mdc-table-sticky-border-elem-right::after,
.mat-table-theme .mat-mdc-table-sticky.sticky-right::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 6px;
  box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.168627451);
  border-left: 1px solid #d1d1d1;
  left: -1px;
  top: 0px;
}
.mat-table-theme thead tr {
  background-color: #eaeaea;
  height: 48px;
}
.mat-table-theme thead tr th {
  padding: 6px 10px !important;
  border-bottom-color: #d5d5d5;
  color: #3a3a3a;
}
.mat-table-theme thead tr th .note {
  margin-bottom: 2px;
  color: #6f6f6f;
}
.mat-table-theme tbody tr td {
  padding: 10px !important;
  color: #3a3a3a;
  vertical-align: top;
}
.mat-table-theme tbody tr td .link {
  color: #0d7ffa;
  cursor: pointer;
  display: block;
  margin-bottom: 2px;
  margin-top: 0px;
}
.mat-table-theme tbody tr td p {
  margin-bottom: 2px;
  margin-top: 0px;
}
.mat-table-theme tbody tr td .note {
  margin-bottom: 2px;
  color: #6f6f6f;
}
.mat-table-theme tbody tr td .blue-icon {
  color: #0d7ffa;
  cursor: pointer;
}
.mat-table-theme tbody tr td .action-group {
  display: inline-flex;
  flex-direction: column;
}
.mat-table-theme tbody tr td .action-group .action-btn {
  display: block;
  padding: 5px;
  cursor: pointer;
  margin-bottom: 2px;
  border-radius: 4px;
  display: inline-flex;
  white-space: pre;
  align-items: center;
}
.mat-table-theme tbody tr td .action-group .action-btn:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-table-theme tbody tr td .action-group .action-btn i {
  font-size: 14px;
  margin-right: 5px;
}
.mat-table-theme tbody tr td .status-label-group {
  margin-bottom: 10px;
}
.mat-table-theme tbody tr td .status-label-group .status-label {
  padding: 2px 10px;
  font-weight: 500;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
.mat-table-theme tbody tr td .status-label-group .success {
  background-color: #e1ffde;
  color: #3c9d11;
}
.mat-table-theme tbody tr td .status-label-group .danger {
  background-color: #ffdede;
  color: #D9232D;
}
.mat-table-theme tbody tr td .status-label-group .primary {
  background-color: #def4ff;
  color: #2370d9;
}
.mat-table-theme tbody tr td .status-dot-group .status-dot {
  display: flex;
  align-items: center;
}
.mat-table-theme tbody tr td .status-dot-group .status-dot svg {
  height: 12px;
  width: 12px;
  margin-right: 6px;
}
.mat-table-theme tbody tr td .status-dot-group .status-dot.warning svg {
  fill: #ddbb00;
}
.mat-table-theme tbody tr td .status-dot-group .status-dot.success svg {
  fill: #16ac02;
}
.mat-table-theme tbody tr td .status-dot-group .status-dot.danger svg {
  fill: #ff2f2f;
}
.atom-tooltip {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  width: fit-content;
}
.atom-tooltip i {
  color: rgba(0, 0, 0, 0.38);
  margin-right: 5px;
}
.atom-tooltip .atom-tooltiptext {
  visibility: hidden;
  bottom: none;
  width: 120px;
  background-color: #ffffff;
  color: #000;
  padding: 8px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  left: -55px;
  top: 30px;
  font-size: 12px;
  line-height: 16px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #e5e6ea;
  text-align: left;
}
.atom-tooltip .atom-tooltiptext.detail-tooltip {
  min-width: 270px;
}
.atom-tooltip .atom-tooltiptext h2 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.atom-tooltip .atom-tooltiptext p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0px;
}
.atom-tooltip .atom-tooltiptext::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  box-shadow: -1px -1px 5px -2px rgba(0, 0, 0, 0.5);
  left: 56px;
  transform: rotate(45deg);
  top: -5px;
}
.atom-tooltip .atom-tooltiptext.tooltip-bottom::before {
  left: 56px;
  transform: rotate(45deg);
  top: -5px;
}
.atom-tooltip .atom-tooltiptext.tooltip-right {
  left: 33px;
  top: -14px;
}
.atom-tooltip .atom-tooltiptext.tooltip-right::before {
  left: -6px;
  transform: rotate(312deg);
  top: 17px;
  box-shadow: -3px -2px 8px -2px rgba(0, 0, 0, 0.5);
}
.atom-tooltip .atom-tooltiptext.tooltip-left {
  top: -14px;
  right: 33px;
  left: unset;
}
.atom-tooltip .atom-tooltiptext.tooltip-left::before {
  top: 18px;
  box-shadow: -3px -2px 8px -2px rgba(0, 0, 0, 0.5);
  left: unset;
  right: -5px;
  transform: rotate(130deg);
}
.atom-tooltip .atom-tooltiptext.tooltip-top {
  right: -58px;
  left: unset;
  top: 29px;
  bottom: unset;
}
.atom-tooltip .atom-tooltiptext.tooltip-top::before {
  top: -5px;
  box-shadow: -2px -3px 9px -2px rgba(0, 0, 0, 0.5);
  left: unset;
  right: 64px;
  transform: rotate(47deg);
}
.atom-tooltip:hover .atom-tooltiptext {
  visibility: visible;
  display: block;
}
.atom-alert {
  width: 415px;
  min-height: 137px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px !important;
  color: #3a3a3a;
}
.atom-alert.default .btn-primary,
.atom-alert.default .btn-outline-primary,
.atom-alert.default .btn-basic {
  background-color: #D9232D !important;
}
.atom-alert.default .btn-outline-primary {
  border-color: #D9232D !important;
  color: #D9232D !important;
  background-color: transparent !important;
}
.atom-alert.success {
  background-color: #ebf7ee;
  border: 1px solid #30a515;
}
.atom-alert.success .btn-primary,
.atom-alert.success .btn-outline-primary,
.atom-alert.success .btn-basic {
  background-color: #30a515 !important;
}
.atom-alert.success .btn-outline-primary {
  border-color: #30a515 !important;
  color: #30a515 !important;
  background-color: transparent !important;
}
.atom-alert.success .alert-close i {
  color: #30a515 !important;
}
.atom-alert.error {
  background-color: #f5d9da;
  border: 1px solid #D9232D;
}
.atom-alert.error .btn-primary,
.atom-alert.error .btn-outline-primary,
.atom-alert.error .btn-basic {
  background-color: #D9232D !important;
}
.atom-alert.error .btn-outline-primary {
  border-color: #D9232D !important;
  color: #D9232D !important;
  background-color: transparent !important;
}
.atom-alert.error .alert-close i {
  color: #D9232D !important;
}
.atom-alert.warning {
  background-color: #fef7ea;
  border: 1px solid #ef9400;
}
.atom-alert.warning .btn-primary,
.atom-alert.warning .btn-outline-primary,
.atom-alert.warning .btn-basic {
  background-color: #ef9400 !important;
}
.atom-alert.warning .btn-outline-primary {
  border-color: #ef9400 !important;
  color: #ef9400 !important;
  background-color: transparent !important;
}
.atom-alert.warning .alert-close i {
  color: #ef9400 !important;
}
.atom-alert.information {
  background-color: #e5effa;
  border: 1px solid #0779ff;
}
.atom-alert.information .btn-primary,
.atom-alert.information .btn-outline-primary,
.atom-alert.information .btn-basic {
  background-color: #0779ff !important;
}
.atom-alert.information .btn-outline-primary {
  border-color: #0779ff !important;
  color: #0779ff !important;
  background-color: transparent !important;
}
.atom-alert.information .alert-close i {
  color: #0779ff !important;
}
.atom-alert .alert-section {
  width: 100%;
  display: block;
}
.atom-alert .alert-section .alert-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.atom-alert .alert-section .alert-header .alert-heading h2 {
  font-size: 16px;
  line-height: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: #3a3a3a;
}
.atom-alert .alert-section .alert-content {
  margin-bottom: 25px;
}
.atom-alert .alert-section .alert-content h3 {
  font-size: 14px;
  line-height: 14px;
  color: #3a3a3a;
}
.atom-alert .alert-section .alert-close {
  font-size: 20px;
  min-width: auto;
  border-radius: 50%;
  height: auto;
  padding: 0px;
  line-height: normal;
}
.atom-alert .alert-section .alert-close .mat-ripple,
.atom-alert .alert-section .alert-close .mat-button-focus-overlay {
  display: none;
}
.atom-alert .alert-section .alert-footer {
  display: flex;
}
.atom-alert .alert-section .alert-label {
  font-size: 14px;
  line-height: 14px;
  color: #0881FD !important;
  font-weight: 500;
}
.atom-toast {
  min-width: 152px !important;
  min-height: 48px !important;
  background-color: #fff;
  color: #3A3A3A;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px !important;
  width: auto !important;
}
.atom-toast.default {
  background-color: #fff;
}
.atom-toast.default .toast-header i {
  color: #0779ff;
  background-color: #daebff;
}
.atom-toast.success {
  background-color: #ebf7ee;
}
.atom-toast.success .toast-header i {
  color: #ffffff;
  background-color: #30a515;
}
.atom-toast.error {
  background-color: #f5d9da;
}
.atom-toast.error .toast-header i {
  color: #ffffff;
  background-color: #d7242d;
}
.atom-toast.warning {
  background-color: #fef7ea;
}
.atom-toast.warning .toast-header i {
  color: #ffffff;
  background-color: #ef9400;
}
.atom-toast.information {
  background-color: #e5effa;
}
.atom-toast.information .toast-header i {
  color: #ffffff;
  background-color: #0779ff;
}
.atom-toast .toast-header {
  display: flex;
  align-items: center;
}
.atom-toast .toast-header i {
  padding: 5px;
  margin-right: 10px;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 4px;
}
.atom-toast .toast-header .toast-heading h2 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: #3a3a3a;
  margin-top: 0px !important;
}
.separate-tab .mat-tab-body-wrapper,
.combine-tab .mat-tab-body-wrapper {
  padding: 20px 10px;
}
.separate-tab .mat-tab-labels,
.combine-tab .mat-tab-labels {
  cursor: pointer;
}
.separate-tab .mat-tab-label,
.combine-tab .mat-tab-label {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0509803922);
  border: 0.5px solid #b5b5b5;
  border-radius: 5px;
  opacity: 1;
  margin-right: 12px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  height: 40px;
}
.separate-tab .mat-tab-label i,
.combine-tab .mat-tab-label i {
  color: rgba(0, 0, 0, 0.87);
  margin-right: 10px;
}
.separate-tab .mat-tab-label.mat-tab-label-active,
.combine-tab .mat-tab-label.mat-tab-label-active {
  background-color: #2f67e9;
  color: #fff;
  border-color: #2f67e9;
}
.separate-tab .mat-tab-label.mat-tab-label-active i,
.combine-tab .mat-tab-label.mat-tab-label-active i {
  color: white;
}
.separate-tab .mat-tab-header,
.combine-tab .mat-tab-header {
  border-bottom: unset !important;
}
.separate-tab .mat-ink-bar,
.combine-tab .mat-ink-bar {
  display: none !important;
}
.combine-tab .mat-tab-label {
  margin-right: unset;
  border-radius: unset;
}
.combine-tab .mat-tab-label:first-child {
  border: 0.5px solid #b5b5b5;
  border-right: unset;
  border-radius: 8px 0px 0px 8px;
}
.combine-tab .mat-tab-label:last-child {
  border-radius: 0px 8px 8px 0px;
  border-left: unset;
}
.outline-tab .mat-tab-body-wrapper {
  padding: 20px 10px;
}
.outline-tab .mat-tab-labels {
  cursor: pointer;
}
.outline-tab .mat-tab-label {
  opacity: 1;
}
.outline-tab .mat-tab-label i {
  margin-right: 10px;
}
.outline-tab .mat-tab-label.mat-tab-label-active {
  color: #fff;
  border-color: #2f67e9;
  color: #2f67e9;
}
.outline-tab .mat-tab-label.mat-tab-label-active i {
  color: #2f67e9;
}
.outline-tab .mat-tab-label-container .mat-ink-bar {
  background-color: #2f67e9;
}
.icon-accordion .mat-expansion-panel-header {
  padding: 0 10px;
}
.icon-accordion .mat-expansion-panel-header i {
  margin-right: 10px;
}
.icon-accordion .mat-expansion-panel {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0509803922);
  border: 0.5px solid #b5b5b5;
  border-radius: 5px !important;
}
.icon-accordion .mat-expansion-panel:not(:last-child) {
  margin-bottom: 10px;
}
.icon-accordion .mat-expansion-panel mat-panel-title {
  color: #363636;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
}
.icon-accordion .mat-expansion-panel.mat-expanded mat-expansion-panel-header {
  background-color: #f3f4f6 !important;
  height: 48px !important;
  border-radius: 0px !important;
  border-bottom: 0.5px solid #b5b5b5;
}
.icon-accordion .mat-expansion-panel.mat-expanded .mat-expansion-panel-body {
  padding-top: 20px;
}
.icon-accordion .mat-expansion-panel.mat-expanded .mat-expansion-indicator::after {
  content: "\f1af";
}
.icon-accordion .mat-expansion-panel .mat-expansion-indicator::after {
  border: unset;
  transform: unset;
  content: "\ea13";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  font-size: 20px;
  line-height: 19px;
  color: #363636;
}
.icon-accordion .mat-expansion-panel-body p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.icon-accordion .mat-expansion-indicator {
  transform: unset !important;
}
.icon-accordion.border-saperate-accordion .mat-expansion-panel-spacing {
  margin: 0px;
}
.icon-accordion.border-saperate-accordion .mat-expansion-panel {
  margin-bottom: 0;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 0px !important;
}
.icon-accordion.border-saperate-accordion .mat-expansion-panel:first-of-type {
  border-radius: 8px 8px 0 0 !important;
}
.icon-accordion.border-saperate-accordion .mat-expansion-panel:last-of-type {
  border-bottom: 1px solid #ccc;
  border-radius: 0 0 8px 8px !important;
}
.icon-accordion.border-saperate-accordion .mat-expansion-panel:only-of-type {
  border: 1px solid #ccc;
  border-radius: 8px !important;
}
.atom-row [class*=atom-col-] button:first-child {
  margin-right: 10px !important;
}
.atom-card {
  padding: 16px;
  border-radius: 0px !important;
}
.atom-card .card-heading {
  font-weight: 500 !important;
}
.grid-name {
  padding: 10px;
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #df5b65;
  border-radius: 6px;
}
.atom-breadcrumb {
  display: flex;
  border-radius: 4px;
  width: fit-content;
}
.atom-breadcrumb.bordered-breadcrumb {
  border: 1px solid #d1d5db;
  padding: 12px 15px;
}
.atom-breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  padding-left: 5px;
}
.atom-breadcrumb .breadcrumb-item:first-child {
  padding-left: 0px;
}
.atom-breadcrumb .breadcrumb-item:last-child .rightarrow {
  display: none !important;
}
.atom-breadcrumb .breadcrumb-item:last-child .item-name {
  margin-right: 0px;
  font-weight: 500;
}
.atom-breadcrumb .breadcrumb-item i {
  font-size: 22px;
}
.atom-breadcrumb .breadcrumb-item .item-name {
  text-decoration: none;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 19px;
  margin-right: 10px;
  cursor: pointer;
}
.atom-breadcrumb .breadcrumb-item .item-name:hover {
  color: #0580fa;
}
.atom-dialog-close {
  font-size: 25px;
  cursor: pointer;
  display: block;
}
.cdk-global-scrollblock {
  overflow: hidden;
}
.mat-dialog-container h3 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 5px;
}
.mat-dialog-container p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
.content-area {
  height: 100%;
  overflow: auto;
  background-color: rgba(13, 127, 250, 0.4117647059);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 400;
  color: #000;
}
.bottom-modal {
  max-width: 100vw !important;
  width: 100vw;
}
.bottom-modal.max-bottom-modal {
  height: 90vh;
  min-height: 90vh;
}
.bottom-modal.max-bottom-modal .mat-dialog-content {
  height: calc(90vh - 278px);
}
.bottom-modal.meduim-bottom-modal {
  height: 80vh;
  min-height: 80vh;
}
.bottom-modal.meduim-bottom-modal .mat-dialog-content {
  height: calc(80vh - 278px);
}
.bottom-modal.small-bottom-modal {
  height: 70vh;
  min-height: 70vh;
}
.bottom-modal.small-bottom-modal .mat-dialog-content {
  height: calc(70vh - 277px);
}
.bottom-modal .mat-dialog-container {
  border-radius: 8px 8px 0px 0px !important;
}
.bottom-modal .atom-dialog-header h2 {
  font-weight: 600;
}
.side-modal {
  max-height: 100vw !important;
  height: 100vw;
}
.side-modal.max-side-modal {
  width: 60vw;
  min-width: 60vw;
}
.side-modal.max-side-modal .mat-dialog-content {
  height: calc(100vh - 325px);
  margin-bottom: 10px;
  max-height: unset;
}
.side-modal.meduim-side-modal {
  width: 46vw;
  min-width: 46vw;
}
.side-modal.meduim-side-modal .mat-dialog-content {
  height: calc(100vh - 245px);
  margin-bottom: 10px;
  max-height: unset;
}
.side-modal .mat-dialog-container {
  border-radius: 8px 0px 0px 8px !important;
}
.side-modal .atom-dialog-header h2 {
  font-weight: 600;
}
.side-modal .mat-dialog-actions-align-end {
  height: 60px;
  padding: 0 24px;
  box-shadow: 2px -6px 9px rgba(94, 93, 93, 0.2196078431);
  border-top: 1px solid #d1d1d1;
  margin: 0 -24px;
  min-height: unset;
}
.center-modal {
  position: relative !important;
  max-height: 1000px !important;
}
.center-modal .atom-dialog-header h2 {
  font-weight: 600;
  margin-bottom: 0;
}
.center-modal .mat-dialog-actions-align-end {
  height: 57px;
  padding: 0 24px;
  margin: 0 -24px;
  min-height: unset;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  width: 100%;
  box-shadow: 2px -6px 9px rgba(94, 93, 93, 0.2196078431);
  border-top: 1px solid #d1d1d1;
}
.center-modal.confirmation-center-modal .mat-dialog-container {
  border-radius: 8px !important;
}
.center-modal.confirmation-center-modal .mat-dialog-content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 44px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 24px;
  line-height: 30px;
  color: #3a3a3a;
  text-align: center;
}
.center-modal.confirmation-center-modal .mat-dialog-content i {
  font-size: 25px;
  color: #6f6f6f;
  margin-bottom: 15px;
}
.center-modal.center-field-modal .mat-dialog-actions-align-end {
  box-shadow: 2px -6px 9px rgba(94, 93, 93, 0.2196078431);
  border-top: 1px solid #d1d1d1;
}
.center-modal.center-field-modal .mat-dialog-content {
  margin-bottom: 33px;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #0580fa !important;
}
.mat-datepicker-content.mat-warn .atom-datepicker .mat-calendar-body-selected {
  background-color: #D9232D;
}
.atom-datepicker .mat-calendar-body-label,
.atom-datepicker .mat-calendar-body-cell-content {
  color: black;
}
.atom-datepicker .mat-calendar-body-cell {
  height: 100% !important;
}
.atom-datepicker .mat-calendar-table-header th {
  color: black;
  font-size: 12px;
  font-weight: 500;
}
.atom-datepicker .mat-calendar-header {
  padding: 0px 3px;
  background-color: #f0f0f0;
}
.atom-datepicker .mat-calendar-controls {
  margin-top: 0px;
}
.atom-datepicker .mat-calendar-controls .mat-calendar-arrow {
  width: 0px !important;
  height: 0px !important;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top-width: 5px;
  border-top-style: solid;
  margin: 0 0 0 5px;
}
.touch-ui {
  position: absolute;
  width: 128px;
  left: -125px;
  background: white;
  z-index: -1;
}
.touch-ui .mat-card {
  height: 309px;
  border-radius: 4px 4px 0px 0px;
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.touch-ui .mat-button {
  color: #D9232D;
  font-size: 12px;
  width: 100%;
  text-align: left;
}
.date-range-header {
  display: flex;
  align-items: center;
  padding: 5px;
  background-color: #f0f0f0;
  margin-bottom: 12px;
}
.date-range-header button {
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  font-size: 24px;
}
.date-range-header .date-range-double-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
}
.date-range-header .date-range-double-arrow i {
  width: 10px;
  height: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.date-range-header-label {
  flex: 1;
  height: 1em;
  font-weight: 500;
  text-align: center;
}
.date-range-double-arrow .mat-icon {
  margin: -22%;
}
.custom-date-range-picker-dropdown .mat-calendar-body-cell {
  position: absolute;
  height: 100%;
}
.date-time-picker-dropdown .mat-calendar-body-cell-content.mat-calendar-body-selected {
  background-color: #D9232D;
}
.date-time-picker-dropdown .mat-calendar-body-cell {
  position: relative;
}
.date-time-picker-dropdown .mat-calendar-controls {
  margin: 0px 0px 15px;
}
.date-time-picker-dropdown .mat-calendar-arrow {
  width: 0 !important;
  height: 0 !important;
}
.date-time-picker-dropdown + .time-container .mat-icon-button mat-icon {
  display: none !important;
}
.date-time-picker-dropdown + .time-container .mat-icon-button[aria-label="expand_less icon"] {
  font-size: 24px;
  height: 34px !important;
  width: 34px !important;
}
.date-time-picker-dropdown + .time-container .mat-icon-button[aria-label="expand_less icon"]::after {
  content: "\ea78";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.date-time-picker-dropdown + .time-container .mat-icon-button[aria-label="expand_more icon"] {
  font-size: 24px;
  height: 34px !important;
  width: 34px !important;
}
.date-time-picker-dropdown + .time-container .mat-icon-button[aria-label="expand_more icon"]::after {
  content: "\ea4e";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.date-time-picker-dropdown + .time-container + .actions .mat-button {
  font-size: 20px;
  color: #D9232D;
  border: unset;
}
.date-time-picker-dropdown + .time-container + .actions .mat-button::after {
  content: "Ok";
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.date-time-picker-dropdown + .time-container + .actions .mat-button .mat-icon {
  display: none !important;
}
.atom-header {
  position: relative;
}
.atom-header nav {
  display: flex;
  width: 100%;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.0588235294);
  padding: 0px 40px;
  height: 77px;
  box-sizing: border-box;
  align-items: center;
  position: relative;
}
@media (max-width: 1200px) {
  .atom-header nav {
    width: 100vw;
  }
}
.atom-header nav .atom-icon-anchor {
  display: flex;
  align-items: center;
}
.atom-header nav .atom-navbar-list {
  margin-left: 30px;
  width: 100%;
  display: flex;
  z-index: 99;
}
.atom-header nav .atom-navbar-list ul {
  list-style: none;
  display: inline-flex;
  width: 100%;
  align-items: center;
}
.atom-header nav .atom-navbar-list ul li {
  position: relative;
  display: flex;
  align-items: center;
}
.atom-header nav .atom-navbar-list ul li:not(:last-child) {
  margin-right: 10px;
}
.atom-header nav .atom-navbar-list ul li.separation-line::after {
  content: "";
  position: relative;
  border-right: 2px solid #cccccc;
  margin: 0px 15px;
  height: 21px;
  display: inline-block;
}
.atom-header nav .atom-navbar-list ul li a {
  text-decoration: unset !important;
}
.atom-header nav .atom-navbar-list ul li a:not(.anchor, .btn-primary, .btn-outline-primary, .btn-basic) {
  color: #3a3a3a;
  padding: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px 20px;
  display: flex;
  white-space: pre;
}
.atom-header nav .atom-navbar-list ul li a:not(.anchor, .btn-primary, .btn-outline-primary, .btn-basic).active {
  color: #0779ff;
}
.atom-header nav .atom-navbar-list ul li a:not(.anchor, .btn-primary, .btn-outline-primary, .btn-basic).btn-primary,
.atom-header nav .atom-navbar-list ul li a.btn-outline-primary:not(.anchor, .btn-primary, .btn-outline-primary, .btn-basic),
.atom-header nav .atom-navbar-list ul li a.btn-basic:not(.anchor, .btn-primary, .btn-outline-primary, .btn-basic) {
  height: 40px !important;
  border-radius: 8px !important;
  box-shadow: unset !important;
  padding: 0px 40px !important;
}
.atom-header nav .atom-navbar-list ul li a.anchor {
  color: #3067e9;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.atom-header nav .atom-navbar-list ul li a.mat-menu-trigger::after {
  content: "\ea4e";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  margin-left: 5px;
}
.atom-header nav .atom-navbar-list ul li a.mat-menu-trigger[aria-expanded=true]::after {
  content: "\ea78";
}
.atom-header nav .atom-navbar-list ul li a i {
  color: #6f6f6f !important;
  font-size: 20px;
  padding: 8px;
}
.atom-header nav .atom-navbar-list.show {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .atom-header nav .atom-navbar-list {
    position: absolute;
    display: none;
    top: 78px;
    background: #fff;
    margin: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
  }
  .atom-header nav .atom-navbar-list ul {
    flex-direction: column;
    padding-left: 0px;
    margin: 0px;
  }
  .atom-header nav .atom-navbar-list ul li {
    margin-left: unset !important;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0901960784);
  }
  .atom-header nav .atom-navbar-list ul li a {
    width: 100%;
  }
  .atom-header nav .atom-navbar-list ul li a.btn-primary,
  .atom-header nav .atom-navbar-list ul li a.btn-outline-primary,
  .atom-header nav .atom-navbar-list ul li a.btn-basic {
    margin-top: 5px;
    width: auto;
  }
  .atom-header nav .atom-navbar-list ul:not(:first-child) li:last-child {
    border-bottom: unset !important;
  }
}
.atom-header .nav-strip {
  background-color: #efefef;
}
.atom-header .nav-strip ul {
  list-style: none;
  display: inline-flex;
  width: 100%;
  align-items: center;
  height: 40px;
  margin: 0px;
  padding-left: 125px;
}
.atom-header .nav-strip ul li {
  position: relative;
  display: flex;
  align-items: center;
}
.atom-header .nav-strip ul li:not(:last-child) {
  margin-right: 10px;
}
.atom-header .nav-strip ul li a {
  text-decoration: unset !important;
  color: #3a3a3a;
  padding: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px 20px;
}
.atom-header .nav-strip ul li a.active,
.atom-header .nav-strip ul li a:hover {
  color: #0779ff;
}
.toggle-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  display: flex;
  flex-direction: column;
  display: none;
  position: absolute;
  right: 18px;
}
@media (max-width: 1200px) {
  .toggle-button {
    display: flex;
  }
}
.hamburger .line {
  width: 24px;
  height: 2px;
  background-color: #000000;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-child(2) {
  width: 18px;
  margin-left: 10px;
}
.mat-menu-header .mat-menu-item {
  line-height: 40px !important;
  height: 40px;
  font-size: 14px;
  line-height: 19px;
  color: #3a3a3a;
}
.mega-menu {
  max-width: 735px !important;
  width: 735px !important;
  height: auto !important;
}
.mega-menu h2 {
  font-size: 12px;
  line-height: 19px;
  font-weight: 500;
  margin: 10px;
}
.mega-menu .mat-menu-item {
  line-height: 40px !important;
  height: 40px;
  font-size: 14px;
  line-height: 19px;
  color: #3a3a3a;
}
@media (max-width: 1200px) {
  .mega-menu {
    max-width: 100vw !important;
    width: 100vw !important;
  }
}
@media (max-width: 1200px) {
  .mega-menu-pane-class + .cdk-overlay-connected-position-bounding-box .cdk-overlay-pane {
    left: 0px !important;
  }
}
.hamburger:hover {
  cursor: pointer;
}
#hamburger-1.is-active .line {
  background-color: #000;
}
#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
.atom-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
  z-index: 9999;
  transition: all 0.5s ease;
  background-color: white;
  overflow-y: auto;
  overflow-x: hidden;
}
.atom-sidebar.close {
  width: 65px;
}
.atom-sidebar .logo-details {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
}
.atom-sidebar .logo-details i {
  font-size: 30px;
  color: #363636;
  height: 50px;
  min-width: 65px;
  text-align: center;
  line-height: 50px;
}
.atom-sidebar .logo-details .logo_name {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.atom-sidebar.close .logo-details .logo_name {
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.atom-sidebar .nav-links {
  height: 100%;
  padding: 30px 0 0px 0;
  overflow: auto;
  box-sizing: border-box;
  margin: 0px;
}
.atom-sidebar.close .nav-links {
  overflow: visible;
}
.atom-sidebar .nav-links::-webkit-scrollbar {
  display: none;
}
.atom-sidebar .nav-links li {
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}
.atom-sidebar .nav-links > li.active > a:before,
.atom-sidebar .nav-links > li:hover > a:before,
.atom-sidebar .nav-links > li.active > .iocn-link:before,
.atom-sidebar .nav-links > li:hover > .iocn-link:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 4px;
  height: 100%;
  background: #DA191E;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.atom-sidebar .nav-links li.active > a:before,
.atom-sidebar .nav-links li:hover > a:before,
.atom-sidebar .nav-links li.active > .iocn-link:before,
.atom-sidebar .nav-links li:hover > .iocn-link:before {
  opacity: 1;
}
.atom-sidebar .nav-links li .iocn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: white;
}
.atom-sidebar:not(.close) .nav-links li.active .iocn-link {
  border-top: 1px solid #FFACAE;
  border-bottom: 1px solid #FFACAE;
}
.atom-sidebar.close .nav-links li .iocn-link {
  display: block;
}
.atom-sidebar .nav-links li i {
  height: 50px;
  min-width: 65px;
  text-align: center;
  line-height: 50px;
  color: #363636;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.atom-sidebar .nav-links li.active i,
.atom-sidebar .nav-links li:hover i,
.atom-sidebar .nav-links li.active .link_name,
.atom-sidebar .nav-links li:hover .link_name {
  color: #DA191E !important;
}
.atom-sidebar .nav-links li.showMenu > .iocn-link i.arrow {
  transform: rotate(-180deg);
}
.atom-sidebar.close .nav-links i.arrow {
  display: none;
}
.atom-sidebar .nav-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.atom-sidebar .nav-links li a .link_name {
  font-size: 14px;
  font-weight: 400;
  color: #363636;
  transition: all 0.4s ease;
  white-space: pre;
  font-weight: 500;
}
.atom-sidebar .nav-links li.active > a,
.atom-sidebar .nav-links li:hover > a,
.atom-sidebar .nav-links li.active > .iocn-link,
.atom-sidebar .nav-links li:hover > .iocn-link {
  background-color: #FFEFEF;
}
.atom-sidebar .nav-links li:hover a {
  color: #DA191E;
}
.atom-sidebar.close .nav-links li a .link_name {
  opacity: 0;
  pointer-events: none;
}
.atom-sidebar .nav-links li .sub-menu {
  background: #fff;
  display: none;
}
.atom-sidebar .nav-links li.showMenu > .sub-menu {
  display: block;
  margin-top: -1px;
}
.atom-sidebar .nav-links li.showMenu > .sub-menu .iocn-link {
  background-color: #FFEFEF;
}
.atom-sidebar .nav-links li ul {
  display: none;
  padding-left: 0px;
}
.atom-sidebar .nav-links li.showMenu > ul {
  display: block;
}
.atom-sidebar .nav-links li .sub-menu a {
  color: #363636;
  font-size: 14px;
  padding: 5px 0;
  white-space: nowrap;
  height: 40px;
  min-width: 65px;
  line-height: 40px;
  transition: all 0.3s ease;
  padding-left: 35px;
}
.atom-sidebar .nav-links li > .sub-menu li:hover > a {
  background-color: white !important;
  color: red !important;
}
.atom-sidebar .nav-links li .sub-menu .sub-menu a {
  padding-left: 55px;
}
.atom-sidebar .nav-links li .sub-menu .sub-menu .sub-menu a {
  padding-left: 65px;
}
.atom-sidebar .nav-links li .sub-menu a:hover {
  opacity: 1;
}
.atom-sidebar.close .nav-links li .sub-menu {
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}
.atom-sidebar.close .nav-links li:hover > .sub-menu {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}
.atom-sidebar.close .nav-links li > .sub-menu .link_name {
  font-size: 18px;
  opacity: 1;
  display: block;
}
.atom-sidebar .nav-links li > .sub-menu.blank {
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.atom-sidebar .nav-links li:hover > .sub-menu.blank {
  top: 50%;
  transform: translateY(-50%);
}
.atom-sidebar .nav-links li .sub-menu .showMenu .sub-menu .sub-menu,
.atom-sidebar .nav-links li .sub-menu .showMenu .sub-menu .sub-menu li:hover a {
  background: #fafafa !important;
}
.atom-sidebar.close .nav-links li:hover .sub-menu {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}
.hamburger-sidebar {
  font-size: 26px;
  padding: 10px;
  margin-bottom: 16px;
  display: inline-block;
}
.atom-input-file-btn {
  max-width: 160px;
  padding: 0px !important;
}
.atom-input-file-btn .mdc-button__label {
  height: 100%;
  max-width: 100%;
  justify-content: flex-start !important;
}
.atom-input-file-btn .atom-select-file span {
  display: flex;
  height: 100%;
  align-items: center;
}
.atom-input-file-btn .atom-select-file input {
  width: 100%;
  height: 100%;
}
.atom-input-file-btn .atom-select-file,
.atom-input-file-btn .file-name-section {
  width: 100%;
  height: 100%;
  padding: 0 15px !important;
  display: flex;
  align-items: center;
}
.atom-input-file-btn .atom-select-file i,
.atom-input-file-btn .file-name-section i {
  font-size: 16px !important;
  line-height: 22px !important;
}
.atom-input-file-btn .file-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  width: 74%;
  display: block;
  line-height: 32px;
}
.atom-input-file-btn .file-name a {
  padding: 4px;
  display: block;
  height: 100%;
  line-height: 33px;
}

/* node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css */
.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);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.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;
  -webkit-appearance: none;
  -moz-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;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(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 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 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 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 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-app-background {
  background-color: var(--mat-app-background-color, transparent);
  color: var(--mat-app-text-color, inherit);
}
html {
  --mat-ripple-color:rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color:#673ab7;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color:#ffd740;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color:#f44336;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color:#673ab7;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#673ab7;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color:#ffd740;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ffd740;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color:#ffd740;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ffd740;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color:#f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-app-background-color:#fafafa;
  --mat-app-text-color:rgba(0, 0, 0, 0.87);
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 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;
}
html {
  --mdc-elevated-card-container-shape:4px;
  --mdc-outlined-card-container-shape:4px;
  --mdc-outlined-card-outline-width:1px;
}
html {
  --mdc-elevated-card-container-color:white;
  --mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color:white;
  --mdc-outlined-card-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color:rgba(0, 0, 0, 0.54);
}
html {
  --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;
}
html {
  --mdc-linear-progress-active-indicator-height:4px;
  --mdc-linear-progress-track-height:4px;
  --mdc-linear-progress-track-shape:0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color:#673ab7;
  --mdc-linear-progress-track-color:rgba(103, 58, 183, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color:#ffd740;
  --mdc-linear-progress-track-color:rgba(255, 215, 64, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color:#f44336;
  --mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape:4px;
  --mdc-plain-tooltip-supporting-text-line-height:16px;
}
html {
  --mdc-plain-tooltip-container-color:#616161;
  --mdc-plain-tooltip-supporting-text-color:#fff;
}
html {
  --mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size:12px;
  --mdc-plain-tooltip-supporting-text-weight:400;
  --mdc-plain-tooltip-supporting-text-tracking:0.0333333333em;
}
html {
  --mdc-filled-text-field-active-indicator-height:1px;
  --mdc-filled-text-field-focus-active-indicator-height:2px;
  --mdc-filled-text-field-container-shape:4px;
  --mdc-outlined-text-field-outline-width:1px;
  --mdc-outlined-text-field-focus-outline-width:2px;
  --mdc-outlined-text-field-container-shape:4px;
}
html {
  --mdc-filled-text-field-caret-color:#673ab7;
  --mdc-filled-text-field-focus-active-indicator-color:#673ab7;
  --mdc-filled-text-field-focus-label-text-color:rgba(103, 58, 183, 0.87);
  --mdc-filled-text-field-container-color:whitesmoke;
  --mdc-filled-text-field-disabled-container-color:#fafafa;
  --mdc-filled-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color:#f44336;
  --mdc-filled-text-field-error-focus-label-text-color:#f44336;
  --mdc-filled-text-field-error-label-text-color:#f44336;
  --mdc-filled-text-field-error-caret-color:#f44336;
  --mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color:#f44336;
  --mdc-outlined-text-field-caret-color:#673ab7;
  --mdc-outlined-text-field-focus-outline-color:#673ab7;
  --mdc-outlined-text-field-focus-label-text-color:rgba(103, 58, 183, 0.87);
  --mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color:#f44336;
  --mdc-outlined-text-field-error-focus-label-text-color:#f44336;
  --mdc-outlined-text-field-error-label-text-color:#f44336;
  --mdc-outlined-text-field-error-hover-label-text-color:#f44336;
  --mdc-outlined-text-field-outline-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color:#f44336;
  --mdc-outlined-text-field-error-hover-outline-color:#f44336;
  --mdc-outlined-text-field-error-outline-color:#f44336;
  --mat-form-field-focus-select-arrow-color:rgba(103, 58, 183, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color:rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color:#f44336;
  --mat-form-field-select-option-text-color:inherit;
  --mat-form-field-select-disabled-option-text-color:GrayText;
  --mat-form-field-leading-icon-color:unset;
  --mat-form-field-disabled-leading-icon-color:unset;
  --mat-form-field-trailing-icon-color:unset;
  --mat-form-field-disabled-trailing-icon-color:unset;
  --mat-form-field-error-focus-trailing-icon-color:unset;
  --mat-form-field-error-hover-trailing-icon-color:unset;
  --mat-form-field-error-trailing-icon-color:unset;
  --mat-form-field-enabled-select-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity:0.04;
  --mat-form-field-focus-state-layer-opacity:0.08;
}
.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color:#ffd740;
  --mdc-filled-text-field-focus-active-indicator-color:#ffd740;
  --mdc-filled-text-field-focus-label-text-color:rgba(255, 215, 64, 0.87);
  --mdc-outlined-text-field-caret-color:#ffd740;
  --mdc-outlined-text-field-focus-outline-color:#ffd740;
  --mdc-outlined-text-field-focus-label-text-color:rgba(255, 215, 64, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(255, 215, 64, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color:#f44336;
  --mdc-filled-text-field-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color:#f44336;
  --mdc-outlined-text-field-focus-outline-color:#f44336;
  --mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-form-field-container-height:56px;
  --mat-form-field-filled-label-display:block;
  --mat-form-field-container-vertical-padding:16px;
  --mat-form-field-filled-with-label-container-padding-top:24px;
  --mat-form-field-filled-with-label-container-padding-bottom:8px;
}
html {
  --mdc-filled-text-field-label-text-font:Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size:16px;
  --mdc-filled-text-field-label-text-tracking:0.03125em;
  --mdc-filled-text-field-label-text-weight:400;
  --mdc-outlined-text-field-label-text-font:Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size:16px;
  --mdc-outlined-text-field-label-text-tracking:0.03125em;
  --mdc-outlined-text-field-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-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(103, 58, 183, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(255, 215, 64, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-select-arrow-transform:translateY(-8px);
}
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-container-shape:4px;
  --mat-autocomplete-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color:white;
}
html {
  --mdc-dialog-container-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color:#000;
  --mdc-dialog-container-shape:4px;
  --mat-dialog-container-max-width:80vw;
  --mat-dialog-container-small-max-width:80vw;
  --mat-dialog-container-min-width:0;
  --mat-dialog-actions-alignment:start;
  --mat-dialog-actions-padding:8px;
  --mat-dialog-content-padding:20px 24px;
  --mat-dialog-with-actions-content-padding:20px 24px;
  --mat-dialog-headline-padding:0 24px 9px;
}
html {
  --mdc-dialog-container-color:white;
  --mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6);
}
html {
  --mdc-dialog-subhead-font:Roboto, sans-serif;
  --mdc-dialog-subhead-line-height:32px;
  --mdc-dialog-subhead-size:20px;
  --mdc-dialog-subhead-weight:500;
  --mdc-dialog-subhead-tracking:0.0125em;
  --mdc-dialog-supporting-text-font:Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height:24px;
  --mdc-dialog-supporting-text-size:16px;
  --mdc-dialog-supporting-text-weight:400;
  --mdc-dialog-supporting-text-tracking:0.03125em;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-family:rounded;
  --mdc-chip-container-shape-radius:16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family:rounded;
  --mdc-chip-with-avatar-avatar-shape-radius:14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size:28px;
  --mdc-chip-with-icon-icon-size:18px;
  --mdc-chip-outline-width:0;
  --mdc-chip-outline-color:transparent;
  --mdc-chip-disabled-outline-color:transparent;
  --mdc-chip-focus-outline-color:transparent;
  --mdc-chip-hover-state-layer-opacity:0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity:1;
  --mdc-chip-flat-selected-outline-width:0;
  --mdc-chip-selected-hover-state-layer-opacity:0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:1;
  --mdc-chip-with-icon-disabled-icon-opacity:1;
  --mat-chip-disabled-container-opacity:0.4;
  --mat-chip-trailing-action-opacity:0.54;
  --mat-chip-trailing-action-focus-opacity:1;
  --mat-chip-trailing-action-state-layer-color:transparent;
  --mat-chip-selected-trailing-action-state-layer-color:transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity:0;
  --mat-chip-trailing-action-focus-state-layer-opacity:0;
}
.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color:#212121;
  --mdc-chip-elevated-container-color:#e0e0e0;
  --mdc-chip-elevated-selected-container-color:#e0e0e0;
  --mdc-chip-elevated-disabled-container-color:#e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color:#e0e0e0;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:#212121;
  --mdc-chip-selected-label-text-color:#212121;
  --mdc-chip-with-icon-icon-color:#212121;
  --mdc-chip-with-icon-disabled-icon-color:#212121;
  --mdc-chip-with-icon-selected-icon-color:#212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color:#212121;
  --mat-chip-selected-disabled-trailing-icon-color:#212121;
  --mat-chip-selected-trailing-icon-color:#212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#673ab7;
  --mdc-chip-elevated-selected-container-color:#673ab7;
  --mdc-chip-elevated-disabled-container-color:#673ab7;
  --mdc-chip-flat-disabled-selected-container-color:#673ab7;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-chip-elevated-container-color:#ffd740;
  --mdc-chip-elevated-selected-container-color:#ffd740;
  --mdc-chip-elevated-disabled-container-color:#ffd740;
  --mdc-chip-flat-disabled-selected-container-color:#ffd740;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-chip-selected-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color:rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color:rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color:rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color:rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color:rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#f44336;
  --mdc-chip-elevated-selected-container-color:#f44336;
  --mdc-chip-elevated-disabled-container-color:#f44336;
  --mdc-chip-flat-disabled-selected-container-color:#f44336;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height:32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font:Roboto, sans-serif;
  --mdc-chip-label-text-line-height:20px;
  --mdc-chip-label-text-size:14px;
  --mdc-chip-label-text-tracking:0.0178571429em;
  --mdc-chip-label-text-weight:400;
}
html {
  --mdc-switch-disabled-selected-icon-opacity:0.38;
  --mdc-switch-disabled-track-opacity:0.12;
  --mdc-switch-disabled-unselected-icon-opacity:0.38;
  --mdc-switch-handle-height:20px;
  --mdc-switch-handle-shape:10px;
  --mdc-switch-handle-width:20px;
  --mdc-switch-selected-icon-size:18px;
  --mdc-switch-track-height:14px;
  --mdc-switch-track-shape:7px;
  --mdc-switch-track-width:36px;
  --mdc-switch-unselected-icon-size:18px;
  --mdc-switch-selected-focus-state-layer-opacity:0.12;
  --mdc-switch-selected-hover-state-layer-opacity:0.04;
  --mdc-switch-selected-pressed-state-layer-opacity:0.1;
  --mdc-switch-unselected-focus-state-layer-opacity:0.12;
  --mdc-switch-unselected-hover-state-layer-opacity:0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity:0.1;
  --mat-switch-disabled-selected-handle-opacity:0.38;
  --mat-switch-disabled-unselected-handle-opacity:0.38;
  --mat-switch-unselected-handle-size:20px;
  --mat-switch-selected-handle-size:20px;
  --mat-switch-pressed-handle-size:20px;
  --mat-switch-with-icon-handle-size:20px;
  --mat-switch-selected-handle-horizontal-margin:0;
  --mat-switch-selected-with-icon-handle-horizontal-margin:0;
  --mat-switch-selected-pressed-handle-horizontal-margin:0;
  --mat-switch-unselected-handle-horizontal-margin:0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin:0;
  --mat-switch-unselected-pressed-handle-horizontal-margin:0;
  --mat-switch-visible-track-opacity:1;
  --mat-switch-hidden-track-opacity:1;
  --mat-switch-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width:1px;
  --mat-switch-track-outline-color:transparent;
  --mat-switch-selected-track-outline-width:1px;
  --mat-switch-disabled-unselected-track-outline-width:1px;
  --mat-switch-disabled-unselected-track-outline-color:transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color:#5e35b1;
  --mdc-switch-selected-handle-color:#5e35b1;
  --mdc-switch-selected-hover-state-layer-color:#5e35b1;
  --mdc-switch-selected-pressed-state-layer-color:#5e35b1;
  --mdc-switch-selected-focus-handle-color:#311b92;
  --mdc-switch-selected-hover-handle-color:#311b92;
  --mdc-switch-selected-pressed-handle-color:#311b92;
  --mdc-switch-selected-focus-track-color:#9575cd;
  --mdc-switch-selected-hover-track-color:#9575cd;
  --mdc-switch-selected-pressed-track-color:#9575cd;
  --mdc-switch-selected-track-color:#9575cd;
  --mdc-switch-disabled-selected-handle-color:#424242;
  --mdc-switch-disabled-selected-icon-color:#fff;
  --mdc-switch-disabled-selected-track-color:#424242;
  --mdc-switch-disabled-unselected-handle-color:#424242;
  --mdc-switch-disabled-unselected-icon-color:#fff;
  --mdc-switch-disabled-unselected-track-color:#424242;
  --mdc-switch-handle-surface-color:var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color:black;
  --mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color:#fff;
  --mdc-switch-unselected-focus-handle-color:#212121;
  --mdc-switch-unselected-focus-state-layer-color:#424242;
  --mdc-switch-unselected-focus-track-color:#e0e0e0;
  --mdc-switch-unselected-handle-color:#616161;
  --mdc-switch-unselected-hover-handle-color:#212121;
  --mdc-switch-unselected-hover-state-layer-color:#424242;
  --mdc-switch-unselected-hover-track-color:#e0e0e0;
  --mdc-switch-unselected-icon-color:#fff;
  --mdc-switch-unselected-pressed-handle-color:#212121;
  --mdc-switch-unselected-pressed-state-layer-color:#424242;
  --mdc-switch-unselected-pressed-track-color:#e0e0e0;
  --mdc-switch-unselected-track-color:#e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color:rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color:#ffb300;
  --mdc-switch-selected-handle-color:#ffb300;
  --mdc-switch-selected-hover-state-layer-color:#ffb300;
  --mdc-switch-selected-pressed-state-layer-color:#ffb300;
  --mdc-switch-selected-focus-handle-color:#ff6f00;
  --mdc-switch-selected-hover-handle-color:#ff6f00;
  --mdc-switch-selected-pressed-handle-color:#ff6f00;
  --mdc-switch-selected-focus-track-color:#ffd54f;
  --mdc-switch-selected-hover-track-color:#ffd54f;
  --mdc-switch-selected-pressed-track-color:#ffd54f;
  --mdc-switch-selected-track-color:#ffd54f;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color:#e53935;
  --mdc-switch-selected-handle-color:#e53935;
  --mdc-switch-selected-hover-state-layer-color:#e53935;
  --mdc-switch-selected-pressed-state-layer-color:#e53935;
  --mdc-switch-selected-focus-handle-color:#b71c1c;
  --mdc-switch-selected-hover-handle-color:#b71c1c;
  --mdc-switch-selected-pressed-handle-color:#b71c1c;
  --mdc-switch-selected-focus-track-color:#e57373;
  --mdc-switch-selected-hover-track-color:#e57373;
  --mdc-switch-selected-pressed-track-color:#e57373;
  --mdc-switch-selected-track-color:#e57373;
}
html {
  --mdc-switch-state-layer-size:40px;
}
html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-font:Roboto, sans-serif;
  --mdc-form-field-label-text-line-height:20px;
  --mdc-form-field-label-text-size:14px;
  --mdc-form-field-label-text-tracking:0.0178571429em;
  --mdc-form-field-label-text-weight:400;
}
html {
  --mdc-radio-disabled-selected-icon-opacity:0.38;
  --mdc-radio-disabled-unselected-icon-opacity:0.38;
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-radio-button {
  --mdc-form-field-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#673ab7;
  --mdc-radio-selected-hover-icon-color:#673ab7;
  --mdc-radio-selected-icon-color:#673ab7;
  --mdc-radio-selected-pressed-icon-color:#673ab7;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#673ab7;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ffd740;
  --mdc-radio-selected-hover-icon-color:#ffd740;
  --mdc-radio-selected-icon-color:#ffd740;
  --mdc-radio-selected-pressed-icon-color:#ffd740;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#ffd740;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#f44336;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
}
html {
  --mdc-radio-state-layer-size:40px;
  --mat-radio-touch-target-display:block;
}
.mat-mdc-radio-button {
  --mdc-form-field-label-text-font:Roboto, sans-serif;
  --mdc-form-field-label-text-line-height:20px;
  --mdc-form-field-label-text-size:14px;
  --mdc-form-field-label-text-tracking:0.0178571429em;
  --mdc-form-field-label-text-weight:400;
}
html {
  --mat-slider-value-indicator-width:auto;
  --mat-slider-value-indicator-height:32px;
  --mat-slider-value-indicator-caret-display:block;
  --mat-slider-value-indicator-border-radius:4px;
  --mat-slider-value-indicator-padding:0 12px;
  --mat-slider-value-indicator-text-transform:none;
  --mat-slider-value-indicator-container-transform:translateX(-50%);
  --mdc-slider-active-track-height:6px;
  --mdc-slider-active-track-shape:9999px;
  --mdc-slider-handle-height:20px;
  --mdc-slider-handle-shape:50%;
  --mdc-slider-handle-width:20px;
  --mdc-slider-inactive-track-height:4px;
  --mdc-slider-inactive-track-shape:9999px;
  --mdc-slider-with-overlap-handle-outline-width:1px;
  --mdc-slider-with-tick-marks-active-container-opacity:0.6;
  --mdc-slider-with-tick-marks-container-shape:50%;
  --mdc-slider-with-tick-marks-container-size:2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity:0.6;
}
html {
  --mdc-slider-handle-color:#673ab7;
  --mdc-slider-focus-handle-color:#673ab7;
  --mdc-slider-hover-handle-color:#673ab7;
  --mdc-slider-active-track-color:#673ab7;
  --mdc-slider-inactive-track-color:#673ab7;
  --mdc-slider-with-tick-marks-inactive-container-color:#673ab7;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mdc-slider-disabled-active-track-color:#000;
  --mdc-slider-disabled-handle-color:#000;
  --mdc-slider-disabled-inactive-track-color:#000;
  --mdc-slider-label-container-color:#000;
  --mdc-slider-label-label-text-color:#fff;
  --mdc-slider-with-overlap-handle-outline-color:#fff;
  --mdc-slider-with-tick-marks-disabled-container-color:#000;
  --mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color:#673ab7;
  --mat-slider-hover-state-layer-color:rgba(103, 58, 183, 0.05);
  --mat-slider-focus-state-layer-color:rgba(103, 58, 183, 0.2);
  --mat-slider-value-indicator-opacity:0.6;
}
html .mat-accent {
  --mat-slider-ripple-color:#ffd740;
  --mat-slider-hover-state-layer-color:rgba(255, 215, 64, 0.05);
  --mat-slider-focus-state-layer-color:rgba(255, 215, 64, 0.2);
  --mdc-slider-handle-color:#ffd740;
  --mdc-slider-focus-handle-color:#ffd740;
  --mdc-slider-hover-handle-color:#ffd740;
  --mdc-slider-active-track-color:#ffd740;
  --mdc-slider-inactive-track-color:#ffd740;
  --mdc-slider-with-tick-marks-inactive-container-color:#ffd740;
  --mdc-slider-with-tick-marks-active-container-color:rgba(0, 0, 0, 0.87);
}
html .mat-warn {
  --mat-slider-ripple-color:#f44336;
  --mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2);
  --mdc-slider-handle-color:#f44336;
  --mdc-slider-focus-handle-color:#f44336;
  --mdc-slider-hover-handle-color:#f44336;
  --mdc-slider-active-track-color:#f44336;
  --mdc-slider-inactive-track-color:#f44336;
  --mdc-slider-with-tick-marks-inactive-container-color:#f44336;
  --mdc-slider-with-tick-marks-active-container-color:white;
}
html {
  --mdc-slider-label-label-text-font:Roboto, sans-serif;
  --mdc-slider-label-label-text-size:14px;
  --mdc-slider-label-label-text-line-height:22px;
  --mdc-slider-label-label-text-tracking:0.0071428571em;
  --mdc-slider-label-label-text-weight:500;
}
html {
  --mat-menu-container-shape:4px;
  --mat-menu-divider-bottom-spacing:0;
  --mat-menu-divider-top-spacing:0;
  --mat-menu-item-spacing:16px;
  --mat-menu-item-icon-size:24px;
  --mat-menu-item-leading-spacing:16px;
  --mat-menu-item-trailing-spacing:16px;
  --mat-menu-item-with-icon-leading-spacing:16px;
  --mat-menu-item-with-icon-trailing-spacing:16px;
}
html {
  --mat-menu-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-container-color:white;
  --mat-menu-divider-color:rgba(0, 0, 0, 0.12);
}
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;
}
html {
  --mdc-list-list-item-container-shape:0;
  --mdc-list-list-item-leading-avatar-shape:50%;
  --mdc-list-list-item-container-color:transparent;
  --mdc-list-list-item-selected-container-color:transparent;
  --mdc-list-list-item-leading-avatar-color:transparent;
  --mdc-list-list-item-leading-icon-size:24px;
  --mdc-list-list-item-leading-avatar-size:40px;
  --mdc-list-list-item-trailing-icon-size:24px;
  --mdc-list-list-item-disabled-state-layer-color:transparent;
  --mdc-list-list-item-disabled-state-layer-opacity:0;
  --mdc-list-list-item-disabled-label-text-opacity:0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity:0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity:0.38;
  --mat-list-active-indicator-color:transparent;
  --mat-list-active-indicator-shape:4px;
}
html {
  --mdc-list-list-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color:black;
  --mdc-list-list-item-disabled-leading-icon-color:black;
  --mdc-list-list-item-disabled-trailing-icon-color:black;
  --mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color:black;
  --mdc-list-list-item-hover-state-layer-opacity:0.04;
  --mdc-list-list-item-focus-state-layer-color:black;
  --mdc-list-list-item-focus-state-layer-opacity:0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#673ab7;
  --mdc-radio-selected-hover-icon-color:#673ab7;
  --mdc-radio-selected-icon-color:#673ab7;
  --mdc-radio-selected-pressed-icon-color:#673ab7;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ffd740;
  --mdc-radio-selected-hover-icon-color:#ffd740;
  --mdc-radio-selected-icon-color:#ffd740;
  --mdc-radio-selected-pressed-icon-color:#ffd740;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#673ab7;
  --mdc-checkbox-selected-hover-icon-color:#673ab7;
  --mdc-checkbox-selected-icon-color:#673ab7;
  --mdc-checkbox-selected-pressed-icon-color:#673ab7;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#673ab7;
  --mdc-checkbox-selected-hover-state-layer-color:#673ab7;
  --mdc-checkbox-selected-pressed-state-layer-color:#673ab7;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:black;
  --mdc-checkbox-selected-focus-icon-color:#ffd740;
  --mdc-checkbox-selected-hover-icon-color:#ffd740;
  --mdc-checkbox-selected-icon-color:#ffd740;
  --mdc-checkbox-selected-pressed-icon-color:#ffd740;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ffd740;
  --mdc-checkbox-selected-hover-state-layer-color:#ffd740;
  --mdc-checkbox-selected-pressed-state-layer-color:#ffd740;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-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: #673ab7;
}
.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: #673ab7;
}
.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;
}
html {
  --mdc-list-list-item-one-line-container-height:48px;
  --mdc-list-list-item-two-line-container-height:64px;
  --mdc-list-list-item-three-line-container-height:88px;
  --mat-list-list-item-leading-icon-start-space:16px;
  --mat-list-list-item-leading-icon-end-space:32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size:40px;
}
.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;
}
html {
  --mdc-list-list-item-label-text-font:Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height:24px;
  --mdc-list-list-item-label-text-size:16px;
  --mdc-list-list-item-label-text-tracking:0.03125em;
  --mdc-list-list-item-label-text-weight:400;
  --mdc-list-list-item-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height:20px;
  --mdc-list-list-item-supporting-text-size:14px;
  --mdc-list-list-item-supporting-text-tracking:0.0178571429em;
  --mdc-list-list-item-supporting-text-weight:400;
  --mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height:20px;
  --mdc-list-list-item-trailing-supporting-text-size:12px;
  --mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight:400;
}
.mdc-list-group__subheader {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
}
html {
  --mat-paginator-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color:white;
  --mat-paginator-enabled-icon-color:rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-paginator-container-size:56px;
  --mat-paginator-form-field-container-height:40px;
  --mat-paginator-form-field-container-vertical-padding:8px;
}
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;
}
html {
  --mdc-tab-indicator-active-indicator-height:2px;
  --mdc-tab-indicator-active-indicator-shape:0;
  --mdc-secondary-navigation-tab-container-height:48px;
  --mat-tab-header-divider-color:transparent;
  --mat-tab-header-divider-height:0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color:#673ab7;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#673ab7;
  --mat-tab-header-active-ripple-color:#673ab7;
  --mat-tab-header-inactive-ripple-color:#673ab7;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#673ab7;
  --mat-tab-header-active-hover-label-text-color:#673ab7;
  --mat-tab-header-active-focus-indicator-color:#673ab7;
  --mat-tab-header-active-hover-indicator-color:#673ab7;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color:#ffd740;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#ffd740;
  --mat-tab-header-active-ripple-color:#ffd740;
  --mat-tab-header-inactive-ripple-color:#ffd740;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#ffd740;
  --mat-tab-header-active-hover-label-text-color:#ffd740;
  --mat-tab-header-active-focus-indicator-color:#ffd740;
  --mat-tab-header-active-hover-indicator-color:#ffd740;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color:#f44336;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#f44336;
  --mat-tab-header-active-ripple-color:#f44336;
  --mat-tab-header-inactive-ripple-color:#f44336;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#f44336;
  --mat-tab-header-active-hover-label-text-color:#f44336;
  --mat-tab-header-active-focus-indicator-color:#f44336;
  --mat-tab-header-active-hover-indicator-color:#f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color:#673ab7;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color:#ffd740;
  --mat-tab-header-with-background-foreground-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color:#f44336;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height:48px;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font:Roboto, sans-serif;
  --mat-tab-header-label-text-size:14px;
  --mat-tab-header-label-text-tracking:0.0892857143em;
  --mat-tab-header-label-text-line-height:36px;
  --mat-tab-header-label-text-weight:500;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color:#fff;
  --mdc-checkbox-selected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity:0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:black;
  --mdc-checkbox-selected-focus-icon-color:#ffd740;
  --mdc-checkbox-selected-hover-icon-color:#ffd740;
  --mdc-checkbox-selected-icon-color:#ffd740;
  --mdc-checkbox-selected-pressed-icon-color:#ffd740;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ffd740;
  --mdc-checkbox-selected-hover-state-layer-color:#ffd740;
  --mdc-checkbox-selected-pressed-state-layer-color:#ffd740;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
  --mat-checkbox-disabled-label-color:rgba(0, 0, 0, 0.38);
}
.mat-mdc-checkbox {
  --mdc-form-field-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#673ab7;
  --mdc-checkbox-selected-hover-icon-color:#673ab7;
  --mdc-checkbox-selected-icon-color:#673ab7;
  --mdc-checkbox-selected-pressed-icon-color:#673ab7;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#673ab7;
  --mdc-checkbox-selected-hover-state-layer-color:#673ab7;
  --mdc-checkbox-selected-pressed-state-layer-color:#673ab7;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
html {
  --mdc-checkbox-state-layer-size:40px;
  --mat-checkbox-touch-target-display:block;
}
.mat-mdc-checkbox {
  --mdc-form-field-label-text-font:Roboto, sans-serif;
  --mdc-form-field-label-text-line-height:20px;
  --mdc-form-field-label-text-size:14px;
  --mdc-form-field-label-text-tracking:0.0178571429em;
  --mdc-form-field-label-text-weight:400;
}
html {
  --mdc-text-button-container-shape:4px;
  --mdc-text-button-keep-touch-target:false;
  --mdc-filled-button-container-shape:4px;
  --mdc-filled-button-keep-touch-target:false;
  --mdc-protected-button-container-shape:4px;
  --mdc-protected-button-keep-touch-target:false;
  --mdc-outlined-button-keep-touch-target:false;
  --mdc-outlined-button-outline-width:1px;
  --mdc-outlined-button-container-shape:4px;
  --mat-text-button-horizontal-padding:8px;
  --mat-text-button-with-icon-horizontal-padding:8px;
  --mat-text-button-icon-spacing:8px;
  --mat-text-button-icon-offset:0;
  --mat-filled-button-horizontal-padding:16px;
  --mat-filled-button-icon-spacing:8px;
  --mat-filled-button-icon-offset:-4px;
  --mat-protected-button-horizontal-padding:16px;
  --mat-protected-button-icon-spacing:8px;
  --mat-protected-button-icon-offset:-4px;
  --mat-outlined-button-horizontal-padding:15px;
  --mat-outlined-button-icon-spacing:8px;
  --mat-outlined-button-icon-offset:-4px;
}
html {
  --mdc-text-button-label-text-color:black;
  --mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color:black;
  --mat-text-button-disabled-state-layer-color:black;
  --mat-text-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity:0.04;
  --mat-text-button-focus-state-layer-opacity:0.12;
  --mat-text-button-pressed-state-layer-opacity:0.12;
  --mdc-filled-button-container-color:white;
  --mdc-filled-button-label-text-color:black;
  --mdc-filled-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color:black;
  --mat-filled-button-disabled-state-layer-color:black;
  --mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity:0.04;
  --mat-filled-button-focus-state-layer-opacity:0.12;
  --mat-filled-button-pressed-state-layer-opacity:0.12;
  --mdc-protected-button-container-color:white;
  --mdc-protected-button-label-text-color:black;
  --mdc-protected-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color:#000;
  --mat-protected-button-state-layer-color:black;
  --mat-protected-button-disabled-state-layer-color:black;
  --mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity:0.04;
  --mat-protected-button-focus-state-layer-opacity:0.12;
  --mat-protected-button-pressed-state-layer-opacity:0.12;
  --mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color:black;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:black;
  --mat-outlined-button-disabled-state-layer-color:black;
  --mat-outlined-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity:0.04;
  --mat-outlined-button-focus-state-layer-opacity:0.12;
  --mat-outlined-button-pressed-state-layer-opacity:0.12;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color:#673ab7;
  --mat-text-button-state-layer-color:#673ab7;
  --mat-text-button-ripple-color:rgba(103, 58, 183, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color:#ffd740;
  --mat-text-button-state-layer-color:#ffd740;
  --mat-text-button-ripple-color:rgba(255, 215, 64, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color:#f44336;
  --mat-text-button-state-layer-color:#f44336;
  --mat-text-button-ripple-color:rgba(244, 67, 54, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color:#673ab7;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color:#ffd740;
  --mdc-filled-button-label-text-color:black;
  --mat-filled-button-state-layer-color:black;
  --mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color:#f44336;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color:#673ab7;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color:#ffd740;
  --mdc-protected-button-label-text-color:black;
  --mat-protected-button-state-layer-color:black;
  --mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color:#f44336;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color:#673ab7;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#673ab7;
  --mat-outlined-button-ripple-color:rgba(103, 58, 183, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color:#ffd740;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#ffd740;
  --mat-outlined-button-ripple-color:rgba(255, 215, 64, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color:#f44336;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#f44336;
  --mat-outlined-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mdc-text-button-container-height:36px;
  --mdc-filled-button-container-height:36px;
  --mdc-outlined-button-container-height:36px;
  --mdc-protected-button-container-height:36px;
  --mat-text-button-touch-target-display:block;
  --mat-filled-button-touch-target-display:block;
  --mat-protected-button-touch-target-display:block;
  --mat-outlined-button-touch-target-display:block;
}
html {
  --mdc-text-button-label-text-font:Roboto, sans-serif;
  --mdc-text-button-label-text-size:14px;
  --mdc-text-button-label-text-tracking:0.0892857143em;
  --mdc-text-button-label-text-weight:500;
  --mdc-text-button-label-text-transform:none;
  --mdc-filled-button-label-text-font:Roboto, sans-serif;
  --mdc-filled-button-label-text-size:14px;
  --mdc-filled-button-label-text-tracking:0.0892857143em;
  --mdc-filled-button-label-text-weight:500;
  --mdc-filled-button-label-text-transform:none;
  --mdc-outlined-button-label-text-font:Roboto, sans-serif;
  --mdc-outlined-button-label-text-size:14px;
  --mdc-outlined-button-label-text-tracking:0.0892857143em;
  --mdc-outlined-button-label-text-weight:500;
  --mdc-outlined-button-label-text-transform:none;
  --mdc-protected-button-label-text-font:Roboto, sans-serif;
  --mdc-protected-button-label-text-size:14px;
  --mdc-protected-button-label-text-tracking:0.0892857143em;
  --mdc-protected-button-label-text-weight:500;
  --mdc-protected-button-label-text-transform:none;
}
html {
  --mdc-icon-button-icon-size:24px;
}
html {
  --mdc-icon-button-icon-color:inherit;
  --mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color:black;
  --mat-icon-button-disabled-state-layer-color:black;
  --mat-icon-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity:0.04;
  --mat-icon-button-focus-state-layer-opacity:0.12;
  --mat-icon-button-pressed-state-layer-opacity:0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color:#673ab7;
  --mat-icon-button-state-layer-color:#673ab7;
  --mat-icon-button-ripple-color:rgba(103, 58, 183, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color:#ffd740;
  --mat-icon-button-state-layer-color:#ffd740;
  --mat-icon-button-ripple-color:rgba(255, 215, 64, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color:#f44336;
  --mat-icon-button-state-layer-color:#f44336;
  --mat-icon-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mat-icon-button-touch-target-display:block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size:48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape:50%;
  --mdc-fab-icon-size:24px;
  --mdc-fab-small-container-shape:50%;
  --mdc-fab-small-icon-size:24px;
  --mdc-extended-fab-container-height:48px;
  --mdc-extended-fab-container-shape:24px;
}
html {
  --mdc-fab-container-color:white;
  --mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color:#000;
  --mat-fab-foreground-color:black;
  --mat-fab-state-layer-color:black;
  --mat-fab-disabled-state-layer-color:black;
  --mat-fab-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity:0.04;
  --mat-fab-focus-state-layer-opacity:0.12;
  --mat-fab-pressed-state-layer-opacity:0.12;
  --mat-fab-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color:white;
  --mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color:#000;
  --mat-fab-small-foreground-color:black;
  --mat-fab-small-state-layer-color:black;
  --mat-fab-small-disabled-state-layer-color:black;
  --mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity:0.04;
  --mat-fab-small-focus-state-layer-opacity:0.12;
  --mat-fab-small-pressed-state-layer-opacity:0.12;
  --mat-fab-small-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
  --mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color:#000;
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color:#673ab7;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color:#ffd740;
  --mat-fab-foreground-color:black;
  --mat-fab-state-layer-color:black;
  --mat-fab-ripple-color:rgba(0, 0, 0, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color:#f44336;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color:#673ab7;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color:#ffd740;
  --mat-fab-small-foreground-color:black;
  --mat-fab-small-state-layer-color:black;
  --mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color:#f44336;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display:block;
  --mat-fab-small-touch-target-display:block;
}
html {
  --mdc-extended-fab-label-text-font:Roboto, sans-serif;
  --mdc-extended-fab-label-text-size:14px;
  --mdc-extended-fab-label-text-tracking:0.0892857143em;
  --mdc-extended-fab-label-text-weight:500;
}
html {
  --mdc-snackbar-container-shape:4px;
}
html {
  --mdc-snackbar-container-color:#333333;
  --mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color:#ffd740;
}
html {
  --mdc-snackbar-supporting-text-font:Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height:20px;
  --mdc-snackbar-supporting-text-size:14px;
  --mdc-snackbar-supporting-text-weight:400;
}
html {
  --mat-table-row-item-outline-width:1px;
}
html {
  --mat-table-background-color:white;
  --mat-table-header-headline-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color:rgba(0, 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;
}
html {
  --mdc-circular-progress-active-indicator-width:4px;
  --mdc-circular-progress-size:48px;
}
html {
  --mdc-circular-progress-active-indicator-color:#673ab7;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color:#ffd740;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color:#f44336;
}
html {
  --mat-badge-container-shape:50%;
  --mat-badge-container-size:unset;
  --mat-badge-small-size-container-size:unset;
  --mat-badge-large-size-container-size:unset;
  --mat-badge-legacy-container-size:22px;
  --mat-badge-legacy-small-size-container-size:16px;
  --mat-badge-legacy-large-size-container-size:28px;
  --mat-badge-container-offset:-11px 0;
  --mat-badge-small-size-container-offset:-8px 0;
  --mat-badge-large-size-container-offset:-14px 0;
  --mat-badge-container-overlap-offset:-11px;
  --mat-badge-small-size-container-overlap-offset:-8px;
  --mat-badge-large-size-container-overlap-offset:-14px;
  --mat-badge-container-padding:0;
  --mat-badge-small-size-container-padding:0;
  --mat-badge-large-size-container-padding:0;
}
html {
  --mat-badge-background-color:#673ab7;
  --mat-badge-text-color:white;
  --mat-badge-disabled-state-background-color:#b9b9b9;
  --mat-badge-disabled-state-text-color:rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color:#ffd740;
  --mat-badge-text-color:rgba(0, 0, 0, 0.87);
}
.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-shape:4px;
}
html {
  --mat-bottom-sheet-container-text-color:rgba(0, 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-legacy-button-toggle-height:36px;
  --mat-legacy-button-toggle-shape:2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity:1;
  --mat-standard-button-toggle-shape:4px;
  --mat-standard-button-toggle-hover-state-layer-opacity:0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity:0.12;
}
html {
  --mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color:white;
  --mat-standard-button-toggle-state-layer-color:black;
  --mat-standard-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color:white;
  --mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-divider-color:#e0e0e0;
}
html {
  --mat-standard-button-toggle-height:48px;
}
html {
  --mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height:24px;
  --mat-legacy-button-toggle-label-text-size:16px;
  --mat-legacy-button-toggle-label-text-tracking:0.03125em;
  --mat-legacy-button-toggle-label-text-weight:400;
  --mat-standard-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height:24px;
  --mat-standard-button-toggle-label-text-size:16px;
  --mat-standard-button-toggle-label-text-tracking:0.03125em;
  --mat-standard-button-toggle-label-text-weight:400;
}
html {
  --mat-datepicker-calendar-container-shape:4px;
  --mat-datepicker-calendar-container-touch-shape:4px;
  --mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#673ab7;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(103, 58, 183, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(103, 58, 183, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(103, 58, 183, 0.3);
  --mat-datepicker-toggle-active-state-icon-color:#673ab7;
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(103, 58, 183, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --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:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color:black;
  --mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color:transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color:white;
  --mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color:#ffd740;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 215, 64, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 215, 64, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 215, 64, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 215, 64, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --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:rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --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:#ffd740;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color:#f44336;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display:none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size:40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
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-width:1px;
}
html {
  --mat-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape:4px;
  --mat-expansion-legacy-header-indicator-display:inline-block;
  --mat-expansion-header-indicator-display:none;
}
html {
  --mat-expansion-container-background-color:white;
  --mat-expansion-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color:rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color:rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color:rgba(0, 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:#673ab7;
}
.mat-icon.mat-accent {
  --mat-icon-color:#ffd740;
}
.mat-icon.mat-warn {
  --mat-icon-color:#f44336;
}
html {
  --mat-sidenav-container-shape:0;
  --mat-sidenav-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width:auto;
}
html {
  --mat-sidenav-container-divider-color:rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color:white;
  --mat-sidenav-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color:#fafafa;
  --mat-sidenav-content-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color:rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#673ab7;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#673ab7;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#673ab7;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
  --mat-stepper-container-color:white;
  --mat-stepper-line-color:rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color:#f44336;
  --mat-stepper-header-icon-background-color:rgba(0, 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:rgba(0, 0, 0, 0.87);
  --mat-stepper-header-selected-state-icon-background-color:#ffd740;
  --mat-stepper-header-selected-state-icon-foreground-color:rgba(0, 0, 0, 0.87);
  --mat-stepper-header-done-state-icon-background-color:#ffd740;
  --mat-stepper-header-done-state-icon-foreground-color:rgba(0, 0, 0, 0.87);
  --mat-stepper-header-edit-state-icon-background-color:#ffd740;
  --mat-stepper-header-edit-state-icon-foreground-color:rgba(0, 0, 0, 0.87);
}
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;
}
html {
  --mat-sort-arrow-color:#757575;
}
html {
  --mat-toolbar-container-background-color:whitesmoke;
  --mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color:#673ab7;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color:#ffd740;
  --mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87);
}
.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;
}
html {
  --mat-tree-container-background-color:white;
  --mat-tree-node-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height:48px;
}
html {
  --mat-tree-node-text-font:Roboto, sans-serif;
  --mat-tree-node-text-size:14px;
  --mat-tree-node-text-weight:400;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px/32px 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: 500 20px/32px Roboto, sans-serif;
  letter-spacing: .0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px/24px Roboto, sans-serif;
  letter-spacing: .03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px*.83)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px*.67)/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: 500 14px/22px Roboto, sans-serif;
  letter-spacing: .0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px/20px Roboto, sans-serif;
  letter-spacing: .0178571429em;
}
.mat-body p,
.mat-body-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: 400 12px/20px Roboto, sans-serif;
  letter-spacing: .0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px/96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px/60px Roboto, sans-serif;
  letter-spacing: -.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px/50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px/40px Roboto, sans-serif;
  letter-spacing: .0073529412em;
  margin: 0 0 64px;
}

/* node_modules/primeicons/primeicons.css */
@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";
}

/* src/styles.scss */
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flex {
  display: flex;
}
.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1465px;
  }
}
ul.forward-action-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
ul.forward-action-list.reverse-action-list li {
  width: calc(50% - 80px) !important;
  margin-left: 65px !important;
}
ul.forward-action-list li {
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  white-space: pre-line;
  transition: 0.4s ease all;
}
ul.forward-action-list li .services-icon {
  border: 1px solid #d7d7dc;
  border-radius: 10px;
  margin-right: 10px;
  padding: 6px;
  display: flex;
  align-items: center;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  transition: 0.4s ease all;
}
ul.forward-action-list li .services-icon svg path {
  fill: black;
}
ul.forward-action-list li:hover {
  color: #2256E7;
}
ul.forward-action-list li:hover .services-icon {
  background-color: #2256E7;
}
ul.forward-action-list li:hover .services-icon svg path {
  fill: #fff !important;
}
.mat-table-theme tbody tr td .link {
  color: #2256E7;
}
.mat-table-overflow {
  max-width: 100%;
  height: auto;
}
.list-none {
  list-style: none !important;
}
.btn-primary.mdc-button--raised.mat-Blue2,
.mdc-button--raised.mat-Blue2.btn-basic,
.mdc-button--raised.mat-Blue2.btn-outline-primary,
.btn-primary.mdc-button--raised.mat-primary,
.mdc-button--raised.mat-primary.btn-basic,
.mdc-button--raised.mat-primary.btn-outline-primary {
  background-color: #2256E7;
}
.btn-primary.mdc-button--raised.mat-Blue2.btn-hover,
.mdc-button--raised.mat-Blue2.btn-hover.btn-basic,
.mdc-button--raised.mat-Blue2.btn-hover.btn-outline-primary,
.btn-primary.mdc-button--raised.mat-Blue2:hover,
.mdc-button--raised.mat-Blue2.btn-basic:hover,
.mdc-button--raised.mat-Blue2.btn-outline-primary:hover,
.btn-primary.mdc-button--raised.mat-primary.btn-hover,
.mdc-button--raised.mat-primary.btn-hover.btn-basic,
.mdc-button--raised.mat-primary.btn-hover.btn-outline-primary,
.btn-primary.mdc-button--raised.mat-primary:hover,
.mdc-button--raised.mat-primary.btn-basic:hover,
.mdc-button--raised.mat-primary.btn-outline-primary:hover {
  background-color: #2256E7 !important;
}
.custom-tabs.auction-list-tabs .mdc-tab {
  padding-right: 15px;
  padding-left: 15px;
}
html,
body {
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}
.mdc-tooltip.multi-line-tooltip .mdc-tooltip__surface {
  background-color: #D9232D !important;
  color: #ffffff !important;
}

/* node_modules/material-icons/iconfont/material-icons.css */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons.woff2") format("woff2"), url("./media/material-icons.woff") format("woff");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-outlined.woff2") format("woff2"), url("./media/material-icons-outlined.woff") format("woff");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-round.woff2") format("woff2"), url("./media/material-icons-round.woff") format("woff");
}
.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-sharp.woff2") format("woff2"), url("./media/material-icons-sharp.woff") format("woff");
}
.material-icons-sharp {
  font-family: "Material Icons Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-two-tone.woff2") format("woff2"), url("./media/material-icons-two-tone.woff") format("woff");
}
.material-icons-two-tone {
  font-family: "Material Icons Two Tone";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

/* node_modules/bootstrap/dist/css/bootstrap.min.css */
/*!
* Bootstrap  v5.3.8 (https://getbootstrap.com/)
* Copyright 2011-2025 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root,
[data-bs-theme=light] {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-black:#000;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --bs-secondary-rgb:108,117,125;
  --bs-success-rgb:25,135,84;
  --bs-info-rgb:13,202,240;
  --bs-warning-rgb:255,193,7;
  --bs-danger-rgb:220,53,69;
  --bs-light-rgb:248,249,250;
  --bs-dark-rgb:33,37,41;
  --bs-primary-text-emphasis:#052c65;
  --bs-secondary-text-emphasis:#2b2f32;
  --bs-success-text-emphasis:#0a3622;
  --bs-info-text-emphasis:#055160;
  --bs-warning-text-emphasis:#664d03;
  --bs-danger-text-emphasis:#58151c;
  --bs-light-text-emphasis:#495057;
  --bs-dark-text-emphasis:#495057;
  --bs-primary-bg-subtle:#cfe2ff;
  --bs-secondary-bg-subtle:#e2e3e5;
  --bs-success-bg-subtle:#d1e7dd;
  --bs-info-bg-subtle:#cff4fc;
  --bs-warning-bg-subtle:#fff3cd;
  --bs-danger-bg-subtle:#f8d7da;
  --bs-light-bg-subtle:#fcfcfd;
  --bs-dark-bg-subtle:#ced4da;
  --bs-primary-border-subtle:#9ec5fe;
  --bs-secondary-border-subtle:#c4c8cb;
  --bs-success-border-subtle:#a3cfbb;
  --bs-info-border-subtle:#9eeaf9;
  --bs-warning-border-subtle:#ffe69c;
  --bs-danger-border-subtle:#f1aeb5;
  --bs-light-border-subtle:#e9ecef;
  --bs-dark-border-subtle:#adb5bd;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg:#fff;
  --bs-body-bg-rgb:255,255,255;
  --bs-emphasis-color:#000;
  --bs-emphasis-color-rgb:0,0,0;
  --bs-secondary-color:rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:33,37,41;
  --bs-secondary-bg:#e9ecef;
  --bs-secondary-bg-rgb:233,236,239;
  --bs-tertiary-color:rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb:33,37,41;
  --bs-tertiary-bg:#f8f9fa;
  --bs-tertiary-bg-rgb:248,249,250;
  --bs-heading-color:inherit;
  --bs-link-color:#0d6efd;
  --bs-link-color-rgb:13,110,253;
  --bs-link-decoration:underline;
  --bs-link-hover-color:#0a58ca;
  --bs-link-hover-color-rgb:10,88,202;
  --bs-code-color:#d63384;
  --bs-highlight-color:#212529;
  --bs-highlight-bg:#fff3cd;
  --bs-border-width:1px;
  --bs-border-style:solid;
  --bs-border-color:#dee2e6;
  --bs-border-color-translucent:rgba(0, 0, 0, 0.175);
  --bs-border-radius:0.375rem;
  --bs-border-radius-sm:0.25rem;
  --bs-border-radius-lg:0.5rem;
  --bs-border-radius-xl:1rem;
  --bs-border-radius-xxl:2rem;
  --bs-border-radius-2xl:var(--bs-border-radius-xxl);
  --bs-border-radius-pill:50rem;
  --bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width:0.25rem;
  --bs-focus-ring-opacity:0.25;
  --bs-focus-ring-color:rgba(13, 110, 253, 0.25);
  --bs-form-valid-color:#198754;
  --bs-form-valid-border-color:#198754;
  --bs-form-invalid-color:#dc3545;
  --bs-form-invalid-border-color:#dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color:#dee2e6;
  --bs-body-color-rgb:222,226,230;
  --bs-body-bg:#212529;
  --bs-body-bg-rgb:33,37,41;
  --bs-emphasis-color:#fff;
  --bs-emphasis-color-rgb:255,255,255;
  --bs-secondary-color:rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb:222,226,230;
  --bs-secondary-bg:#343a40;
  --bs-secondary-bg-rgb:52,58,64;
  --bs-tertiary-color:rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb:222,226,230;
  --bs-tertiary-bg:#2b3035;
  --bs-tertiary-bg-rgb:43,48,53;
  --bs-primary-text-emphasis:#6ea8fe;
  --bs-secondary-text-emphasis:#a7acb1;
  --bs-success-text-emphasis:#75b798;
  --bs-info-text-emphasis:#6edff6;
  --bs-warning-text-emphasis:#ffda6a;
  --bs-danger-text-emphasis:#ea868f;
  --bs-light-text-emphasis:#f8f9fa;
  --bs-dark-text-emphasis:#dee2e6;
  --bs-primary-bg-subtle:#031633;
  --bs-secondary-bg-subtle:#161719;
  --bs-success-bg-subtle:#051b11;
  --bs-info-bg-subtle:#032830;
  --bs-warning-bg-subtle:#332701;
  --bs-danger-bg-subtle:#2c0b0e;
  --bs-light-bg-subtle:#343a40;
  --bs-dark-bg-subtle:#1a1d20;
  --bs-primary-border-subtle:#084298;
  --bs-secondary-border-subtle:#41464b;
  --bs-success-border-subtle:#0f5132;
  --bs-info-border-subtle:#087990;
  --bs-warning-border-subtle:#997404;
  --bs-danger-border-subtle:#842029;
  --bs-light-border-subtle:#495057;
  --bs-dark-border-subtle:#343a40;
  --bs-heading-color:inherit;
  --bs-link-color:#6ea8fe;
  --bs-link-hover-color:#8bb9fe;
  --bs-link-color-rgb:110,168,254;
  --bs-link-hover-color-rgb:139,185,254;
  --bs-code-color:#e685b5;
  --bs-highlight-color:#dee2e6;
  --bs-highlight-bg:#664d03;
  --bs-border-color:#495057;
  --bs-border-color-translucent:rgba(255, 255, 255, 0.15);
  --bs-form-valid-color:#75b798;
  --bs-form-valid-border-color:#75b798;
  --bs-form-invalid-color:#ea868f;
  --bs-form-invalid-border-color:#ea868f;
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width:1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + .9vw);
}
@media (min-width:1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + .6vw);
}
@media (min-width:1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + .3vw);
}
@media (min-width:1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: .875em;
}
.mark,
mark {
  padding: .1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb:var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: .875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: .1875rem .375rem;
  font-size: .875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  line-height: inherit;
  font-size: calc(1.275rem + .3vw);
}
@media (min-width:1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width:1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width:1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width:1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width:1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width:1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width:1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.initialism {
  font-size: .875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  font-size: .875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs:0;
  --bs-breakpoint-sm:576px;
  --bs-breakpoint-md:768px;
  --bs-breakpoint-lg:992px;
  --bs-breakpoint-xl:1200px;
  --bs-breakpoint-xxl:1400px;
}
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.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%;
}
.g-0,
.gx-0 {
  --bs-gutter-x:0;
}
.g-0,
.gy-0 {
  --bs-gutter-y:0;
}
.g-1,
.gx-1 {
  --bs-gutter-x:0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y:0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x:0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y:0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x:1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y:1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x:1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y:1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x:3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y:3rem;
}
@media (min-width:576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x:0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y:0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x:1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y:1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x:3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x:0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y:0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x:1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y:1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x:3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x:0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y:0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x:1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y:1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x:3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x:0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y:0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x:0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y:0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}
.table {
  --bs-table-color-type:initial;
  --bs-table-bg-type:initial;
  --bs-table-color-state:initial;
  --bs-table-bg-state:initial;
  --bs-table-color:var(--bs-emphasis-color);
  --bs-table-bg:var(--bs-body-bg);
  --bs-table-border-color:var(--bs-border-color);
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:var(--bs-emphasis-color);
  --bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color:var(--bs-emphasis-color);
  --bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color:var(--bs-emphasis-color);
  --bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: .25rem .25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type:var(--bs-table-striped-color);
  --bs-table-bg-type:var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type:var(--bs-table-striped-color);
  --bs-table-bg-type:var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state:var(--bs-table-active-color);
  --bs-table-bg-state:var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state:var(--bs-table-hover-color);
  --bs-table-bg-state:var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color:#000;
  --bs-table-bg:#cfe2ff;
  --bs-table-border-color:#a6b5cc;
  --bs-table-striped-bg:#c5d7f2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bacbe6;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfd1ec;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color:#000;
  --bs-table-bg:#e2e3e5;
  --bs-table-border-color:#b5b6b7;
  --bs-table-striped-bg:#d7d8da;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cbccce;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d1d2d4;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color:#000;
  --bs-table-bg:#d1e7dd;
  --bs-table-border-color:#a7b9b1;
  --bs-table-striped-bg:#c7dbd2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bcd0c7;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#c1d6cc;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color:#000;
  --bs-table-bg:#cff4fc;
  --bs-table-border-color:#a6c3ca;
  --bs-table-striped-bg:#c5e8ef;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#badce3;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfe2e9;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color:#000;
  --bs-table-bg:#fff3cd;
  --bs-table-border-color:#ccc2a4;
  --bs-table-striped-bg:#f2e7c3;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#e6dbb9;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#ece1be;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color:#000;
  --bs-table-bg:#f8d7da;
  --bs-table-border-color:#c6acae;
  --bs-table-striped-bg:#eccccf;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfc2c4;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5c7ca;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color:#000;
  --bs-table-bg:#f8f9fa;
  --bs-table-border-color:#c6c7c8;
  --bs-table-striped-bg:#ecedee;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfe0e1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5e6e7;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color:#fff;
  --bs-table-bg:#212529;
  --bs-table-border-color:#4d5154;
  --bs-table-striped-bg:#2c3034;
  --bs-table-striped-color:#fff;
  --bs-table-active-bg:#373b3e;
  --bs-table-active-color:#fff;
  --bs-table-hover-bg:#323539;
  --bs-table-hover-color:#fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width:575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: .5rem;
}
.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: .875rem;
}
.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: .375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg:var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: .25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: .5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), .65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem .75rem;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
  padding-left: .75rem;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > .form-control:disabled ~ label,
.form-floating > :disabled ~ label {
  color: #6c757d;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.form-control-color.is-valid,
.was-validated .form-control-color:valid {
  width: calc(3rem + calc(1.5em + .75rem));
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}
.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-control:not(:focus):valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(3rem + calc(1.5em + .75rem));
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}
.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-control:not(:focus):invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x:0.75rem;
  --bs-btn-padding-y:0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size:1rem;
  --bs-btn-font-weight:400;
  --bs-btn-line-height:1.5;
  --bs-btn-color:var(--bs-body-color);
  --bs-btn-bg:transparent;
  --bs-btn-border-width:var(--bs-border-width);
  --bs-btn-border-color:transparent;
  --bs-btn-border-radius:var(--bs-border-radius);
  --bs-btn-hover-border-color:transparent;
  --bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity:0.65;
  --bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color:#fff;
  --bs-btn-bg:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#0b5ed7;
  --bs-btn-hover-border-color:#0a58ca;
  --bs-btn-focus-shadow-rgb:49,132,253;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#0a58ca;
  --bs-btn-active-border-color:#0a53be;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#0d6efd;
  --bs-btn-disabled-border-color:#0d6efd;
}
.btn-secondary {
  --bs-btn-color:#fff;
  --bs-btn-bg:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#5c636a;
  --bs-btn-hover-border-color:#565e64;
  --bs-btn-focus-shadow-rgb:130,138,145;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#565e64;
  --bs-btn-active-border-color:#51585e;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#6c757d;
  --bs-btn-disabled-border-color:#6c757d;
}
.btn-success {
  --bs-btn-color:#fff;
  --bs-btn-bg:#198754;
  --bs-btn-border-color:#198754;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#157347;
  --bs-btn-hover-border-color:#146c43;
  --bs-btn-focus-shadow-rgb:60,153,110;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#146c43;
  --bs-btn-active-border-color:#13653f;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#198754;
  --bs-btn-disabled-border-color:#198754;
}
.btn-info {
  --bs-btn-color:#000;
  --bs-btn-bg:#0dcaf0;
  --bs-btn-border-color:#0dcaf0;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#31d2f2;
  --bs-btn-hover-border-color:#25cff2;
  --bs-btn-focus-shadow-rgb:11,172,204;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#3dd5f3;
  --bs-btn-active-border-color:#25cff2;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#0dcaf0;
  --bs-btn-disabled-border-color:#0dcaf0;
}
.btn-warning {
  --bs-btn-color:#000;
  --bs-btn-bg:#ffc107;
  --bs-btn-border-color:#ffc107;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#ffca2c;
  --bs-btn-hover-border-color:#ffc720;
  --bs-btn-focus-shadow-rgb:217,164,6;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#ffcd39;
  --bs-btn-active-border-color:#ffc720;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#ffc107;
  --bs-btn-disabled-border-color:#ffc107;
}
.btn-danger {
  --bs-btn-color:#fff;
  --bs-btn-bg:#dc3545;
  --bs-btn-border-color:#dc3545;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#bb2d3b;
  --bs-btn-hover-border-color:#b02a37;
  --bs-btn-focus-shadow-rgb:225,83,97;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#b02a37;
  --bs-btn-active-border-color:#a52834;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#dc3545;
  --bs-btn-disabled-border-color:#dc3545;
}
.btn-light {
  --bs-btn-color:#000;
  --bs-btn-bg:#f8f9fa;
  --bs-btn-border-color:#f8f9fa;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#d3d4d5;
  --bs-btn-hover-border-color:#c6c7c8;
  --bs-btn-focus-shadow-rgb:211,212,213;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#c6c7c8;
  --bs-btn-active-border-color:#babbbc;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#f8f9fa;
  --bs-btn-disabled-border-color:#f8f9fa;
}
.btn-dark {
  --bs-btn-color:#fff;
  --bs-btn-bg:#212529;
  --bs-btn-border-color:#212529;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#424649;
  --bs-btn-hover-border-color:#373b3e;
  --bs-btn-focus-shadow-rgb:66,70,73;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#4d5154;
  --bs-btn-active-border-color:#373b3e;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#212529;
  --bs-btn-disabled-border-color:#212529;
}
.btn-outline-primary {
  --bs-btn-color:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#0d6efd;
  --bs-btn-hover-border-color:#0d6efd;
  --bs-btn-focus-shadow-rgb:13,110,253;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#0d6efd;
  --bs-btn-active-border-color:#0d6efd;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#0d6efd;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#0d6efd;
  --bs-gradient:none;
}
.btn-outline-secondary {
  --bs-btn-color:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#6c757d;
  --bs-btn-hover-border-color:#6c757d;
  --bs-btn-focus-shadow-rgb:108,117,125;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#6c757d;
  --bs-btn-active-border-color:#6c757d;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#6c757d;
  --bs-gradient:none;
}
.btn-outline-success {
  --bs-btn-color:#198754;
  --bs-btn-border-color:#198754;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#198754;
  --bs-btn-hover-border-color:#198754;
  --bs-btn-focus-shadow-rgb:25,135,84;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#198754;
  --bs-btn-active-border-color:#198754;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#198754;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#198754;
  --bs-gradient:none;
}
.btn-outline-info {
  --bs-btn-color:#0dcaf0;
  --bs-btn-border-color:#0dcaf0;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#0dcaf0;
  --bs-btn-hover-border-color:#0dcaf0;
  --bs-btn-focus-shadow-rgb:13,202,240;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#0dcaf0;
  --bs-btn-active-border-color:#0dcaf0;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#0dcaf0;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#0dcaf0;
  --bs-gradient:none;
}
.btn-outline-warning {
  --bs-btn-color:#ffc107;
  --bs-btn-border-color:#ffc107;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#ffc107;
  --bs-btn-hover-border-color:#ffc107;
  --bs-btn-focus-shadow-rgb:255,193,7;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#ffc107;
  --bs-btn-active-border-color:#ffc107;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#ffc107;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#ffc107;
  --bs-gradient:none;
}
.btn-outline-danger {
  --bs-btn-color:#dc3545;
  --bs-btn-border-color:#dc3545;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#dc3545;
  --bs-btn-hover-border-color:#dc3545;
  --bs-btn-focus-shadow-rgb:220,53,69;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#dc3545;
  --bs-btn-active-border-color:#dc3545;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#dc3545;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#dc3545;
  --bs-gradient:none;
}
.btn-outline-light {
  --bs-btn-color:#f8f9fa;
  --bs-btn-border-color:#f8f9fa;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#f8f9fa;
  --bs-btn-hover-border-color:#f8f9fa;
  --bs-btn-focus-shadow-rgb:248,249,250;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#f8f9fa;
  --bs-btn-active-border-color:#f8f9fa;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#f8f9fa;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#f8f9fa;
  --bs-gradient:none;
}
.btn-outline-dark {
  --bs-btn-color:#212529;
  --bs-btn-border-color:#212529;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#212529;
  --bs-btn-hover-border-color:#212529;
  --bs-btn-focus-shadow-rgb:33,37,41;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#212529;
  --bs-btn-active-border-color:#212529;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#212529;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#212529;
  --bs-gradient:none;
}
.btn-link {
  --bs-btn-font-weight:400;
  --bs-btn-color:var(--bs-link-color);
  --bs-btn-bg:transparent;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color:var(--bs-link-hover-color);
  --bs-btn-hover-border-color:transparent;
  --bs-btn-active-color:var(--bs-link-hover-color);
  --bs-btn-active-border-color:transparent;
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-border-color:transparent;
  --bs-btn-box-shadow:0 0 0 #000;
  --bs-btn-focus-shadow-rgb:49,132,253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-group-lg > .btn,
.btn-lg {
  --bs-btn-padding-y:0.5rem;
  --bs-btn-padding-x:1rem;
  --bs-btn-font-size:1.25rem;
  --bs-btn-border-radius:var(--bs-border-radius-lg);
}
.btn-group-sm > .btn,
.btn-sm {
  --bs-btn-padding-y:0.25rem;
  --bs-btn-padding-x:0.5rem;
  --bs-btn-font-size:0.875rem;
  --bs-btn-border-radius:var(--bs-border-radius-sm);
}
.fade {
  transition: opacity .15s linear;
}
@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease;
}
@media (prefers-reduced-motion:reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex:1000;
  --bs-dropdown-min-width:10rem;
  --bs-dropdown-padding-x:0;
  --bs-dropdown-padding-y:0.5rem;
  --bs-dropdown-spacer:0.125rem;
  --bs-dropdown-font-size:1rem;
  --bs-dropdown-color:var(--bs-body-color);
  --bs-dropdown-bg:var(--bs-body-bg);
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-border-radius:var(--bs-border-radius);
  --bs-dropdown-border-width:var(--bs-border-width);
  --bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y:0.5rem;
  --bs-dropdown-box-shadow:var(--bs-box-shadow);
  --bs-dropdown-link-color:var(--bs-body-color);
  --bs-dropdown-link-hover-color:var(--bs-body-color);
  --bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x:1rem;
  --bs-dropdown-item-padding-y:0.25rem;
  --bs-dropdown-header-color:#6c757d;
  --bs-dropdown-header-padding-x:1rem;
  --bs-dropdown-header-padding-y:0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position:start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position:end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width:576px) {
  .dropdown-menu-sm-start {
    --bs-position:start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position:end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:768px) {
  .dropdown-menu-md-start {
    --bs-position:start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position:end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:992px) {
  .dropdown-menu-lg-start {
    --bs-position:start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position:end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:1200px) {
  .dropdown-menu-xl-start {
    --bs-position:start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position:end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:1400px) {
  .dropdown-menu-xxl-start {
    --bs-position:start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position:end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius,0);
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: .875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color:#dee2e6;
  --bs-dropdown-bg:#343a40;
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color:#dee2e6;
  --bs-dropdown-link-hover-color:#fff;
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:#adb5bd;
  --bs-dropdown-header-color:#adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > .btn-group:not(:first-child),
.btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x:1rem;
  --bs-nav-link-padding-y:0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color:var(--bs-link-color);
  --bs-nav-link-hover-color:var(--bs-link-hover-color);
  --bs-nav-link-disabled-color:var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width:var(--bs-border-width);
  --bs-nav-tabs-border-color:var(--bs-border-color);
  --bs-nav-tabs-border-radius:var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color:var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg:var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius:var(--bs-border-radius);
  --bs-nav-pills-link-active-color:#fff;
  --bs-nav-pills-link-active-bg:#0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap:1rem;
  --bs-nav-underline-border-width:0.125rem;
  --bs-nav-underline-link-active-color:var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x:0;
  --bs-navbar-padding-y:0.5rem;
  --bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y:0.3125rem;
  --bs-navbar-brand-margin-end:1rem;
  --bs-navbar-brand-font-size:1.25rem;
  --bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x:0.5rem;
  --bs-navbar-toggler-padding-y:0.25rem;
  --bs-navbar-toggler-padding-x:0.75rem;
  --bs-navbar-toggler-font-size:1.25rem;
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius:var(--bs-border-radius);
  --bs-navbar-toggler-focus-width:0.25rem;
  --bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x:0;
  --bs-nav-link-padding-y:0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color:var(--bs-navbar-color);
  --bs-nav-link-hover-color:var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion:reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height,75vh);
  overflow-y: auto;
}
@media (min-width:576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width:768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width:992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width:1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width:1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color:rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color:rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color:#fff;
  --bs-navbar-brand-color:#fff;
  --bs-navbar-brand-hover-color:#fff;
  --bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y:1rem;
  --bs-card-spacer-x:1rem;
  --bs-card-title-spacer-y:0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width:var(--bs-border-width);
  --bs-card-border-color:var(--bs-border-color-translucent);
  --bs-card-border-radius:var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y:0.5rem;
  --bs-card-cap-padding-x:1rem;
  --bs-card-cap-bg:rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg:var(--bs-body-bg);
  --bs-card-img-overlay-padding:1rem;
  --bs-card-group-margin:0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width:576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-header,
  .card-group > .card:not(:last-child) > .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-footer,
  .card-group > .card:not(:last-child) > .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-header,
  .card-group > .card:not(:first-child) > .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-footer,
  .card-group > .card:not(:first-child) > .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color:var(--bs-body-color);
  --bs-accordion-bg:var(--bs-body-bg);
  --bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color:var(--bs-border-color);
  --bs-accordion-border-width:var(--bs-border-width);
  --bs-accordion-border-radius:var(--bs-border-radius);
  --bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x:1.25rem;
  --bs-accordion-btn-padding-y:1rem;
  --bs-accordion-btn-color:var(--bs-body-color);
  --bs-accordion-btn-bg:var(--bs-accordion-bg);
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width:1.25rem;
  --bs-accordion-btn-icon-transform:rotate(-180deg);
  --bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x:1.25rem;
  --bs-accordion-body-padding-y:1rem;
  --bs-accordion-active-color:var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg:var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion:reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion:reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.breadcrumb {
  --bs-breadcrumb-padding-x:0;
  --bs-breadcrumb-padding-y:0;
  --bs-breadcrumb-margin-bottom:1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color:var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x:0.5rem;
  --bs-breadcrumb-item-active-color:var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x:0.75rem;
  --bs-pagination-padding-y:0.375rem;
  --bs-pagination-font-size:1rem;
  --bs-pagination-color:var(--bs-link-color);
  --bs-pagination-bg:var(--bs-body-bg);
  --bs-pagination-border-width:var(--bs-border-width);
  --bs-pagination-border-color:var(--bs-border-color);
  --bs-pagination-border-radius:var(--bs-border-radius);
  --bs-pagination-hover-color:var(--bs-link-hover-color);
  --bs-pagination-hover-bg:var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color:var(--bs-border-color);
  --bs-pagination-focus-color:var(--bs-link-hover-color);
  --bs-pagination-focus-bg:var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color:#fff;
  --bs-pagination-active-bg:#0d6efd;
  --bs-pagination-active-border-color:#0d6efd;
  --bs-pagination-disabled-color:var(--bs-secondary-color);
  --bs-pagination-disabled-bg:var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color:var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.active > .page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.disabled > .page-link,
.page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x:1.5rem;
  --bs-pagination-padding-y:0.75rem;
  --bs-pagination-font-size:1.25rem;
  --bs-pagination-border-radius:var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x:0.5rem;
  --bs-pagination-padding-y:0.25rem;
  --bs-pagination-font-size:0.875rem;
  --bs-pagination-border-radius:var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x:0.65em;
  --bs-badge-padding-y:0.35em;
  --bs-badge-font-size:0.75em;
  --bs-badge-font-weight:700;
  --bs-badge-color:#fff;
  --bs-badge-border-radius:var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg:transparent;
  --bs-alert-padding-x:1rem;
  --bs-alert-padding-y:1rem;
  --bs-alert-margin-bottom:1rem;
  --bs-alert-color:inherit;
  --bs-alert-border-color:transparent;
  --bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius:var(--bs-border-radius);
  --bs-alert-link-color:inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color:var(--bs-primary-text-emphasis);
  --bs-alert-bg:var(--bs-primary-bg-subtle);
  --bs-alert-border-color:var(--bs-primary-border-subtle);
  --bs-alert-link-color:var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color:var(--bs-secondary-text-emphasis);
  --bs-alert-bg:var(--bs-secondary-bg-subtle);
  --bs-alert-border-color:var(--bs-secondary-border-subtle);
  --bs-alert-link-color:var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color:var(--bs-success-text-emphasis);
  --bs-alert-bg:var(--bs-success-bg-subtle);
  --bs-alert-border-color:var(--bs-success-border-subtle);
  --bs-alert-link-color:var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color:var(--bs-info-text-emphasis);
  --bs-alert-bg:var(--bs-info-bg-subtle);
  --bs-alert-border-color:var(--bs-info-border-subtle);
  --bs-alert-link-color:var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color:var(--bs-warning-text-emphasis);
  --bs-alert-bg:var(--bs-warning-bg-subtle);
  --bs-alert-border-color:var(--bs-warning-border-subtle);
  --bs-alert-link-color:var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color:var(--bs-danger-text-emphasis);
  --bs-alert-bg:var(--bs-danger-bg-subtle);
  --bs-alert-border-color:var(--bs-danger-border-subtle);
  --bs-alert-link-color:var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color:var(--bs-light-text-emphasis);
  --bs-alert-bg:var(--bs-light-bg-subtle);
  --bs-alert-border-color:var(--bs-light-border-subtle);
  --bs-alert-link-color:var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color:var(--bs-dark-text-emphasis);
  --bs-alert-bg:var(--bs-dark-bg-subtle);
  --bs-alert-border-color:var(--bs-dark-border-subtle);
  --bs-alert-link-color:var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height:1rem;
  --bs-progress-font-size:0.75rem;
  --bs-progress-bg:var(--bs-secondary-bg);
  --bs-progress-border-radius:var(--bs-border-radius);
  --bs-progress-box-shadow:var(--bs-box-shadow-inset);
  --bs-progress-bar-color:#fff;
  --bs-progress-bar-bg:#0d6efd;
  --bs-progress-bar-transition:width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color:var(--bs-body-color);
  --bs-list-group-bg:var(--bs-body-bg);
  --bs-list-group-border-color:var(--bs-border-color);
  --bs-list-group-border-width:var(--bs-border-width);
  --bs-list-group-border-radius:var(--bs-border-radius);
  --bs-list-group-item-padding-x:1rem;
  --bs-list-group-item-padding-y:0.5rem;
  --bs-list-group-action-color:var(--bs-secondary-color);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-tertiary-bg);
  --bs-list-group-action-active-color:var(--bs-body-color);
  --bs-list-group-action-active-bg:var(--bs-secondary-bg);
  --bs-list-group-disabled-color:var(--bs-secondary-color);
  --bs-list-group-disabled-bg:var(--bs-body-bg);
  --bs-list-group-active-color:#fff;
  --bs-list-group-active-bg:#0d6efd;
  --bs-list-group-active-border-color:#0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):focus,
.list-group-item-action:not(.active):hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color:var(--bs-primary-text-emphasis);
  --bs-list-group-bg:var(--bs-primary-bg-subtle);
  --bs-list-group-border-color:var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-primary-border-subtle);
  --bs-list-group-active-color:var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg:var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color:var(--bs-secondary-text-emphasis);
  --bs-list-group-bg:var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color:var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);
  --bs-list-group-active-color:var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg:var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color:var(--bs-success-text-emphasis);
  --bs-list-group-bg:var(--bs-success-bg-subtle);
  --bs-list-group-border-color:var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-success-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-success-border-subtle);
  --bs-list-group-active-color:var(--bs-success-bg-subtle);
  --bs-list-group-active-bg:var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color:var(--bs-info-text-emphasis);
  --bs-list-group-bg:var(--bs-info-bg-subtle);
  --bs-list-group-border-color:var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-info-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-info-border-subtle);
  --bs-list-group-active-color:var(--bs-info-bg-subtle);
  --bs-list-group-active-bg:var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color:var(--bs-warning-text-emphasis);
  --bs-list-group-bg:var(--bs-warning-bg-subtle);
  --bs-list-group-border-color:var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-warning-border-subtle);
  --bs-list-group-active-color:var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg:var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color:var(--bs-danger-text-emphasis);
  --bs-list-group-bg:var(--bs-danger-bg-subtle);
  --bs-list-group-border-color:var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-danger-border-subtle);
  --bs-list-group-active-color:var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg:var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color:var(--bs-light-text-emphasis);
  --bs-list-group-bg:var(--bs-light-bg-subtle);
  --bs-list-group-border-color:var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-light-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-light-border-subtle);
  --bs-list-group-active-color:var(--bs-light-bg-subtle);
  --bs-list-group-active-bg:var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color:var(--bs-dark-text-emphasis);
  --bs-list-group-bg:var(--bs-dark-bg-subtle);
  --bs-list-group-border-color:var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-dark-border-subtle);
  --bs-list-group-active-color:var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg:var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-dark-text-emphasis);
}
.btn-close {
  --bs-btn-close-color:#000;
  --bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity:0.5;
  --bs-btn-close-hover-opacity:0.75;
  --bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity:1;
  --bs-btn-close-disabled-opacity:0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: .375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  --bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%);
}
:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}
[data-bs-theme=dark] {
  --bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%);
}
.toast {
  --bs-toast-zindex:1090;
  --bs-toast-padding-x:0.75rem;
  --bs-toast-padding-y:0.5rem;
  --bs-toast-spacing:1.5rem;
  --bs-toast-max-width:350px;
  --bs-toast-font-size:0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg:rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width:var(--bs-border-width);
  --bs-toast-border-color:var(--bs-border-color-translucent);
  --bs-toast-border-radius:var(--bs-border-radius);
  --bs-toast-box-shadow:var(--bs-box-shadow);
  --bs-toast-header-color:var(--bs-secondary-color);
  --bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color:var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex:1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex:1055;
  --bs-modal-width:500px;
  --bs-modal-padding:1rem;
  --bs-modal-margin:0.5rem;
  --bs-modal-color:var(--bs-body-color);
  --bs-modal-bg:var(--bs-body-bg);
  --bs-modal-border-color:var(--bs-border-color-translucent);
  --bs-modal-border-width:var(--bs-border-width);
  --bs-modal-border-radius:var(--bs-border-radius-lg);
  --bs-modal-box-shadow:var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x:1rem;
  --bs-modal-header-padding-y:1rem;
  --bs-modal-header-padding:1rem 1rem;
  --bs-modal-header-border-color:var(--bs-border-color);
  --bs-modal-header-border-width:var(--bs-border-width);
  --bs-modal-title-line-height:1.5;
  --bs-modal-footer-gap:0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color:var(--bs-border-color);
  --bs-modal-footer-border-width:var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform .3s ease-out;
}
@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex:1050;
  --bs-backdrop-bg:#000;
  --bs-backdrop-opacity:0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}
@media (min-width:576px) {
  .modal {
    --bs-modal-margin:1.75rem;
    --bs-modal-box-shadow:var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width:300px;
  }
}
@media (min-width:992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width:800px;
  }
}
@media (min-width:1200px) {
  .modal-xl {
    --bs-modal-width:1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width:575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width:767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width:991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width:1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width:1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex:1080;
  --bs-tooltip-max-width:200px;
  --bs-tooltip-padding-x:0.5rem;
  --bs-tooltip-padding-y:0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size:0.875rem;
  --bs-tooltip-color:var(--bs-body-bg);
  --bs-tooltip-bg:var(--bs-emphasis-color);
  --bs-tooltip-border-radius:var(--bs-border-radius);
  --bs-tooltip-opacity:0.9;
  --bs-tooltip-arrow-width:0.8rem;
  --bs-tooltip-arrow-height:0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex:1070;
  --bs-popover-max-width:276px;
  --bs-popover-font-size:0.875rem;
  --bs-popover-bg:var(--bs-body-bg);
  --bs-popover-border-width:var(--bs-border-width);
  --bs-popover-border-color:var(--bs-border-color-translucent);
  --bs-popover-border-radius:var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow:var(--bs-box-shadow);
  --bs-popover-header-padding-x:1rem;
  --bs-popover-header-padding-y:0.5rem;
  --bs-popover-header-font-size:1rem;
  --bs-popover-header-color:inherit;
  --bs-popover-header-bg:var(--bs-secondary-bg);
  --bs-popover-body-padding-x:1rem;
  --bs-popover-body-padding-y:1rem;
  --bs-popover-body-color:var(--bs-body-color);
  --bs-popover-arrow-width:1rem;
  --bs-popover-arrow-height:0.5rem;
  --bs-popover-arrow-border:var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-top > .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-end > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-start > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}
.carousel-dark {
  --bs-carousel-indicator-active-bg:#000;
  --bs-carousel-caption-color:#000;
  --bs-carousel-control-icon-filter:invert(1) grayscale(100);
}
:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg:#fff;
  --bs-carousel-caption-color:#fff;
  --bs-carousel-control-icon-filter: ;
}
[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg:#000;
  --bs-carousel-caption-color:#000;
  --bs-carousel-control-icon-filter:invert(1) grayscale(100);
}
.spinner-border,
.spinner-grow {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width:2rem;
  --bs-spinner-height:2rem;
  --bs-spinner-vertical-align:-0.125em;
  --bs-spinner-border-width:0.25em;
  --bs-spinner-animation-speed:0.75s;
  --bs-spinner-animation-name:spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width:1rem;
  --bs-spinner-height:1rem;
  --bs-spinner-border-width:0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width:2rem;
  --bs-spinner-height:2rem;
  --bs-spinner-vertical-align:-0.125em;
  --bs-spinner-animation-speed:0.75s;
  --bs-spinner-animation-name:spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width:1rem;
  --bs-spinner-height:1rem;
}
@media (prefers-reduced-motion:reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed:1.5s;
  }
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-zindex:1045;
  --bs-offcanvas-width:400px;
  --bs-offcanvas-height:30vh;
  --bs-offcanvas-padding-x:1rem;
  --bs-offcanvas-padding-y:1rem;
  --bs-offcanvas-color:var(--bs-body-color);
  --bs-offcanvas-bg:var(--bs-body-bg);
  --bs-offcanvas-border-width:var(--bs-border-width);
  --bs-offcanvas-border-color:var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);
  --bs-offcanvas-transition:transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height:1.5;
}
@media (max-width:575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width:575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.show:not(.hiding),
  .offcanvas-sm.showing {
    transform: none;
  }
  .offcanvas-sm.hiding,
  .offcanvas-sm.show,
  .offcanvas-sm.showing {
    visibility: visible;
  }
}
@media (min-width:576px) {
  .offcanvas-sm {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width:767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.show:not(.hiding),
  .offcanvas-md.showing {
    transform: none;
  }
  .offcanvas-md.hiding,
  .offcanvas-md.show,
  .offcanvas-md.showing {
    visibility: visible;
  }
}
@media (min-width:768px) {
  .offcanvas-md {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width:991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.show:not(.hiding),
  .offcanvas-lg.showing {
    transform: none;
  }
  .offcanvas-lg.hiding,
  .offcanvas-lg.show,
  .offcanvas-lg.showing {
    visibility: visible;
  }
}
@media (min-width:992px) {
  .offcanvas-lg {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:1199.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width:1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.show:not(.hiding),
  .offcanvas-xl.showing {
    transform: none;
  }
  .offcanvas-xl.hiding,
  .offcanvas-xl.show,
  .offcanvas-xl.showing {
    visibility: visible;
  }
}
@media (min-width:1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:1399.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width:1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.show:not(.hiding),
  .offcanvas-xxl.showing {
    transform: none;
  }
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show,
  .offcanvas-xxl.showing {
    visibility: visible;
  }
}
@media (min-width:1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion:reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: .5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: .5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: .6em;
}
.placeholder-sm {
  min-height: .8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}
.placeholder-wave {
  -webkit-mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity,1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-primary:focus,
.link-primary:hover {
  color: RGBA(10, 88, 202, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity,1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-secondary:focus,
.link-secondary:hover {
  color: RGBA(86, 94, 100, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity,1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-success:focus,
.link-success:hover {
  color: RGBA(20, 108, 67, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity,1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-info:focus,
.link-info:hover {
  color: RGBA(61, 213, 243, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity,1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-warning:focus,
.link-warning:hover {
  color: RGBA(255, 205, 57, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity,1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-danger:focus,
.link-danger:hover {
  color: RGBA(176, 42, 55, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity,1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-light:focus,
.link-light:hover {
  color: RGBA(249, 250, 251, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity,1)) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-dark:focus,
.link-dark:hover {
  color: RGBA(26, 30, 33, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity,1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-body-emphasis:focus,
.link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: .375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: .2s ease-in-out transform;
}
@media (prefers-reduced-motion:reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:focus-visible > .bi,
.icon-link-hover:hover > .bi {
  transform: var(--bs-icon-link-transform,translate3d(.25em,0,0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio:100%;
}
.ratio-4x3 {
  --bs-aspect-ratio:75%;
}
.ratio-16x9 {
  --bs-aspect-ratio:56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio:42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width:576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: .25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}
.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}
.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: .25 !important;
}
.opacity-50 {
  opacity: .5 !important;
}
.opacity-75 {
  opacity: .75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !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;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity:0.1;
}
.border-opacity-25 {
  --bs-border-opacity:0.25;
}
.border-opacity-50 {
  --bs-border-opacity:0.5;
}
.border-opacity-75 {
  --bs-border-opacity:0.75;
}
.border-opacity-100 {
  --bs-border-opacity:1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !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-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;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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;
}
.justify-content-evenly {
  justify-content: space-evenly !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;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: .25rem !important;
}
.m-2 {
  margin: .5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}
.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}
.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: .25rem !important;
}
.mt-2 {
  margin-top: .5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: .25rem !important;
}
.me-2 {
  margin-right: .5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: .25rem !important;
}
.mb-2 {
  margin-bottom: .5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: .25rem !important;
}
.ms-2 {
  margin-left: .5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: .25rem !important;
}
.p-2 {
  padding: .5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important;
}
.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}
.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: .25rem !important;
}
.pt-2 {
  padding-top: .5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: .25rem !important;
}
.pe-2 {
  padding-right: .5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: .25rem !important;
}
.pb-2 {
  padding-bottom: .5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: .25rem !important;
}
.ps-2 {
  padding-left: .5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: .25rem !important;
}
.gap-2 {
  gap: .5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: .25rem !important;
}
.row-gap-2 {
  row-gap: .5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: .25rem !important;
}
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: .5rem !important;
}
.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity:1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity:1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity:1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity:1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity:1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity:1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity:1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity:1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity:1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity:1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity:1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity:1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity:1;
  color: rgba(0, 0, 0, .5) !important;
}
.text-white-50 {
  --bs-text-opacity:1;
  color: rgba(255, 255, 255, .5) !important;
}
.text-body-secondary {
  --bs-text-opacity:1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity:1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity:1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity:1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity:0.25;
}
.text-opacity-50 {
  --bs-text-opacity:0.5;
}
.text-opacity-75 {
  --bs-text-opacity:0.75;
}
.text-opacity-100 {
  --bs-text-opacity:1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity:0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity:0.1;
}
.link-opacity-25 {
  --bs-link-opacity:0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity:0.25;
}
.link-opacity-50 {
  --bs-link-opacity:0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity:0.5;
}
.link-opacity-75 {
  --bs-link-opacity:0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity:0.75;
}
.link-opacity-100 {
  --bs-link-opacity:1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity:1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity:0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity:0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity:0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity:0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity:0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity:0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity:0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity:0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity:0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity:0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity:1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity:1;
}
.bg-primary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity:1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity:0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity:0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity:0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity:0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity:1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width:576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: .25rem !important;
  }
  .m-sm-2 {
    margin: .5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: .25rem !important;
  }
  .mt-sm-2 {
    margin-top: .5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: .25rem !important;
  }
  .me-sm-2 {
    margin-right: .5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: .25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: .5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: .25rem !important;
  }
  .ms-sm-2 {
    margin-left: .5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: .25rem !important;
  }
  .p-sm-2 {
    padding: .5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: .25rem !important;
  }
  .pt-sm-2 {
    padding-top: .5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: .25rem !important;
  }
  .pe-sm-2 {
    padding-right: .5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: .25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: .5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: .25rem !important;
  }
  .ps-sm-2 {
    padding-left: .5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: .25rem !important;
  }
  .gap-sm-2 {
    gap: .5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: .25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: .5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width:768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: .25rem !important;
  }
  .m-md-2 {
    margin: .5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: .25rem !important;
  }
  .mt-md-2 {
    margin-top: .5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: .25rem !important;
  }
  .me-md-2 {
    margin-right: .5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: .25rem !important;
  }
  .mb-md-2 {
    margin-bottom: .5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: .25rem !important;
  }
  .ms-md-2 {
    margin-left: .5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: .25rem !important;
  }
  .p-md-2 {
    padding: .5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: .25rem !important;
  }
  .pt-md-2 {
    padding-top: .5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: .25rem !important;
  }
  .pe-md-2 {
    padding-right: .5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: .25rem !important;
  }
  .pb-md-2 {
    padding-bottom: .5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: .25rem !important;
  }
  .ps-md-2 {
    padding-left: .5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: .25rem !important;
  }
  .gap-md-2 {
    gap: .5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: .25rem !important;
  }
  .row-gap-md-2 {
    row-gap: .5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width:992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: .25rem !important;
  }
  .m-lg-2 {
    margin: .5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: .25rem !important;
  }
  .mt-lg-2 {
    margin-top: .5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: .25rem !important;
  }
  .me-lg-2 {
    margin-right: .5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: .5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: .25rem !important;
  }
  .ms-lg-2 {
    margin-left: .5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: .25rem !important;
  }
  .p-lg-2 {
    padding: .5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: .25rem !important;
  }
  .pt-lg-2 {
    padding-top: .5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: .25rem !important;
  }
  .pe-lg-2 {
    padding-right: .5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: .25rem !important;
  }
  .ps-lg-2 {
    padding-left: .5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: .25rem !important;
  }
  .gap-lg-2 {
    gap: .5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: .25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: .5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width:1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: .25rem !important;
  }
  .m-xl-2 {
    margin: .5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: .25rem !important;
  }
  .mt-xl-2 {
    margin-top: .5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: .25rem !important;
  }
  .me-xl-2 {
    margin-right: .5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: .5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: .25rem !important;
  }
  .ms-xl-2 {
    margin-left: .5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: .25rem !important;
  }
  .p-xl-2 {
    padding: .5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: .25rem !important;
  }
  .pt-xl-2 {
    padding-top: .5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: .25rem !important;
  }
  .pe-xl-2 {
    padding-right: .5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: .25rem !important;
  }
  .ps-xl-2 {
    padding-left: .5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: .25rem !important;
  }
  .gap-xl-2 {
    gap: .5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: .25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: .5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width:1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: .25rem !important;
  }
  .m-xxl-2 {
    margin: .5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: .25rem !important;
  }
  .mt-xxl-2 {
    margin-top: .5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: .25rem !important;
  }
  .me-xxl-2 {
    margin-right: .5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: .25rem !important;
  }
  .ms-xxl-2 {
    margin-left: .5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: .25rem !important;
  }
  .p-xxl-2 {
    padding: .5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: .25rem !important;
  }
  .pt-xxl-2 {
    padding-top: .5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: .25rem !important;
  }
  .pe-xxl-2 {
    padding-right: .5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: .25rem !important;
  }
  .ps-xxl-2 {
    padding-left: .5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: .25rem !important;
  }
  .gap-xxl-2 {
    gap: .5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: .25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: .5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width:1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}

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