@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";

/* src/styles.scss */
html,
body {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  background-color: #faf9fd;
}
mat-stepper {
  padding: 0 !important;
  margin: 0 !important;
}
.border {
  border: 1px solid #dee2e6;
}
.bg-gray {
  background-color: rgba(182, 180, 180, 0.584);
}
.text-black {
  color: #000 !important;
}
.border-b {
  border-bottom: 1px solid rgba(128, 128, 128, 0.272);
}
.mat-step-text-label {
  text-overflow: unset !important;
  overflow: visible !important;
  white-space: normal !important;
  word-wrap: unset;
  z-index: 100;
}
.mat-mdc-step-header {
  height: auto;
  min-height: 72px;
  overflow: hidden;
}
.mat-step-text-label {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  text-overflow: unset;
  overflow: visible;
  word-wrap: normal;
  font-size: 14px;
}
@media (max-width: 599px) {
  .mat-step-text-label {
    font-size: 11px;
    min-width: 0;
  }
}
.arrow-right-btn:hover i-tabler {
  color: #ffffff !important;
}
.mat-mdc-radio-button {
  border-color: black !important;
}
.bg-matchScoretop {
  color: #00989e !important;
}
.bg-matchscorelow {
  color: #ff9f43 !important;
  background-color: rgba(255, 244, 229, 0.8) !important;
}
.mdc-radio__outer-circle {
  border-color: #000 !important;
}
.col-md-10,
.col-md-8 {
  padding: 0 !important;
}
.loader-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.loader-text {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  border-radius: 8px;
}

/* src/assets/scss/style.scss */
html.cyan_theme {
  --mat-sys-primary: #00989E;
  --mat-sys-primary-fixed-dim: rgb(0, 185, 192, 0.15);
  --mat-sys-secondary: rgb(244, 139, 108);
  --mat-sys-secondary-fixed-dim: rgb(244, 139, 108, 0.15);
  --mat-sys-tertiary: rgb(244, 139, 108);
}
html {
  --mat-autocomplete-container-elevation-shadow: var(--mat-sys-level2);
}
html {
  --mat-badge-background-color: var(--mat-sys-primary);
}
html {
  --mdc-protected-button-hover-container-elevation-shadow: var(--mat-sys-level1);
}
html {
  --mat-filled-button-horizontal-padding: 15px;
}
html {
  --mat-outlined-button-horizontal-padding: 15px;
}
html {
  --mat-protected-button-horizontal-padding: 15px;
}
html {
  --mat-text-button-horizontal-padding: 15px;
}
html {
  --mdc-filled-button-container-shape: var(--mat-sys-corner-small);
}
html {
  --mdc-outlined-button-container-shape: var(--mat-sys-corner-small);
}
html {
  --mdc-protected-button-container-shape: var(--mat-sys-corner-small);
}
html {
  --mdc-text-button-container-shape: var(--mat-sys-corner-small);
}
html {
  --mdc-icon-button-icon-color: var(--mat-sys-on-background);
}
html .mat-mdc-button-base.bg-light-primary:hover,
html .mat-mdc-button-base.bg-light-secondary:hover,
html .mat-mdc-button-base.bg-light-error:hover,
html .mat-mdc-button-base.bg-light-warning:hover,
html .mat-mdc-button-base.bg-light-success:hover {
  color: #ffffff !important;
}
html .mat-mdc-button-base.bg-light-primary:hover {
  background-color: var(--mat-sys-primary) !important;
}
html .mat-mdc-button-base.bg-light-secondary:hover {
  background-color: var(--mat-sys-secondary) !important;
}
html .mat-mdc-button-base.bg-light-error:hover {
  background-color: var(--mat-sys-error) !important;
}
html .mat-mdc-button-base.bg-light-warning:hover {
  background-color: #ffae1f !important;
}
html .mat-mdc-button-base.bg-light-success:hover {
  background-color: #13deb9 !important;
}
html .mat-mdc-outlined-button:not(:disabled) {
  border-color: inherit !important;
}
html .mat-mdc-button-base.text-secondary:hover .mat-mdc-button-persistent-ripple::before {
  background-color: var(--mat-sys-secondary);
}
html .mat-mdc-button-base.text-error:hover .mat-mdc-button-persistent-ripple::before {
  background-color: var(--mat-sys-error);
}
html .mat-mdc-button-base.text-warning:hover .mat-mdc-button-persistent-ripple::before {
  background-color: #ffae1f;
}
html .mat-mdc-button-base.text-success:hover .mat-mdc-button-persistent-ripple::before {
  background-color: #13deb9;
}
html .mat-mdc-outlined-button:not(:disabled).mat-secondary {
  color: var(--mat-sys-secondary);
  border-color: var(--mat-sys-secondary);
}
html .mat-mdc-outlined-button:not(:disabled).mat-secondary:hover .mat-mdc-button-persistent-ripple::before {
  background-color: var(--mat-sys-secondary);
}
html .mat-mdc-outlined-button:not(:disabled).mat-success {
  color: #13deb9;
  border-color: #13deb9;
}
html .mat-mdc-outlined-button:not(:disabled).mat-success:hover .mat-mdc-button-persistent-ripple::before {
  background-color: #13deb9;
}
html .mat-mdc-outlined-button:not(:disabled).mat-error {
  color: var(--mat-sys-error);
  border-color: var(--mat-sys-error);
}
html .mat-mdc-outlined-button:not(:disabled).mat-error:hover .mat-mdc-button-persistent-ripple::before {
  background-color: var(--mat-sys-error);
}
html .mat-mdc-outlined-button:not(:disabled).mat-warning {
  color: #ffae1f;
  border-color: #ffae1f;
}
html .mat-mdc-outlined-button:not(:disabled).mat-warning:hover .mat-mdc-button-persistent-ripple::before {
  background-color: #ffae1f;
}
html {
  --mat-standard-button-toggle-shape: 7px;
}
html {
  --mdc-elevated-card-container-color: #ffffff;
}
html {
  --mat-card-title-text-size: 1.125rem;
}
html {
  --mat-card-subtitle-text-size: 14px;
}
html {
  --mat-card-title-text-line-height: 1.6rem;
}
html {
  --mat-card-title-text-weight: 600;
}
html {
  --mat-card-subtitle-text-weight: 400;
}
html {
  --mdc-elevated-card-container-shape: var(--mat-sys-corner-small);
}
html {
  --mdc-outlined-card-container-shape: var(--mat-sys-corner-small);
}
html {
  --mdc-elevated-card-container-elevation: var(--mat-sys-level2);
}
html .mat-mdc-card {
  margin-bottom: 24px;
}
html .mat-mdc-card .mat-mdc-card-header {
  padding: 24px 24px 0 !important;
}
html .mat-mdc-card .mat-mdc-card-header + .mat-mdc-card-content {
  padding: 0 24px 24px;
}
html .mat-mdc-card > .mat-mdc-card-content {
  padding: 24px !important;
}
html .mat-mdc-card .mdc-card__actions {
  padding: 24px !important;
}
html .card-hover {
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
html .card-hover:hover {
  scale: 1.01;
  transition: all 0.1s ease-in 0s;
}
html .cardBorder .mdc-card {
  box-shadow: none !important;
  border: 1px solid var(--mat-sys-outline-variant) !important;
}
html .cardBorder .mdc-card.shadow-none {
  border: 0 !important;
}
html {
  --mdc-checkbox-unselected-focus-icon-color: var(--mdc-checkbox-unselected-hover-state-layer-color);
}
html .mdc-checkbox__background {
  border-radius: 4px;
  width: 21px;
  height: 21px;
  border: 1px solid var(--mat-sys-outline);
}
html .mdc-checkbox .mdc-checkbox__native-control:focus ~ .mdc-checkbox__ripple {
  background-color: var(--mdc-checkbox-unselected-hover-state-layer-color);
}
html {
  --mdc-chip-focus-state-layer-color: var(--mat-option-focus-state-layer-color);
}
html {
  --mdc-dialog-container-shape: var(--mat-sys-corner-small);
}
html {
  --mdc-dialog-subhead-size: 18px;
}
html {
  --mdc-dialog-subhead-weight: 600;
}
html {
  --mat-dialog-content-padding: 20px 24px;
}
html {
  --mat-dialog-actions-padding: 20px 24px;
}
html {
  --mat-dialog-container-min-width: 300px;
}
html {
  --mdc-dialog-subhead-tracking: unset;
}
html {
  --mdc-dialog-supporting-text-tracking: unset;
}
html {
  --mat-datepicker-calendar-container-background-color: var(--mdc-elevated-card-container-color);
}
html {
  --mat-datepicker-calendar-container-touch-elevation-shadow: var(--mat-sys-level1);
}
html {
  --mat-datepicker-calendar-container-elevation-shadow: var(--mat-sys-level1);
}
html {
  --mdc-fab-small-container-shape: 30px;
}
html {
  --mdc-fab-container-shape: 30px;
}
html {
  --mdc-fab-container-elevation-shadow: none;
}
html {
  --mdc-fab-small-container-elevation-shadow: none;
}
html {
  --mdc-fab-small-hover-container-elevation-shadow: var(--mat-sys-level3);
}
html {
  --mdc-fab-hover-container-elevation-shadow: var(--mat-sys-level3);
}
html {
  --mdc-extended-fab-hover-container-elevation-shadow: var(--mat-sys-level3);
}
html {
  --mdc-extended-fab-container-elevation-shadow: none;
}
html {
  --mat-form-field-container-height: 37px;
}
html {
  --mdc-outlined-text-field-container-shape: var(--mat-sys-corner-small);
}
html {
  --mat-form-field-container-vertical-padding: 6px;
}
html {
  --mdc-outlined-text-field-outline-color: #ccc;
}
html {
  --mdc-outlined-text-field-hover-outline-color: #bbb;
}
html .hide-hint .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
html .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: calc(var(--mat-form-field-container-height) / 2.15);
}
html .demo-inline-calendar-card {
  width: 300px;
}
html {
  --mdc-radio-unselected-icon-color: var(--mat-sys-outline-variant);
}
html .mat-mdc-radio-button .mdc-radio__outer-circle {
  border-width: 1px;
}
html {
  --mdc-list-list-item-hover-state-layer-color: var(--mat-sys-primary);
}
html {
  --mdc-list-list-item-container-shape: var(--mat-sys-corner-small);
}
html {
  --mat-list-active-indicator-shape: var(--mat-sys-corner-small);
}
html {
  --mdc-list-list-item-two-line-container-height: 70px;
}
html {
  --mdc-list-list-item-three-line-container-height: 100px;
}
html {
  --mat-menu-container-shape: var(--mat-sys-corner-small);
}
html .mat-mdc-menu-panel {
  box-shadow: var(--mat-sys-level3) !important;
}
html .mat-mdc-select-panel {
  padding: 8px !important;
}
html {
  --mat-paginator-container-background-color: var(--mdc-elevated-card-container-color);
}
html {
  --mat-sys-background: light-dark(#faf9fd, #121316);
  --mat-sys-error: light-dark(#ba1a1a, #ffb4ab);
  --mat-sys-error-container: light-dark(#ffdad6, #93000a);
  --mat-sys-inverse-on-surface: light-dark(#f2f0f4, #2f3033);
  --mat-sys-inverse-primary: light-dark(#abc7ff, #005cbb);
  --mat-sys-inverse-surface: light-dark(#2f3033, #e3e2e6);
  --mat-sys-on-background: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-error: light-dark(#ffffff, #690005);
  --mat-sys-on-error-container: light-dark(#93000a, #ffdad6);
  --mat-sys-on-primary: light-dark(#ffffff, #002f65);
  --mat-sys-on-primary-container: light-dark(#00458f, #d7e3ff);
  --mat-sys-on-primary-fixed: light-dark(#001b3f, #001b3f);
  --mat-sys-on-primary-fixed-variant: light-dark(#00458f, #00458f);
  --mat-sys-on-secondary: light-dark(#ffffff, #283041);
  --mat-sys-on-secondary-container: light-dark(#3e4759, #dae2f9);
  --mat-sys-on-secondary-fixed: light-dark(#131c2b, #131c2b);
  --mat-sys-on-secondary-fixed-variant: light-dark(#3e4759, #3e4759);
  --mat-sys-on-surface: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-surface-variant: light-dark(#44474e, #e0e2ec);
  --mat-sys-on-tertiary: light-dark(#ffffff, #002f65);
  --mat-sys-on-tertiary-container: light-dark(#00458f, #d7e3ff);
  --mat-sys-on-tertiary-fixed: light-dark(#001b3f, #001b3f);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#00458f, #00458f);
  --mat-sys-outline: light-dark(#74777f, #8e9099);
  --mat-sys-outline-variant: light-dark(#c4c6d0, #44474e);
  --mat-sys-primary: light-dark(#005cbb, #abc7ff);
  --mat-sys-primary-container: light-dark(#d7e3ff, #00458f);
  --mat-sys-primary-fixed: light-dark(#d7e3ff, #d7e3ff);
  --mat-sys-primary-fixed-dim: light-dark(#abc7ff, #abc7ff);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#565e71, #bec6dc);
  --mat-sys-secondary-container: light-dark(#dae2f9, #3e4759);
  --mat-sys-secondary-fixed: light-dark(#dae2f9, #dae2f9);
  --mat-sys-secondary-fixed-dim: light-dark(#bec6dc, #bec6dc);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#faf9fd, #121316);
  --mat-sys-surface-bright: light-dark(#faf9fd, #38393c);
  --mat-sys-surface-container: light-dark(#efedf0, #1f2022);
  --mat-sys-surface-container-high: light-dark(#e9e7eb, #292a2c);
  --mat-sys-surface-container-highest: light-dark(#e3e2e6, #343537);
  --mat-sys-surface-container-low: light-dark(#f4f3f6, #1a1b1f);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e11);
  --mat-sys-surface-dim: light-dark(#dbd9dd, #121316);
  --mat-sys-surface-tint: light-dark(#005cbb, #abc7ff);
  --mat-sys-surface-variant: light-dark(#e0e2ec, #44474e);
  --mat-sys-tertiary: light-dark(#005cbb, #abc7ff);
  --mat-sys-tertiary-container: light-dark(#d7e3ff, #00458f);
  --mat-sys-tertiary-fixed: light-dark(#d7e3ff, #d7e3ff);
  --mat-sys-tertiary-fixed-dim: light-dark(#abc7ff, #abc7ff);
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
}
html {
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-body-large: 400 1rem / 1.5rem Plus Jakarta Sans, sans-serif;
  --mat-sys-body-large-font: Plus Jakarta Sans, sans-serif;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Plus Jakarta Sans, sans-serif;
  --mat-sys-body-medium-font: Plus Jakarta Sans, sans-serif;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Plus Jakarta Sans, sans-serif;
  --mat-sys-body-small-font: Plus Jakarta Sans, sans-serif;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Plus Jakarta Sans, sans-serif;
  --mat-sys-display-large-font: Plus Jakarta Sans, sans-serif;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Plus Jakarta Sans, sans-serif;
  --mat-sys-display-medium-font: Plus Jakarta Sans, sans-serif;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Plus Jakarta Sans, sans-serif;
  --mat-sys-display-small-font: Plus Jakarta Sans, sans-serif;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Plus Jakarta Sans, sans-serif;
  --mat-sys-headline-large-font: Plus Jakarta Sans, sans-serif;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Plus Jakarta Sans, sans-serif;
  --mat-sys-headline-medium-font: Plus Jakarta Sans, sans-serif;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Plus Jakarta Sans, sans-serif;
  --mat-sys-headline-small-font: Plus Jakarta Sans, sans-serif;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Plus Jakarta Sans, sans-serif;
  --mat-sys-label-large-font: Plus Jakarta Sans, sans-serif;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Plus Jakarta Sans, sans-serif;
  --mat-sys-label-medium-font: Plus Jakarta Sans, sans-serif;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Plus Jakarta Sans, sans-serif;
  --mat-sys-label-small-font: Plus Jakarta Sans, sans-serif;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Plus Jakarta Sans, sans-serif;
  --mat-sys-title-large-font: Plus Jakarta Sans, sans-serif;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Plus Jakarta Sans, sans-serif;
  --mat-sys-title-medium-font: Plus Jakarta Sans, sans-serif;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Plus Jakarta Sans, sans-serif;
  --mat-sys-title-small-font: Plus Jakarta Sans, sans-serif;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
}
html {
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
}
html {
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
html {
  --mat-sys-primary: rgb(93, 135, 255);
  --mat-sys-error: rgb(250, 137, 107);
  --mat-sys-body-medium-size: 14px;
  --mat-sys-body-large-size: 14px;
  --mat-sys-outline-variant: #d7dde2;
  --mat-sys-level1: 0px 12px 24px -4px rgba(145, 158, 171, 0.3);
  --mat-sys-level2: rgba(145, 158, 171, 0.12) 0px 1px 16px;
  --mat-sys-level3: 0px 12px 24px -4px rgba(145, 158, 171, 0.3);
}
html {
  --mat-table-background-color: var(--mdc-elevated-card-container-color);
}
html .mdc-list-item__primary-text,
html .mat-drawer-container,
html .mat-drawer,
html .text-body {
  color: var(--mat-sys-on-background);
}
html {
  --mat-stepper-container-color: var(--mdc-elevated-card-container-color);
}
html {
  --mat-expansion-container-background-color: var(--mdc-elevated-card-container-color);
}
html {
  --mat-sidenav-container-shape: 0;
}
html .mat-secondary .mdc-linear-progress__bar-inner {
  border-color: var(--mat-sys-secondary);
}
html {
  --mat-sys-error-fixed-dim: rgba(247, 68, 86, 0.15);
  --mat-select-container-elevation-shadow: var(--mat-sys-level3);
  --mdc-list-list-item-label-text-tracking: 0;
  --mdc-switch-track-height: 28px;
  --mat-sidenav-container-divider-color: var(--mat-sys-outline-variant);
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-form-field-container-text-tracking: unset;
  --mat-switch-with-icon-handle-size: 21px;
  --mat-badge-text-color: white;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0 26px;
}
html .bg-primary {
  background-color: var(--mat-sys-primary) !important;
}
html .text-primary {
  color: var(--mat-sys-primary) !important;
}
html .bg-secondary {
  background-color: var(--mat-sys-secondary) !important;
}
html .text-secondary {
  color: var(--mat-sys-secondary) !important;
}
html .bg-success {
  background-color: #13deb9 !important;
}
html .text-success {
  color: #13deb9 !important;
}
html .bg-warning {
  background-color: #ffae1f !important;
}
html .text-warning {
  color: #ffae1f !important;
}
html .bg-error {
  background-color: var(--mat-sys-error) !important;
}
html .text-error {
  color: var(--mat-sys-error) !important;
}
html .bg-white {
  background-color: #ffffff !important;
}
html .text-white {
  color: #ffffff !important;
}
html .bg-light {
  background-color: var(--mat-sys-surface-bright) !important;
}
html .text-light {
  color: var(--mat-sys-surface-bright) !important;
}
html .bg-light-error {
  background-color: var(--mat-sys-error-fixed-dim) !important;
}
html .text-light-error {
  color: var(--mat-sys-error-fixed-dim) !important;
}
html .bg-light-secondary {
  background-color: var(--mat-sys-secondary-fixed-dim) !important;
}
html .text-light-secondary {
  color: var(--mat-sys-secondary-fixed-dim) !important;
}
html .bg-light-success {
  background-color: rgba(19, 222, 185, 0.2509803922) !important;
}
html .text-light-success {
  color: rgba(19, 222, 185, 0.2509803922) !important;
}
html .bg-light-warning {
  background-color: rgba(255, 173, 31, 0.2509803922) !important;
}
html .text-light-warning {
  color: rgba(255, 173, 31, 0.2509803922) !important;
}
html .bg-light-primary {
  background-color: var(--mat-sys-primary-fixed-dim) !important;
}
html .text-light-primary {
  color: var(--mat-sys-primary-fixed-dim) !important;
}
.fill-warning svg {
  fill: #ffae1f;
  color: #ffae1f;
}
.fill-light svg {
  fill: var(--mat-sys-surface-bright);
  color: var(--mat-sys-surface-bright);
}
html .border-primary {
  border: 1px solid var(--mat-sys-primary) !important;
}
html .border-secondary {
  border: 1px solid var(--mat-sys-secondary) !important;
}
html .border-success {
  border: 1px solid #13deb9 !important;
}
html .border-warning {
  border: 1px solid #ffae1f !important;
}
html .border-error {
  border: 1px solid var(--mat-sys-error) !important;
}
.icon-1 {
  height: 1px !important;
  width: 1px !important;
  line-height: 9px !important;
}
.icon-2 {
  height: 2px !important;
  width: 2px !important;
  line-height: 10px !important;
}
.icon-3 {
  height: 3px !important;
  width: 3px !important;
  line-height: 11px !important;
}
.icon-4 {
  height: 4px !important;
  width: 4px !important;
  line-height: 12px !important;
}
.icon-5 {
  height: 5px !important;
  width: 5px !important;
  line-height: 13px !important;
}
.icon-6 {
  height: 6px !important;
  width: 6px !important;
  line-height: 14px !important;
}
.icon-7 {
  height: 7px !important;
  width: 7px !important;
  line-height: 15px !important;
}
.icon-8 {
  height: 8px !important;
  width: 8px !important;
  line-height: 16px !important;
}
.icon-9 {
  height: 9px !important;
  width: 9px !important;
  line-height: 17px !important;
}
.icon-10 {
  height: 10px !important;
  width: 10px !important;
  line-height: 18px !important;
}
.icon-11 {
  height: 11px !important;
  width: 11px !important;
  line-height: 19px !important;
}
.icon-12 {
  height: 12px !important;
  width: 12px !important;
  line-height: 20px !important;
}
.icon-13 {
  height: 13px !important;
  width: 13px !important;
  line-height: 21px !important;
}
.icon-14 {
  height: 14px !important;
  width: 14px !important;
  line-height: 22px !important;
}
.icon-15 {
  height: 15px !important;
  width: 15px !important;
  line-height: 23px !important;
}
.icon-16 {
  height: 16px !important;
  width: 16px !important;
  line-height: 24px !important;
}
.icon-17 {
  height: 17px !important;
  width: 17px !important;
  line-height: 25px !important;
}
.icon-18 {
  height: 18px !important;
  width: 18px !important;
  line-height: 26px !important;
}
.icon-19 {
  height: 19px !important;
  width: 19px !important;
  line-height: 27px !important;
}
.icon-20 {
  height: 20px !important;
  width: 20px !important;
  line-height: 28px !important;
}
.icon-21 {
  height: 21px !important;
  width: 21px !important;
  line-height: 29px !important;
}
.icon-22 {
  height: 22px !important;
  width: 22px !important;
  line-height: 30px !important;
}
.icon-23 {
  height: 23px !important;
  width: 23px !important;
  line-height: 31px !important;
}
.icon-24 {
  height: 24px !important;
  width: 24px !important;
  line-height: 32px !important;
}
.icon-25 {
  height: 25px !important;
  width: 25px !important;
  line-height: 33px !important;
}
.icon-26 {
  height: 26px !important;
  width: 26px !important;
  line-height: 34px !important;
}
.icon-27 {
  height: 27px !important;
  width: 27px !important;
  line-height: 35px !important;
}
.icon-28 {
  height: 28px !important;
  width: 28px !important;
  line-height: 36px !important;
}
.icon-29 {
  height: 29px !important;
  width: 29px !important;
  line-height: 37px !important;
}
.icon-30 {
  height: 30px !important;
  width: 30px !important;
  line-height: 38px !important;
}
.icon-31 {
  height: 31px !important;
  width: 31px !important;
  line-height: 39px !important;
}
.icon-32 {
  height: 32px !important;
  width: 32px !important;
  line-height: 40px !important;
}
.icon-33 {
  height: 33px !important;
  width: 33px !important;
  line-height: 41px !important;
}
.icon-34 {
  height: 34px !important;
  width: 34px !important;
  line-height: 42px !important;
}
.icon-35 {
  height: 35px !important;
  width: 35px !important;
  line-height: 43px !important;
}
.icon-36 {
  height: 36px !important;
  width: 36px !important;
  line-height: 44px !important;
}
.icon-37 {
  height: 37px !important;
  width: 37px !important;
  line-height: 45px !important;
}
.icon-38 {
  height: 38px !important;
  width: 38px !important;
  line-height: 46px !important;
}
.icon-39 {
  height: 39px !important;
  width: 39px !important;
  line-height: 47px !important;
}
.icon-40 {
  height: 40px !important;
  width: 40px !important;
  line-height: 48px !important;
}
.icon-41 {
  height: 41px !important;
  width: 41px !important;
  line-height: 49px !important;
}
.icon-42 {
  height: 42px !important;
  width: 42px !important;
  line-height: 50px !important;
}
.icon-43 {
  height: 43px !important;
  width: 43px !important;
  line-height: 51px !important;
}
.icon-44 {
  height: 44px !important;
  width: 44px !important;
  line-height: 52px !important;
}
.icon-45 {
  height: 45px !important;
  width: 45px !important;
  line-height: 53px !important;
}
.icon-46 {
  height: 46px !important;
  width: 46px !important;
  line-height: 54px !important;
}
.icon-47 {
  height: 47px !important;
  width: 47px !important;
  line-height: 55px !important;
}
.icon-48 {
  height: 48px !important;
  width: 48px !important;
  line-height: 56px !important;
}
*,
:after,
:before {
  box-sizing: border-box;
}
.m-t-1 {
  margin-top: 1px;
}
.m-b-1 {
  margin-bottom: 1px;
}
.m-l-1 {
  margin-left: 1px;
}
.m-r-1 {
  margin-right: 1px;
}
.m-x-1 {
  margin-left: 1px;
  margin-right: 1px;
}
.m-y-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}
.m-1 {
  margin: 1px;
}
.p-t-1 {
  padding-top: 1px;
}
.p-b-1 {
  padding-bottom: 1px;
}
.p-l-1 {
  padding-left: 1px;
}
.p-r-1 {
  padding-right: 1px;
}
.p-1 {
  padding: 1px;
}
.p-x-1 {
  padding-left: 1px;
  padding-right: 1px;
}
.p-y-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}
.f-s-1 {
  font-size: 1px !important;
}
.shadow-1 {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) !important;
}
.rounded-1 {
  border-radius: 1px !important;
}
.w-1 {
  width: 1px;
}
.h-1 {
  height: 1px;
}
.op-1 {
  opacity: 0.01;
}
.m-t-2 {
  margin-top: 2px;
}
.m-b-2 {
  margin-bottom: 2px;
}
.m-l-2 {
  margin-left: 2px;
}
.m-r-2 {
  margin-right: 2px;
}
.m-x-2 {
  margin-left: 2px;
  margin-right: 2px;
}
.m-y-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}
.m-2 {
  margin: 2px;
}
.p-t-2 {
  padding-top: 2px;
}
.p-b-2 {
  padding-bottom: 2px;
}
.p-l-2 {
  padding-left: 2px;
}
.p-r-2 {
  padding-right: 2px;
}
.p-2 {
  padding: 2px;
}
.p-x-2 {
  padding-left: 2px;
  padding-right: 2px;
}
.p-y-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.f-s-2 {
  font-size: 2px !important;
}
.shadow-2 {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
}
.rounded-2 {
  border-radius: 2px !important;
}
.w-2 {
  width: 2px;
}
.h-2 {
  height: 2px;
}
.op-2 {
  opacity: 0.02;
}
.m-t-3 {
  margin-top: 3px;
}
.m-b-3 {
  margin-bottom: 3px;
}
.m-l-3 {
  margin-left: 3px;
}
.m-r-3 {
  margin-right: 3px;
}
.m-x-3 {
  margin-left: 3px;
  margin-right: 3px;
}
.m-y-3 {
  margin-top: 3px;
  margin-bottom: 3px;
}
.m-3 {
  margin: 3px;
}
.p-t-3 {
  padding-top: 3px;
}
.p-b-3 {
  padding-bottom: 3px;
}
.p-l-3 {
  padding-left: 3px;
}
.p-r-3 {
  padding-right: 3px;
}
.p-3 {
  padding: 3px;
}
.p-x-3 {
  padding-left: 3px;
  padding-right: 3px;
}
.p-y-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}
.f-s-3 {
  font-size: 3px !important;
}
.shadow-3 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1) !important;
}
.rounded-3 {
  border-radius: 3px !important;
}
.w-3 {
  width: 3px;
}
.h-3 {
  height: 3px;
}
.op-3 {
  opacity: 0.03;
}
.m-t-4 {
  margin-top: 4px;
}
.m-b-4 {
  margin-bottom: 4px;
}
.m-l-4 {
  margin-left: 4px;
}
.m-r-4 {
  margin-right: 4px;
}
.m-x-4 {
  margin-left: 4px;
  margin-right: 4px;
}
.m-y-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.m-4 {
  margin: 4px;
}
.p-t-4 {
  padding-top: 4px;
}
.p-b-4 {
  padding-bottom: 4px;
}
.p-l-4 {
  padding-left: 4px;
}
.p-r-4 {
  padding-right: 4px;
}
.p-4 {
  padding: 4px;
}
.p-x-4 {
  padding-left: 4px;
  padding-right: 4px;
}
.p-y-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.f-s-4 {
  font-size: 4px !important;
}
.shadow-4 {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important;
}
.rounded-4 {
  border-radius: 4px !important;
}
.w-4 {
  width: 4px;
}
.h-4 {
  height: 4px;
}
.op-4 {
  opacity: 0.04;
}
.m-t-5 {
  margin-top: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-x-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.m-y-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.m-5 {
  margin: 5px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-r-5 {
  padding-right: 5px;
}
.p-5 {
  padding: 5px;
}
.p-x-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.p-y-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.f-s-5 {
  font-size: 5px !important;
}
.shadow-5 {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1) !important;
}
.rounded-5 {
  border-radius: 5px !important;
}
.w-5 {
  width: 5px;
}
.h-5 {
  height: 5px;
}
.op-5 {
  opacity: 0.05;
}
.m-t-6 {
  margin-top: 6px;
}
.m-b-6 {
  margin-bottom: 6px;
}
.m-l-6 {
  margin-left: 6px;
}
.m-r-6 {
  margin-right: 6px;
}
.m-x-6 {
  margin-left: 6px;
  margin-right: 6px;
}
.m-y-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.m-6 {
  margin: 6px;
}
.p-t-6 {
  padding-top: 6px;
}
.p-b-6 {
  padding-bottom: 6px;
}
.p-l-6 {
  padding-left: 6px;
}
.p-r-6 {
  padding-right: 6px;
}
.p-6 {
  padding: 6px;
}
.p-x-6 {
  padding-left: 6px;
  padding-right: 6px;
}
.p-y-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.f-s-6 {
  font-size: 6px !important;
}
.shadow-6 {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1) !important;
}
.rounded-6 {
  border-radius: 6px !important;
}
.w-6 {
  width: 6px;
}
.h-6 {
  height: 6px;
}
.op-6 {
  opacity: 0.06;
}
.m-t-7 {
  margin-top: 7px;
}
.m-b-7 {
  margin-bottom: 7px;
}
.m-l-7 {
  margin-left: 7px;
}
.m-r-7 {
  margin-right: 7px;
}
.m-x-7 {
  margin-left: 7px;
  margin-right: 7px;
}
.m-y-7 {
  margin-top: 7px;
  margin-bottom: 7px;
}
.m-7 {
  margin: 7px;
}
.p-t-7 {
  padding-top: 7px;
}
.p-b-7 {
  padding-bottom: 7px;
}
.p-l-7 {
  padding-left: 7px;
}
.p-r-7 {
  padding-right: 7px;
}
.p-7 {
  padding: 7px;
}
.p-x-7 {
  padding-left: 7px;
  padding-right: 7px;
}
.p-y-7 {
  padding-top: 7px;
  padding-bottom: 7px;
}
.f-s-7 {
  font-size: 7px !important;
}
.shadow-7 {
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.1) !important;
}
.rounded-7 {
  border-radius: 7px !important;
}
.w-7 {
  width: 7px;
}
.h-7 {
  height: 7px;
}
.op-7 {
  opacity: 0.07;
}
.m-t-8 {
  margin-top: 8px;
}
.m-b-8 {
  margin-bottom: 8px;
}
.m-l-8 {
  margin-left: 8px;
}
.m-r-8 {
  margin-right: 8px;
}
.m-x-8 {
  margin-left: 8px;
  margin-right: 8px;
}
.m-y-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.m-8 {
  margin: 8px;
}
.p-t-8 {
  padding-top: 8px;
}
.p-b-8 {
  padding-bottom: 8px;
}
.p-l-8 {
  padding-left: 8px;
}
.p-r-8 {
  padding-right: 8px;
}
.p-8 {
  padding: 8px;
}
.p-x-8 {
  padding-left: 8px;
  padding-right: 8px;
}
.p-y-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.f-s-8 {
  font-size: 8px !important;
}
.shadow-8 {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1) !important;
}
.rounded-8 {
  border-radius: 8px !important;
}
.w-8 {
  width: 8px;
}
.h-8 {
  height: 8px;
}
.op-8 {
  opacity: 0.08;
}
.m-t-9 {
  margin-top: 9px;
}
.m-b-9 {
  margin-bottom: 9px;
}
.m-l-9 {
  margin-left: 9px;
}
.m-r-9 {
  margin-right: 9px;
}
.m-x-9 {
  margin-left: 9px;
  margin-right: 9px;
}
.m-y-9 {
  margin-top: 9px;
  margin-bottom: 9px;
}
.m-9 {
  margin: 9px;
}
.p-t-9 {
  padding-top: 9px;
}
.p-b-9 {
  padding-bottom: 9px;
}
.p-l-9 {
  padding-left: 9px;
}
.p-r-9 {
  padding-right: 9px;
}
.p-9 {
  padding: 9px;
}
.p-x-9 {
  padding-left: 9px;
  padding-right: 9px;
}
.p-y-9 {
  padding-top: 9px;
  padding-bottom: 9px;
}
.f-s-9 {
  font-size: 9px !important;
}
.shadow-9 {
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.1) !important;
}
.rounded-9 {
  border-radius: 9px !important;
}
.w-9 {
  width: 9px;
}
.h-9 {
  height: 9px;
}
.op-9 {
  opacity: 0.09;
}
.m-t-10 {
  margin-top: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-x-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.m-y-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.m-10 {
  margin: 10px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-10 {
  padding: 10px;
}
.p-x-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.p-y-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.f-s-10 {
  font-size: 10px !important;
}
.shadow-10 {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1) !important;
}
.rounded-10 {
  border-radius: 10px !important;
}
.w-10 {
  width: 10px;
}
.h-10 {
  height: 10px;
}
.op-10 {
  opacity: 0.1;
}
.m-t-11 {
  margin-top: 11px;
}
.m-b-11 {
  margin-bottom: 11px;
}
.m-l-11 {
  margin-left: 11px;
}
.m-r-11 {
  margin-right: 11px;
}
.m-x-11 {
  margin-left: 11px;
  margin-right: 11px;
}
.m-y-11 {
  margin-top: 11px;
  margin-bottom: 11px;
}
.m-11 {
  margin: 11px;
}
.p-t-11 {
  padding-top: 11px;
}
.p-b-11 {
  padding-bottom: 11px;
}
.p-l-11 {
  padding-left: 11px;
}
.p-r-11 {
  padding-right: 11px;
}
.p-11 {
  padding: 11px;
}
.p-x-11 {
  padding-left: 11px;
  padding-right: 11px;
}
.p-y-11 {
  padding-top: 11px;
  padding-bottom: 11px;
}
.f-s-11 {
  font-size: 11px !important;
}
.shadow-11 {
  box-shadow: 0px 11px 22px rgba(0, 0, 0, 0.1) !important;
}
.rounded-11 {
  border-radius: 11px !important;
}
.w-11 {
  width: 11px;
}
.h-11 {
  height: 11px;
}
.op-11 {
  opacity: 0.11;
}
.m-t-12 {
  margin-top: 12px;
}
.m-b-12 {
  margin-bottom: 12px;
}
.m-l-12 {
  margin-left: 12px;
}
.m-r-12 {
  margin-right: 12px;
}
.m-x-12 {
  margin-left: 12px;
  margin-right: 12px;
}
.m-y-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.m-12 {
  margin: 12px;
}
.p-t-12 {
  padding-top: 12px;
}
.p-b-12 {
  padding-bottom: 12px;
}
.p-l-12 {
  padding-left: 12px;
}
.p-r-12 {
  padding-right: 12px;
}
.p-12 {
  padding: 12px;
}
.p-x-12 {
  padding-left: 12px;
  padding-right: 12px;
}
.p-y-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.f-s-12 {
  font-size: 12px !important;
}
.shadow-12 {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.1) !important;
}
.rounded-12 {
  border-radius: 12px !important;
}
.w-12 {
  width: 12px;
}
.h-12 {
  height: 12px;
}
.op-12 {
  opacity: 0.12;
}
.m-t-13 {
  margin-top: 13px;
}
.m-b-13 {
  margin-bottom: 13px;
}
.m-l-13 {
  margin-left: 13px;
}
.m-r-13 {
  margin-right: 13px;
}
.m-x-13 {
  margin-left: 13px;
  margin-right: 13px;
}
.m-y-13 {
  margin-top: 13px;
  margin-bottom: 13px;
}
.m-13 {
  margin: 13px;
}
.p-t-13 {
  padding-top: 13px;
}
.p-b-13 {
  padding-bottom: 13px;
}
.p-l-13 {
  padding-left: 13px;
}
.p-r-13 {
  padding-right: 13px;
}
.p-13 {
  padding: 13px;
}
.p-x-13 {
  padding-left: 13px;
  padding-right: 13px;
}
.p-y-13 {
  padding-top: 13px;
  padding-bottom: 13px;
}
.f-s-13 {
  font-size: 13px !important;
}
.shadow-13 {
  box-shadow: 0px 13px 26px rgba(0, 0, 0, 0.1) !important;
}
.rounded-13 {
  border-radius: 13px !important;
}
.w-13 {
  width: 13px;
}
.h-13 {
  height: 13px;
}
.op-13 {
  opacity: 0.13;
}
.m-t-14 {
  margin-top: 14px;
}
.m-b-14 {
  margin-bottom: 14px;
}
.m-l-14 {
  margin-left: 14px;
}
.m-r-14 {
  margin-right: 14px;
}
.m-x-14 {
  margin-left: 14px;
  margin-right: 14px;
}
.m-y-14 {
  margin-top: 14px;
  margin-bottom: 14px;
}
.m-14 {
  margin: 14px;
}
.p-t-14 {
  padding-top: 14px;
}
.p-b-14 {
  padding-bottom: 14px;
}
.p-l-14 {
  padding-left: 14px;
}
.p-r-14 {
  padding-right: 14px;
}
.p-14 {
  padding: 14px;
}
.p-x-14 {
  padding-left: 14px;
  padding-right: 14px;
}
.p-y-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}
.f-s-14 {
  font-size: 14px !important;
}
.shadow-14 {
  box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.1) !important;
}
.rounded-14 {
  border-radius: 14px !important;
}
.w-14 {
  width: 14px;
}
.h-14 {
  height: 14px;
}
.op-14 {
  opacity: 0.14;
}
.m-t-15 {
  margin-top: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-x-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.m-y-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.m-15 {
  margin: 15px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-r-15 {
  padding-right: 15px;
}
.p-15 {
  padding: 15px;
}
.p-x-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.p-y-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.f-s-15 {
  font-size: 15px !important;
}
.shadow-15 {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1) !important;
}
.rounded-15 {
  border-radius: 15px !important;
}
.w-15 {
  width: 15px;
}
.h-15 {
  height: 15px;
}
.op-15 {
  opacity: 0.15;
}
.m-t-16 {
  margin-top: 16px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-l-16 {
  margin-left: 16px;
}
.m-r-16 {
  margin-right: 16px;
}
.m-x-16 {
  margin-left: 16px;
  margin-right: 16px;
}
.m-y-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.m-16 {
  margin: 16px;
}
.p-t-16 {
  padding-top: 16px;
}
.p-b-16 {
  padding-bottom: 16px;
}
.p-l-16 {
  padding-left: 16px;
}
.p-r-16 {
  padding-right: 16px;
}
.p-16 {
  padding: 16px;
}
.p-x-16 {
  padding-left: 16px;
  padding-right: 16px;
}
.p-y-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.f-s-16 {
  font-size: 16px !important;
}
.shadow-16 {
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1) !important;
}
.rounded-16 {
  border-radius: 16px !important;
}
.w-16 {
  width: 16px;
}
.h-16 {
  height: 16px;
}
.op-16 {
  opacity: 0.16;
}
.m-t-17 {
  margin-top: 17px;
}
.m-b-17 {
  margin-bottom: 17px;
}
.m-l-17 {
  margin-left: 17px;
}
.m-r-17 {
  margin-right: 17px;
}
.m-x-17 {
  margin-left: 17px;
  margin-right: 17px;
}
.m-y-17 {
  margin-top: 17px;
  margin-bottom: 17px;
}
.m-17 {
  margin: 17px;
}
.p-t-17 {
  padding-top: 17px;
}
.p-b-17 {
  padding-bottom: 17px;
}
.p-l-17 {
  padding-left: 17px;
}
.p-r-17 {
  padding-right: 17px;
}
.p-17 {
  padding: 17px;
}
.p-x-17 {
  padding-left: 17px;
  padding-right: 17px;
}
.p-y-17 {
  padding-top: 17px;
  padding-bottom: 17px;
}
.f-s-17 {
  font-size: 17px !important;
}
.shadow-17 {
  box-shadow: 0px 17px 34px rgba(0, 0, 0, 0.1) !important;
}
.rounded-17 {
  border-radius: 17px !important;
}
.w-17 {
  width: 17px;
}
.h-17 {
  height: 17px;
}
.op-17 {
  opacity: 0.17;
}
.m-t-18 {
  margin-top: 18px;
}
.m-b-18 {
  margin-bottom: 18px;
}
.m-l-18 {
  margin-left: 18px;
}
.m-r-18 {
  margin-right: 18px;
}
.m-x-18 {
  margin-left: 18px;
  margin-right: 18px;
}
.m-y-18 {
  margin-top: 18px;
  margin-bottom: 18px;
}
.m-18 {
  margin: 18px;
}
.p-t-18 {
  padding-top: 18px;
}
.p-b-18 {
  padding-bottom: 18px;
}
.p-l-18 {
  padding-left: 18px;
}
.p-r-18 {
  padding-right: 18px;
}
.p-18 {
  padding: 18px;
}
.p-x-18 {
  padding-left: 18px;
  padding-right: 18px;
}
.p-y-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}
.f-s-18 {
  font-size: 18px !important;
}
.shadow-18 {
  box-shadow: 0px 18px 36px rgba(0, 0, 0, 0.1) !important;
}
.rounded-18 {
  border-radius: 18px !important;
}
.w-18 {
  width: 18px;
}
.h-18 {
  height: 18px;
}
.op-18 {
  opacity: 0.18;
}
.m-t-19 {
  margin-top: 19px;
}
.m-b-19 {
  margin-bottom: 19px;
}
.m-l-19 {
  margin-left: 19px;
}
.m-r-19 {
  margin-right: 19px;
}
.m-x-19 {
  margin-left: 19px;
  margin-right: 19px;
}
.m-y-19 {
  margin-top: 19px;
  margin-bottom: 19px;
}
.m-19 {
  margin: 19px;
}
.p-t-19 {
  padding-top: 19px;
}
.p-b-19 {
  padding-bottom: 19px;
}
.p-l-19 {
  padding-left: 19px;
}
.p-r-19 {
  padding-right: 19px;
}
.p-19 {
  padding: 19px;
}
.p-x-19 {
  padding-left: 19px;
  padding-right: 19px;
}
.p-y-19 {
  padding-top: 19px;
  padding-bottom: 19px;
}
.f-s-19 {
  font-size: 19px !important;
}
.shadow-19 {
  box-shadow: 0px 19px 38px rgba(0, 0, 0, 0.1) !important;
}
.rounded-19 {
  border-radius: 19px !important;
}
.w-19 {
  width: 19px;
}
.h-19 {
  height: 19px;
}
.op-19 {
  opacity: 0.19;
}
.m-t-20 {
  margin-top: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-x-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.m-y-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-20 {
  margin: 20px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-20 {
  padding: 20px;
}
.p-x-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.p-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.f-s-20 {
  font-size: 20px !important;
}
.shadow-20 {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1) !important;
}
.rounded-20 {
  border-radius: 20px !important;
}
.w-20 {
  width: 20px;
}
.h-20 {
  height: 20px;
}
.op-20 {
  opacity: 0.2;
}
.m-t-21 {
  margin-top: 21px;
}
.m-b-21 {
  margin-bottom: 21px;
}
.m-l-21 {
  margin-left: 21px;
}
.m-r-21 {
  margin-right: 21px;
}
.m-x-21 {
  margin-left: 21px;
  margin-right: 21px;
}
.m-y-21 {
  margin-top: 21px;
  margin-bottom: 21px;
}
.m-21 {
  margin: 21px;
}
.p-t-21 {
  padding-top: 21px;
}
.p-b-21 {
  padding-bottom: 21px;
}
.p-l-21 {
  padding-left: 21px;
}
.p-r-21 {
  padding-right: 21px;
}
.p-21 {
  padding: 21px;
}
.p-x-21 {
  padding-left: 21px;
  padding-right: 21px;
}
.p-y-21 {
  padding-top: 21px;
  padding-bottom: 21px;
}
.f-s-21 {
  font-size: 21px !important;
}
.shadow-21 {
  box-shadow: 0px 21px 42px rgba(0, 0, 0, 0.1) !important;
}
.rounded-21 {
  border-radius: 21px !important;
}
.w-21 {
  width: 21px;
}
.h-21 {
  height: 21px;
}
.op-21 {
  opacity: 0.21;
}
.m-t-22 {
  margin-top: 22px;
}
.m-b-22 {
  margin-bottom: 22px;
}
.m-l-22 {
  margin-left: 22px;
}
.m-r-22 {
  margin-right: 22px;
}
.m-x-22 {
  margin-left: 22px;
  margin-right: 22px;
}
.m-y-22 {
  margin-top: 22px;
  margin-bottom: 22px;
}
.m-22 {
  margin: 22px;
}
.p-t-22 {
  padding-top: 22px;
}
.p-b-22 {
  padding-bottom: 22px;
}
.p-l-22 {
  padding-left: 22px;
}
.p-r-22 {
  padding-right: 22px;
}
.p-22 {
  padding: 22px;
}
.p-x-22 {
  padding-left: 22px;
  padding-right: 22px;
}
.p-y-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}
.f-s-22 {
  font-size: 22px !important;
}
.shadow-22 {
  box-shadow: 0px 22px 44px rgba(0, 0, 0, 0.1) !important;
}
.rounded-22 {
  border-radius: 22px !important;
}
.w-22 {
  width: 22px;
}
.h-22 {
  height: 22px;
}
.op-22 {
  opacity: 0.22;
}
.m-t-23 {
  margin-top: 23px;
}
.m-b-23 {
  margin-bottom: 23px;
}
.m-l-23 {
  margin-left: 23px;
}
.m-r-23 {
  margin-right: 23px;
}
.m-x-23 {
  margin-left: 23px;
  margin-right: 23px;
}
.m-y-23 {
  margin-top: 23px;
  margin-bottom: 23px;
}
.m-23 {
  margin: 23px;
}
.p-t-23 {
  padding-top: 23px;
}
.p-b-23 {
  padding-bottom: 23px;
}
.p-l-23 {
  padding-left: 23px;
}
.p-r-23 {
  padding-right: 23px;
}
.p-23 {
  padding: 23px;
}
.p-x-23 {
  padding-left: 23px;
  padding-right: 23px;
}
.p-y-23 {
  padding-top: 23px;
  padding-bottom: 23px;
}
.f-s-23 {
  font-size: 23px !important;
}
.shadow-23 {
  box-shadow: 0px 23px 46px rgba(0, 0, 0, 0.1) !important;
}
.rounded-23 {
  border-radius: 23px !important;
}
.w-23 {
  width: 23px;
}
.h-23 {
  height: 23px;
}
.op-23 {
  opacity: 0.23;
}
.m-t-24 {
  margin-top: 24px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-l-24 {
  margin-left: 24px;
}
.m-r-24 {
  margin-right: 24px;
}
.m-x-24 {
  margin-left: 24px;
  margin-right: 24px;
}
.m-y-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.m-24 {
  margin: 24px;
}
.p-t-24 {
  padding-top: 24px;
}
.p-b-24 {
  padding-bottom: 24px;
}
.p-l-24 {
  padding-left: 24px;
}
.p-r-24 {
  padding-right: 24px;
}
.p-24 {
  padding: 24px;
}
.p-x-24 {
  padding-left: 24px;
  padding-right: 24px;
}
.p-y-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.f-s-24 {
  font-size: 24px !important;
}
.shadow-24 {
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.1) !important;
}
.rounded-24 {
  border-radius: 24px !important;
}
.w-24 {
  width: 24px;
}
.h-24 {
  height: 24px;
}
.op-24 {
  opacity: 0.24;
}
.m-t-25 {
  margin-top: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-x-25 {
  margin-left: 25px;
  margin-right: 25px;
}
.m-y-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.m-25 {
  margin: 25px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-r-25 {
  padding-right: 25px;
}
.p-25 {
  padding: 25px;
}
.p-x-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.p-y-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.f-s-25 {
  font-size: 25px !important;
}
.shadow-25 {
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.1) !important;
}
.rounded-25 {
  border-radius: 25px !important;
}
.w-25 {
  width: 25px;
}
.h-25 {
  height: 25px;
}
.op-25 {
  opacity: 0.25;
}
.m-t-26 {
  margin-top: 26px;
}
.m-b-26 {
  margin-bottom: 26px;
}
.m-l-26 {
  margin-left: 26px;
}
.m-r-26 {
  margin-right: 26px;
}
.m-x-26 {
  margin-left: 26px;
  margin-right: 26px;
}
.m-y-26 {
  margin-top: 26px;
  margin-bottom: 26px;
}
.m-26 {
  margin: 26px;
}
.p-t-26 {
  padding-top: 26px;
}
.p-b-26 {
  padding-bottom: 26px;
}
.p-l-26 {
  padding-left: 26px;
}
.p-r-26 {
  padding-right: 26px;
}
.p-26 {
  padding: 26px;
}
.p-x-26 {
  padding-left: 26px;
  padding-right: 26px;
}
.p-y-26 {
  padding-top: 26px;
  padding-bottom: 26px;
}
.f-s-26 {
  font-size: 26px !important;
}
.shadow-26 {
  box-shadow: 0px 26px 52px rgba(0, 0, 0, 0.1) !important;
}
.rounded-26 {
  border-radius: 26px !important;
}
.w-26 {
  width: 26px;
}
.h-26 {
  height: 26px;
}
.op-26 {
  opacity: 0.26;
}
.m-t-27 {
  margin-top: 27px;
}
.m-b-27 {
  margin-bottom: 27px;
}
.m-l-27 {
  margin-left: 27px;
}
.m-r-27 {
  margin-right: 27px;
}
.m-x-27 {
  margin-left: 27px;
  margin-right: 27px;
}
.m-y-27 {
  margin-top: 27px;
  margin-bottom: 27px;
}
.m-27 {
  margin: 27px;
}
.p-t-27 {
  padding-top: 27px;
}
.p-b-27 {
  padding-bottom: 27px;
}
.p-l-27 {
  padding-left: 27px;
}
.p-r-27 {
  padding-right: 27px;
}
.p-27 {
  padding: 27px;
}
.p-x-27 {
  padding-left: 27px;
  padding-right: 27px;
}
.p-y-27 {
  padding-top: 27px;
  padding-bottom: 27px;
}
.f-s-27 {
  font-size: 27px !important;
}
.shadow-27 {
  box-shadow: 0px 27px 54px rgba(0, 0, 0, 0.1) !important;
}
.rounded-27 {
  border-radius: 27px !important;
}
.w-27 {
  width: 27px;
}
.h-27 {
  height: 27px;
}
.op-27 {
  opacity: 0.27;
}
.m-t-28 {
  margin-top: 28px;
}
.m-b-28 {
  margin-bottom: 28px;
}
.m-l-28 {
  margin-left: 28px;
}
.m-r-28 {
  margin-right: 28px;
}
.m-x-28 {
  margin-left: 28px;
  margin-right: 28px;
}
.m-y-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}
.m-28 {
  margin: 28px;
}
.p-t-28 {
  padding-top: 28px;
}
.p-b-28 {
  padding-bottom: 28px;
}
.p-l-28 {
  padding-left: 28px;
}
.p-r-28 {
  padding-right: 28px;
}
.p-28 {
  padding: 28px;
}
.p-x-28 {
  padding-left: 28px;
  padding-right: 28px;
}
.p-y-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.f-s-28 {
  font-size: 28px !important;
}
.shadow-28 {
  box-shadow: 0px 28px 56px rgba(0, 0, 0, 0.1) !important;
}
.rounded-28 {
  border-radius: 28px !important;
}
.w-28 {
  width: 28px;
}
.h-28 {
  height: 28px;
}
.op-28 {
  opacity: 0.28;
}
.m-t-29 {
  margin-top: 29px;
}
.m-b-29 {
  margin-bottom: 29px;
}
.m-l-29 {
  margin-left: 29px;
}
.m-r-29 {
  margin-right: 29px;
}
.m-x-29 {
  margin-left: 29px;
  margin-right: 29px;
}
.m-y-29 {
  margin-top: 29px;
  margin-bottom: 29px;
}
.m-29 {
  margin: 29px;
}
.p-t-29 {
  padding-top: 29px;
}
.p-b-29 {
  padding-bottom: 29px;
}
.p-l-29 {
  padding-left: 29px;
}
.p-r-29 {
  padding-right: 29px;
}
.p-29 {
  padding: 29px;
}
.p-x-29 {
  padding-left: 29px;
  padding-right: 29px;
}
.p-y-29 {
  padding-top: 29px;
  padding-bottom: 29px;
}
.f-s-29 {
  font-size: 29px !important;
}
.shadow-29 {
  box-shadow: 0px 29px 58px rgba(0, 0, 0, 0.1) !important;
}
.rounded-29 {
  border-radius: 29px !important;
}
.w-29 {
  width: 29px;
}
.h-29 {
  height: 29px;
}
.op-29 {
  opacity: 0.29;
}
.m-t-30 {
  margin-top: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-x-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.m-y-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.m-30 {
  margin: 30px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-r-30 {
  padding-right: 30px;
}
.p-30 {
  padding: 30px;
}
.p-x-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.p-y-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.f-s-30 {
  font-size: 30px !important;
}
.shadow-30 {
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1) !important;
}
.rounded-30 {
  border-radius: 30px !important;
}
.w-30 {
  width: 30px;
}
.h-30 {
  height: 30px;
}
.op-30 {
  opacity: 0.3;
}
.m-t-31 {
  margin-top: 31px;
}
.m-b-31 {
  margin-bottom: 31px;
}
.m-l-31 {
  margin-left: 31px;
}
.m-r-31 {
  margin-right: 31px;
}
.m-x-31 {
  margin-left: 31px;
  margin-right: 31px;
}
.m-y-31 {
  margin-top: 31px;
  margin-bottom: 31px;
}
.m-31 {
  margin: 31px;
}
.p-t-31 {
  padding-top: 31px;
}
.p-b-31 {
  padding-bottom: 31px;
}
.p-l-31 {
  padding-left: 31px;
}
.p-r-31 {
  padding-right: 31px;
}
.p-31 {
  padding: 31px;
}
.p-x-31 {
  padding-left: 31px;
  padding-right: 31px;
}
.p-y-31 {
  padding-top: 31px;
  padding-bottom: 31px;
}
.f-s-31 {
  font-size: 31px !important;
}
.shadow-31 {
  box-shadow: 0px 31px 62px rgba(0, 0, 0, 0.1) !important;
}
.rounded-31 {
  border-radius: 31px !important;
}
.w-31 {
  width: 31px;
}
.h-31 {
  height: 31px;
}
.op-31 {
  opacity: 0.31;
}
.m-t-32 {
  margin-top: 32px;
}
.m-b-32 {
  margin-bottom: 32px;
}
.m-l-32 {
  margin-left: 32px;
}
.m-r-32 {
  margin-right: 32px;
}
.m-x-32 {
  margin-left: 32px;
  margin-right: 32px;
}
.m-y-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.m-32 {
  margin: 32px;
}
.p-t-32 {
  padding-top: 32px;
}
.p-b-32 {
  padding-bottom: 32px;
}
.p-l-32 {
  padding-left: 32px;
}
.p-r-32 {
  padding-right: 32px;
}
.p-32 {
  padding: 32px;
}
.p-x-32 {
  padding-left: 32px;
  padding-right: 32px;
}
.p-y-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.f-s-32 {
  font-size: 32px !important;
}
.shadow-32 {
  box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.1) !important;
}
.rounded-32 {
  border-radius: 32px !important;
}
.w-32 {
  width: 32px;
}
.h-32 {
  height: 32px;
}
.op-32 {
  opacity: 0.32;
}
.m-t-33 {
  margin-top: 33px;
}
.m-b-33 {
  margin-bottom: 33px;
}
.m-l-33 {
  margin-left: 33px;
}
.m-r-33 {
  margin-right: 33px;
}
.m-x-33 {
  margin-left: 33px;
  margin-right: 33px;
}
.m-y-33 {
  margin-top: 33px;
  margin-bottom: 33px;
}
.m-33 {
  margin: 33px;
}
.p-t-33 {
  padding-top: 33px;
}
.p-b-33 {
  padding-bottom: 33px;
}
.p-l-33 {
  padding-left: 33px;
}
.p-r-33 {
  padding-right: 33px;
}
.p-33 {
  padding: 33px;
}
.p-x-33 {
  padding-left: 33px;
  padding-right: 33px;
}
.p-y-33 {
  padding-top: 33px;
  padding-bottom: 33px;
}
.f-s-33 {
  font-size: 33px !important;
}
.shadow-33 {
  box-shadow: 0px 33px 66px rgba(0, 0, 0, 0.1) !important;
}
.rounded-33 {
  border-radius: 33px !important;
}
.w-33 {
  width: 33px;
}
.h-33 {
  height: 33px;
}
.op-33 {
  opacity: 0.33;
}
.m-t-34 {
  margin-top: 34px;
}
.m-b-34 {
  margin-bottom: 34px;
}
.m-l-34 {
  margin-left: 34px;
}
.m-r-34 {
  margin-right: 34px;
}
.m-x-34 {
  margin-left: 34px;
  margin-right: 34px;
}
.m-y-34 {
  margin-top: 34px;
  margin-bottom: 34px;
}
.m-34 {
  margin: 34px;
}
.p-t-34 {
  padding-top: 34px;
}
.p-b-34 {
  padding-bottom: 34px;
}
.p-l-34 {
  padding-left: 34px;
}
.p-r-34 {
  padding-right: 34px;
}
.p-34 {
  padding: 34px;
}
.p-x-34 {
  padding-left: 34px;
  padding-right: 34px;
}
.p-y-34 {
  padding-top: 34px;
  padding-bottom: 34px;
}
.f-s-34 {
  font-size: 34px !important;
}
.shadow-34 {
  box-shadow: 0px 34px 68px rgba(0, 0, 0, 0.1) !important;
}
.rounded-34 {
  border-radius: 34px !important;
}
.w-34 {
  width: 34px;
}
.h-34 {
  height: 34px;
}
.op-34 {
  opacity: 0.34;
}
.m-t-35 {
  margin-top: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-x-35 {
  margin-left: 35px;
  margin-right: 35px;
}
.m-y-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.m-35 {
  margin: 35px;
}
.p-t-35 {
  padding-top: 35px;
}
.p-b-35 {
  padding-bottom: 35px;
}
.p-l-35 {
  padding-left: 35px;
}
.p-r-35 {
  padding-right: 35px;
}
.p-35 {
  padding: 35px;
}
.p-x-35 {
  padding-left: 35px;
  padding-right: 35px;
}
.p-y-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.f-s-35 {
  font-size: 35px !important;
}
.shadow-35 {
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.1) !important;
}
.rounded-35 {
  border-radius: 35px !important;
}
.w-35 {
  width: 35px;
}
.h-35 {
  height: 35px;
}
.op-35 {
  opacity: 0.35;
}
.m-t-36 {
  margin-top: 36px;
}
.m-b-36 {
  margin-bottom: 36px;
}
.m-l-36 {
  margin-left: 36px;
}
.m-r-36 {
  margin-right: 36px;
}
.m-x-36 {
  margin-left: 36px;
  margin-right: 36px;
}
.m-y-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}
.m-36 {
  margin: 36px;
}
.p-t-36 {
  padding-top: 36px;
}
.p-b-36 {
  padding-bottom: 36px;
}
.p-l-36 {
  padding-left: 36px;
}
.p-r-36 {
  padding-right: 36px;
}
.p-36 {
  padding: 36px;
}
.p-x-36 {
  padding-left: 36px;
  padding-right: 36px;
}
.p-y-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.f-s-36 {
  font-size: 36px !important;
}
.shadow-36 {
  box-shadow: 0px 36px 72px rgba(0, 0, 0, 0.1) !important;
}
.rounded-36 {
  border-radius: 36px !important;
}
.w-36 {
  width: 36px;
}
.h-36 {
  height: 36px;
}
.op-36 {
  opacity: 0.36;
}
.m-t-37 {
  margin-top: 37px;
}
.m-b-37 {
  margin-bottom: 37px;
}
.m-l-37 {
  margin-left: 37px;
}
.m-r-37 {
  margin-right: 37px;
}
.m-x-37 {
  margin-left: 37px;
  margin-right: 37px;
}
.m-y-37 {
  margin-top: 37px;
  margin-bottom: 37px;
}
.m-37 {
  margin: 37px;
}
.p-t-37 {
  padding-top: 37px;
}
.p-b-37 {
  padding-bottom: 37px;
}
.p-l-37 {
  padding-left: 37px;
}
.p-r-37 {
  padding-right: 37px;
}
.p-37 {
  padding: 37px;
}
.p-x-37 {
  padding-left: 37px;
  padding-right: 37px;
}
.p-y-37 {
  padding-top: 37px;
  padding-bottom: 37px;
}
.f-s-37 {
  font-size: 37px !important;
}
.shadow-37 {
  box-shadow: 0px 37px 74px rgba(0, 0, 0, 0.1) !important;
}
.rounded-37 {
  border-radius: 37px !important;
}
.w-37 {
  width: 37px;
}
.h-37 {
  height: 37px;
}
.op-37 {
  opacity: 0.37;
}
.m-t-38 {
  margin-top: 38px;
}
.m-b-38 {
  margin-bottom: 38px;
}
.m-l-38 {
  margin-left: 38px;
}
.m-r-38 {
  margin-right: 38px;
}
.m-x-38 {
  margin-left: 38px;
  margin-right: 38px;
}
.m-y-38 {
  margin-top: 38px;
  margin-bottom: 38px;
}
.m-38 {
  margin: 38px;
}
.p-t-38 {
  padding-top: 38px;
}
.p-b-38 {
  padding-bottom: 38px;
}
.p-l-38 {
  padding-left: 38px;
}
.p-r-38 {
  padding-right: 38px;
}
.p-38 {
  padding: 38px;
}
.p-x-38 {
  padding-left: 38px;
  padding-right: 38px;
}
.p-y-38 {
  padding-top: 38px;
  padding-bottom: 38px;
}
.f-s-38 {
  font-size: 38px !important;
}
.shadow-38 {
  box-shadow: 0px 38px 76px rgba(0, 0, 0, 0.1) !important;
}
.rounded-38 {
  border-radius: 38px !important;
}
.w-38 {
  width: 38px;
}
.h-38 {
  height: 38px;
}
.op-38 {
  opacity: 0.38;
}
.m-t-39 {
  margin-top: 39px;
}
.m-b-39 {
  margin-bottom: 39px;
}
.m-l-39 {
  margin-left: 39px;
}
.m-r-39 {
  margin-right: 39px;
}
.m-x-39 {
  margin-left: 39px;
  margin-right: 39px;
}
.m-y-39 {
  margin-top: 39px;
  margin-bottom: 39px;
}
.m-39 {
  margin: 39px;
}
.p-t-39 {
  padding-top: 39px;
}
.p-b-39 {
  padding-bottom: 39px;
}
.p-l-39 {
  padding-left: 39px;
}
.p-r-39 {
  padding-right: 39px;
}
.p-39 {
  padding: 39px;
}
.p-x-39 {
  padding-left: 39px;
  padding-right: 39px;
}
.p-y-39 {
  padding-top: 39px;
  padding-bottom: 39px;
}
.f-s-39 {
  font-size: 39px !important;
}
.shadow-39 {
  box-shadow: 0px 39px 78px rgba(0, 0, 0, 0.1) !important;
}
.rounded-39 {
  border-radius: 39px !important;
}
.w-39 {
  width: 39px;
}
.h-39 {
  height: 39px;
}
.op-39 {
  opacity: 0.39;
}
.m-t-40 {
  margin-top: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-x-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.m-y-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.m-40 {
  margin: 40px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-r-40 {
  padding-right: 40px;
}
.p-40 {
  padding: 40px;
}
.p-x-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.p-y-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.f-s-40 {
  font-size: 40px !important;
}
.shadow-40 {
  box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.1) !important;
}
.rounded-40 {
  border-radius: 40px !important;
}
.w-40 {
  width: 40px;
}
.h-40 {
  height: 40px;
}
.op-40 {
  opacity: 0.4;
}
.m-t-41 {
  margin-top: 41px;
}
.m-b-41 {
  margin-bottom: 41px;
}
.m-l-41 {
  margin-left: 41px;
}
.m-r-41 {
  margin-right: 41px;
}
.m-x-41 {
  margin-left: 41px;
  margin-right: 41px;
}
.m-y-41 {
  margin-top: 41px;
  margin-bottom: 41px;
}
.m-41 {
  margin: 41px;
}
.p-t-41 {
  padding-top: 41px;
}
.p-b-41 {
  padding-bottom: 41px;
}
.p-l-41 {
  padding-left: 41px;
}
.p-r-41 {
  padding-right: 41px;
}
.p-41 {
  padding: 41px;
}
.p-x-41 {
  padding-left: 41px;
  padding-right: 41px;
}
.p-y-41 {
  padding-top: 41px;
  padding-bottom: 41px;
}
.f-s-41 {
  font-size: 41px !important;
}
.shadow-41 {
  box-shadow: 0px 41px 82px rgba(0, 0, 0, 0.1) !important;
}
.rounded-41 {
  border-radius: 41px !important;
}
.w-41 {
  width: 41px;
}
.h-41 {
  height: 41px;
}
.op-41 {
  opacity: 0.41;
}
.m-t-42 {
  margin-top: 42px;
}
.m-b-42 {
  margin-bottom: 42px;
}
.m-l-42 {
  margin-left: 42px;
}
.m-r-42 {
  margin-right: 42px;
}
.m-x-42 {
  margin-left: 42px;
  margin-right: 42px;
}
.m-y-42 {
  margin-top: 42px;
  margin-bottom: 42px;
}
.m-42 {
  margin: 42px;
}
.p-t-42 {
  padding-top: 42px;
}
.p-b-42 {
  padding-bottom: 42px;
}
.p-l-42 {
  padding-left: 42px;
}
.p-r-42 {
  padding-right: 42px;
}
.p-42 {
  padding: 42px;
}
.p-x-42 {
  padding-left: 42px;
  padding-right: 42px;
}
.p-y-42 {
  padding-top: 42px;
  padding-bottom: 42px;
}
.f-s-42 {
  font-size: 42px !important;
}
.shadow-42 {
  box-shadow: 0px 42px 84px rgba(0, 0, 0, 0.1) !important;
}
.rounded-42 {
  border-radius: 42px !important;
}
.w-42 {
  width: 42px;
}
.h-42 {
  height: 42px;
}
.op-42 {
  opacity: 0.42;
}
.m-t-43 {
  margin-top: 43px;
}
.m-b-43 {
  margin-bottom: 43px;
}
.m-l-43 {
  margin-left: 43px;
}
.m-r-43 {
  margin-right: 43px;
}
.m-x-43 {
  margin-left: 43px;
  margin-right: 43px;
}
.m-y-43 {
  margin-top: 43px;
  margin-bottom: 43px;
}
.m-43 {
  margin: 43px;
}
.p-t-43 {
  padding-top: 43px;
}
.p-b-43 {
  padding-bottom: 43px;
}
.p-l-43 {
  padding-left: 43px;
}
.p-r-43 {
  padding-right: 43px;
}
.p-43 {
  padding: 43px;
}
.p-x-43 {
  padding-left: 43px;
  padding-right: 43px;
}
.p-y-43 {
  padding-top: 43px;
  padding-bottom: 43px;
}
.f-s-43 {
  font-size: 43px !important;
}
.shadow-43 {
  box-shadow: 0px 43px 86px rgba(0, 0, 0, 0.1) !important;
}
.rounded-43 {
  border-radius: 43px !important;
}
.w-43 {
  width: 43px;
}
.h-43 {
  height: 43px;
}
.op-43 {
  opacity: 0.43;
}
.m-t-44 {
  margin-top: 44px;
}
.m-b-44 {
  margin-bottom: 44px;
}
.m-l-44 {
  margin-left: 44px;
}
.m-r-44 {
  margin-right: 44px;
}
.m-x-44 {
  margin-left: 44px;
  margin-right: 44px;
}
.m-y-44 {
  margin-top: 44px;
  margin-bottom: 44px;
}
.m-44 {
  margin: 44px;
}
.p-t-44 {
  padding-top: 44px;
}
.p-b-44 {
  padding-bottom: 44px;
}
.p-l-44 {
  padding-left: 44px;
}
.p-r-44 {
  padding-right: 44px;
}
.p-44 {
  padding: 44px;
}
.p-x-44 {
  padding-left: 44px;
  padding-right: 44px;
}
.p-y-44 {
  padding-top: 44px;
  padding-bottom: 44px;
}
.f-s-44 {
  font-size: 44px !important;
}
.shadow-44 {
  box-shadow: 0px 44px 88px rgba(0, 0, 0, 0.1) !important;
}
.rounded-44 {
  border-radius: 44px !important;
}
.w-44 {
  width: 44px;
}
.h-44 {
  height: 44px;
}
.op-44 {
  opacity: 0.44;
}
.m-t-45 {
  margin-top: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-x-45 {
  margin-left: 45px;
  margin-right: 45px;
}
.m-y-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.m-45 {
  margin: 45px;
}
.p-t-45 {
  padding-top: 45px;
}
.p-b-45 {
  padding-bottom: 45px;
}
.p-l-45 {
  padding-left: 45px;
}
.p-r-45 {
  padding-right: 45px;
}
.p-45 {
  padding: 45px;
}
.p-x-45 {
  padding-left: 45px;
  padding-right: 45px;
}
.p-y-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.f-s-45 {
  font-size: 45px !important;
}
.shadow-45 {
  box-shadow: 0px 45px 90px rgba(0, 0, 0, 0.1) !important;
}
.rounded-45 {
  border-radius: 45px !important;
}
.w-45 {
  width: 45px;
}
.h-45 {
  height: 45px;
}
.op-45 {
  opacity: 0.45;
}
.m-t-46 {
  margin-top: 46px;
}
.m-b-46 {
  margin-bottom: 46px;
}
.m-l-46 {
  margin-left: 46px;
}
.m-r-46 {
  margin-right: 46px;
}
.m-x-46 {
  margin-left: 46px;
  margin-right: 46px;
}
.m-y-46 {
  margin-top: 46px;
  margin-bottom: 46px;
}
.m-46 {
  margin: 46px;
}
.p-t-46 {
  padding-top: 46px;
}
.p-b-46 {
  padding-bottom: 46px;
}
.p-l-46 {
  padding-left: 46px;
}
.p-r-46 {
  padding-right: 46px;
}
.p-46 {
  padding: 46px;
}
.p-x-46 {
  padding-left: 46px;
  padding-right: 46px;
}
.p-y-46 {
  padding-top: 46px;
  padding-bottom: 46px;
}
.f-s-46 {
  font-size: 46px !important;
}
.shadow-46 {
  box-shadow: 0px 46px 92px rgba(0, 0, 0, 0.1) !important;
}
.rounded-46 {
  border-radius: 46px !important;
}
.w-46 {
  width: 46px;
}
.h-46 {
  height: 46px;
}
.op-46 {
  opacity: 0.46;
}
.m-t-47 {
  margin-top: 47px;
}
.m-b-47 {
  margin-bottom: 47px;
}
.m-l-47 {
  margin-left: 47px;
}
.m-r-47 {
  margin-right: 47px;
}
.m-x-47 {
  margin-left: 47px;
  margin-right: 47px;
}
.m-y-47 {
  margin-top: 47px;
  margin-bottom: 47px;
}
.m-47 {
  margin: 47px;
}
.p-t-47 {
  padding-top: 47px;
}
.p-b-47 {
  padding-bottom: 47px;
}
.p-l-47 {
  padding-left: 47px;
}
.p-r-47 {
  padding-right: 47px;
}
.p-47 {
  padding: 47px;
}
.p-x-47 {
  padding-left: 47px;
  padding-right: 47px;
}
.p-y-47 {
  padding-top: 47px;
  padding-bottom: 47px;
}
.f-s-47 {
  font-size: 47px !important;
}
.shadow-47 {
  box-shadow: 0px 47px 94px rgba(0, 0, 0, 0.1) !important;
}
.rounded-47 {
  border-radius: 47px !important;
}
.w-47 {
  width: 47px;
}
.h-47 {
  height: 47px;
}
.op-47 {
  opacity: 0.47;
}
.m-t-48 {
  margin-top: 48px;
}
.m-b-48 {
  margin-bottom: 48px;
}
.m-l-48 {
  margin-left: 48px;
}
.m-r-48 {
  margin-right: 48px;
}
.m-x-48 {
  margin-left: 48px;
  margin-right: 48px;
}
.m-y-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.m-48 {
  margin: 48px;
}
.p-t-48 {
  padding-top: 48px;
}
.p-b-48 {
  padding-bottom: 48px;
}
.p-l-48 {
  padding-left: 48px;
}
.p-r-48 {
  padding-right: 48px;
}
.p-48 {
  padding: 48px;
}
.p-x-48 {
  padding-left: 48px;
  padding-right: 48px;
}
.p-y-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.f-s-48 {
  font-size: 48px !important;
}
.shadow-48 {
  box-shadow: 0px 48px 96px rgba(0, 0, 0, 0.1) !important;
}
.rounded-48 {
  border-radius: 48px !important;
}
.w-48 {
  width: 48px;
}
.h-48 {
  height: 48px;
}
.op-48 {
  opacity: 0.48;
}
.m-t-49 {
  margin-top: 49px;
}
.m-b-49 {
  margin-bottom: 49px;
}
.m-l-49 {
  margin-left: 49px;
}
.m-r-49 {
  margin-right: 49px;
}
.m-x-49 {
  margin-left: 49px;
  margin-right: 49px;
}
.m-y-49 {
  margin-top: 49px;
  margin-bottom: 49px;
}
.m-49 {
  margin: 49px;
}
.p-t-49 {
  padding-top: 49px;
}
.p-b-49 {
  padding-bottom: 49px;
}
.p-l-49 {
  padding-left: 49px;
}
.p-r-49 {
  padding-right: 49px;
}
.p-49 {
  padding: 49px;
}
.p-x-49 {
  padding-left: 49px;
  padding-right: 49px;
}
.p-y-49 {
  padding-top: 49px;
  padding-bottom: 49px;
}
.f-s-49 {
  font-size: 49px !important;
}
.shadow-49 {
  box-shadow: 0px 49px 98px rgba(0, 0, 0, 0.1) !important;
}
.rounded-49 {
  border-radius: 49px !important;
}
.w-49 {
  width: 49px;
}
.h-49 {
  height: 49px;
}
.op-49 {
  opacity: 0.49;
}
.m-t-50 {
  margin-top: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-x-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.m-y-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.m-50 {
  margin: 50px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-r-50 {
  padding-right: 50px;
}
.p-50 {
  padding: 50px;
}
.p-x-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.p-y-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.f-s-50 {
  font-size: 50px !important;
}
.shadow-50 {
  box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.1) !important;
}
.rounded-50 {
  border-radius: 50px !important;
}
.w-50 {
  width: 50px;
}
.h-50 {
  height: 50px;
}
.op-50 {
  opacity: 0.5;
}
.m-t-51 {
  margin-top: 51px;
}
.m-b-51 {
  margin-bottom: 51px;
}
.m-l-51 {
  margin-left: 51px;
}
.m-r-51 {
  margin-right: 51px;
}
.m-x-51 {
  margin-left: 51px;
  margin-right: 51px;
}
.m-y-51 {
  margin-top: 51px;
  margin-bottom: 51px;
}
.m-51 {
  margin: 51px;
}
.p-t-51 {
  padding-top: 51px;
}
.p-b-51 {
  padding-bottom: 51px;
}
.p-l-51 {
  padding-left: 51px;
}
.p-r-51 {
  padding-right: 51px;
}
.p-51 {
  padding: 51px;
}
.p-x-51 {
  padding-left: 51px;
  padding-right: 51px;
}
.p-y-51 {
  padding-top: 51px;
  padding-bottom: 51px;
}
.f-s-51 {
  font-size: 51px !important;
}
.shadow-51 {
  box-shadow: 0px 51px 102px rgba(0, 0, 0, 0.1) !important;
}
.rounded-51 {
  border-radius: 51px !important;
}
.w-51 {
  width: 51px;
}
.h-51 {
  height: 51px;
}
.op-51 {
  opacity: 0.51;
}
.m-t-52 {
  margin-top: 52px;
}
.m-b-52 {
  margin-bottom: 52px;
}
.m-l-52 {
  margin-left: 52px;
}
.m-r-52 {
  margin-right: 52px;
}
.m-x-52 {
  margin-left: 52px;
  margin-right: 52px;
}
.m-y-52 {
  margin-top: 52px;
  margin-bottom: 52px;
}
.m-52 {
  margin: 52px;
}
.p-t-52 {
  padding-top: 52px;
}
.p-b-52 {
  padding-bottom: 52px;
}
.p-l-52 {
  padding-left: 52px;
}
.p-r-52 {
  padding-right: 52px;
}
.p-52 {
  padding: 52px;
}
.p-x-52 {
  padding-left: 52px;
  padding-right: 52px;
}
.p-y-52 {
  padding-top: 52px;
  padding-bottom: 52px;
}
.f-s-52 {
  font-size: 52px !important;
}
.shadow-52 {
  box-shadow: 0px 52px 104px rgba(0, 0, 0, 0.1) !important;
}
.rounded-52 {
  border-radius: 52px !important;
}
.w-52 {
  width: 52px;
}
.h-52 {
  height: 52px;
}
.op-52 {
  opacity: 0.52;
}
.m-t-53 {
  margin-top: 53px;
}
.m-b-53 {
  margin-bottom: 53px;
}
.m-l-53 {
  margin-left: 53px;
}
.m-r-53 {
  margin-right: 53px;
}
.m-x-53 {
  margin-left: 53px;
  margin-right: 53px;
}
.m-y-53 {
  margin-top: 53px;
  margin-bottom: 53px;
}
.m-53 {
  margin: 53px;
}
.p-t-53 {
  padding-top: 53px;
}
.p-b-53 {
  padding-bottom: 53px;
}
.p-l-53 {
  padding-left: 53px;
}
.p-r-53 {
  padding-right: 53px;
}
.p-53 {
  padding: 53px;
}
.p-x-53 {
  padding-left: 53px;
  padding-right: 53px;
}
.p-y-53 {
  padding-top: 53px;
  padding-bottom: 53px;
}
.f-s-53 {
  font-size: 53px !important;
}
.shadow-53 {
  box-shadow: 0px 53px 106px rgba(0, 0, 0, 0.1) !important;
}
.rounded-53 {
  border-radius: 53px !important;
}
.w-53 {
  width: 53px;
}
.h-53 {
  height: 53px;
}
.op-53 {
  opacity: 0.53;
}
.m-t-54 {
  margin-top: 54px;
}
.m-b-54 {
  margin-bottom: 54px;
}
.m-l-54 {
  margin-left: 54px;
}
.m-r-54 {
  margin-right: 54px;
}
.m-x-54 {
  margin-left: 54px;
  margin-right: 54px;
}
.m-y-54 {
  margin-top: 54px;
  margin-bottom: 54px;
}
.m-54 {
  margin: 54px;
}
.p-t-54 {
  padding-top: 54px;
}
.p-b-54 {
  padding-bottom: 54px;
}
.p-l-54 {
  padding-left: 54px;
}
.p-r-54 {
  padding-right: 54px;
}
.p-54 {
  padding: 54px;
}
.p-x-54 {
  padding-left: 54px;
  padding-right: 54px;
}
.p-y-54 {
  padding-top: 54px;
  padding-bottom: 54px;
}
.f-s-54 {
  font-size: 54px !important;
}
.shadow-54 {
  box-shadow: 0px 54px 108px rgba(0, 0, 0, 0.1) !important;
}
.rounded-54 {
  border-radius: 54px !important;
}
.w-54 {
  width: 54px;
}
.h-54 {
  height: 54px;
}
.op-54 {
  opacity: 0.54;
}
.m-t-55 {
  margin-top: 55px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.m-l-55 {
  margin-left: 55px;
}
.m-r-55 {
  margin-right: 55px;
}
.m-x-55 {
  margin-left: 55px;
  margin-right: 55px;
}
.m-y-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}
.m-55 {
  margin: 55px;
}
.p-t-55 {
  padding-top: 55px;
}
.p-b-55 {
  padding-bottom: 55px;
}
.p-l-55 {
  padding-left: 55px;
}
.p-r-55 {
  padding-right: 55px;
}
.p-55 {
  padding: 55px;
}
.p-x-55 {
  padding-left: 55px;
  padding-right: 55px;
}
.p-y-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}
.f-s-55 {
  font-size: 55px !important;
}
.shadow-55 {
  box-shadow: 0px 55px 110px rgba(0, 0, 0, 0.1) !important;
}
.rounded-55 {
  border-radius: 55px !important;
}
.w-55 {
  width: 55px;
}
.h-55 {
  height: 55px;
}
.op-55 {
  opacity: 0.55;
}
.m-t-56 {
  margin-top: 56px;
}
.m-b-56 {
  margin-bottom: 56px;
}
.m-l-56 {
  margin-left: 56px;
}
.m-r-56 {
  margin-right: 56px;
}
.m-x-56 {
  margin-left: 56px;
  margin-right: 56px;
}
.m-y-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}
.m-56 {
  margin: 56px;
}
.p-t-56 {
  padding-top: 56px;
}
.p-b-56 {
  padding-bottom: 56px;
}
.p-l-56 {
  padding-left: 56px;
}
.p-r-56 {
  padding-right: 56px;
}
.p-56 {
  padding: 56px;
}
.p-x-56 {
  padding-left: 56px;
  padding-right: 56px;
}
.p-y-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
.f-s-56 {
  font-size: 56px !important;
}
.shadow-56 {
  box-shadow: 0px 56px 112px rgba(0, 0, 0, 0.1) !important;
}
.rounded-56 {
  border-radius: 56px !important;
}
.w-56 {
  width: 56px;
}
.h-56 {
  height: 56px;
}
.op-56 {
  opacity: 0.56;
}
.m-t-57 {
  margin-top: 57px;
}
.m-b-57 {
  margin-bottom: 57px;
}
.m-l-57 {
  margin-left: 57px;
}
.m-r-57 {
  margin-right: 57px;
}
.m-x-57 {
  margin-left: 57px;
  margin-right: 57px;
}
.m-y-57 {
  margin-top: 57px;
  margin-bottom: 57px;
}
.m-57 {
  margin: 57px;
}
.p-t-57 {
  padding-top: 57px;
}
.p-b-57 {
  padding-bottom: 57px;
}
.p-l-57 {
  padding-left: 57px;
}
.p-r-57 {
  padding-right: 57px;
}
.p-57 {
  padding: 57px;
}
.p-x-57 {
  padding-left: 57px;
  padding-right: 57px;
}
.p-y-57 {
  padding-top: 57px;
  padding-bottom: 57px;
}
.f-s-57 {
  font-size: 57px !important;
}
.shadow-57 {
  box-shadow: 0px 57px 114px rgba(0, 0, 0, 0.1) !important;
}
.rounded-57 {
  border-radius: 57px !important;
}
.w-57 {
  width: 57px;
}
.h-57 {
  height: 57px;
}
.op-57 {
  opacity: 0.57;
}
.m-t-58 {
  margin-top: 58px;
}
.m-b-58 {
  margin-bottom: 58px;
}
.m-l-58 {
  margin-left: 58px;
}
.m-r-58 {
  margin-right: 58px;
}
.m-x-58 {
  margin-left: 58px;
  margin-right: 58px;
}
.m-y-58 {
  margin-top: 58px;
  margin-bottom: 58px;
}
.m-58 {
  margin: 58px;
}
.p-t-58 {
  padding-top: 58px;
}
.p-b-58 {
  padding-bottom: 58px;
}
.p-l-58 {
  padding-left: 58px;
}
.p-r-58 {
  padding-right: 58px;
}
.p-58 {
  padding: 58px;
}
.p-x-58 {
  padding-left: 58px;
  padding-right: 58px;
}
.p-y-58 {
  padding-top: 58px;
  padding-bottom: 58px;
}
.f-s-58 {
  font-size: 58px !important;
}
.shadow-58 {
  box-shadow: 0px 58px 116px rgba(0, 0, 0, 0.1) !important;
}
.rounded-58 {
  border-radius: 58px !important;
}
.w-58 {
  width: 58px;
}
.h-58 {
  height: 58px;
}
.op-58 {
  opacity: 0.58;
}
.m-t-59 {
  margin-top: 59px;
}
.m-b-59 {
  margin-bottom: 59px;
}
.m-l-59 {
  margin-left: 59px;
}
.m-r-59 {
  margin-right: 59px;
}
.m-x-59 {
  margin-left: 59px;
  margin-right: 59px;
}
.m-y-59 {
  margin-top: 59px;
  margin-bottom: 59px;
}
.m-59 {
  margin: 59px;
}
.p-t-59 {
  padding-top: 59px;
}
.p-b-59 {
  padding-bottom: 59px;
}
.p-l-59 {
  padding-left: 59px;
}
.p-r-59 {
  padding-right: 59px;
}
.p-59 {
  padding: 59px;
}
.p-x-59 {
  padding-left: 59px;
  padding-right: 59px;
}
.p-y-59 {
  padding-top: 59px;
  padding-bottom: 59px;
}
.f-s-59 {
  font-size: 59px !important;
}
.shadow-59 {
  box-shadow: 0px 59px 118px rgba(0, 0, 0, 0.1) !important;
}
.rounded-59 {
  border-radius: 59px !important;
}
.w-59 {
  width: 59px;
}
.h-59 {
  height: 59px;
}
.op-59 {
  opacity: 0.59;
}
.m-t-60 {
  margin-top: 60px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-l-60 {
  margin-left: 60px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-x-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.m-y-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.m-60 {
  margin: 60px;
}
.p-t-60 {
  padding-top: 60px;
}
.p-b-60 {
  padding-bottom: 60px;
}
.p-l-60 {
  padding-left: 60px;
}
.p-r-60 {
  padding-right: 60px;
}
.p-60 {
  padding: 60px;
}
.p-x-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.p-y-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.f-s-60 {
  font-size: 60px !important;
}
.shadow-60 {
  box-shadow: 0px 60px 120px rgba(0, 0, 0, 0.1) !important;
}
.rounded-60 {
  border-radius: 60px !important;
}
.w-60 {
  width: 60px;
}
.h-60 {
  height: 60px;
}
.op-60 {
  opacity: 0.6;
}
.m-t-61 {
  margin-top: 61px;
}
.m-b-61 {
  margin-bottom: 61px;
}
.m-l-61 {
  margin-left: 61px;
}
.m-r-61 {
  margin-right: 61px;
}
.m-x-61 {
  margin-left: 61px;
  margin-right: 61px;
}
.m-y-61 {
  margin-top: 61px;
  margin-bottom: 61px;
}
.m-61 {
  margin: 61px;
}
.p-t-61 {
  padding-top: 61px;
}
.p-b-61 {
  padding-bottom: 61px;
}
.p-l-61 {
  padding-left: 61px;
}
.p-r-61 {
  padding-right: 61px;
}
.p-61 {
  padding: 61px;
}
.p-x-61 {
  padding-left: 61px;
  padding-right: 61px;
}
.p-y-61 {
  padding-top: 61px;
  padding-bottom: 61px;
}
.f-s-61 {
  font-size: 61px !important;
}
.shadow-61 {
  box-shadow: 0px 61px 122px rgba(0, 0, 0, 0.1) !important;
}
.rounded-61 {
  border-radius: 61px !important;
}
.w-61 {
  width: 61px;
}
.h-61 {
  height: 61px;
}
.op-61 {
  opacity: 0.61;
}
.m-t-62 {
  margin-top: 62px;
}
.m-b-62 {
  margin-bottom: 62px;
}
.m-l-62 {
  margin-left: 62px;
}
.m-r-62 {
  margin-right: 62px;
}
.m-x-62 {
  margin-left: 62px;
  margin-right: 62px;
}
.m-y-62 {
  margin-top: 62px;
  margin-bottom: 62px;
}
.m-62 {
  margin: 62px;
}
.p-t-62 {
  padding-top: 62px;
}
.p-b-62 {
  padding-bottom: 62px;
}
.p-l-62 {
  padding-left: 62px;
}
.p-r-62 {
  padding-right: 62px;
}
.p-62 {
  padding: 62px;
}
.p-x-62 {
  padding-left: 62px;
  padding-right: 62px;
}
.p-y-62 {
  padding-top: 62px;
  padding-bottom: 62px;
}
.f-s-62 {
  font-size: 62px !important;
}
.shadow-62 {
  box-shadow: 0px 62px 124px rgba(0, 0, 0, 0.1) !important;
}
.rounded-62 {
  border-radius: 62px !important;
}
.w-62 {
  width: 62px;
}
.h-62 {
  height: 62px;
}
.op-62 {
  opacity: 0.62;
}
.m-t-63 {
  margin-top: 63px;
}
.m-b-63 {
  margin-bottom: 63px;
}
.m-l-63 {
  margin-left: 63px;
}
.m-r-63 {
  margin-right: 63px;
}
.m-x-63 {
  margin-left: 63px;
  margin-right: 63px;
}
.m-y-63 {
  margin-top: 63px;
  margin-bottom: 63px;
}
.m-63 {
  margin: 63px;
}
.p-t-63 {
  padding-top: 63px;
}
.p-b-63 {
  padding-bottom: 63px;
}
.p-l-63 {
  padding-left: 63px;
}
.p-r-63 {
  padding-right: 63px;
}
.p-63 {
  padding: 63px;
}
.p-x-63 {
  padding-left: 63px;
  padding-right: 63px;
}
.p-y-63 {
  padding-top: 63px;
  padding-bottom: 63px;
}
.f-s-63 {
  font-size: 63px !important;
}
.shadow-63 {
  box-shadow: 0px 63px 126px rgba(0, 0, 0, 0.1) !important;
}
.rounded-63 {
  border-radius: 63px !important;
}
.w-63 {
  width: 63px;
}
.h-63 {
  height: 63px;
}
.op-63 {
  opacity: 0.63;
}
.m-t-64 {
  margin-top: 64px;
}
.m-b-64 {
  margin-bottom: 64px;
}
.m-l-64 {
  margin-left: 64px;
}
.m-r-64 {
  margin-right: 64px;
}
.m-x-64 {
  margin-left: 64px;
  margin-right: 64px;
}
.m-y-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}
.m-64 {
  margin: 64px;
}
.p-t-64 {
  padding-top: 64px;
}
.p-b-64 {
  padding-bottom: 64px;
}
.p-l-64 {
  padding-left: 64px;
}
.p-r-64 {
  padding-right: 64px;
}
.p-64 {
  padding: 64px;
}
.p-x-64 {
  padding-left: 64px;
  padding-right: 64px;
}
.p-y-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.f-s-64 {
  font-size: 64px !important;
}
.shadow-64 {
  box-shadow: 0px 64px 128px rgba(0, 0, 0, 0.1) !important;
}
.rounded-64 {
  border-radius: 64px !important;
}
.w-64 {
  width: 64px;
}
.h-64 {
  height: 64px;
}
.op-64 {
  opacity: 0.64;
}
.m-t-65 {
  margin-top: 65px;
}
.m-b-65 {
  margin-bottom: 65px;
}
.m-l-65 {
  margin-left: 65px;
}
.m-r-65 {
  margin-right: 65px;
}
.m-x-65 {
  margin-left: 65px;
  margin-right: 65px;
}
.m-y-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}
.m-65 {
  margin: 65px;
}
.p-t-65 {
  padding-top: 65px;
}
.p-b-65 {
  padding-bottom: 65px;
}
.p-l-65 {
  padding-left: 65px;
}
.p-r-65 {
  padding-right: 65px;
}
.p-65 {
  padding: 65px;
}
.p-x-65 {
  padding-left: 65px;
  padding-right: 65px;
}
.p-y-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.f-s-65 {
  font-size: 65px !important;
}
.shadow-65 {
  box-shadow: 0px 65px 130px rgba(0, 0, 0, 0.1) !important;
}
.rounded-65 {
  border-radius: 65px !important;
}
.w-65 {
  width: 65px;
}
.h-65 {
  height: 65px;
}
.op-65 {
  opacity: 0.65;
}
.m-t-66 {
  margin-top: 66px;
}
.m-b-66 {
  margin-bottom: 66px;
}
.m-l-66 {
  margin-left: 66px;
}
.m-r-66 {
  margin-right: 66px;
}
.m-x-66 {
  margin-left: 66px;
  margin-right: 66px;
}
.m-y-66 {
  margin-top: 66px;
  margin-bottom: 66px;
}
.m-66 {
  margin: 66px;
}
.p-t-66 {
  padding-top: 66px;
}
.p-b-66 {
  padding-bottom: 66px;
}
.p-l-66 {
  padding-left: 66px;
}
.p-r-66 {
  padding-right: 66px;
}
.p-66 {
  padding: 66px;
}
.p-x-66 {
  padding-left: 66px;
  padding-right: 66px;
}
.p-y-66 {
  padding-top: 66px;
  padding-bottom: 66px;
}
.f-s-66 {
  font-size: 66px !important;
}
.shadow-66 {
  box-shadow: 0px 66px 132px rgba(0, 0, 0, 0.1) !important;
}
.rounded-66 {
  border-radius: 66px !important;
}
.w-66 {
  width: 66px;
}
.h-66 {
  height: 66px;
}
.op-66 {
  opacity: 0.66;
}
.m-t-67 {
  margin-top: 67px;
}
.m-b-67 {
  margin-bottom: 67px;
}
.m-l-67 {
  margin-left: 67px;
}
.m-r-67 {
  margin-right: 67px;
}
.m-x-67 {
  margin-left: 67px;
  margin-right: 67px;
}
.m-y-67 {
  margin-top: 67px;
  margin-bottom: 67px;
}
.m-67 {
  margin: 67px;
}
.p-t-67 {
  padding-top: 67px;
}
.p-b-67 {
  padding-bottom: 67px;
}
.p-l-67 {
  padding-left: 67px;
}
.p-r-67 {
  padding-right: 67px;
}
.p-67 {
  padding: 67px;
}
.p-x-67 {
  padding-left: 67px;
  padding-right: 67px;
}
.p-y-67 {
  padding-top: 67px;
  padding-bottom: 67px;
}
.f-s-67 {
  font-size: 67px !important;
}
.shadow-67 {
  box-shadow: 0px 67px 134px rgba(0, 0, 0, 0.1) !important;
}
.rounded-67 {
  border-radius: 67px !important;
}
.w-67 {
  width: 67px;
}
.h-67 {
  height: 67px;
}
.op-67 {
  opacity: 0.67;
}
.m-t-68 {
  margin-top: 68px;
}
.m-b-68 {
  margin-bottom: 68px;
}
.m-l-68 {
  margin-left: 68px;
}
.m-r-68 {
  margin-right: 68px;
}
.m-x-68 {
  margin-left: 68px;
  margin-right: 68px;
}
.m-y-68 {
  margin-top: 68px;
  margin-bottom: 68px;
}
.m-68 {
  margin: 68px;
}
.p-t-68 {
  padding-top: 68px;
}
.p-b-68 {
  padding-bottom: 68px;
}
.p-l-68 {
  padding-left: 68px;
}
.p-r-68 {
  padding-right: 68px;
}
.p-68 {
  padding: 68px;
}
.p-x-68 {
  padding-left: 68px;
  padding-right: 68px;
}
.p-y-68 {
  padding-top: 68px;
  padding-bottom: 68px;
}
.f-s-68 {
  font-size: 68px !important;
}
.shadow-68 {
  box-shadow: 0px 68px 136px rgba(0, 0, 0, 0.1) !important;
}
.rounded-68 {
  border-radius: 68px !important;
}
.w-68 {
  width: 68px;
}
.h-68 {
  height: 68px;
}
.op-68 {
  opacity: 0.68;
}
.m-t-69 {
  margin-top: 69px;
}
.m-b-69 {
  margin-bottom: 69px;
}
.m-l-69 {
  margin-left: 69px;
}
.m-r-69 {
  margin-right: 69px;
}
.m-x-69 {
  margin-left: 69px;
  margin-right: 69px;
}
.m-y-69 {
  margin-top: 69px;
  margin-bottom: 69px;
}
.m-69 {
  margin: 69px;
}
.p-t-69 {
  padding-top: 69px;
}
.p-b-69 {
  padding-bottom: 69px;
}
.p-l-69 {
  padding-left: 69px;
}
.p-r-69 {
  padding-right: 69px;
}
.p-69 {
  padding: 69px;
}
.p-x-69 {
  padding-left: 69px;
  padding-right: 69px;
}
.p-y-69 {
  padding-top: 69px;
  padding-bottom: 69px;
}
.f-s-69 {
  font-size: 69px !important;
}
.shadow-69 {
  box-shadow: 0px 69px 138px rgba(0, 0, 0, 0.1) !important;
}
.rounded-69 {
  border-radius: 69px !important;
}
.w-69 {
  width: 69px;
}
.h-69 {
  height: 69px;
}
.op-69 {
  opacity: 0.69;
}
.m-t-70 {
  margin-top: 70px;
}
.m-b-70 {
  margin-bottom: 70px;
}
.m-l-70 {
  margin-left: 70px;
}
.m-r-70 {
  margin-right: 70px;
}
.m-x-70 {
  margin-left: 70px;
  margin-right: 70px;
}
.m-y-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.m-70 {
  margin: 70px;
}
.p-t-70 {
  padding-top: 70px;
}
.p-b-70 {
  padding-bottom: 70px;
}
.p-l-70 {
  padding-left: 70px;
}
.p-r-70 {
  padding-right: 70px;
}
.p-70 {
  padding: 70px;
}
.p-x-70 {
  padding-left: 70px;
  padding-right: 70px;
}
.p-y-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.f-s-70 {
  font-size: 70px !important;
}
.shadow-70 {
  box-shadow: 0px 70px 140px rgba(0, 0, 0, 0.1) !important;
}
.rounded-70 {
  border-radius: 70px !important;
}
.w-70 {
  width: 70px;
}
.h-70 {
  height: 70px;
}
.op-70 {
  opacity: 0.7;
}
.m-t-71 {
  margin-top: 71px;
}
.m-b-71 {
  margin-bottom: 71px;
}
.m-l-71 {
  margin-left: 71px;
}
.m-r-71 {
  margin-right: 71px;
}
.m-x-71 {
  margin-left: 71px;
  margin-right: 71px;
}
.m-y-71 {
  margin-top: 71px;
  margin-bottom: 71px;
}
.m-71 {
  margin: 71px;
}
.p-t-71 {
  padding-top: 71px;
}
.p-b-71 {
  padding-bottom: 71px;
}
.p-l-71 {
  padding-left: 71px;
}
.p-r-71 {
  padding-right: 71px;
}
.p-71 {
  padding: 71px;
}
.p-x-71 {
  padding-left: 71px;
  padding-right: 71px;
}
.p-y-71 {
  padding-top: 71px;
  padding-bottom: 71px;
}
.f-s-71 {
  font-size: 71px !important;
}
.shadow-71 {
  box-shadow: 0px 71px 142px rgba(0, 0, 0, 0.1) !important;
}
.rounded-71 {
  border-radius: 71px !important;
}
.w-71 {
  width: 71px;
}
.h-71 {
  height: 71px;
}
.op-71 {
  opacity: 0.71;
}
.m-t-72 {
  margin-top: 72px;
}
.m-b-72 {
  margin-bottom: 72px;
}
.m-l-72 {
  margin-left: 72px;
}
.m-r-72 {
  margin-right: 72px;
}
.m-x-72 {
  margin-left: 72px;
  margin-right: 72px;
}
.m-y-72 {
  margin-top: 72px;
  margin-bottom: 72px;
}
.m-72 {
  margin: 72px;
}
.p-t-72 {
  padding-top: 72px;
}
.p-b-72 {
  padding-bottom: 72px;
}
.p-l-72 {
  padding-left: 72px;
}
.p-r-72 {
  padding-right: 72px;
}
.p-72 {
  padding: 72px;
}
.p-x-72 {
  padding-left: 72px;
  padding-right: 72px;
}
.p-y-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}
.f-s-72 {
  font-size: 72px !important;
}
.shadow-72 {
  box-shadow: 0px 72px 144px rgba(0, 0, 0, 0.1) !important;
}
.rounded-72 {
  border-radius: 72px !important;
}
.w-72 {
  width: 72px;
}
.h-72 {
  height: 72px;
}
.op-72 {
  opacity: 0.72;
}
.m-t-73 {
  margin-top: 73px;
}
.m-b-73 {
  margin-bottom: 73px;
}
.m-l-73 {
  margin-left: 73px;
}
.m-r-73 {
  margin-right: 73px;
}
.m-x-73 {
  margin-left: 73px;
  margin-right: 73px;
}
.m-y-73 {
  margin-top: 73px;
  margin-bottom: 73px;
}
.m-73 {
  margin: 73px;
}
.p-t-73 {
  padding-top: 73px;
}
.p-b-73 {
  padding-bottom: 73px;
}
.p-l-73 {
  padding-left: 73px;
}
.p-r-73 {
  padding-right: 73px;
}
.p-73 {
  padding: 73px;
}
.p-x-73 {
  padding-left: 73px;
  padding-right: 73px;
}
.p-y-73 {
  padding-top: 73px;
  padding-bottom: 73px;
}
.f-s-73 {
  font-size: 73px !important;
}
.shadow-73 {
  box-shadow: 0px 73px 146px rgba(0, 0, 0, 0.1) !important;
}
.rounded-73 {
  border-radius: 73px !important;
}
.w-73 {
  width: 73px;
}
.h-73 {
  height: 73px;
}
.op-73 {
  opacity: 0.73;
}
.m-t-74 {
  margin-top: 74px;
}
.m-b-74 {
  margin-bottom: 74px;
}
.m-l-74 {
  margin-left: 74px;
}
.m-r-74 {
  margin-right: 74px;
}
.m-x-74 {
  margin-left: 74px;
  margin-right: 74px;
}
.m-y-74 {
  margin-top: 74px;
  margin-bottom: 74px;
}
.m-74 {
  margin: 74px;
}
.p-t-74 {
  padding-top: 74px;
}
.p-b-74 {
  padding-bottom: 74px;
}
.p-l-74 {
  padding-left: 74px;
}
.p-r-74 {
  padding-right: 74px;
}
.p-74 {
  padding: 74px;
}
.p-x-74 {
  padding-left: 74px;
  padding-right: 74px;
}
.p-y-74 {
  padding-top: 74px;
  padding-bottom: 74px;
}
.f-s-74 {
  font-size: 74px !important;
}
.shadow-74 {
  box-shadow: 0px 74px 148px rgba(0, 0, 0, 0.1) !important;
}
.rounded-74 {
  border-radius: 74px !important;
}
.w-74 {
  width: 74px;
}
.h-74 {
  height: 74px;
}
.op-74 {
  opacity: 0.74;
}
.m-t-75 {
  margin-top: 75px;
}
.m-b-75 {
  margin-bottom: 75px;
}
.m-l-75 {
  margin-left: 75px;
}
.m-r-75 {
  margin-right: 75px;
}
.m-x-75 {
  margin-left: 75px;
  margin-right: 75px;
}
.m-y-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.m-75 {
  margin: 75px;
}
.p-t-75 {
  padding-top: 75px;
}
.p-b-75 {
  padding-bottom: 75px;
}
.p-l-75 {
  padding-left: 75px;
}
.p-r-75 {
  padding-right: 75px;
}
.p-75 {
  padding: 75px;
}
.p-x-75 {
  padding-left: 75px;
  padding-right: 75px;
}
.p-y-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.f-s-75 {
  font-size: 75px !important;
}
.shadow-75 {
  box-shadow: 0px 75px 150px rgba(0, 0, 0, 0.1) !important;
}
.rounded-75 {
  border-radius: 75px !important;
}
.w-75 {
  width: 75px;
}
.h-75 {
  height: 75px;
}
.op-75 {
  opacity: 0.75;
}
.m-t-76 {
  margin-top: 76px;
}
.m-b-76 {
  margin-bottom: 76px;
}
.m-l-76 {
  margin-left: 76px;
}
.m-r-76 {
  margin-right: 76px;
}
.m-x-76 {
  margin-left: 76px;
  margin-right: 76px;
}
.m-y-76 {
  margin-top: 76px;
  margin-bottom: 76px;
}
.m-76 {
  margin: 76px;
}
.p-t-76 {
  padding-top: 76px;
}
.p-b-76 {
  padding-bottom: 76px;
}
.p-l-76 {
  padding-left: 76px;
}
.p-r-76 {
  padding-right: 76px;
}
.p-76 {
  padding: 76px;
}
.p-x-76 {
  padding-left: 76px;
  padding-right: 76px;
}
.p-y-76 {
  padding-top: 76px;
  padding-bottom: 76px;
}
.f-s-76 {
  font-size: 76px !important;
}
.shadow-76 {
  box-shadow: 0px 76px 152px rgba(0, 0, 0, 0.1) !important;
}
.rounded-76 {
  border-radius: 76px !important;
}
.w-76 {
  width: 76px;
}
.h-76 {
  height: 76px;
}
.op-76 {
  opacity: 0.76;
}
.m-t-77 {
  margin-top: 77px;
}
.m-b-77 {
  margin-bottom: 77px;
}
.m-l-77 {
  margin-left: 77px;
}
.m-r-77 {
  margin-right: 77px;
}
.m-x-77 {
  margin-left: 77px;
  margin-right: 77px;
}
.m-y-77 {
  margin-top: 77px;
  margin-bottom: 77px;
}
.m-77 {
  margin: 77px;
}
.p-t-77 {
  padding-top: 77px;
}
.p-b-77 {
  padding-bottom: 77px;
}
.p-l-77 {
  padding-left: 77px;
}
.p-r-77 {
  padding-right: 77px;
}
.p-77 {
  padding: 77px;
}
.p-x-77 {
  padding-left: 77px;
  padding-right: 77px;
}
.p-y-77 {
  padding-top: 77px;
  padding-bottom: 77px;
}
.f-s-77 {
  font-size: 77px !important;
}
.shadow-77 {
  box-shadow: 0px 77px 154px rgba(0, 0, 0, 0.1) !important;
}
.rounded-77 {
  border-radius: 77px !important;
}
.w-77 {
  width: 77px;
}
.h-77 {
  height: 77px;
}
.op-77 {
  opacity: 0.77;
}
.m-t-78 {
  margin-top: 78px;
}
.m-b-78 {
  margin-bottom: 78px;
}
.m-l-78 {
  margin-left: 78px;
}
.m-r-78 {
  margin-right: 78px;
}
.m-x-78 {
  margin-left: 78px;
  margin-right: 78px;
}
.m-y-78 {
  margin-top: 78px;
  margin-bottom: 78px;
}
.m-78 {
  margin: 78px;
}
.p-t-78 {
  padding-top: 78px;
}
.p-b-78 {
  padding-bottom: 78px;
}
.p-l-78 {
  padding-left: 78px;
}
.p-r-78 {
  padding-right: 78px;
}
.p-78 {
  padding: 78px;
}
.p-x-78 {
  padding-left: 78px;
  padding-right: 78px;
}
.p-y-78 {
  padding-top: 78px;
  padding-bottom: 78px;
}
.f-s-78 {
  font-size: 78px !important;
}
.shadow-78 {
  box-shadow: 0px 78px 156px rgba(0, 0, 0, 0.1) !important;
}
.rounded-78 {
  border-radius: 78px !important;
}
.w-78 {
  width: 78px;
}
.h-78 {
  height: 78px;
}
.op-78 {
  opacity: 0.78;
}
.m-t-79 {
  margin-top: 79px;
}
.m-b-79 {
  margin-bottom: 79px;
}
.m-l-79 {
  margin-left: 79px;
}
.m-r-79 {
  margin-right: 79px;
}
.m-x-79 {
  margin-left: 79px;
  margin-right: 79px;
}
.m-y-79 {
  margin-top: 79px;
  margin-bottom: 79px;
}
.m-79 {
  margin: 79px;
}
.p-t-79 {
  padding-top: 79px;
}
.p-b-79 {
  padding-bottom: 79px;
}
.p-l-79 {
  padding-left: 79px;
}
.p-r-79 {
  padding-right: 79px;
}
.p-79 {
  padding: 79px;
}
.p-x-79 {
  padding-left: 79px;
  padding-right: 79px;
}
.p-y-79 {
  padding-top: 79px;
  padding-bottom: 79px;
}
.f-s-79 {
  font-size: 79px !important;
}
.shadow-79 {
  box-shadow: 0px 79px 158px rgba(0, 0, 0, 0.1) !important;
}
.rounded-79 {
  border-radius: 79px !important;
}
.w-79 {
  width: 79px;
}
.h-79 {
  height: 79px;
}
.op-79 {
  opacity: 0.79;
}
.m-t-80 {
  margin-top: 80px;
}
.m-b-80 {
  margin-bottom: 80px;
}
.m-l-80 {
  margin-left: 80px;
}
.m-r-80 {
  margin-right: 80px;
}
.m-x-80 {
  margin-left: 80px;
  margin-right: 80px;
}
.m-y-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.m-80 {
  margin: 80px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-b-80 {
  padding-bottom: 80px;
}
.p-l-80 {
  padding-left: 80px;
}
.p-r-80 {
  padding-right: 80px;
}
.p-80 {
  padding: 80px;
}
.p-x-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.p-y-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.f-s-80 {
  font-size: 80px !important;
}
.shadow-80 {
  box-shadow: 0px 80px 160px rgba(0, 0, 0, 0.1) !important;
}
.rounded-80 {
  border-radius: 80px !important;
}
.w-80 {
  width: 80px;
}
.h-80 {
  height: 80px;
}
.op-80 {
  opacity: 0.8;
}
.m-t-81 {
  margin-top: 81px;
}
.m-b-81 {
  margin-bottom: 81px;
}
.m-l-81 {
  margin-left: 81px;
}
.m-r-81 {
  margin-right: 81px;
}
.m-x-81 {
  margin-left: 81px;
  margin-right: 81px;
}
.m-y-81 {
  margin-top: 81px;
  margin-bottom: 81px;
}
.m-81 {
  margin: 81px;
}
.p-t-81 {
  padding-top: 81px;
}
.p-b-81 {
  padding-bottom: 81px;
}
.p-l-81 {
  padding-left: 81px;
}
.p-r-81 {
  padding-right: 81px;
}
.p-81 {
  padding: 81px;
}
.p-x-81 {
  padding-left: 81px;
  padding-right: 81px;
}
.p-y-81 {
  padding-top: 81px;
  padding-bottom: 81px;
}
.f-s-81 {
  font-size: 81px !important;
}
.shadow-81 {
  box-shadow: 0px 81px 162px rgba(0, 0, 0, 0.1) !important;
}
.rounded-81 {
  border-radius: 81px !important;
}
.w-81 {
  width: 81px;
}
.h-81 {
  height: 81px;
}
.op-81 {
  opacity: 0.81;
}
.m-t-82 {
  margin-top: 82px;
}
.m-b-82 {
  margin-bottom: 82px;
}
.m-l-82 {
  margin-left: 82px;
}
.m-r-82 {
  margin-right: 82px;
}
.m-x-82 {
  margin-left: 82px;
  margin-right: 82px;
}
.m-y-82 {
  margin-top: 82px;
  margin-bottom: 82px;
}
.m-82 {
  margin: 82px;
}
.p-t-82 {
  padding-top: 82px;
}
.p-b-82 {
  padding-bottom: 82px;
}
.p-l-82 {
  padding-left: 82px;
}
.p-r-82 {
  padding-right: 82px;
}
.p-82 {
  padding: 82px;
}
.p-x-82 {
  padding-left: 82px;
  padding-right: 82px;
}
.p-y-82 {
  padding-top: 82px;
  padding-bottom: 82px;
}
.f-s-82 {
  font-size: 82px !important;
}
.shadow-82 {
  box-shadow: 0px 82px 164px rgba(0, 0, 0, 0.1) !important;
}
.rounded-82 {
  border-radius: 82px !important;
}
.w-82 {
  width: 82px;
}
.h-82 {
  height: 82px;
}
.op-82 {
  opacity: 0.82;
}
.m-t-83 {
  margin-top: 83px;
}
.m-b-83 {
  margin-bottom: 83px;
}
.m-l-83 {
  margin-left: 83px;
}
.m-r-83 {
  margin-right: 83px;
}
.m-x-83 {
  margin-left: 83px;
  margin-right: 83px;
}
.m-y-83 {
  margin-top: 83px;
  margin-bottom: 83px;
}
.m-83 {
  margin: 83px;
}
.p-t-83 {
  padding-top: 83px;
}
.p-b-83 {
  padding-bottom: 83px;
}
.p-l-83 {
  padding-left: 83px;
}
.p-r-83 {
  padding-right: 83px;
}
.p-83 {
  padding: 83px;
}
.p-x-83 {
  padding-left: 83px;
  padding-right: 83px;
}
.p-y-83 {
  padding-top: 83px;
  padding-bottom: 83px;
}
.f-s-83 {
  font-size: 83px !important;
}
.shadow-83 {
  box-shadow: 0px 83px 166px rgba(0, 0, 0, 0.1) !important;
}
.rounded-83 {
  border-radius: 83px !important;
}
.w-83 {
  width: 83px;
}
.h-83 {
  height: 83px;
}
.op-83 {
  opacity: 0.83;
}
.m-t-84 {
  margin-top: 84px;
}
.m-b-84 {
  margin-bottom: 84px;
}
.m-l-84 {
  margin-left: 84px;
}
.m-r-84 {
  margin-right: 84px;
}
.m-x-84 {
  margin-left: 84px;
  margin-right: 84px;
}
.m-y-84 {
  margin-top: 84px;
  margin-bottom: 84px;
}
.m-84 {
  margin: 84px;
}
.p-t-84 {
  padding-top: 84px;
}
.p-b-84 {
  padding-bottom: 84px;
}
.p-l-84 {
  padding-left: 84px;
}
.p-r-84 {
  padding-right: 84px;
}
.p-84 {
  padding: 84px;
}
.p-x-84 {
  padding-left: 84px;
  padding-right: 84px;
}
.p-y-84 {
  padding-top: 84px;
  padding-bottom: 84px;
}
.f-s-84 {
  font-size: 84px !important;
}
.shadow-84 {
  box-shadow: 0px 84px 168px rgba(0, 0, 0, 0.1) !important;
}
.rounded-84 {
  border-radius: 84px !important;
}
.w-84 {
  width: 84px;
}
.h-84 {
  height: 84px;
}
.op-84 {
  opacity: 0.84;
}
.m-t-85 {
  margin-top: 85px;
}
.m-b-85 {
  margin-bottom: 85px;
}
.m-l-85 {
  margin-left: 85px;
}
.m-r-85 {
  margin-right: 85px;
}
.m-x-85 {
  margin-left: 85px;
  margin-right: 85px;
}
.m-y-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}
.m-85 {
  margin: 85px;
}
.p-t-85 {
  padding-top: 85px;
}
.p-b-85 {
  padding-bottom: 85px;
}
.p-l-85 {
  padding-left: 85px;
}
.p-r-85 {
  padding-right: 85px;
}
.p-85 {
  padding: 85px;
}
.p-x-85 {
  padding-left: 85px;
  padding-right: 85px;
}
.p-y-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}
.f-s-85 {
  font-size: 85px !important;
}
.shadow-85 {
  box-shadow: 0px 85px 170px rgba(0, 0, 0, 0.1) !important;
}
.rounded-85 {
  border-radius: 85px !important;
}
.w-85 {
  width: 85px;
}
.h-85 {
  height: 85px;
}
.op-85 {
  opacity: 0.85;
}
.m-t-86 {
  margin-top: 86px;
}
.m-b-86 {
  margin-bottom: 86px;
}
.m-l-86 {
  margin-left: 86px;
}
.m-r-86 {
  margin-right: 86px;
}
.m-x-86 {
  margin-left: 86px;
  margin-right: 86px;
}
.m-y-86 {
  margin-top: 86px;
  margin-bottom: 86px;
}
.m-86 {
  margin: 86px;
}
.p-t-86 {
  padding-top: 86px;
}
.p-b-86 {
  padding-bottom: 86px;
}
.p-l-86 {
  padding-left: 86px;
}
.p-r-86 {
  padding-right: 86px;
}
.p-86 {
  padding: 86px;
}
.p-x-86 {
  padding-left: 86px;
  padding-right: 86px;
}
.p-y-86 {
  padding-top: 86px;
  padding-bottom: 86px;
}
.f-s-86 {
  font-size: 86px !important;
}
.shadow-86 {
  box-shadow: 0px 86px 172px rgba(0, 0, 0, 0.1) !important;
}
.rounded-86 {
  border-radius: 86px !important;
}
.w-86 {
  width: 86px;
}
.h-86 {
  height: 86px;
}
.op-86 {
  opacity: 0.86;
}
.m-t-87 {
  margin-top: 87px;
}
.m-b-87 {
  margin-bottom: 87px;
}
.m-l-87 {
  margin-left: 87px;
}
.m-r-87 {
  margin-right: 87px;
}
.m-x-87 {
  margin-left: 87px;
  margin-right: 87px;
}
.m-y-87 {
  margin-top: 87px;
  margin-bottom: 87px;
}
.m-87 {
  margin: 87px;
}
.p-t-87 {
  padding-top: 87px;
}
.p-b-87 {
  padding-bottom: 87px;
}
.p-l-87 {
  padding-left: 87px;
}
.p-r-87 {
  padding-right: 87px;
}
.p-87 {
  padding: 87px;
}
.p-x-87 {
  padding-left: 87px;
  padding-right: 87px;
}
.p-y-87 {
  padding-top: 87px;
  padding-bottom: 87px;
}
.f-s-87 {
  font-size: 87px !important;
}
.shadow-87 {
  box-shadow: 0px 87px 174px rgba(0, 0, 0, 0.1) !important;
}
.rounded-87 {
  border-radius: 87px !important;
}
.w-87 {
  width: 87px;
}
.h-87 {
  height: 87px;
}
.op-87 {
  opacity: 0.87;
}
.m-t-88 {
  margin-top: 88px;
}
.m-b-88 {
  margin-bottom: 88px;
}
.m-l-88 {
  margin-left: 88px;
}
.m-r-88 {
  margin-right: 88px;
}
.m-x-88 {
  margin-left: 88px;
  margin-right: 88px;
}
.m-y-88 {
  margin-top: 88px;
  margin-bottom: 88px;
}
.m-88 {
  margin: 88px;
}
.p-t-88 {
  padding-top: 88px;
}
.p-b-88 {
  padding-bottom: 88px;
}
.p-l-88 {
  padding-left: 88px;
}
.p-r-88 {
  padding-right: 88px;
}
.p-88 {
  padding: 88px;
}
.p-x-88 {
  padding-left: 88px;
  padding-right: 88px;
}
.p-y-88 {
  padding-top: 88px;
  padding-bottom: 88px;
}
.f-s-88 {
  font-size: 88px !important;
}
.shadow-88 {
  box-shadow: 0px 88px 176px rgba(0, 0, 0, 0.1) !important;
}
.rounded-88 {
  border-radius: 88px !important;
}
.w-88 {
  width: 88px;
}
.h-88 {
  height: 88px;
}
.op-88 {
  opacity: 0.88;
}
.m-t-89 {
  margin-top: 89px;
}
.m-b-89 {
  margin-bottom: 89px;
}
.m-l-89 {
  margin-left: 89px;
}
.m-r-89 {
  margin-right: 89px;
}
.m-x-89 {
  margin-left: 89px;
  margin-right: 89px;
}
.m-y-89 {
  margin-top: 89px;
  margin-bottom: 89px;
}
.m-89 {
  margin: 89px;
}
.p-t-89 {
  padding-top: 89px;
}
.p-b-89 {
  padding-bottom: 89px;
}
.p-l-89 {
  padding-left: 89px;
}
.p-r-89 {
  padding-right: 89px;
}
.p-89 {
  padding: 89px;
}
.p-x-89 {
  padding-left: 89px;
  padding-right: 89px;
}
.p-y-89 {
  padding-top: 89px;
  padding-bottom: 89px;
}
.f-s-89 {
  font-size: 89px !important;
}
.shadow-89 {
  box-shadow: 0px 89px 178px rgba(0, 0, 0, 0.1) !important;
}
.rounded-89 {
  border-radius: 89px !important;
}
.w-89 {
  width: 89px;
}
.h-89 {
  height: 89px;
}
.op-89 {
  opacity: 0.89;
}
.m-t-90 {
  margin-top: 90px;
}
.m-b-90 {
  margin-bottom: 90px;
}
.m-l-90 {
  margin-left: 90px;
}
.m-r-90 {
  margin-right: 90px;
}
.m-x-90 {
  margin-left: 90px;
  margin-right: 90px;
}
.m-y-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.m-90 {
  margin: 90px;
}
.p-t-90 {
  padding-top: 90px;
}
.p-b-90 {
  padding-bottom: 90px;
}
.p-l-90 {
  padding-left: 90px;
}
.p-r-90 {
  padding-right: 90px;
}
.p-90 {
  padding: 90px;
}
.p-x-90 {
  padding-left: 90px;
  padding-right: 90px;
}
.p-y-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.f-s-90 {
  font-size: 90px !important;
}
.shadow-90 {
  box-shadow: 0px 90px 180px rgba(0, 0, 0, 0.1) !important;
}
.rounded-90 {
  border-radius: 90px !important;
}
.w-90 {
  width: 90px;
}
.h-90 {
  height: 90px;
}
.op-90 {
  opacity: 0.9;
}
.m-t-91 {
  margin-top: 91px;
}
.m-b-91 {
  margin-bottom: 91px;
}
.m-l-91 {
  margin-left: 91px;
}
.m-r-91 {
  margin-right: 91px;
}
.m-x-91 {
  margin-left: 91px;
  margin-right: 91px;
}
.m-y-91 {
  margin-top: 91px;
  margin-bottom: 91px;
}
.m-91 {
  margin: 91px;
}
.p-t-91 {
  padding-top: 91px;
}
.p-b-91 {
  padding-bottom: 91px;
}
.p-l-91 {
  padding-left: 91px;
}
.p-r-91 {
  padding-right: 91px;
}
.p-91 {
  padding: 91px;
}
.p-x-91 {
  padding-left: 91px;
  padding-right: 91px;
}
.p-y-91 {
  padding-top: 91px;
  padding-bottom: 91px;
}
.f-s-91 {
  font-size: 91px !important;
}
.shadow-91 {
  box-shadow: 0px 91px 182px rgba(0, 0, 0, 0.1) !important;
}
.rounded-91 {
  border-radius: 91px !important;
}
.w-91 {
  width: 91px;
}
.h-91 {
  height: 91px;
}
.op-91 {
  opacity: 0.91;
}
.m-t-92 {
  margin-top: 92px;
}
.m-b-92 {
  margin-bottom: 92px;
}
.m-l-92 {
  margin-left: 92px;
}
.m-r-92 {
  margin-right: 92px;
}
.m-x-92 {
  margin-left: 92px;
  margin-right: 92px;
}
.m-y-92 {
  margin-top: 92px;
  margin-bottom: 92px;
}
.m-92 {
  margin: 92px;
}
.p-t-92 {
  padding-top: 92px;
}
.p-b-92 {
  padding-bottom: 92px;
}
.p-l-92 {
  padding-left: 92px;
}
.p-r-92 {
  padding-right: 92px;
}
.p-92 {
  padding: 92px;
}
.p-x-92 {
  padding-left: 92px;
  padding-right: 92px;
}
.p-y-92 {
  padding-top: 92px;
  padding-bottom: 92px;
}
.f-s-92 {
  font-size: 92px !important;
}
.shadow-92 {
  box-shadow: 0px 92px 184px rgba(0, 0, 0, 0.1) !important;
}
.rounded-92 {
  border-radius: 92px !important;
}
.w-92 {
  width: 92px;
}
.h-92 {
  height: 92px;
}
.op-92 {
  opacity: 0.92;
}
.m-t-93 {
  margin-top: 93px;
}
.m-b-93 {
  margin-bottom: 93px;
}
.m-l-93 {
  margin-left: 93px;
}
.m-r-93 {
  margin-right: 93px;
}
.m-x-93 {
  margin-left: 93px;
  margin-right: 93px;
}
.m-y-93 {
  margin-top: 93px;
  margin-bottom: 93px;
}
.m-93 {
  margin: 93px;
}
.p-t-93 {
  padding-top: 93px;
}
.p-b-93 {
  padding-bottom: 93px;
}
.p-l-93 {
  padding-left: 93px;
}
.p-r-93 {
  padding-right: 93px;
}
.p-93 {
  padding: 93px;
}
.p-x-93 {
  padding-left: 93px;
  padding-right: 93px;
}
.p-y-93 {
  padding-top: 93px;
  padding-bottom: 93px;
}
.f-s-93 {
  font-size: 93px !important;
}
.shadow-93 {
  box-shadow: 0px 93px 186px rgba(0, 0, 0, 0.1) !important;
}
.rounded-93 {
  border-radius: 93px !important;
}
.w-93 {
  width: 93px;
}
.h-93 {
  height: 93px;
}
.op-93 {
  opacity: 0.93;
}
.m-t-94 {
  margin-top: 94px;
}
.m-b-94 {
  margin-bottom: 94px;
}
.m-l-94 {
  margin-left: 94px;
}
.m-r-94 {
  margin-right: 94px;
}
.m-x-94 {
  margin-left: 94px;
  margin-right: 94px;
}
.m-y-94 {
  margin-top: 94px;
  margin-bottom: 94px;
}
.m-94 {
  margin: 94px;
}
.p-t-94 {
  padding-top: 94px;
}
.p-b-94 {
  padding-bottom: 94px;
}
.p-l-94 {
  padding-left: 94px;
}
.p-r-94 {
  padding-right: 94px;
}
.p-94 {
  padding: 94px;
}
.p-x-94 {
  padding-left: 94px;
  padding-right: 94px;
}
.p-y-94 {
  padding-top: 94px;
  padding-bottom: 94px;
}
.f-s-94 {
  font-size: 94px !important;
}
.shadow-94 {
  box-shadow: 0px 94px 188px rgba(0, 0, 0, 0.1) !important;
}
.rounded-94 {
  border-radius: 94px !important;
}
.w-94 {
  width: 94px;
}
.h-94 {
  height: 94px;
}
.op-94 {
  opacity: 0.94;
}
.m-t-95 {
  margin-top: 95px;
}
.m-b-95 {
  margin-bottom: 95px;
}
.m-l-95 {
  margin-left: 95px;
}
.m-r-95 {
  margin-right: 95px;
}
.m-x-95 {
  margin-left: 95px;
  margin-right: 95px;
}
.m-y-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}
.m-95 {
  margin: 95px;
}
.p-t-95 {
  padding-top: 95px;
}
.p-b-95 {
  padding-bottom: 95px;
}
.p-l-95 {
  padding-left: 95px;
}
.p-r-95 {
  padding-right: 95px;
}
.p-95 {
  padding: 95px;
}
.p-x-95 {
  padding-left: 95px;
  padding-right: 95px;
}
.p-y-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.f-s-95 {
  font-size: 95px !important;
}
.shadow-95 {
  box-shadow: 0px 95px 190px rgba(0, 0, 0, 0.1) !important;
}
.rounded-95 {
  border-radius: 95px !important;
}
.w-95 {
  width: 95px;
}
.h-95 {
  height: 95px;
}
.op-95 {
  opacity: 0.95;
}
.m-t-96 {
  margin-top: 96px;
}
.m-b-96 {
  margin-bottom: 96px;
}
.m-l-96 {
  margin-left: 96px;
}
.m-r-96 {
  margin-right: 96px;
}
.m-x-96 {
  margin-left: 96px;
  margin-right: 96px;
}
.m-y-96 {
  margin-top: 96px;
  margin-bottom: 96px;
}
.m-96 {
  margin: 96px;
}
.p-t-96 {
  padding-top: 96px;
}
.p-b-96 {
  padding-bottom: 96px;
}
.p-l-96 {
  padding-left: 96px;
}
.p-r-96 {
  padding-right: 96px;
}
.p-96 {
  padding: 96px;
}
.p-x-96 {
  padding-left: 96px;
  padding-right: 96px;
}
.p-y-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}
.f-s-96 {
  font-size: 96px !important;
}
.shadow-96 {
  box-shadow: 0px 96px 192px rgba(0, 0, 0, 0.1) !important;
}
.rounded-96 {
  border-radius: 96px !important;
}
.w-96 {
  width: 96px;
}
.h-96 {
  height: 96px;
}
.op-96 {
  opacity: 0.96;
}
.m-t-97 {
  margin-top: 97px;
}
.m-b-97 {
  margin-bottom: 97px;
}
.m-l-97 {
  margin-left: 97px;
}
.m-r-97 {
  margin-right: 97px;
}
.m-x-97 {
  margin-left: 97px;
  margin-right: 97px;
}
.m-y-97 {
  margin-top: 97px;
  margin-bottom: 97px;
}
.m-97 {
  margin: 97px;
}
.p-t-97 {
  padding-top: 97px;
}
.p-b-97 {
  padding-bottom: 97px;
}
.p-l-97 {
  padding-left: 97px;
}
.p-r-97 {
  padding-right: 97px;
}
.p-97 {
  padding: 97px;
}
.p-x-97 {
  padding-left: 97px;
  padding-right: 97px;
}
.p-y-97 {
  padding-top: 97px;
  padding-bottom: 97px;
}
.f-s-97 {
  font-size: 97px !important;
}
.shadow-97 {
  box-shadow: 0px 97px 194px rgba(0, 0, 0, 0.1) !important;
}
.rounded-97 {
  border-radius: 97px !important;
}
.w-97 {
  width: 97px;
}
.h-97 {
  height: 97px;
}
.op-97 {
  opacity: 0.97;
}
.m-t-98 {
  margin-top: 98px;
}
.m-b-98 {
  margin-bottom: 98px;
}
.m-l-98 {
  margin-left: 98px;
}
.m-r-98 {
  margin-right: 98px;
}
.m-x-98 {
  margin-left: 98px;
  margin-right: 98px;
}
.m-y-98 {
  margin-top: 98px;
  margin-bottom: 98px;
}
.m-98 {
  margin: 98px;
}
.p-t-98 {
  padding-top: 98px;
}
.p-b-98 {
  padding-bottom: 98px;
}
.p-l-98 {
  padding-left: 98px;
}
.p-r-98 {
  padding-right: 98px;
}
.p-98 {
  padding: 98px;
}
.p-x-98 {
  padding-left: 98px;
  padding-right: 98px;
}
.p-y-98 {
  padding-top: 98px;
  padding-bottom: 98px;
}
.f-s-98 {
  font-size: 98px !important;
}
.shadow-98 {
  box-shadow: 0px 98px 196px rgba(0, 0, 0, 0.1) !important;
}
.rounded-98 {
  border-radius: 98px !important;
}
.w-98 {
  width: 98px;
}
.h-98 {
  height: 98px;
}
.op-98 {
  opacity: 0.98;
}
.m-t-99 {
  margin-top: 99px;
}
.m-b-99 {
  margin-bottom: 99px;
}
.m-l-99 {
  margin-left: 99px;
}
.m-r-99 {
  margin-right: 99px;
}
.m-x-99 {
  margin-left: 99px;
  margin-right: 99px;
}
.m-y-99 {
  margin-top: 99px;
  margin-bottom: 99px;
}
.m-99 {
  margin: 99px;
}
.p-t-99 {
  padding-top: 99px;
}
.p-b-99 {
  padding-bottom: 99px;
}
.p-l-99 {
  padding-left: 99px;
}
.p-r-99 {
  padding-right: 99px;
}
.p-99 {
  padding: 99px;
}
.p-x-99 {
  padding-left: 99px;
  padding-right: 99px;
}
.p-y-99 {
  padding-top: 99px;
  padding-bottom: 99px;
}
.f-s-99 {
  font-size: 99px !important;
}
.shadow-99 {
  box-shadow: 0px 99px 198px rgba(0, 0, 0, 0.1) !important;
}
.rounded-99 {
  border-radius: 99px !important;
}
.w-99 {
  width: 99px;
}
.h-99 {
  height: 99px;
}
.op-99 {
  opacity: 0.99;
}
.m-t-100 {
  margin-top: 100px;
}
.m-b-100 {
  margin-bottom: 100px;
}
.m-l-100 {
  margin-left: 100px;
}
.m-r-100 {
  margin-right: 100px;
}
.m-x-100 {
  margin-left: 100px;
  margin-right: 100px;
}
.m-y-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.m-100 {
  margin: 100px;
}
.p-t-100 {
  padding-top: 100px;
}
.p-b-100 {
  padding-bottom: 100px;
}
.p-l-100 {
  padding-left: 100px;
}
.p-r-100 {
  padding-right: 100px;
}
.p-100 {
  padding: 100px;
}
.p-x-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.p-y-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.f-s-100 {
  font-size: 100px !important;
}
.shadow-100 {
  box-shadow: 0px 100px 200px rgba(0, 0, 0, 0.1) !important;
}
.rounded-100 {
  border-radius: 100px !important;
}
.w-100 {
  width: 100px;
}
.h-100 {
  height: 100px;
}
.op-100 {
  opacity: 1;
}
.bg-aliceblue {
  background-color: #f0f8ff !important;
}
.text-aliceblue {
  color: #f0f8ff !important;
}
.bg-antiquewhite {
  background-color: #faebd7 !important;
}
.text-antiquewhite {
  color: #faebd7 !important;
}
.bg-aqua {
  background-color: #00ffff !important;
}
.text-aqua {
  color: #00ffff !important;
}
.bg-aqualight {
  background-color: #b2fdfd !important;
}
.text-aqualight {
  color: #b2fdfd !important;
}
.bg-aquamarine {
  background-color: #7fffd4 !important;
}
.text-aquamarine {
  color: #7fffd4 !important;
}
.bg-azure {
  background-color: #f0ffff !important;
}
.text-azure {
  color: #f0ffff !important;
}
.bg-beige {
  background-color: #f5f5dc !important;
}
.text-beige {
  color: #f5f5dc !important;
}
.bg-bisque {
  background-color: #ffe4c4 !important;
}
.text-bisque {
  color: #ffe4c4 !important;
}
.bg-black {
  background-color: #000000 !important;
}
.text-black {
  color: #000000 !important;
}
.bg-blue {
  background-color: #0000ff !important;
}
.text-blue {
  color: #0000ff !important;
}
.bg-brown {
  background-color: #a52a2a !important;
}
.text-brown {
  color: #a52a2a !important;
}
.bg-crimson {
  background-color: #dc143c !important;
}
.text-crimson {
  color: #dc143c !important;
}
.bg-darkblue {
  background-color: #00008b !important;
}
.text-darkblue {
  color: #00008b !important;
}
.bg-darkgreen {
  background-color: #006400 !important;
}
.text-darkgreen {
  color: #006400 !important;
}
.bg-gold {
  background-color: #ffd700 !important;
}
.text-gold {
  color: #ffd700 !important;
}
.bg-gray {
  background-color: #808080 !important;
}
.text-gray {
  color: #808080 !important;
}
.bg-lightgray {
  background-color: #d3d3d3 !important;
}
.text-lightgray {
  color: #d3d3d3 !important;
}
.bg-lightgreen {
  background-color: #90ee90 !important;
}
.text-lightgreen {
  color: #90ee90 !important;
}
.bg-green {
  background-color: #008000 !important;
}
.text-green {
  color: #008000 !important;
}
.bg-indigo {
  background-color: #4b0082 !important;
}
.text-indigo {
  color: #4b0082 !important;
}
.bg-khaki {
  background-color: #f0e68c !important;
}
.text-khaki {
  color: #f0e68c !important;
}
.bg-lavender {
  background-color: #e6e6fa !important;
}
.text-lavender {
  color: #e6e6fa !important;
}
.bg-lime {
  background-color: #00ff00 !important;
}
.text-lime {
  color: #00ff00 !important;
}
.bg-magenta {
  background-color: #ff00ff !important;
}
.text-magenta {
  color: #ff00ff !important;
}
.bg-maroon {
  background-color: #800000 !important;
}
.text-maroon {
  color: #800000 !important;
}
.bg-navy {
  background-color: #000080 !important;
}
.text-navy {
  color: #000080 !important;
}
.bg-olive {
  background-color: #808000 !important;
}
.text-olive {
  color: #808000 !important;
}
.bg-orange {
  background-color: #ffa500 !important;
}
.text-orange {
  color: #ffa500 !important;
}
.bg-pink {
  background-color: #ffc0cb !important;
}
.text-pink {
  color: #ffc0cb !important;
}
.bg-purple {
  background-color: #800080 !important;
}
.text-purple {
  color: #800080 !important;
}
.bg-red {
  background-color: #ff0000 !important;
}
.text-red {
  color: #ff0000 !important;
}
.bg-silver {
  background-color: #c0c0c0 !important;
}
.text-silver {
  color: #c0c0c0 !important;
}
.bg-teal {
  background-color: #008080 !important;
}
.text-teal {
  color: #008080 !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.bg-yellow {
  background-color: #ffff00 !important;
}
.text-yellow {
  color: #ffff00 !important;
}
.bg-ui {
  background-color: #2a3547 !important;
}
.text-ui {
  color: #2a3547 !important;
}
.bg-lowprimary {
  background-color: #ebfeff !important;
}
.text-lowprimary {
  color: #ebfeff !important;
}
.bg-uifont {
  background-color: #5a6a85 !important;
}
.text-uifont {
  color: #5a6a85 !important;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-grid {
  display: grid !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
}
.flex-col {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
}
.rounded-full {
  border-radius: 50%;
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.334rem;
  color: var(--mat-sys-on-background);
}
.shadow-md {
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.062) !important;
}
.fix-height {
  min-height: 600px !important;
}
.helding {
  color: #5a6a85 !important;
}
.same-hight {
  height: 350px;
}
.container {
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
}
.container.full-width {
  display: flex;
  align-items: center;
  width: 100%;
}
.hide-menu {
  color: #5a6a85 !important;
}
.pageWrapper {
  padding: 24px 24px 0px 24px;
  margin: 0 auto;
}
.pageWrapper.maxWidth {
  max-width: 1300px;
}
.contentWrapper {
  overflow-x: hidden !important;
}
@media (max-width: 768px) {
  .pageWrapper {
    padding: 24px 10px 0 10px;
  }
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.shadow-none {
  box-shadow: none !important;
}
.border-none {
  border: none;
}
.outline-none {
  outline: none;
}
.rounded {
  border-radius: 7px !important;
}
.border-primary {
  border: 2px solid #00989e !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 25px !important;
}
.rounded-sm {
  border-radius: 5px !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.f-s-35 {
  font-size: 35px;
}
.bg-black {
  background-color: black !important;
}
.text-capital {
  text-transform: capitalize !important;
}
.overflow-hidden {
  overflow: hidden;
}
.text-decoration-none {
  text-decoration: none;
}
.position-relative {
  position: relative;
}
.table-responsive {
  overflow-x: auto;
}
.table-responsive td,
.table-responsive mat-cell {
  white-space: nowrap;
  padding: 16px;
}
.op-5 {
  opacity: 0.5;
}
.op-7 {
  opacity: 0.7;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-default {
  cursor: default !important;
}
.avatar-group img {
  border: 2px solid #ffffff;
  margin-right: -5px;
}
.avatar-group img:last-child {
  margin-right: 0;
}
a {
  color: var(--mat-sys-on-background);
}
a:hover {
  color: var(--mat-sys-primary);
}
.filter-sidebar {
  width: 290px;
  position: fixed;
  right: -290px;
  top: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: var(--mat-sys-level3);
  background-color: var(--mat-sys-background);
}
.filter-sidebar.open {
  right: 0;
}
pre {
  margin: 0;
  white-space: nowrap;
}
td.hljs-ln-line.hljs-ln-numbers {
  padding-right: 10px;
}
@media (min-width: 768px) {
  html .flex-sm-row {
    flex-direction: row !important;
  }
}
.details {
  display: flex;
  justify-content: space-between;
}
.date {
  margin-left: 1.7rem;
  text-wrap: nowrap;
}
@media (max-width: 599px) {
  .details {
    flex-direction: column;
  }
}
.skill-hint {
  transform: translateY(-1rem);
}
.bg-lowMatch {
  background-color: rgb(251, 227, 227) !important;
  color: rgb(237, 54, 54) !important;
}
.bg-matchScoretop {
  color: #00989e;
  background-color: rgba(223, 251, 252, 0.7607843137);
}
.mat-drawer.sidebarNav {
  width: 270px;
  flex-shrink: 0;
  transition: swift-ease-out(width);
  position: absolute;
  border-right: 1px solid var(--mat-sys-outline-variant);
  border-radius: 0px !important;
}
.branding {
  padding: 20px;
}
.sidebarNav-mini .sidebarNav {
  width: 80px;
}
.sidebarNav-mini .sidebarNav .profile-bar {
  display: none;
}
.sidebarNav-mini .sidebarNav .sidebar-list .menu-list-item {
  padding: 8px 17px;
}
.sidebarNav-mini .sidebarNav .sidebar-list .menu-list-item .mdc-list-item__content {
  display: none;
}
.sidebarNav-mini .sidebarNav .sidebar-list .menu-list-item .mdc-list-item__start {
  margin-left: 6px !important;
  margin-right: 8px !important;
}
.sidebarNav-mini .sidebarNav:hover {
  width: 270px;
}
.sidebarNav-mini .sidebarNav:hover .profile-bar {
  display: block;
}
.sidebarNav-mini .sidebarNav:hover .sidebar-list .menu-list-item {
  padding: 8px 10px;
}
.sidebarNav-mini .sidebarNav:hover .sidebar-list .menu-list-item .mdc-list-item__content {
  display: inline;
}
.sidebarNav-mini .sidebarNav:hover .sidebar-list .menu-list-item .mdc-list-item__start {
  margin-left: 0 !important;
}
.sidebarNav-mini .sidebarNav:hover .sidebar-list.mdc-list {
  padding: 0 24px;
  max-width: 270px;
}
.sidebarNav-mini .sidebarNav:hover .sidebar-list.mdc-list .mdc-list-group__subheader {
  text-align: left;
}
.sidebarNav-mini .hideMenu {
  overflow: hidden;
  width: 80px;
}
.sidebarNav-mini .branding {
  width: 65px;
  overflow: hidden;
}
.sidebarNav-mini .sidebar-list.mdc-list {
  padding: 0 12px;
}
.sidebarNav-mini .sidebar-list.mdc-list .mdc-list-group__subheader {
  text-align: center;
}
.sidebarNav-mini .contentWrapper {
  transition: swift-ease-out(width);
}
@media (min-width: 1024px) {
  .sidebarNav-mini .contentWrapper {
    margin-left: 80px !important;
  }
}
.customizerBtn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9;
}
.sidebar-list.mdc-list {
  padding: 0 24px;
}
.sidebar-list.mdc-list .mdc-list-group__subheader {
  margin: 12px 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 24px;
}
.sidebar-list.mdc-list .menu-list-item {
  height: 45px;
  padding: 8px 10px !important;
  margin-bottom: 2px;
}
.sidebar-list.mdc-list .menu-list-item.twoline {
  height: 60px;
  align-items: center;
}
.sidebar-list.mdc-list .menu-list-item:before,
.sidebar-list.mdc-list .menu-list-item:focus {
  z-index: -1;
}
.sidebar-list.mdc-list .menu-list-item.disabled {
  opacity: 0.38;
}
.sidebar-list.mdc-list .menu-list-item .item-chip {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.sidebar-list.mdc-list .menu-list-item.activeMenu {
  background-color: var(--mat-sys-primary);
}
.sidebar-list.mdc-list .menu-list-item.activeMenu .mdc-list-item__primary-text {
  color: #ffffff !important;
}
.sidebar-list.mdc-list .menu-list-item.activeMenu .mat-mdc-list-item-icon {
  color: #ffffff !important;
}
.sidebar-list.mdc-list .menu-list-item.activeMenu .hide-menu {
  color: #ffffff !important;
}
.sidebar-list.mdc-list .menu-list-item .mdc-list-item__start {
  margin-right: 14px;
  margin-left: 0 !important;
  width: 20px;
  height: 20px;
  line-height: 0px;
  fill: transparent !important;
}
.sidebar-list.mdc-list .menu-list-item .mdc-list-item__primary-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-list.mdc-list .menu-list-item .mdc-list-item__primary-text .arrow-icon {
  display: flex;
}
.sidebar-list.mdc-list .menu-list-item .mdc-list-item__primary-text .arrow-icon .mat-icon {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-list .top-parent .menu-list-item.activemenu {
  background-color: color-mix(in srgb, var(--mat-sys-primary) 10%, transparent);
}
.sidebar-list .top-parent .menu-list-item.activemenu .mdc-list-item__primary-text {
  color: var(--mat-sys-primary) !important;
}
.sidebar-list .top-parent .menu-list-item.activemenu .mat-mdc-list-item-icon {
  color: var(--mat-sys-primary) !important;
}
.flex-layout {
  display: flex;
  flex-direction: column;
  height: 100%;
}
html .topbar {
  position: sticky;
  top: 0;
  z-index: 9;
  height: 70px;
}
.topbar-dd {
  min-width: 360px !important;
}
.apps-dd {
  min-width: 830px !important;
  overflow: unset !important;
}
.apps-dd .mat-mdc-menu-content {
  padding: 0;
}
.text-hover-primary:hover .hover-text {
  color: var(--mat-sys-primary);
}
.upgrade-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
.object-cover {
  object-fit: cover;
}
.dark-theme .topbar .mat-mdc-icon-button {
  color: rgba(255, 255, 255, 0.67) !important;
}
.dark-theme .topbar .mdc-button {
  --mdc-text-button-label-text-color: $dark-text-secondary !important;
}
html .customizerNav {
  border-radius: 0px !important;
  width: 100%;
}
.customizer-button-group.two-row {
  display: inline-block;
}
.customizer-button-group.two-row.theme-colors .mat-button-toggle-appearance-standard {
  margin-left: 16px;
}
.customizer-button-group.two-row.theme-colors .mat-button-toggle-appearance-standard:first-child {
  margin-left: 0;
}
.customizer-button-group.two-row .mat-button-toggle-appearance-standard {
  width: 80px;
  height: 65px;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.customizer-button-group.two-row .mat-button-toggle-appearance-standard .mat-button-toggle-button {
  display: flex;
  justify-content: center;
}
.customizer-button-group.two-row .mat-button-toggle-appearance-standard:nth-child(4) {
  margin-left: 0;
}
.customizer-button-group.two-row .mat-button-toggle-appearance-standard.mat-button-toggle-checked .theme-circle .theme-icon {
  display: flex;
  color: #ffffff;
}
.customizer-button-group.two-row .mat-button-toggle-appearance-standard .theme-circle {
  width: 25px;
  height: 25px;
  border-radius: var(--mat-sys-corner-full);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customizer-button-group.two-row .mat-button-toggle-appearance-standard .theme-circle .theme-icon {
  display: none;
}
.customizer-button-group.two-row .mat-button-toggle-appearance-standard .theme-circle.cyan_theme {
  background-color: #00989E;
}
.customizer-button-group .mat-button-toggle-appearance-standard {
  padding: 9px;
  border: 1px solid var(--mat-sys-outline-variant) !important;
  box-shadow: none;
  border-radius: 7px;
  transition: all 0.1s ease-in 0s;
}
.customizer-button-group .mat-button-toggle-appearance-standard:hover {
  transform: scale(1.05);
}
.customizer-button-group .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
  background-color: var(--mat-sys-primary-fixed-dim);
}
.customizer-button-group .mat-button-toggle-appearance-standard.mat-button-toggle-checked i-tabler.fill-icon {
  color: var(--mat-sys-primary);
  fill: var(--mat-sys-on-primary);
}
.customizer-button-group.mat-button-toggle-group {
  overflow: unset;
  border-radius: 0;
}
.customizer-button-group .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.customizer-button-group.mat-button-toggle-group-appearance-standard {
  border: 0 !important;
}
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0px;
  display: flex;
}
.breadcrumb-item {
  padding: 0 10px 0 0;
}
.breadcrumb-item:first-child::marker {
  display: none;
}
.breadcrumb-item a {
  text-decoration: none;
  font-size: 14px;
}
.breadcrumb-item a:hover {
  color: var(--mat-sys-primary);
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.offset-3 {
  margin-left: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.offset-6 {
  margin-left: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.offset-9 {
  margin-left: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.offset-12 {
  margin-left: 100%;
}
@media (min-width: 600px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 960px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 2100px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  body .d-lg-flex {
    display: flex !important;
  }
  body .d-lg-none {
    display: none !important;
  }
  body .align-items-lg-center {
    align-items: center !important;
  }
}
@media (min-width: 768px) {
  body .d-sm-flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .p-xs-6 {
    padding: 0 6px !important;
  }
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-1-auto {
  flex: 1 1 0%;
}
.hstack {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 767px) {
  .hstack {
    flex-direction: column;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
.lh-lg {
  line-height: 36px !important;
}
.lh-sm {
  line-height: 20px !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: 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;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-col-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;
}
.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-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-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;
}
.m-0 {
  margin: 0 !important;
}
.m-2 {
  margin: 2px !important;
}
.m-4 {
  margin: 4px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-6 {
  margin: 7px !important;
}
.m-8 {
  margin: 8px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-12 {
  margin: 12px !important;
}
.m-14 {
  margin: 14px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-16 {
  margin: 16px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-24 {
  margin: 24px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-32 {
  margin: 32px !important;
}
.m-48 {
  margin: 48px !important;
}
.m-auto {
  margin: auto !important;
}
.m-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.m-x-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}
.m-x-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.m-x-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.m-x-6 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}
.m-x-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.m-x-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.m-x-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.m-x-14 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}
.m-x-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.m-x-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.m-x-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.m-x-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.m-x-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.m-x-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.m-x-48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.m-x-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-y-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.m-y-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.m-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.m-y-6 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.m-y-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.m-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.m-y-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.m-y-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}
.m-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.m-y-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.m-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.m-y-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.m-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.m-y-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.m-y-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.m-y-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-2 {
  margin-top: 2px !important;
}
.m-t-4 {
  margin-top: 4px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-6 {
  margin-top: 7px !important;
}
.m-t-8 {
  margin-top: 8px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-12 {
  margin-top: 12px !important;
}
.m-t-14 {
  margin-top: 14px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-16 {
  margin-top: 16px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-24 {
  margin-top: 24px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-32 {
  margin-top: 32px !important;
}
.m-t-48 {
  margin-top: 48px !important;
}
.m-t-auto {
  margin-top: auto !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-2 {
  margin-bottom: 2px !important;
}
.m-b-4 {
  margin-bottom: 4px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-6 {
  margin-bottom: 7px !important;
}
.m-b-8 {
  margin-bottom: 8px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-12 {
  margin-bottom: 12px !important;
}
.m-b-14 {
  margin-bottom: 14px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-16 {
  margin-bottom: 16px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-24 {
  margin-bottom: 24px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-b-32 {
  margin-bottom: 32px !important;
}
.m-b-48 {
  margin-bottom: 48px !important;
}
.m-b-auto {
  margin-bottom: auto !important;
}
.m--2 {
  margin: -2px !important;
}
.m--4 {
  margin: -4px !important;
}
.m--5 {
  margin: -5px !important;
}
.m--6 {
  margin: -7px !important;
}
.m--8 {
  margin: -8px !important;
}
.m--10 {
  margin: -10px !important;
}
.m--12 {
  margin: -12px !important;
}
.m--14 {
  margin: -14px !important;
}
.m--15 {
  margin: -15px !important;
}
.m--16 {
  margin: -16px !important;
}
.m--20 {
  margin: -20px !important;
}
.m--24 {
  margin: -24px !important;
}
.m--30 {
  margin: -30px !important;
}
.m--32 {
  margin: -32px !important;
}
.m--48 {
  margin: -48px !important;
}
.m-x--2 {
  margin-left: -2px !important;
  margin-right: -2px !important;
}
.m-x--4 {
  margin-left: -4px !important;
  margin-right: -4px !important;
}
.m-x--5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.m-x--6 {
  margin-left: -7px !important;
  margin-right: -7px !important;
}
.m-x--8 {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.m-x--10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.m-x--12 {
  margin-left: -12px !important;
  margin-right: -12px !important;
}
.m-x--14 {
  margin-left: -14px !important;
  margin-right: -14px !important;
}
.m-x--15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.m-x--16 {
  margin-left: -16px !important;
  margin-right: -16px !important;
}
.m-x--20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.m-x--24 {
  margin-left: -24px !important;
  margin-right: -24px !important;
}
.m-x--30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
.m-x--32 {
  margin-left: -32px !important;
  margin-right: -32px !important;
}
.m-x--48 {
  margin-left: -48px !important;
  margin-right: -48px !important;
}
.m-y--2 {
  margin-top: -2px !important;
  margin-bottom: -2px !important;
}
.m-y--4 {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}
.m-y--5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.m-y--6 {
  margin-top: -7px !important;
  margin-bottom: -7px !important;
}
.m-y--8 {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}
.m-y--10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.m-y--12 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}
.m-y--14 {
  margin-top: -14px !important;
  margin-bottom: -14px !important;
}
.m-y--15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}
.m-y--16 {
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}
.m-y--20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.m-y--24 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}
.m-y--30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}
.m-y--32 {
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}
.m-y--48 {
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}
.m-t--2 {
  margin-top: -2px !important;
}
.m-t--4 {
  margin-top: -4px !important;
}
.m-t--5 {
  margin-top: -5px !important;
}
.m-t--6 {
  margin-top: -7px !important;
}
.m-t--8 {
  margin-top: -8px !important;
}
.m-t--10 {
  margin-top: -10px !important;
}
.m-t--12 {
  margin-top: -12px !important;
}
.m-t--14 {
  margin-top: -14px !important;
}
.m-t--15 {
  margin-top: -15px !important;
}
.m-t--16 {
  margin-top: -16px !important;
}
.m-t--20 {
  margin-top: -20px !important;
}
.m-t--24 {
  margin-top: -24px !important;
}
.m-t--30 {
  margin-top: -30px !important;
}
.m-t--32 {
  margin-top: -32px !important;
}
.m-t--48 {
  margin-top: -48px !important;
}
.m-r--2 {
  margin-right: -2px !important;
}
.m-r--4 {
  margin-right: -4px !important;
}
.m-r--5 {
  margin-right: -5px !important;
}
.m-r--6 {
  margin-right: -7px !important;
}
.m-r--8 {
  margin-right: -8px !important;
}
.m-r--10 {
  margin-right: -10px !important;
}
.m-r--12 {
  margin-right: -12px !important;
}
.m-r--14 {
  margin-right: -14px !important;
}
.m-r--15 {
  margin-right: -15px !important;
}
.m-r--16 {
  margin-right: -16px !important;
}
.m-r--20 {
  margin-right: -20px !important;
}
.m-r--24 {
  margin-right: -24px !important;
}
.m-r--30 {
  margin-right: -30px !important;
}
.m-r--32 {
  margin-right: -32px !important;
}
.m-r--48 {
  margin-right: -48px !important;
}
.m-b--2 {
  margin-bottom: -2px !important;
}
.m-b--4 {
  margin-bottom: -4px !important;
}
.m-b--5 {
  margin-bottom: -5px !important;
}
.m-b--6 {
  margin-bottom: -7px !important;
}
.m-b--8 {
  margin-bottom: -8px !important;
}
.m-b--10 {
  margin-bottom: -10px !important;
}
.m-b--12 {
  margin-bottom: -12px !important;
}
.m-b--14 {
  margin-bottom: -14px !important;
}
.m-b--15 {
  margin-bottom: -15px !important;
}
.m-b--16 {
  margin-bottom: -16px !important;
}
.m-b--20 {
  margin-bottom: -20px !important;
}
.m-b--24 {
  margin-bottom: -24px !important;
}
.m-b--30 {
  margin-bottom: -30px !important;
}
.m-b--32 {
  margin-bottom: -32px !important;
}
.m-b--48 {
  margin-bottom: -48px !important;
}
.m-l--2 {
  margin-left: -2px !important;
}
.m-l--4 {
  margin-left: -4px !important;
}
.m-l--5 {
  margin-left: -5px !important;
}
.m-l--6 {
  margin-left: -7px !important;
}
.m-l--8 {
  margin-left: -8px !important;
}
.m-l--10 {
  margin-left: -10px !important;
}
.m-l--12 {
  margin-left: -12px !important;
}
.m-l--14 {
  margin-left: -14px !important;
}
.m-l--15 {
  margin-left: -15px !important;
}
.m-l--16 {
  margin-left: -16px !important;
}
.m-l--20 {
  margin-left: -20px !important;
}
.m-l--24 {
  margin-left: -24px !important;
}
.m-l--30 {
  margin-left: -30px !important;
}
.m-l--32 {
  margin-left: -32px !important;
}
.m-l--48 {
  margin-left: -48px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-2 {
  padding: 2px !important;
}
.p-4 {
  padding: 4px !important;
}
.p-5 {
  padding: 5px !important;
}
.p-6 {
  padding: 7px !important;
}
.p-8 {
  padding: 8px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-12 {
  padding: 12px !important;
}
.p-14 {
  padding: 14px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-16 {
  padding: 16px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-24 {
  padding: 24px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-32 {
  padding: 32px !important;
}
.p-48 {
  padding: 48px !important;
}
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-x-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.p-x-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.p-x-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.p-x-6 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.p-x-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.p-x-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.p-x-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.p-x-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}
.p-x-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.p-x-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.p-x-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.p-x-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.p-x-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.p-x-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.p-x-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-y-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.p-y-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.p-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.p-y-6 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.p-y-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-y-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.p-y-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.p-y-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-y-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.p-y-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.p-y-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-t-2 {
  padding-top: 2px !important;
}
.p-t-4 {
  padding-top: 4px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-t-6 {
  padding-top: 7px !important;
}
.p-t-8 {
  padding-top: 8px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-t-12 {
  padding-top: 12px !important;
}
.p-t-14 {
  padding-top: 14px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-t-16 {
  padding-top: 16px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-t-24 {
  padding-top: 24px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-t-32 {
  padding-top: 32px !important;
}
.p-t-48 {
  padding-top: 48px !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-b-2 {
  padding-bottom: 2px !important;
}
.p-b-4 {
  padding-bottom: 4px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-b-6 {
  padding-bottom: 7px !important;
}
.p-b-8 {
  padding-bottom: 8px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-b-12 {
  padding-bottom: 12px !important;
}
.p-b-14 {
  padding-bottom: 14px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-b-16 {
  padding-bottom: 16px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-b-24 {
  padding-bottom: 24px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-b-32 {
  padding-bottom: 32px !important;
}
.p-b-48 {
  padding-bottom: 48px !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-2 {
  gap: 2px !important;
}
.gap-4 {
  gap: 4px !important;
}
.gap-5 {
  gap: 5px !important;
}
.gap-6 {
  gap: 7px !important;
}
.gap-8 {
  gap: 8px !important;
}
.gap-10 {
  gap: 10px !important;
}
.gap-12 {
  gap: 12px !important;
}
.gap-14 {
  gap: 14px !important;
}
.gap-15 {
  gap: 15px !important;
}
.gap-16 {
  gap: 16px !important;
}
.gap-20 {
  gap: 20px !important;
}
.gap-24 {
  gap: 24px !important;
}
.gap-30 {
  gap: 30px !important;
}
.gap-32 {
  gap: 32px !important;
}
.gap-48 {
  gap: 48px !important;
}
.b-0 {
  border: 0 !important;
}
.b-1 {
  border: 1px solid var(--mat-sys-outline-variant) !important;
}
.b-2 {
  border: 2px solid var(--mat-sys-outline-variant) !important;
}
.b-4 {
  border: 4px solid var(--mat-sys-outline-variant) !important;
}
.b-8 {
  border: 8px solid var(--mat-sys-outline-variant) !important;
}
.b-t-0 {
  border-top: 0 !important;
}
.b-t-1 {
  border-top: 1px solid var(--mat-sys-outline-variant) !important;
}
.b-t-2 {
  border-top: 2px solid var(--mat-sys-outline-variant) !important;
}
.b-t-4 {
  border-top: 4px solid var(--mat-sys-outline-variant) !important;
}
.b-t-8 {
  border-top: 8px solid var(--mat-sys-outline-variant) !important;
}
.b-b-0 {
  border-bottom: 0 !important;
}
.b-b-1 {
  border-bottom: 1px solid var(--mat-sys-outline-variant) !important;
}
.b-b-2 {
  border-bottom: 2px solid var(--mat-sys-outline-variant) !important;
}
.b-b-4 {
  border-bottom: 4px solid var(--mat-sys-outline-variant) !important;
}
.b-b-8 {
  border-bottom: 8px solid var(--mat-sys-outline-variant) !important;
}
.b-l-0 {
  border-left: 0 !important;
}
.b-l-1 {
  border-left: 1px solid var(--mat-sys-outline-variant) !important;
}
.b-l-2 {
  border-left: 2px solid var(--mat-sys-outline-variant) !important;
}
.b-l-4 {
  border-left: 4px solid var(--mat-sys-outline-variant) !important;
}
.b-l-8 {
  border-left: 8px solid var(--mat-sys-outline-variant) !important;
}
.b-r-0 {
  border-right: 0 !important;
}
.b-r-1 {
  border-right: 1px solid var(--mat-sys-outline-variant) !important;
}
.b-r-2 {
  border-right: 2px solid var(--mat-sys-outline-variant) !important;
}
.b-r-4 {
  border-right: 4px solid var(--mat-sys-outline-variant) !important;
}
.b-r-8 {
  border-right: 8px solid var(--mat-sys-outline-variant) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-7 {
  border-radius: 7px !important;
}
.rounded-8 {
  border-radius: 14px !important;
}
.rounded-12 {
  border-radius: 21px !important;
}
.rounded-16 {
  border-radius: 28px !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.r-t-l-0 {
  border-top-left-radius: 0 !important;
}
.r-t-l-7 {
  border-top-left-radius: 7px !important;
}
.r-t-l-8 {
  border-top-left-radius: 14px !important;
}
.r-t-l-12 {
  border-top-left-radius: 21px !important;
}
.r-t-l-16 {
  border-top-left-radius: 28px !important;
}
.r-t-l-full {
  border-top-left-radius: 9999px !important;
}
.r-t-r-0 {
  border-top-right-radius: 0 !important;
}
.r-t-r-7 {
  border-top-right-radius: 7px !important;
}
.r-t-r-8 {
  border-top-right-radius: 14px !important;
}
.r-t-r-12 {
  border-top-right-radius: 21px !important;
}
.r-t-r-16 {
  border-top-right-radius: 28px !important;
}
.r-t-r-full {
  border-top-right-radius: 9999px !important;
}
.r-b-r-0 {
  border-bottom-right-radius: 0 !important;
}
.r-b-r-7 {
  border-bottom-right-radius: 7px !important;
}
.r-b-r-8 {
  border-bottom-right-radius: 14px !important;
}
.r-b-r-12 {
  border-bottom-right-radius: 21px !important;
}
.r-b-r-16 {
  border-bottom-right-radius: 28px !important;
}
.r-b-r-full {
  border-bottom-right-radius: 9999px !important;
}
.r-b-l-0 {
  border-bottom-left-radius: 0 !important;
}
.r-b-l-7 {
  border-bottom-left-radius: 7px !important;
}
.r-b-l-8 {
  border-bottom-left-radius: 14px !important;
}
.r-b-l-12 {
  border-bottom-left-radius: 21px !important;
}
.r-b-l-16 {
  border-bottom-left-radius: 28px !important;
}
.r-b-l-full {
  border-bottom-left-radius: 9999px !important;
}
.r-t-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.r-t-7 {
  border-top-left-radius: 7px !important;
  border-top-right-radius: 7px !important;
}
.r-t-8 {
  border-top-left-radius: 14px !important;
  border-top-right-radius: 14px !important;
}
.r-t-12 {
  border-top-left-radius: 21px !important;
  border-top-right-radius: 21px !important;
}
.r-t-16 {
  border-top-left-radius: 28px !important;
  border-top-right-radius: 28px !important;
}
.r-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}
.r-b-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.r-b-7 {
  border-bottom-left-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
}
.r-b-8 {
  border-bottom-left-radius: 14px !important;
  border-bottom-right-radius: 14px !important;
}
.r-b-12 {
  border-bottom-left-radius: 21px !important;
  border-bottom-right-radius: 21px !important;
}
.r-b-16 {
  border-bottom-left-radius: 28px !important;
  border-bottom-right-radius: 28px !important;
}
.r-b-full {
  border-bottom-left-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}
.r-l-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.r-l-7 {
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
}
.r-l-8 {
  border-top-left-radius: 14px !important;
  border-bottom-left-radius: 14px !important;
}
.r-l-12 {
  border-top-left-radius: 21px !important;
  border-bottom-left-radius: 21px !important;
}
.r-l-16 {
  border-top-left-radius: 28px !important;
  border-bottom-left-radius: 28px !important;
}
.r-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}
.r-r-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.r-r-7 {
  border-top-right-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
}
.r-r-8 {
  border-top-right-radius: 14px !important;
  border-bottom-right-radius: 14px !important;
}
.r-r-12 {
  border-top-right-radius: 21px !important;
  border-bottom-right-radius: 21px !important;
}
.r-r-16 {
  border-top-right-radius: 28px !important;
  border-bottom-right-radius: 28px !important;
}
.r-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}
.f-s-0 {
  font-size: 0 !important;
}
.f-s-10 {
  font-size: 10px !important;
}
.f-s-12 {
  font-size: 12px !important;
}
.f-s-14 {
  font-size: 14px !important;
}
.f-s-15 {
  font-size: 15px !important;
}
.f-s-16 {
  font-size: 16px !important;
}
.f-s-18 {
  font-size: 18px !important;
}
.f-s-20 {
  font-size: 20px !important;
}
.f-s-21 {
  font-size: 21px !important;
}
.f-s-24 {
  font-size: 24px !important;
}
.f-s-30 {
  font-size: 30px !important;
}
.f-w-100 {
  font-weight: 100 !important;
}
.f-w-200 {
  font-weight: 200 !important;
}
.f-w-300 {
  font-weight: 300 !important;
}
.f-w-400 {
  font-weight: 400 !important;
}
.f-w-500 {
  font-weight: 500 !important;
}
.f-w-600 {
  font-weight: 600 !important;
}
.f-w-700 {
  font-weight: 700 !important;
}
.f-w-800 {
  font-weight: 800 !important;
}
.f-w-900 {
  font-weight: 900 !important;
}
.font-italic {
  font-style: italic !important;
}
.font-normal {
  font-style: normal !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-none {
  text-decoration: none !important;
}
.text-underline {
  text-decoration: underline !important;
}
.text-line-through {
  text-decoration: line-through !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-lowercase {
  text-transform: lowercase !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-ellipsis {
  text-overflow: ellipsis !important;
}
.text-reset {
  color: inherit !important;
}
.text-current {
  color: currentColor !important;
}
[dir=ltr] .m-r-0 {
  margin-right: 0 !important;
}
[dir=ltr] .m-r-2 {
  margin-right: 2px !important;
}
[dir=ltr] .m-r-4 {
  margin-right: 4px !important;
}
[dir=ltr] .m-r-5 {
  margin-right: 5px !important;
}
[dir=ltr] .m-r-6 {
  margin-right: 7px !important;
}
[dir=ltr] .m-r-8 {
  margin-right: 8px !important;
}
[dir=ltr] .m-r-10 {
  margin-right: 10px !important;
}
[dir=ltr] .m-r-12 {
  margin-right: 12px !important;
}
[dir=ltr] .m-r-14 {
  margin-right: 14px !important;
}
[dir=ltr] .m-r-15 {
  margin-right: 15px !important;
}
[dir=ltr] .m-r-16 {
  margin-right: 16px !important;
}
[dir=ltr] .m-r-20 {
  margin-right: 20px !important;
}
[dir=ltr] .m-r-24 {
  margin-right: 24px !important;
}
[dir=ltr] .m-r-30 {
  margin-right: 30px !important;
}
[dir=ltr] .m-r-32 {
  margin-right: 32px !important;
}
[dir=ltr] .m-r-48 {
  margin-right: 48px !important;
}
[dir=ltr] .m-r-auto {
  margin-right: auto !important;
}
[dir=ltr] .m-l-0 {
  margin-left: 0 !important;
}
[dir=ltr] .m-l-2 {
  margin-left: 2px !important;
}
[dir=ltr] .m-l-4 {
  margin-left: 4px !important;
}
[dir=ltr] .m-l-5 {
  margin-left: 5px !important;
}
[dir=ltr] .m-l-6 {
  margin-left: 7px !important;
}
[dir=ltr] .m-l-8 {
  margin-left: 8px !important;
}
[dir=ltr] .m-l-10 {
  margin-left: 10px !important;
}
[dir=ltr] .m-l-12 {
  margin-left: 12px !important;
}
[dir=ltr] .m-l-14 {
  margin-left: 14px !important;
}
[dir=ltr] .m-l-15 {
  margin-left: 15px !important;
}
[dir=ltr] .m-l-16 {
  margin-left: 16px !important;
}
[dir=ltr] .m-l-20 {
  margin-left: 20px !important;
}
[dir=ltr] .m-l-24 {
  margin-left: 24px !important;
}
[dir=ltr] .m-l-30 {
  margin-left: 30px !important;
}
[dir=ltr] .m-l-32 {
  margin-left: 32px !important;
}
[dir=ltr] .m-l-48 {
  margin-left: 48px !important;
}
[dir=ltr] .m-l-auto {
  margin-left: auto !important;
}
[dir=ltr] .p-l-0 {
  padding-left: 0 !important;
}
[dir=ltr] .p-l-2 {
  padding-left: 2px !important;
}
[dir=ltr] .p-l-4 {
  padding-left: 4px !important;
}
[dir=ltr] .p-l-5 {
  padding-left: 5px !important;
}
[dir=ltr] .p-l-6 {
  padding-left: 7px !important;
}
[dir=ltr] .p-l-8 {
  padding-left: 8px !important;
}
[dir=ltr] .p-l-10 {
  padding-left: 10px !important;
}
[dir=ltr] .p-l-12 {
  padding-left: 12px !important;
}
[dir=ltr] .p-l-14 {
  padding-left: 14px !important;
}
[dir=ltr] .p-l-15 {
  padding-left: 15px !important;
}
[dir=ltr] .p-l-16 {
  padding-left: 16px !important;
}
[dir=ltr] .p-l-20 {
  padding-left: 20px !important;
}
[dir=ltr] .p-l-24 {
  padding-left: 24px !important;
}
[dir=ltr] .p-l-30 {
  padding-left: 30px !important;
}
[dir=ltr] .p-l-32 {
  padding-left: 32px !important;
}
[dir=ltr] .p-l-48 {
  padding-left: 48px !important;
}
[dir=ltr] .p-r-0 {
  padding-right: 0 !important;
}
[dir=ltr] .p-r-2 {
  padding-right: 2px !important;
}
[dir=ltr] .p-r-4 {
  padding-right: 4px !important;
}
[dir=ltr] .p-r-5 {
  padding-right: 5px !important;
}
[dir=ltr] .p-r-6 {
  padding-right: 7px !important;
}
[dir=ltr] .p-r-8 {
  padding-right: 8px !important;
}
[dir=ltr] .p-r-10 {
  padding-right: 10px !important;
}
[dir=ltr] .p-r-12 {
  padding-right: 12px !important;
}
[dir=ltr] .p-r-14 {
  padding-right: 14px !important;
}
[dir=ltr] .p-r-15 {
  padding-right: 15px !important;
}
[dir=ltr] .p-r-16 {
  padding-right: 16px !important;
}
[dir=ltr] .p-r-20 {
  padding-right: 20px !important;
}
[dir=ltr] .p-r-24 {
  padding-right: 24px !important;
}
[dir=ltr] .p-r-30 {
  padding-right: 30px !important;
}
[dir=ltr] .p-r-32 {
  padding-right: 32px !important;
}
[dir=ltr] .p-r-48 {
  padding-right: 48px !important;
}
[dir=rtl] .m-r-0 {
  margin-left: 0 !important;
}
[dir=rtl] .m-r-2 {
  margin-left: 2px !important;
}
[dir=rtl] .m-r-4 {
  margin-left: 4px !important;
}
[dir=rtl] .m-r-5 {
  margin-left: 5px !important;
}
[dir=rtl] .m-r-6 {
  margin-left: 7px !important;
}
[dir=rtl] .m-r-8 {
  margin-left: 8px !important;
}
[dir=rtl] .m-r-10 {
  margin-left: 10px !important;
}
[dir=rtl] .m-r-12 {
  margin-left: 12px !important;
}
[dir=rtl] .m-r-14 {
  margin-left: 14px !important;
}
[dir=rtl] .m-r-15 {
  margin-left: 15px !important;
}
[dir=rtl] .m-r-16 {
  margin-left: 16px !important;
}
[dir=rtl] .m-r-20 {
  margin-left: 20px !important;
}
[dir=rtl] .m-r-24 {
  margin-left: 24px !important;
}
[dir=rtl] .m-r-30 {
  margin-left: 30px !important;
}
[dir=rtl] .m-r-32 {
  margin-left: 32px !important;
}
[dir=rtl] .m-r-48 {
  margin-left: 48px !important;
}
[dir=rtl] .m-r-auto {
  margin-left: auto !important;
}
[dir=rtl] .m-l-0 {
  margin-right: 0 !important;
}
[dir=rtl] .m-l-2 {
  margin-right: 2px !important;
}
[dir=rtl] .m-l-4 {
  margin-right: 4px !important;
}
[dir=rtl] .m-l-5 {
  margin-right: 5px !important;
}
[dir=rtl] .m-l-6 {
  margin-right: 7px !important;
}
[dir=rtl] .m-l-8 {
  margin-right: 8px !important;
}
[dir=rtl] .m-l-10 {
  margin-right: 10px !important;
}
[dir=rtl] .m-l-12 {
  margin-right: 12px !important;
}
[dir=rtl] .m-l-14 {
  margin-right: 14px !important;
}
[dir=rtl] .m-l-15 {
  margin-right: 15px !important;
}
[dir=rtl] .m-l-16 {
  margin-right: 16px !important;
}
[dir=rtl] .m-l-20 {
  margin-right: 20px !important;
}
[dir=rtl] .m-l-24 {
  margin-right: 24px !important;
}
[dir=rtl] .m-l-30 {
  margin-right: 30px !important;
}
[dir=rtl] .m-l-32 {
  margin-right: 32px !important;
}
[dir=rtl] .m-l-48 {
  margin-right: 48px !important;
}
[dir=rtl] .m-l-auto {
  margin-right: auto !important;
}
[dir=rtl] .p-l-0 {
  padding-right: 0 !important;
}
[dir=rtl] .p-l-2 {
  padding-right: 2px !important;
}
[dir=rtl] .p-l-4 {
  padding-right: 4px !important;
}
[dir=rtl] .p-l-5 {
  padding-right: 5px !important;
}
[dir=rtl] .p-l-6 {
  padding-right: 7px !important;
}
[dir=rtl] .p-l-8 {
  padding-right: 8px !important;
}
[dir=rtl] .p-l-10 {
  padding-right: 10px !important;
}
[dir=rtl] .p-l-12 {
  padding-right: 12px !important;
}
[dir=rtl] .p-l-14 {
  padding-right: 14px !important;
}
[dir=rtl] .p-l-15 {
  padding-right: 15px !important;
}
[dir=rtl] .p-l-16 {
  padding-right: 16px !important;
}
[dir=rtl] .p-l-20 {
  padding-right: 20px !important;
}
[dir=rtl] .p-l-24 {
  padding-right: 24px !important;
}
[dir=rtl] .p-l-30 {
  padding-right: 30px !important;
}
[dir=rtl] .p-l-32 {
  padding-right: 32px !important;
}
[dir=rtl] .p-l-48 {
  padding-right: 48px !important;
}
[dir=rtl] .p-r-0 {
  padding-left: 0 !important;
}
[dir=rtl] .p-r-2 {
  padding-left: 2px !important;
}
[dir=rtl] .p-r-4 {
  padding-left: 4px !important;
}
[dir=rtl] .p-r-5 {
  padding-left: 5px !important;
}
[dir=rtl] .p-r-6 {
  padding-left: 7px !important;
}
[dir=rtl] .p-r-8 {
  padding-left: 8px !important;
}
[dir=rtl] .p-r-10 {
  padding-left: 10px !important;
}
[dir=rtl] .p-r-12 {
  padding-left: 12px !important;
}
[dir=rtl] .p-r-14 {
  padding-left: 14px !important;
}
[dir=rtl] .p-r-15 {
  padding-left: 15px !important;
}
[dir=rtl] .p-r-16 {
  padding-left: 16px !important;
}
[dir=rtl] .p-r-20 {
  padding-left: 20px !important;
}
[dir=rtl] .p-r-24 {
  padding-left: 24px !important;
}
[dir=rtl] .p-r-30 {
  padding-left: 30px !important;
}
[dir=rtl] .p-r-32 {
  padding-left: 32px !important;
}
[dir=rtl] .p-r-48 {
  padding-left: 48px !important;
}
.dark-theme {
  color: rgba(255, 255, 255, 0.67);
}
.dark-theme .mat-mdc-menu-panel {
  color: var(--mat-sys-on-background) !important;
}
.dark-theme .bg-white,
.dark-theme .mdc-menu-surface {
  background-color: var(--mat-sys-surface) !important;
}
.dark-theme .topbar {
  background-color: var(--mat-sys-surface);
}
.dark-theme .hljs {
  background: var(--mat-sys-surface);
}
.dark-theme .b-1 {
  border: 1px solid var(--mat-sys-outline-variant) !important;
}
.dark-theme .b-b-1 {
  border-bottom: 1px solid var(--mat-sys-outline-variant) !important;
}
.dark-theme .b-t-1 {
  border-top: 1px solid var(--mat-sys-outline-variant) !important;
}
.dark-theme .b-r-1 {
  border-right: 1px solid var(--mat-sys-outline-variant) !important;
}
.dark-theme .b-l-1 {
  border-left: 1px solid var(--mat-sys-outline-variant);
}
.dark-theme .customizer-button-group .mat-button-toggle-appearance-standard.mat-button-toggle-checked i-tabler.fill-icon {
  fill: var(--mat-sys-primary-fixed-dim);
}
html.dark-theme .logodark {
  display: none;
}
html.light-theme .logolight {
  display: none;
}
.blank-layout-container {
  height: 100vh;
}
.auth-font {
  color: #2a3547 !important;
}
.auth-title {
  font-size: 36px;
  line-height: 44px;
}
.bg-gredient::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  background:
    radial-gradient(
      rgb(210, 241, 223),
      rgb(211, 215, 250),
      rgb(186, 216, 244)) 0% 0%/400% 400%;
  animation: 15s ease 0s infinite normal none running gradient;
  z-index: -1;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 50% 0%;
  }
}
.img-height {
  height: calc(100vh - 90px);
  display: flex;
}
.img-height img {
  width: 450px;
}
.signup-title {
  transform: translateY(-6rem);
  font-size: 14px;
  display: flex;
}
@media (max-width: 1276px) {
  .img-height,
  .signup-title {
    display: none !important;
  }
  .bg-gredient {
    background-color: #f9f7fc !important;
  }
}
.custom-row.row {
  margin-right: -8px;
  margin-left: -8px;
}
.custom-row.row .col-2,
.custom-row.row .col-12 {
  padding-right: 8px;
  padding-left: 8px;
}
.or-border {
  position: relative;
  text-align: center;
}
.or-border::before,
.or-border::after {
  content: "";
  position: absolute;
  top: 50%;
  background: rgba(0, 0, 0, 0.15);
  height: 2px;
}
.or-border::before {
  left: 0;
  width: 120px;
}
.or-border::after {
  right: 0;
  width: 120px;
}
@media (max-width: 500px) {
  .or-border::before,
  .or-border::after {
    width: 80px;
    height: 1.5px;
  }
}
@media (max-width: 400px) {
  .or-border::before,
  .or-border::after {
    width: 55px;
    height: 1.5px;
  }
}
.boxed-auth {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.max-width-form {
  max-width: 450px;
}
.mat-mdc-form-field.mat-form-field-invalid .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-form-field-invalid .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-form-field-invalid .mdc-notched-outline__trailing {
  border-color: var(--mat-sys-error) !important;
}
.error-msg {
  position: absolute;
  top: -19px;
  right: 3px;
  z-index: 1000;
}
.social-chips img {
  margin-left: -9px;
  border: 2px solid #ffffff;
}
.social-chips img:first-child {
  margin-left: 0;
}
.minus-img,
.minus-img2 {
  margin-bottom: -65px !important;
}
@media (max-width: 768px) {
  .minus-img {
    width: 250px;
  }
  .minus-img2 {
    width: 200px;
  }
}
.theme-select {
  width: 145px;
}
.welcome-img {
  margin-bottom: -82px;
  margin-top: -9px;
}
.timeline {
  position: relative;
}
.timeline .timeline-item {
  position: relative;
  height: 70px;
}
.timeline .timeline-item .time {
  padding: 6px 16px 6px 0;
  min-width: 90px;
  flex-shrink: 0;
}
.timeline .timeline-item .desc {
  padding: 6px 16px;
}
.timeline .timeline-item .timline-border {
  width: 1px;
  height: 100%;
  background-color: var(--mat-sys-outline-variant);
  flex-shrink: 0;
}
.timeline .timeline-item .point {
  flex-direction: column;
}
.timeline .timeline-item .point .timeline-badge {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: transparent;
  flex-shrink: 0;
}
.timeline .timeline-item .point .timeline-badge.border-primary {
  border: 2px solid var(--mat-sys-primary);
}
.timeline .timeline-item .point .timeline-badge.border-accent {
  border: 2px solid var(--mat-sys-secondary);
}
.timeline .timeline-item .point .timeline-badge.border-success {
  border: 2px solid #13deb9;
}
.timeline .timeline-item .point .timeline-badge.border-warning {
  border: 2px solid #ffae1f;
}
.timeline .timeline-item .point .timeline-badge.border-error {
  border: 2px solid var(--mat-sys-error);
}
.timeline .timeline-item .point .timeline-border {
  width: 1px;
  height: 100%;
  background-color: var(--mat-sys-outline-variant);
  flex-shrink: 0;
}
.timeline .timeline-item .horizontal {
  display: flex;
  flex-direction: row;
}
.timeline .timeline-item .horizontal .timeline-horizontal {
  display: flex;
  align-items: center;
}
.timeline .timeline-item .horizontal .timeline-horizontal-badge {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0d6efd;
  display: inline-block;
  margin-right: 8px;
}
.timeline .timeline-item .horizontal .timeline-horizontal-line {
  flex-grow: 1;
  height: 2px;
  background-color: #dee2e6;
}
.timeline .timeline-item:last-child .timeline-border {
  display: none !important;
}
.timeline-horizontal {
  display: flex;
  align-items: center;
}
html .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: var(--mat-sys-level2);
}
.most-visit-chart .apexcharts-bar-series.apexcharts-plot-series .apexcharts-series path {
  clip-path: inset(0 0 5% 0 round 20px);
}
.profileTabs {
  background-color: var(--mat-sys-surface-bright);
}
.profileTabs .mat-mdc-tab-label-container {
  border-bottom-width: 0;
}
.profileTabs .mat-mdc-tab.mdc-tab-indicator--active .mdc-tab__text-label {
  color: var(--mat-sys-primary) !important;
}
.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.dashboard-titles {
  font-size: clamp(20px, 4vw, 30px) !important;
}
html .toast-container .ngx-toastr {
  box-shadow: none !important;
  border-radius: 5px !important;
  padding: 0rem auto;
}
html .toast-success {
  background-color: #45cc77;
}
html .toast-error {
  background-color: #ff6691;
}
html .toast-warning {
  background-color: #f7c00a;
  color: black !important;
}
html .toast-warning .toast-close-button {
  color: #000000 !important;
  opacity: 1 !important;
  font-size: 20px !important;
  top: 5px !important;
  right: 15px !important;
  position: absolute !important;
}
html .toast-info {
  background-color: #1717e4;
}
html .toast-close-button {
  color: #fff !important;
  opacity: 1 !important;
  font-size: 20px !important;
  top: 5px !important;
  right: 15px !important;
  position: absolute !important;
}
html .toast-title {
  margin-top: -0.5rem;
  font-weight: 600;
  margin-bottom: 4px;
}
html .toast-message {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: -0.3rem;
  line-height: 1rem;
}
@media (max-width: 600px) {
  html .toast-container .ngx-toastr {
    max-width: 70%;
    font-size: 12px;
    margin-left: 8rem;
  }
  html .toast-title {
    font-size: 12px;
    margin-bottom: 2px;
  }
  html .toast-message {
    font-size: 10px;
    line-height: 0.7rem;
  }
  html .toast-close-button {
    font-size: 16px !important;
    top: 2px !important;
    right: 8px !important;
  }
}
.plan-title {
  font-size: 50px;
  margin-top: 40px;
  line-height: 50px;
  font-weight: 600;
}
.dollar-sign {
  margin-top: 22px;
  margin-right: 8px;
}
.per-month {
  margin-top: 45px;
  margin-left: 12px;
}
.popular-badge {
  position: absolute;
  right: 16px;
  top: -0.9rem;
  z-index: 1000;
  background-color: #f5eddf;
  color: #ffa300 !important;
  font-size: 0.8rem;
  padding: 0.1rem 0.3rem;
  border-radius: 5px;
}
.text-decoration-line-through {
  text-decoration: line-through;
}
.cart-btn {
  position: absolute;
  right: 16px;
  top: -21px;
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* node_modules/angular-calendar/css/angular-calendar.css */
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder;
}
.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0;
}
.cal-month-view .cal-cell-top {
  min-height: 78px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cal-month-view .cal-cell-row {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cal-month-view .cal-cell {
  float: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cal-month-view .cal-cell .cal-event {
  pointer-events: all !important;
}
.cal-month-view .cal-day-cell {
  min-height: 100px;
}
@media all and (-ms-high-contrast: none) {
  .cal-month-view .cal-day-cell {
    display: block;
  }
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid;
}
.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
}
.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px;
}
.cal-month-view .cal-events {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
}
.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer;
}
.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default;
}
.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em;
}
.cal-month-view .cal-open-day-events {
  padding: 15px;
}
.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px;
}
.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3;
}
.cal-month-view .cal-draggable {
  cursor: move;
}
.cal-month-view .cal-drag-active * {
  pointer-events: none;
}
.cal-month-view .cal-event-title {
  cursor: pointer;
}
.cal-month-view .cal-event-title:hover {
  text-decoration: underline;
}
.cal-month-view {
  background-color: #fff;
}
.cal-month-view .cal-cell-row:hover {
  background-color: #fafafa;
}
.cal-month-view .cal-cell-row .cal-cell:hover,
.cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: #ededed;
}
.cal-month-view .cal-days {
  border-color: #e1e1e1;
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: initial;
  border-left-color: #e1e1e1;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom-color: #e1e1e1;
}
.cal-month-view .cal-day-badge {
  background-color: #b94a48;
  color: #fff;
}
.cal-month-view .cal-event {
  background-color: #1e90ff;
  border-color: #d1e8ff;
  color: #fff;
}
.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: #8b0000;
}
.cal-month-view .cal-day-cell.cal-today {
  background-color: #e8fde7;
}
.cal-month-view .cal-day-cell.cal-drag-over {
  background-color: #e0e0e0 !important;
}
.cal-month-view .cal-open-day-events {
  color: #fff;
  background-color: #555;
  -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.cal-week-view {
}
.cal-week-view * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cal-week-view .cal-day-headers {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
  border: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers {
  padding-left: initial;
  padding-right: 70px;
}
.cal-week-view .cal-day-headers .cal-header {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 5px;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: initial;
  border-right: 1px solid;
}
.cal-week-view .cal-day-headers span {
  font-weight: 400;
  opacity: 0.5;
}
.cal-week-view .cal-day-column {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-left: solid 1px;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left: initial;
  border-right: solid 1px;
}
.cal-week-view .cal-event {
  font-size: 12px;
  border: 1px solid;
  direction: ltr;
}
.cal-week-view .cal-time-label-column {
  width: 70px;
  height: 100%;
}
.cal-week-view .cal-current-time-marker {
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 2;
}
.cal-week-view .cal-all-day-events {
  border: solid 1px;
  border-top: 0;
  border-bottom-width: 3px;
  padding-top: 3px;
  position: relative;
}
.cal-week-view .cal-all-day-events .cal-day-columns {
  height: 100%;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 0;
}
.cal-week-view .cal-all-day-events .cal-events-row {
  position: relative;
  height: 31px;
  margin-left: 70px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-events-row {
  margin-left: initial;
  margin-right: 70px;
}
.cal-week-view .cal-all-day-events .cal-event-container {
  display: inline-block;
  position: absolute;
}
.cal-week-view .cal-all-day-events .cal-event-container.resize-active {
  z-index: 1;
  pointer-events: none;
}
.cal-week-view .cal-all-day-events .cal-event {
  padding: 0 5px;
  margin-left: 2px;
  margin-right: 2px;
  height: 28px;
  line-height: 28px;
}
.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cal-week-view .cal-all-day-events .cal-time-label-column {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}
.cal-week-view .cal-all-day-events .cal-resize-handle {
  width: 6px;
  height: 100%;
  cursor: col-resize;
  position: absolute;
  top: 0;
}
.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: 0;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: initial;
  left: 0;
}
.cal-week-view .cal-event,
.cal-week-view .cal-header {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cal-week-view .cal-drag-active {
  pointer-events: none;
  z-index: 1;
}
.cal-week-view .cal-drag-active * {
  pointer-events: none;
}
.cal-week-view .cal-time-events {
  position: relative;
  border: solid 1px;
  border-top: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cal-week-view .cal-time-events .cal-day-columns {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.cal-week-view .cal-time-events .cal-day-column {
  position: relative;
}
.cal-week-view .cal-time-events .cal-events-container {
  position: relative;
}
.cal-week-view .cal-time-events .cal-event-container {
  position: absolute;
  z-index: 1;
}
.cal-week-view .cal-time-events .cal-event {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
  padding: 0 5px;
  line-height: 25px;
}
.cal-week-view .cal-time-events .cal-resize-handle {
  width: 100%;
  height: 4px;
  cursor: row-resize;
  position: absolute;
}
.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
  bottom: 0;
}
.cal-week-view .cal-hour-segment {
  position: relative;
}
.cal-week-view .cal-hour-segment::after {
  content: "\a0";
}
.cal-week-view .cal-event-container:not(.cal-draggable) {
  cursor: pointer;
}
.cal-week-view .cal-draggable {
  cursor: move;
}
.cal-week-view mwl-calendar-week-view-hour-segment,
.cal-week-view .cal-hour-segment {
  display: block;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom: thin dashed;
}
.cal-week-view .cal-time {
  font-weight: bold;
  padding-top: 5px;
  width: 70px;
  text-align: center;
}
.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
  display: none;
}
.cal-week-view .cal-starts-within-day .cal-event {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cal-week-view .cal-ends-within-day .cal-event {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cal-week-view {
  background-color: #fff;
  border-top: solid 1px #e1e1e1;
}
.cal-week-view .cal-day-headers {
  border-color: #e1e1e1;
  border-top: 0;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: initial;
  border-left: solid 1px #e1e1e1 !important;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-day-headers .cal-header:hover,
.cal-week-view .cal-day-headers .cal-drag-over {
  background-color: #ededed;
}
.cal-week-view .cal-day-column {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-event {
  background-color: #d1e8ff;
  border-color: #1e90ff;
  color: #1e90ff;
}
.cal-week-view .cal-all-day-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-header.cal-today {
  background-color: #e8fde7;
}
.cal-week-view .cal-header.cal-weekend span {
  color: #8b0000;
}
.cal-week-view .cal-time-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
  background-color: #ededed;
}
.cal-week-view .cal-hour-odd {
  background-color: #fafafa;
}
.cal-week-view .cal-drag-over .cal-hour-segment {
  background-color: #ededed;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom-color: #e1e1e1;
}
.cal-week-view .cal-current-time-marker {
  background-color: #ea4334;
}
.cal-day-view {
}
.cal-day-view mwl-calendar-week-view-header {
  display: none;
}
.cal-day-view .cal-events-container {
  margin-left: 70px;
}
[dir=rtl] .cal-day-view .cal-events-container {
  margin-left: initial;
  margin-right: 70px;
}
.cal-day-view .cal-day-column {
  border-left: 0;
}
.cal-day-view .cal-current-time-marker {
  margin-left: 70px;
  width: calc(100% - 70px);
}
[dir=rtl] .cal-day-view .cal-current-time-marker {
  margin-left: initial;
  margin-right: 70px;
}
.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9;
}
.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
}
.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
}
.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
}
.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
}
.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem;
}
.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000;
}
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000;
}
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000;
}
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000;
}
.cal-tooltip-inner {
  color: #fff;
  background-color: #000;
}

/* node_modules/ngx-spinner/animations/ball-circus.css */
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-circus,
.la-ball-circus > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-circus {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-circus.la-dark {
  color: #333;
}
.la-ball-circus > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-circus {
  width: 16px;
  height: 16px;
}
.la-ball-circus > div {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  width: 16px;
  width: 100%;
  height: 16px;
  height: 100%;
  border-radius: 100%;
  opacity: .5;
  -webkit-animation: ball-circus-position 2.5s infinite cubic-bezier(.25, 0, .75, 1), ball-circus-size 2.5s infinite cubic-bezier(.25, 0, .75, 1);
  -moz-animation: ball-circus-position 2.5s infinite cubic-bezier(.25, 0, .75, 1), ball-circus-size 2.5s infinite cubic-bezier(.25, 0, .75, 1);
  -o-animation: ball-circus-position 2.5s infinite cubic-bezier(.25, 0, .75, 1), ball-circus-size 2.5s infinite cubic-bezier(.25, 0, .75, 1);
  animation: ball-circus-position 2.5s infinite cubic-bezier(.25, 0, .75, 1), ball-circus-size 2.5s infinite cubic-bezier(.25, 0, .75, 1);
}
.la-ball-circus > div:nth-child(1) {
  -webkit-animation-delay: 0s, -.5s;
  -moz-animation-delay: 0s, -.5s;
  -o-animation-delay: 0s, -.5s;
  animation-delay: 0s, -.5s;
}
.la-ball-circus > div:nth-child(2) {
  -webkit-animation-delay: -.5s, -1s;
  -moz-animation-delay: -.5s, -1s;
  -o-animation-delay: -.5s, -1s;
  animation-delay: -.5s, -1s;
}
.la-ball-circus > div:nth-child(3) {
  -webkit-animation-delay: -1s, -1.5s;
  -moz-animation-delay: -1s, -1.5s;
  -o-animation-delay: -1s, -1.5s;
  animation-delay: -1s, -1.5s;
}
.la-ball-circus > div:nth-child(4) {
  -webkit-animation-delay: -1.5s, -2s;
  -moz-animation-delay: -1.5s, -2s;
  -o-animation-delay: -1.5s, -2s;
  animation-delay: -1.5s, -2s;
}
.la-ball-circus > div:nth-child(5) {
  -webkit-animation-delay: -2s, -2.5s;
  -moz-animation-delay: -2s, -2.5s;
  -o-animation-delay: -2s, -2.5s;
  animation-delay: -2s, -2.5s;
}
.la-ball-circus.la-sm {
  width: 8px;
  height: 8px;
}
.la-ball-circus.la-sm > div {
  width: 8px;
  height: 8px;
}
.la-ball-circus.la-2x {
  width: 32px;
  height: 32px;
}
.la-ball-circus.la-2x > div {
  width: 32px;
  height: 32px;
}
.la-ball-circus.la-3x {
  width: 48px;
  height: 48px;
}
.la-ball-circus.la-3x > div {
  width: 48px;
  height: 48px;
}
@-webkit-keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}
@-moz-keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}
@-o-keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}
@keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}
@-webkit-keyframes ball-circus-size {
  50% {
    -webkit-transform: scale(.3, .3);
    transform: scale(.3, .3);
  }
}
@-moz-keyframes ball-circus-size {
  50% {
    -moz-transform: scale(.3, .3);
    transform: scale(.3, .3);
  }
}
@-o-keyframes ball-circus-size {
  50% {
    -o-transform: scale(.3, .3);
    transform: scale(.3, .3);
  }
}
@keyframes ball-circus-size {
  50% {
    -webkit-transform: scale(.3, .3);
    -moz-transform: scale(.3, .3);
    -o-transform: scale(.3, .3);
    transform: scale(.3, .3);
  }
}

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