@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,600&display=swap";

/* projects/appstore-app/src/styles/theme-config.scss */
.com-quicko-it-filter-chip {
  --mdc-chip-label-text-size: 14px;
}
.com-quicko-it-filter-chip {
  --mdc-chip-label-text-line-height: 21px;
}
.com-quicko-it-filter-chip {
  --mdc-chip-container-shape-radius: 9999px;
}
.com-quicko-it-icon-button.mdc-button {
  height: 48px !important;
  min-width: 46px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.com-quicko-it-button-compact-button.mdc-button {
  font-size: 14px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  height: 40px !important;
}
.mat-mdc-radio-button .mdc-radio {
  padding: 0px !important;
}
.com-quicko-it-slick-caraousel-navigation-button.mat-mdc-mini-fab {
  background-color: var(--sys-surface-container) !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 9999px !important;
}
.com-quicko-it-chip-label {
  --mdc-chip-label-text-size: var(--sys-label-small-size);
}
.com-quicko-it-chip-label {
  --mdc-chip-label-text-font: var(--sys-label-small-font);
}
.com-quicko-it-chip-label {
  --mdc-chip-label-text-weight: var(--sys-label-small-weight);
}
.com-quicko-it-chip-label {
  --mdc-chip-label-text-line-height: var(--sys-label-small-line-height);
}
.com-quicko-it-chip-label {
  --mdc-chip-label-text-color: var(--sys-on-surface);
}
.com-quicko-it-chip-label {
  --mdc-chip-container-shape-radius: 4px;
}
.com-quicko-it-chip-label {
  --mdc-chip-container-height: 24px;
}
.com-quicko-it-chip-label {
  --mdc-chip-outline-width: 0px;
}
.com-quicko-it-chip-label {
  --mdc-chip-focus-state-layer-color: transparent;
}
.com-quicko-it-chip-label {
  --mdc-chip-hover-state-layer-color: transparent;
}
.com-quicko-it-chip-label {
  --mdc-chip-hover-state-layer-opacity: transparent;
}
.com-quicko-it-chip-label {
  --mdc-chip-elevated-container-color: var(--sys-surface-container);
}
.com-quicko-it-chip-label.mat-mdc-standard-chip .mdc-evolution-chip__action--primary {
  padding-left: 8px !important;
  padding-right: 8px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.com-quicko-it-tax-computation-expansion-panel .mat-expansion-panel-body {
  padding: 0 !important;
}
.com-quicko-it-tax-computation-expansion-panel .mat-expansion-panel-spacing {
  margin: 0 !important;
}
.com-quicko-it-tax-computation-expansion-panel.mat-expansion-panel {
  border-radius: 5px !important;
}
.com-quicko-it-pay-input-amount-field .mdc-text-field {
  padding-left: 0px !important;
}
.com-quicko-it-pay-input-amount-field {
  --mdc-filled-text-field-container-color: var(--sys-surface-container-lowest);
}
.com-quicko-it-pay-input-amount-field {
  --mdc-filled-text-field-active-indicator-color: var(--sys-surface-container-lowest);
}
.com-quicko-it-pay-input-amount-field {
  --mdc-filled-text-field-hover-active-indicator-color: var(--sys-surface-container-lowest);
}
.com-quicko-it-pay-input-amount-field {
  --mdc-filled-text-field-focus-active-indicator-color: var(--sys-surface-container-lowest);
}
.com-quicko-it-pay-input-amount-field {
  --mdc-filled-text-field-error-active-indicator-color: var(--sys-surface-container-lowest);
}
.com-quicko-it-pay-input-amount-field {
  --mdc-filled-text-field-error-focus-active-indicator-color: var(--sys-surface-container-lowest);
}
.com-quicko-it-pay-input-amount-field {
  --mdc-filled-text-field-error-hover-active-indicator-color: var(--sys-surface-container-lowest);
}
.com-quicko-it-pay-input-amount-field {
  --mat-form-field-hover-state-layer-opacity: 0%;
}
.com-quicko-it-pay-input-amount-field {
  --mat-form-field-container-height: 44px;
}
.com-quicko-it-pay-input-amount-field {
  --mat-form-field-container-vertical-padding: 0px;
}
.com-quicko-it-pay-input-amount-field {
  --mat-form-field-subscript-text-line-height: 0px;
}
.com-quicko-it-pay-input-amount-field {
  --mdc-filled-text-field-input-text-placeholder-color: var(--sys-outline-variant);
}
.com-quicko-it-pay-input-amount-field {
  --mdc-outlined-text-field-input-text-placeholder-color: var(--sys-outline-variant);
}
html,
body {
  --sys-display-small-tracking: 0;
  --sys-display-medium-tracking: 0;
  --sys-display-large-tracking: 0;
  --sys-headline-small-tracking: 0;
  --sys-headline-medium-tracking: 0;
  --sys-headline-large-tracking: 0;
  --sys-title-small-tracking: 0;
  --sys-title-medium-tracking: 0;
  --sys-title-large-tracking: 0;
  --sys-body-small-tracking: 0;
  --sys-body-medium-tracking: 0;
  --sys-body-large-tracking: 0;
  --sys-label-small-tracking: 0;
  --sys-label-medium-tracking: 0;
  --sys-label-large-tracking: 0;
  --sys-title-medium: 600 1rem / 1.5rem General Sans;
  --sys-warn: #785900;
  --sys-on-warn: #ffffff;
  --sys-warn-container: #ffefd4;
  --sys-on-warn-container: #261a00;
  --sys-success: #006e1c;
  --sys-on-success: #ffffff;
  --sys-success-container: #ecffe4;
  --sys-on-success-container: #002204;
  --sys-financial-red: #A50E0E;
  --sys-on-financial-red: #ffffff;
  --sys-financial-red-container: #FCE8E6;
  --sys-on-financial-red-container: #210101;
  --sys-financial-green: #226C29;
  --sys-on-financial-green: #ffffff;
  --sys-financial-green-container: #ecffe4;
  --sys-on-financial-green-container: #002204;
  --sys-elite: #001371;
  --sys-on-elite: #ffffff;
  --sys-elite-container: #f0efff;
  --sys-on-elite-container: #000e5e;
  --sys-itd-blue: #124174;
  --sys-on-itd-blue: #ffffff;
  --sys-itd-blue-container: #ebf1ff;
  --sys-on-itd-blue-container: #001c3a;
  --sys-meet-blue: #084898;
  --sys-on-meet-blue: #ffffff;
  --sys-meet-blue-container: #edf0ff;
  --sys-on-meet-blue-container: #001a41;
  --sys-meet-red: #d32f2f;
  --sys-on-meet-red: #ffffff;
  --sys-meet-red-container: #ffedeb;
  --sys-on-meet-red-container: #410003;
  --sys-surface-container-lowest: #ffffff;
  --sys-surface-container-low: #f4f5f9;
  --sys-surface-container: #eeeff3;
  --sys-surface-container-high: #e7e9ef;
  --sys-surface-container-highest: #e1e3e9;
  --sys-primary: #2962ff;
  --sys-on-primary: #ffffff;
  --sys-primary-container: #dce1ff;
  --sys-on-primary-container: #001550;
  --sys-secondary: #595d72;
  --sys-on-secondary: #ffffff;
  --sys-secondary-container: #dee1f9;
  --sys-on-secondary-container: #161b2c;
  --sys-on-surface: #1a1b21;
  --sys-on-surface-variant: #45464f;
  --sys-outline: #767680;
  --sys-outline-variant: #c6c5d0;
  --sys-primary-fixed: #dce1ff;
  --sys-surface-dim: #dad9e0;
  --sys-warning-container: #785900;
}
html,
body {
  --mat-app-background-color: var(--mat-sys-background);
  --mat-app-text-color: var(--mat-sys-on-background);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html,
body {
  --mat-ripple-color: color-mix(in srgb, var(--mat-sys-on-surface) 10%, transparent);
}
html,
body {
  --mat-option-selected-state-label-text-color: var(--mat-sys-on-secondary-container);
  --mat-option-label-text-color: var(--mat-sys-on-surface);
  --mat-option-hover-state-layer-color: color-mix(in srgb, var(--mat-sys-on-surface) 8%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mat-option-selected-state-layer-color: var(--mat-sys-secondary-container);
  --mat-option-label-text-font: var(--mat-sys-label-large-font);
  --mat-option-label-text-line-height: var(--mat-sys-label-large-line-height);
  --mat-option-label-text-size: var(--mat-sys-body-large-size);
  --mat-option-label-text-tracking: var(--mat-sys-label-large-tracking);
  --mat-option-label-text-weight: var(--mat-sys-body-large-weight);
}
html,
body {
  --mat-optgroup-label-text-color: var(--mat-sys-on-surface-variant);
  --mat-optgroup-label-text-font: var(--mat-sys-title-small-font);
  --mat-optgroup-label-text-line-height: var(--mat-sys-title-small-line-height);
  --mat-optgroup-label-text-size: var(--mat-sys-title-small-size);
  --mat-optgroup-label-text-tracking: var(--mat-sys-title-small-tracking);
  --mat-optgroup-label-text-weight: var(--mat-sys-title-small-weight);
}
html,
body {
  --mat-full-pseudo-checkbox-selected-icon-color: var(--mat-sys-primary);
  --mat-full-pseudo-checkbox-selected-checkmark-color: var(--mat-sys-on-primary);
  --mat-full-pseudo-checkbox-unselected-icon-color: var(--mat-sys-on-surface-variant);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: var(--mat-sys-surface);
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
}
html,
body {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--mat-sys-primary);
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
}
html,
body {
  --mdc-elevated-card-container-color: var(--mat-sys-surface-container-low);
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 12px;
}
html,
body {
  --mdc-outlined-card-container-color: var(--mat-sys-surface);
  --mdc-outlined-card-outline-color: var(--mat-sys-outline-variant);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-shape: 12px;
  --mdc-outlined-card-outline-width: 1px;
}
html,
body {
  --mat-card-subtitle-text-color: var(--mat-sys-on-surface);
  --mat-card-title-text-font: var(--mat-sys-title-large-font);
  --mat-card-title-text-line-height: var(--mat-sys-title-large-line-height);
  --mat-card-title-text-size: var(--mat-sys-title-large-size);
  --mat-card-title-text-tracking: var(--mat-sys-title-large-tracking);
  --mat-card-title-text-weight: var(--mat-sys-title-large-weight);
  --mat-card-subtitle-text-font: var(--mat-sys-title-medium-font);
  --mat-card-subtitle-text-line-height: var(--mat-sys-title-medium-line-height);
  --mat-card-subtitle-text-size: var(--mat-sys-title-medium-size);
  --mat-card-subtitle-text-tracking: var(--mat-sys-title-medium-tracking);
  --mat-card-subtitle-text-weight: var(--mat-sys-title-medium-weight);
}
html,
body {
  --mdc-linear-progress-active-indicator-color: var(--mat-sys-primary);
  --mdc-linear-progress-track-color: var(--mat-sys-surface-variant);
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
html,
body {
  --mdc-plain-tooltip-container-color: var(--mat-sys-inverse-surface);
  --mdc-plain-tooltip-supporting-text-color: var(--mat-sys-inverse-on-surface);
  --mdc-plain-tooltip-supporting-text-line-height: var(--mat-sys-body-small-line-height);
  --mdc-plain-tooltip-supporting-text-font: var(--mat-sys-body-small-font);
  --mdc-plain-tooltip-supporting-text-size: var(--mat-sys-body-small-size);
  --mdc-plain-tooltip-supporting-text-weight: var(--mat-sys-body-small-weight);
  --mdc-plain-tooltip-supporting-text-tracking: var(--mat-sys-body-small-tracking);
  --mdc-plain-tooltip-container-shape: 4px;
}
html,
body {
  --mdc-filled-text-field-caret-color: var(--mat-sys-primary);
  --mdc-filled-text-field-focus-active-indicator-color: var(--mat-sys-primary);
  --mdc-filled-text-field-focus-label-text-color: var(--mat-sys-primary);
  --mdc-filled-text-field-container-color: var(--mat-sys-surface-variant);
  --mdc-filled-text-field-disabled-container-color: color-mix(in srgb, var(--mat-sys-on-surface) 4%, transparent);
  --mdc-filled-text-field-label-text-color: var(--mat-sys-on-surface-variant);
  --mdc-filled-text-field-hover-label-text-color: var(--mat-sys-on-surface-variant);
  --mdc-filled-text-field-disabled-label-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-filled-text-field-input-text-color: var(--mat-sys-on-surface);
  --mdc-filled-text-field-disabled-input-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-filled-text-field-input-text-placeholder-color: var(--mat-sys-on-surface-variant);
  --mdc-filled-text-field-error-hover-label-text-color: var(--mat-sys-on-error-container);
  --mdc-filled-text-field-error-focus-label-text-color: var(--mat-sys-error);
  --mdc-filled-text-field-error-label-text-color: var(--mat-sys-error);
  --mdc-filled-text-field-active-indicator-color: var(--mat-sys-on-surface-variant);
  --mdc-filled-text-field-disabled-active-indicator-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-filled-text-field-hover-active-indicator-color: var(--mat-sys-on-surface);
  --mdc-filled-text-field-error-active-indicator-color: var(--mat-sys-error);
  --mdc-filled-text-field-error-focus-active-indicator-color: var(--mat-sys-error);
  --mdc-filled-text-field-error-hover-active-indicator-color: var(--mat-sys-on-error-container);
  --mdc-filled-text-field-label-text-font: var(--mat-sys-body-large-font);
  --mdc-filled-text-field-label-text-size: var(--mat-sys-body-large-size);
  --mdc-filled-text-field-label-text-tracking: var(--mat-sys-body-large-tracking);
  --mdc-filled-text-field-label-text-weight: var(--mat-sys-body-large-weight);
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
}
html,
body {
  --mdc-outlined-text-field-caret-color: var(--mat-sys-primary);
  --mdc-outlined-text-field-focus-outline-color: var(--mat-sys-primary);
  --mdc-outlined-text-field-focus-label-text-color: var(--mat-sys-primary);
  --mdc-outlined-text-field-label-text-color: var(--mat-sys-on-surface-variant);
  --mdc-outlined-text-field-hover-label-text-color: var(--mat-sys-on-surface);
  --mdc-outlined-text-field-disabled-label-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-outlined-text-field-input-text-color: var(--mat-sys-on-surface);
  --mdc-outlined-text-field-disabled-input-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-outlined-text-field-input-text-placeholder-color: var(--mat-sys-on-surface-variant);
  --mdc-outlined-text-field-error-focus-label-text-color: var(--mat-sys-error);
  --mdc-outlined-text-field-error-label-text-color: var(--mat-sys-error);
  --mdc-outlined-text-field-error-hover-label-text-color: var(--mat-sys-on-error-container);
  --mdc-outlined-text-field-outline-color: var(--mat-sys-outline);
  --mdc-outlined-text-field-disabled-outline-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mdc-outlined-text-field-hover-outline-color: var(--mat-sys-on-surface);
  --mdc-outlined-text-field-error-focus-outline-color: var(--mat-sys-error);
  --mdc-outlined-text-field-error-hover-outline-color: var(--mat-sys-on-error-container);
  --mdc-outlined-text-field-error-outline-color: var(--mat-sys-error);
  --mdc-outlined-text-field-label-text-font: var(--mat-sys-body-large-font);
  --mdc-outlined-text-field-label-text-size: var(--mat-sys-body-large-size);
  --mdc-outlined-text-field-label-text-tracking: var(--mat-sys-body-large-tracking);
  --mdc-outlined-text-field-label-text-weight: var(--mat-sys-body-large-weight);
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}
html,
body {
  --mat-form-field-focus-select-arrow-color: var(--mat-sys-primary);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-form-field-state-layer-color: var(--mat-sys-on-surface);
  --mat-form-field-error-text-color: var(--mat-sys-error);
  --mat-form-field-select-option-text-color: #191b24;
  --mat-form-field-select-disabled-option-text-color: rgba(25, 27, 36, 0.38);
  --mat-form-field-leading-icon-color: var(--mat-sys-on-surface-variant);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-form-field-trailing-icon-color: var(--mat-sys-on-surface-variant);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-form-field-error-focus-trailing-icon-color: var(--mat-sys-error);
  --mat-form-field-error-hover-trailing-icon-color: var(--mat-sys-on-error-container);
  --mat-form-field-error-trailing-icon-color: var(--mat-sys-error);
  --mat-form-field-enabled-select-arrow-color: var(--mat-sys-on-surface-variant);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-container-text-font: var(--mat-sys-body-large-font);
  --mat-form-field-container-text-line-height: var(--mat-sys-body-large-line-height);
  --mat-form-field-container-text-size: var(--mat-sys-body-large-size);
  --mat-form-field-container-text-tracking: var(--mat-sys-body-large-tracking);
  --mat-form-field-container-text-weight: var(--mat-sys-body-large-weight);
  --mat-form-field-subscript-text-font: var(--mat-sys-body-small-font);
  --mat-form-field-subscript-text-line-height: var(--mat-sys-body-small-line-height);
  --mat-form-field-subscript-text-size: var(--mat-sys-body-small-size);
  --mat-form-field-subscript-text-tracking: var(--mat-sys-body-small-tracking);
  --mat-form-field-subscript-text-weight: var(--mat-sys-body-small-weight);
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-form-field-focus-state-layer-opacity: 0;
}
html,
body {
  --mat-select-panel-background-color: var(--mat-sys-surface-container);
  --mat-select-enabled-trigger-text-color: var(--mat-sys-on-surface);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-select-placeholder-text-color: var(--mat-sys-on-surface-variant);
  --mat-select-enabled-arrow-color: var(--mat-sys-on-surface-variant);
  --mat-select-disabled-arrow-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-select-focused-arrow-color: var(--mat-sys-primary);
  --mat-select-invalid-arrow-color: var(--mat-sys-error);
  --mat-select-trigger-text-font: var(--mat-sys-body-large-font);
  --mat-select-trigger-text-line-height: var(--mat-sys-body-large-line-height);
  --mat-select-trigger-text-size: var(--mat-sys-body-large-size);
  --mat-select-trigger-text-tracking: var(--mat-sys-body-large-tracking);
  --mat-select-trigger-text-weight: var(--mat-sys-body-large-weight);
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
html,
body {
  --mat-autocomplete-background-color: var(--mat-sys-surface-container);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
html,
body {
  --mdc-dialog-container-color: var(--mat-sys-surface);
  --mdc-dialog-subhead-color: var(--mat-sys-on-surface);
  --mdc-dialog-supporting-text-color: var(--mat-sys-on-surface-variant);
  --mdc-dialog-subhead-font: var(--mat-sys-headline-small-font);
  --mdc-dialog-subhead-line-height: var(--mat-sys-headline-small-line-height);
  --mdc-dialog-subhead-size: var(--mat-sys-headline-small-size);
  --mdc-dialog-subhead-weight: var(--mat-sys-headline-small-weight);
  --mdc-dialog-subhead-tracking: var(--mat-sys-headline-small-tracking);
  --mdc-dialog-supporting-text-font: var(--mat-sys-body-medium-font);
  --mdc-dialog-supporting-text-line-height: var(--mat-sys-body-medium-line-height);
  --mdc-dialog-supporting-text-size: var(--mat-sys-body-medium-size);
  --mdc-dialog-supporting-text-weight: var(--mat-sys-body-medium-weight);
  --mdc-dialog-supporting-text-tracking: var(--mat-sys-body-medium-tracking);
  --mdc-dialog-container-shape: 28px;
}
html,
body {
  --mat-dialog-container-elevation-shadow: none;
  --mat-dialog-container-max-width: 560px;
  --mat-dialog-container-small-max-width: calc(100vw - 32px);
  --mat-dialog-container-min-width: 280px;
  --mat-dialog-actions-alignment: flex-end;
  --mat-dialog-actions-padding: 16px 24px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px 0;
  --mat-dialog-headline-padding: 6px 24px 13px;
}
html,
body {
  --mdc-chip-outline-color: var(--mat-sys-outline);
  --mdc-chip-disabled-outline-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mdc-chip-focus-outline-color: var(--mat-sys-on-surface-variant);
  --mdc-chip-hover-state-layer-opacity: 0.08;
  --mdc-chip-selected-hover-state-layer-opacity: 0.08;
  --mdc-chip-disabled-label-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-chip-elevated-selected-container-color: var(--mat-sys-secondary-container);
  --mdc-chip-flat-disabled-selected-container-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mdc-chip-focus-state-layer-color: var(--mat-sys-on-surface-variant);
  --mdc-chip-hover-state-layer-color: var(--mat-sys-on-surface-variant);
  --mdc-chip-selected-hover-state-layer-color: var(--mat-sys-on-secondary-container);
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: var(--mat-sys-on-secondary-container);
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: var(--mat-sys-on-surface-variant);
  --mdc-chip-selected-label-text-color: var(--mat-sys-on-secondary-container);
  --mdc-chip-with-icon-icon-color: var(--mat-sys-on-surface-variant);
  --mdc-chip-with-icon-disabled-icon-color: var(--mat-sys-on-surface);
  --mdc-chip-with-icon-selected-icon-color: var(--mat-sys-on-secondary-container);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: var(--mat-sys-on-surface);
  --mdc-chip-with-trailing-icon-trailing-icon-color: var(--mat-sys-on-surface-variant);
  --mdc-chip-label-text-font: var(--mat-sys-label-large-font);
  --mdc-chip-label-text-line-height: var(--mat-sys-label-large-line-height);
  --mdc-chip-label-text-size: var(--mat-sys-label-large-size);
  --mdc-chip-label-text-tracking: var(--mat-sys-label-large-tracking);
  --mdc-chip-label-text-weight: var(--mat-sys-label-large-weight);
  --mdc-chip-container-height: 32px;
  --mdc-chip-container-shape-radius: 8px;
  --mdc-chip-with-avatar-avatar-shape-radius: 24px;
  --mdc-chip-with-avatar-avatar-size: 24px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 1px;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 0.38;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 0.38;
  --mdc-chip-with-icon-disabled-icon-opacity: 0.38;
  --mdc-chip-elevated-container-color: transparent;
}
html,
body {
  --mat-chip-trailing-action-state-layer-color: var(--mat-sys-on-surface-variant);
  --mat-chip-selected-trailing-action-state-layer-color: var(--mat-sys-on-secondary-container);
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-disabled-trailing-icon-color: var(--mat-sys-on-surface);
  --mat-chip-selected-trailing-icon-color: var(--mat-sys-on-secondary-container);
  --mat-chip-disabled-container-opacity: 1;
  --mat-chip-trailing-action-opacity: 1;
  --mat-chip-trailing-action-focus-opacity: 1;
}
html,
body {
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.08;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.12;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.08;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.12;
  --mdc-switch-selected-focus-state-layer-color: var(--mat-sys-primary);
  --mdc-switch-selected-handle-color: var(--mat-sys-on-primary);
  --mdc-switch-selected-hover-state-layer-color: var(--mat-sys-primary);
  --mdc-switch-selected-pressed-state-layer-color: var(--mat-sys-primary);
  --mdc-switch-selected-focus-handle-color: var(--mat-sys-primary-container);
  --mdc-switch-selected-hover-handle-color: var(--mat-sys-primary-container);
  --mdc-switch-selected-pressed-handle-color: var(--mat-sys-primary-container);
  --mdc-switch-selected-focus-track-color: var(--mat-sys-primary);
  --mdc-switch-selected-hover-track-color: var(--mat-sys-primary);
  --mdc-switch-selected-pressed-track-color: var(--mat-sys-primary);
  --mdc-switch-selected-track-color: var(--mat-sys-primary);
  --mdc-switch-disabled-selected-handle-color: var(--mat-sys-surface);
  --mdc-switch-disabled-selected-icon-color: var(--mat-sys-on-surface);
  --mdc-switch-disabled-selected-track-color: var(--mat-sys-on-surface);
  --mdc-switch-disabled-unselected-handle-color: var(--mat-sys-on-surface);
  --mdc-switch-disabled-unselected-icon-color: var(--mat-sys-surface-variant);
  --mdc-switch-disabled-unselected-track-color: var(--mat-sys-surface-variant);
  --mdc-switch-selected-icon-color: var(--mat-sys-on-primary-container);
  --mdc-switch-unselected-focus-handle-color: var(--mat-sys-on-surface-variant);
  --mdc-switch-unselected-focus-state-layer-color: var(--mat-sys-on-surface);
  --mdc-switch-unselected-focus-track-color: var(--mat-sys-surface-variant);
  --mdc-switch-unselected-handle-color: var(--mat-sys-outline);
  --mdc-switch-unselected-hover-handle-color: var(--mat-sys-on-surface-variant);
  --mdc-switch-unselected-hover-state-layer-color: var(--mat-sys-on-surface);
  --mdc-switch-unselected-hover-track-color: var(--mat-sys-surface-variant);
  --mdc-switch-unselected-icon-color: var(--mat-sys-surface-variant);
  --mdc-switch-unselected-pressed-handle-color: var(--mat-sys-on-surface-variant);
  --mdc-switch-unselected-pressed-state-layer-color: var(--mat-sys-on-surface);
  --mdc-switch-unselected-pressed-track-color: var(--mat-sys-surface-variant);
  --mdc-switch-unselected-track-color: var(--mat-sys-surface-variant);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-shape: 9999px;
  --mdc-switch-selected-icon-size: 16px;
  --mdc-switch-track-height: 32px;
  --mdc-switch-track-shape: 9999px;
  --mdc-switch-track-width: 52px;
  --mdc-switch-unselected-icon-size: 16px;
  --mdc-switch-state-layer-size: 40px;
}
html,
body {
  --mat-switch-track-outline-color: var(--mat-sys-outline);
  --mat-switch-disabled-unselected-track-outline-color: var(--mat-sys-on-surface);
  --mat-switch-label-text-color: var(--mat-sys-on-surface);
  --mat-switch-label-text-font: var(--mat-sys-body-medium-font);
  --mat-switch-label-text-line-height: var(--mat-sys-body-medium-line-height);
  --mat-switch-label-text-size: var(--mat-sys-body-medium-size);
  --mat-switch-label-text-tracking: var(--mat-sys-body-medium-tracking);
  --mat-switch-label-text-weight: var(--mat-sys-body-medium-weight);
  --mat-switch-disabled-selected-handle-opacity: 1;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 16px;
  --mat-switch-selected-handle-size: 24px;
  --mat-switch-pressed-handle-size: 28px;
  --mat-switch-with-icon-handle-size: 24px;
  --mat-switch-selected-handle-horizontal-margin: 0 24px;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0 24px;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0 22px;
  --mat-switch-unselected-handle-horizontal-margin: 0 8px;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0 4px;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0 2px;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 0;
  --mat-switch-visible-track-transition: opacity 75ms;
  --mat-switch-hidden-track-transition: opacity 75ms;
  --mat-switch-track-outline-width: 2px;
  --mat-switch-selected-track-outline-width: 2px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 2px;
}
html,
body {
  --mdc-radio-disabled-selected-icon-color: var(--mat-sys-on-surface);
  --mdc-radio-disabled-unselected-icon-color: var(--mat-sys-on-surface);
  --mdc-radio-unselected-hover-icon-color: var(--mat-sys-on-surface);
  --mdc-radio-unselected-focus-icon-color: var(--mat-sys-on-surface);
  --mdc-radio-unselected-icon-color: var(--mat-sys-on-surface-variant);
  --mdc-radio-unselected-pressed-icon-color: var(--mat-sys-on-surface);
  --mdc-radio-selected-focus-icon-color: var(--mat-sys-primary);
  --mdc-radio-selected-hover-icon-color: var(--mat-sys-primary);
  --mdc-radio-selected-icon-color: var(--mat-sys-primary);
  --mdc-radio-selected-pressed-icon-color: var(--mat-sys-primary);
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
}
html,
body {
  --mat-radio-ripple-color: var(--mat-sys-on-surface);
  --mat-radio-checked-ripple-color: var(--mat-sys-primary);
  --mat-radio-disabled-label-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-radio-label-text-color: var(--mat-sys-on-surface);
  --mat-radio-label-text-font: var(--mat-sys-body-medium-font);
  --mat-radio-label-text-line-height: var(--mat-sys-body-medium-line-height);
  --mat-radio-label-text-size: var(--mat-sys-body-medium-size);
  --mat-radio-label-text-tracking: var(--mat-sys-body-medium-tracking);
  --mat-radio-label-text-weight: var(--mat-sys-body-medium-weight);
  --mat-radio-touch-target-display: block;
}
html,
body {
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-slider-handle-color: var(--mat-sys-primary);
  --mdc-slider-focus-handle-color: var(--mat-sys-primary);
  --mdc-slider-hover-handle-color: var(--mat-sys-primary);
  --mdc-slider-active-track-color: var(--mat-sys-primary);
  --mdc-slider-inactive-track-color: var(--mat-sys-surface-variant);
  --mdc-slider-with-tick-marks-inactive-container-color: var(--mat-sys-on-surface-variant);
  --mdc-slider-with-tick-marks-active-container-color: var(--mat-sys-on-primary);
  --mdc-slider-disabled-active-track-color: var(--mat-sys-on-surface);
  --mdc-slider-disabled-handle-color: var(--mat-sys-on-surface);
  --mdc-slider-disabled-inactive-track-color: var(--mat-sys-on-surface);
  --mdc-slider-label-container-color: var(--mat-sys-primary);
  --mdc-slider-label-label-text-color: var(--mat-sys-on-primary);
  --mdc-slider-with-overlap-handle-outline-color: var(--mat-sys-on-primary);
  --mdc-slider-with-tick-marks-disabled-container-color: var(--mat-sys-on-surface);
  --mdc-slider-label-label-text-font: var(--mat-sys-label-medium-font);
  --mdc-slider-label-label-text-size: var(--mat-sys-label-medium-size);
  --mdc-slider-label-label-text-line-height: var(--mat-sys-label-medium-line-height);
  --mdc-slider-label-label-text-tracking: var(--mat-sys-label-medium-tracking);
  --mdc-slider-label-label-text-weight: var(--mat-sys-label-medium-weight);
  --mdc-slider-active-track-height: 4px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 9999px;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.38;
  --mdc-slider-with-tick-marks-container-shape: 9999px;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.38;
}
html,
body {
  --mat-slider-ripple-color: var(--mat-sys-primary);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, var(--mat-sys-primary) 5%, transparent);
  --mat-slider-focus-state-layer-color: color-mix(in srgb, var(--mat-sys-primary) 20%, transparent);
  --mat-slider-value-indicator-width: 28px;
  --mat-slider-value-indicator-height: 28px;
  --mat-slider-value-indicator-caret-display: none;
  --mat-slider-value-indicator-border-radius: 50% 50% 50% 0;
  --mat-slider-value-indicator-padding: 0;
  --mat-slider-value-indicator-text-transform: rotate(45deg);
  --mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);
  --mat-slider-value-indicator-opacity: 1;
}
html,
body {
  --mat-menu-item-label-text-color: var(--mat-sys-on-surface);
  --mat-menu-item-icon-color: var(--mat-sys-on-surface-variant);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, var(--mat-sys-on-surface) 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mat-menu-container-color: var(--mat-sys-surface-container);
  --mat-menu-divider-color: var(--mat-sys-surface-variant);
  --mat-menu-item-label-text-font: var(--mat-sys-label-large-font);
  --mat-menu-item-label-text-size: var(--mat-sys-label-large-size);
  --mat-menu-item-label-text-tracking: var(--mat-sys-label-large-tracking);
  --mat-menu-item-label-text-line-height: var(--mat-sys-label-large-line-height);
  --mat-menu-item-label-text-weight: var(--mat-sys-label-large-weight);
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 8px;
  --mat-menu-divider-top-spacing: 8px;
  --mat-menu-item-spacing: 12px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 12px;
  --mat-menu-item-trailing-spacing: 12px;
  --mat-menu-item-with-icon-leading-spacing: 12px;
  --mat-menu-item-with-icon-trailing-spacing: 12px;
  --mat-menu-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
html,
body {
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: var(--mat-sys-primary-container);
  --mdc-list-list-item-disabled-state-layer-color: var(--mat-sys-on-surface);
  --mdc-list-list-item-disabled-state-layer-opacity: 0.12;
  --mdc-list-list-item-label-text-color: var(--mat-sys-on-surface);
  --mdc-list-list-item-supporting-text-color: var(--mat-sys-on-surface-variant);
  --mdc-list-list-item-leading-icon-color: var(--mat-sys-on-surface-variant);
  --mdc-list-list-item-trailing-supporting-text-color: var(--mat-sys-on-surface-variant);
  --mdc-list-list-item-trailing-icon-color: var(--mat-sys-on-surface-variant);
  --mdc-list-list-item-selected-trailing-icon-color: var(--mat-sys-primary);
  --mdc-list-list-item-disabled-label-text-color: var(--mat-sys-on-surface);
  --mdc-list-list-item-disabled-leading-icon-color: var(--mat-sys-on-surface);
  --mdc-list-list-item-disabled-trailing-icon-color: var(--mat-sys-on-surface);
  --mdc-list-list-item-hover-label-text-color: var(--mat-sys-on-surface);
  --mdc-list-list-item-focus-label-text-color: var(--mat-sys-on-surface);
  --mdc-list-list-item-hover-state-layer-color: var(--mat-sys-on-surface);
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: var(--mat-sys-on-surface);
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mdc-list-list-item-label-text-font: var(--mat-sys-body-large-font);
  --mdc-list-list-item-label-text-line-height: var(--mat-sys-body-large-line-height);
  --mdc-list-list-item-label-text-size: var(--mat-sys-body-large-size);
  --mdc-list-list-item-label-text-tracking: var(--mat-sys-body-large-tracking);
  --mdc-list-list-item-label-text-weight: var(--mat-sys-body-large-weight);
  --mdc-list-list-item-supporting-text-font: var(--mat-sys-body-medium-font);
  --mdc-list-list-item-supporting-text-line-height: var(--mat-sys-body-medium-line-height);
  --mdc-list-list-item-supporting-text-size: var(--mat-sys-body-medium-size);
  --mdc-list-list-item-supporting-text-tracking: var(--mat-sys-body-medium-tracking);
  --mdc-list-list-item-supporting-text-weight: var(--mat-sys-body-medium-weight);
  --mdc-list-list-item-trailing-supporting-text-font: var(--mat-sys-label-small-font);
  --mdc-list-list-item-trailing-supporting-text-line-height: var(--mat-sys-label-small-line-height);
  --mdc-list-list-item-trailing-supporting-text-size: var(--mat-sys-label-small-size);
  --mdc-list-list-item-trailing-supporting-text-tracking: var(--mat-sys-label-small-tracking);
  --mdc-list-list-item-trailing-supporting-text-weight: var(--mat-sys-label-small-weight);
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 9999px;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-label-text-opacity: 0.3;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html,
body {
  --mat-list-active-indicator-color: var(--mat-sys-secondary-container);
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 16px;
  --mat-list-active-indicator-shape: 9999px;
}
html,
body {
  --mat-paginator-container-text-color: var(--mat-sys-on-surface);
  --mat-paginator-container-background-color: var(--mat-sys-surface);
  --mat-paginator-enabled-icon-color: var(--mat-sys-on-surface-variant);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-paginator-container-text-font: var(--mat-sys-body-small-font);
  --mat-paginator-container-text-line-height: var(--mat-sys-body-small-line-height);
  --mat-paginator-container-text-size: var(--mat-sys-body-small-size);
  --mat-paginator-container-text-tracking: var(--mat-sys-body-small-tracking);
  --mat-paginator-container-text-weight: var(--mat-sys-body-small-weight);
  --mat-paginator-select-trigger-text-size: var(--mat-sys-body-small-size);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html,
body {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html,
body {
  --mdc-tab-indicator-active-indicator-color: var(--mat-sys-primary);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
}
html,
body {
  --mat-tab-header-divider-color: var(--mat-sys-surface-variant);
  --mat-tab-header-pagination-icon-color: var(--mat-sys-on-surface);
  --mat-tab-header-inactive-label-text-color: var(--mat-sys-on-surface);
  --mat-tab-header-active-label-text-color: var(--mat-sys-on-surface);
  --mat-tab-header-active-ripple-color: var(--mat-sys-on-surface);
  --mat-tab-header-inactive-ripple-color: var(--mat-sys-on-surface);
  --mat-tab-header-inactive-focus-label-text-color: var(--mat-sys-on-surface);
  --mat-tab-header-inactive-hover-label-text-color: var(--mat-sys-on-surface);
  --mat-tab-header-active-focus-label-text-color: var(--mat-sys-on-surface);
  --mat-tab-header-active-hover-label-text-color: var(--mat-sys-on-surface);
  --mat-tab-header-active-focus-indicator-color: var(--mat-sys-primary);
  --mat-tab-header-active-hover-indicator-color: var(--mat-sys-primary);
  --mat-tab-header-label-text-font: var(--mat-sys-title-small-font);
  --mat-tab-header-label-text-size: var(--mat-sys-title-small-size);
  --mat-tab-header-label-text-tracking: var(--mat-sys-title-small-tracking);
  --mat-tab-header-label-text-line-height: var(--mat-sys-title-small-line-height);
  --mat-tab-header-label-text-weight: var(--mat-sys-title-small-weight);
  --mat-tab-header-divider-height: 1px;
}
html,
body {
  --mdc-checkbox-disabled-selected-checkmark-color: var(--mat-sys-surface);
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.08;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.08;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mdc-checkbox-selected-pressed-icon-color: var(--mat-sys-primary);
  --mdc-checkbox-disabled-selected-icon-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-checkbox-disabled-unselected-icon-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-checkbox-selected-checkmark-color: var(--mat-sys-on-primary);
  --mdc-checkbox-selected-focus-icon-color: var(--mat-sys-primary);
  --mdc-checkbox-selected-hover-icon-color: var(--mat-sys-primary);
  --mdc-checkbox-selected-icon-color: var(--mat-sys-primary);
  --mdc-checkbox-unselected-focus-icon-color: var(--mat-sys-on-surface);
  --mdc-checkbox-unselected-hover-icon-color: var(--mat-sys-on-surface);
  --mdc-checkbox-unselected-icon-color: var(--mat-sys-on-surface-variant);
  --mdc-checkbox-selected-focus-state-layer-color: var(--mat-sys-primary);
  --mdc-checkbox-selected-hover-state-layer-color: var(--mat-sys-primary);
  --mdc-checkbox-selected-pressed-state-layer-color: var(--mat-sys-on-surface);
  --mdc-checkbox-unselected-focus-state-layer-color: var(--mat-sys-on-surface);
  --mdc-checkbox-unselected-hover-state-layer-color: var(--mat-sys-on-surface);
  --mdc-checkbox-unselected-pressed-state-layer-color: var(--mat-sys-primary);
  --mdc-checkbox-state-layer-size: 40px;
}
html,
body {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-checkbox-label-text-color: var(--mat-sys-on-surface);
  --mat-checkbox-label-text-font: var(--mat-sys-body-medium-font);
  --mat-checkbox-label-text-line-height: var(--mat-sys-body-medium-line-height);
  --mat-checkbox-label-text-size: var(--mat-sys-body-medium-size);
  --mat-checkbox-label-text-tracking: var(--mat-sys-body-medium-tracking);
  --mat-checkbox-label-text-weight: var(--mat-sys-body-medium-weight);
  --mat-checkbox-touch-target-display: block;
}
html,
body {
  --mdc-text-button-label-text-color: var(--mat-sys-primary);
  --mdc-text-button-disabled-label-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-text-button-label-text-font: var(--mat-sys-label-large-font);
  --mdc-text-button-label-text-size: var(--mat-sys-label-large-size);
  --mdc-text-button-label-text-tracking: var(--mat-sys-label-large-tracking);
  --mdc-text-button-label-text-weight: var(--mat-sys-label-large-weight);
  --mdc-text-button-container-height: 40px;
  --mdc-text-button-container-shape: 9999px;
}
html,
body {
  --mdc-protected-button-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-color: var(--mat-sys-surface);
  --mdc-protected-button-label-text-color: var(--mat-sys-primary);
  --mdc-protected-button-disabled-container-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mdc-protected-button-disabled-label-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-protected-button-label-text-font: var(--mat-sys-label-large-font);
  --mdc-protected-button-label-text-size: var(--mat-sys-label-large-size);
  --mdc-protected-button-label-text-tracking: var(--mat-sys-label-large-tracking);
  --mdc-protected-button-label-text-weight: var(--mat-sys-label-large-weight);
  --mdc-protected-button-container-height: 40px;
  --mdc-protected-button-container-shape: 9999px;
}
html,
body {
  --mdc-filled-button-container-color: var(--mat-sys-primary);
  --mdc-filled-button-label-text-color: var(--mat-sys-on-primary);
  --mdc-filled-button-disabled-container-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mdc-filled-button-disabled-label-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-filled-button-label-text-font: var(--mat-sys-label-large-font);
  --mdc-filled-button-label-text-size: var(--mat-sys-label-large-size);
  --mdc-filled-button-label-text-tracking: var(--mat-sys-label-large-tracking);
  --mdc-filled-button-label-text-weight: var(--mat-sys-label-large-weight);
  --mdc-filled-button-container-height: 40px;
  --mdc-filled-button-container-shape: 9999px;
}
html,
body {
  --mdc-outlined-button-disabled-outline-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mdc-outlined-button-disabled-label-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-outlined-button-label-text-color: var(--mat-sys-primary);
  --mdc-outlined-button-outline-color: var(--mat-sys-outline);
  --mdc-outlined-button-label-text-font: var(--mat-sys-label-large-font);
  --mdc-outlined-button-label-text-size: var(--mat-sys-label-large-size);
  --mdc-outlined-button-label-text-tracking: var(--mat-sys-label-large-tracking);
  --mdc-outlined-button-label-text-weight: var(--mat-sys-label-large-weight);
  --mdc-outlined-button-container-height: 40px;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 9999px;
}
html,
body {
  --mat-text-button-state-layer-color: var(--mat-sys-primary);
  --mat-text-button-disabled-state-layer-color: var(--mat-sys-on-surface-variant);
  --mat-text-button-ripple-color: color-mix(in srgb, var(--mat-sys-primary) 12%, transparent);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mat-text-button-touch-target-display: block;
  --mat-text-button-horizontal-padding: 12px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: -4px;
}
html,
body {
  --mat-protected-button-state-layer-color: var(--mat-sys-primary);
  --mat-protected-button-disabled-state-layer-color: var(--mat-sys-on-surface-variant);
  --mat-protected-button-ripple-color: color-mix(in srgb, var(--mat-sys-primary) 12%, transparent);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mat-protected-button-touch-target-display: block;
  --mat-protected-button-horizontal-padding: 24px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -8px;
}
html,
body {
  --mat-filled-button-state-layer-color: var(--mat-sys-on-primary);
  --mat-filled-button-disabled-state-layer-color: var(--mat-sys-on-surface-variant);
  --mat-filled-button-ripple-color: color-mix(in srgb, var(--mat-sys-on-primary) 12%, transparent);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mat-filled-button-touch-target-display: block;
  --mat-filled-button-horizontal-padding: 24px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -8px;
}
html,
body {
  --mat-outlined-button-state-layer-color: var(--mat-sys-primary);
  --mat-outlined-button-disabled-state-layer-color: var(--mat-sys-on-surface-variant);
  --mat-outlined-button-ripple-color: color-mix(in srgb, var(--mat-sys-primary) 12%, transparent);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mat-outlined-button-touch-target-display: block;
  --mat-outlined-button-horizontal-padding: 24px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -8px;
}
html,
body {
  --mdc-icon-button-icon-color: var(--mat-sys-on-surface-variant);
  --mdc-icon-button-disabled-icon-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mdc-icon-button-state-layer-size: 40px;
  --mdc-icon-button-icon-size: 24px;
}
html,
body {
  --mat-icon-button-state-layer-color: var(--mat-sys-on-surface-variant);
  --mat-icon-button-disabled-state-layer-color: var(--mat-sys-on-surface-variant);
  --mat-icon-button-ripple-color: color-mix(in srgb, var(--mat-sys-on-surface-variant) 12%, transparent);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-touch-target-display: block;
}
html,
body {
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-label-text-font: var(--mat-sys-label-large-font);
  --mdc-extended-fab-label-text-size: var(--mat-sys-label-large-size);
  --mdc-extended-fab-label-text-tracking: var(--mat-sys-label-large-tracking);
  --mdc-extended-fab-label-text-weight: var(--mat-sys-label-large-weight);
  --mdc-extended-fab-container-height: 56px;
  --mdc-extended-fab-container-shape: 16px;
}
html,
body {
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: var(--mat-sys-primary-container);
  --mdc-fab-container-shape: 16px;
}
html,
body {
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-color: var(--mat-sys-primary-container);
  --mdc-fab-small-container-shape: 12px;
}
html,
body {
  --mat-fab-foreground-color: var(--mat-sys-on-primary-container);
  --mat-fab-state-layer-color: var(--mat-sys-on-primary-container);
  --mat-fab-ripple-color: color-mix(in srgb, var(--mat-sys-on-primary-container) 12%, transparent);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-fab-touch-target-display: block;
}
html,
body {
  --mat-fab-small-foreground-color: var(--mat-sys-on-primary-container);
  --mat-fab-small-state-layer-color: var(--mat-sys-on-primary-container);
  --mat-fab-small-ripple-color: color-mix(in srgb, var(--mat-sys-on-primary-container) 12%, transparent);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
}
html,
body {
  --mdc-snackbar-container-color: var(--mat-sys-inverse-surface);
  --mdc-snackbar-supporting-text-color: var(--mat-sys-inverse-on-surface);
  --mdc-snackbar-supporting-text-font: var(--mat-sys-body-medium-font);
  --mdc-snackbar-supporting-text-line-height: var(--mat-sys-body-medium-line-height);
  --mdc-snackbar-supporting-text-size: var(--mat-sys-body-medium-size);
  --mdc-snackbar-supporting-text-weight: var(--mat-sys-body-medium-weight);
  --mdc-snackbar-container-shape: 4px;
}
html,
body {
  --mat-snack-bar-button-color: var(--mat-sys-inverse-primary);
}
html,
body {
  --mat-table-background-color: var(--mat-sys-surface);
  --mat-table-header-headline-color: var(--mat-sys-on-surface);
  --mat-table-row-item-label-text-color: var(--mat-sys-on-surface);
  --mat-table-row-item-outline-color: var(--mat-sys-outline);
  --mat-table-header-headline-font: var(--mat-sys-title-small-font);
  --mat-table-header-headline-line-height: var(--mat-sys-title-small-line-height);
  --mat-table-header-headline-size: var(--mat-sys-title-small-size);
  --mat-table-header-headline-weight: var(--mat-sys-title-small-weight);
  --mat-table-header-headline-tracking: var(--mat-sys-title-small-tracking);
  --mat-table-row-item-label-text-font: var(--mat-sys-body-medium-font);
  --mat-table-row-item-label-text-line-height: var(--mat-sys-body-medium-line-height);
  --mat-table-row-item-label-text-size: var(--mat-sys-body-medium-size);
  --mat-table-row-item-label-text-weight: var(--mat-sys-body-medium-weight);
  --mat-table-row-item-label-text-tracking: var(--mat-sys-body-medium-tracking);
  --mat-table-footer-supporting-text-font: var(--mat-sys-body-medium-font);
  --mat-table-footer-supporting-text-line-height: var(--mat-sys-body-medium-line-height);
  --mat-table-footer-supporting-text-size: var(--mat-sys-body-medium-size);
  --mat-table-footer-supporting-text-weight: var(--mat-sys-body-medium-weight);
  --mat-table-footer-supporting-text-tracking: var(--mat-sys-body-medium-tracking);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-row-item-outline-width: 1px;
}
html,
body {
  --mdc-circular-progress-active-indicator-color: var(--mat-sys-primary);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}
html,
body {
  --mat-badge-background-color: var(--mat-sys-error);
  --mat-badge-text-color: var(--mat-sys-on-error);
  --mat-badge-disabled-state-background-color: color-mix(in srgb, var(--mat-sys-error) 38%, transparent);
  --mat-badge-disabled-state-text-color: var(--mat-sys-on-error);
  --mat-badge-text-font: var(--mat-sys-label-small-font);
  --mat-badge-text-size: var(--mat-sys-label-small-size);
  --mat-badge-text-weight: var(--mat-sys-label-small-weight);
  --mat-badge-large-size-text-size: var(--mat-sys-label-small-size);
  --mat-badge-container-shape: 9999px;
  --mat-badge-container-size: 16px;
  --mat-badge-small-size-container-size: 6px;
  --mat-badge-large-size-container-size: 16px;
  --mat-badge-legacy-container-size: unset;
  --mat-badge-legacy-small-size-container-size: unset;
  --mat-badge-legacy-large-size-container-size: unset;
  --mat-badge-container-offset: -12px 0;
  --mat-badge-small-size-container-offset: -6px 0;
  --mat-badge-large-size-container-offset: -12px 0;
  --mat-badge-container-overlap-offset: -12px;
  --mat-badge-small-size-container-overlap-offset: -6px;
  --mat-badge-large-size-container-overlap-offset: -12px;
  --mat-badge-container-padding: 0 4px;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0 4px;
  --mat-badge-line-height: 16px;
  --mat-badge-small-size-text-size: 0;
  --mat-badge-small-size-line-height: 6px;
  --mat-badge-large-size-line-height: 16px;
}
html,
body {
  --mat-bottom-sheet-container-text-color: var(--mat-sys-on-surface);
  --mat-bottom-sheet-container-background-color: var(--mat-sys-surface-container-low);
  --mat-bottom-sheet-container-text-font: var(--mat-sys-body-large-font);
  --mat-bottom-sheet-container-text-line-height: var(--mat-sys-body-large-line-height);
  --mat-bottom-sheet-container-text-size: var(--mat-sys-body-large-size);
  --mat-bottom-sheet-container-text-tracking: var(--mat-sys-body-large-tracking);
  --mat-bottom-sheet-container-text-weight: var(--mat-sys-body-large-weight);
  --mat-bottom-sheet-container-shape: 28px;
}
html,
body {
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.08;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-standard-button-toggle-text-color: var(--mat-sys-on-surface);
  --mat-standard-button-toggle-state-layer-color: var(--mat-sys-on-surface);
  --mat-standard-button-toggle-selected-state-background-color: var(--mat-sys-secondary-container);
  --mat-standard-button-toggle-selected-state-text-color: var(--mat-sys-on-secondary-container);
  --mat-standard-button-toggle-disabled-state-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-standard-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-standard-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mat-standard-button-toggle-divider-color: var(--mat-sys-outline);
  --mat-standard-button-toggle-label-text-font: var(--mat-sys-label-large-font);
  --mat-standard-button-toggle-label-text-line-height: var(--mat-sys-label-large-line-height);
  --mat-standard-button-toggle-label-text-size: var(--mat-sys-label-large-size);
  --mat-standard-button-toggle-label-text-tracking: var(--mat-sys-label-large-tracking);
  --mat-standard-button-toggle-label-text-weight: var(--mat-sys-label-large-weight);
  --mat-standard-button-toggle-height: 40px;
  --mat-standard-button-toggle-shape: 28px;
  --mat-standard-button-toggle-background-color: transparent;
  --mat-standard-button-toggle-disabled-state-background-color: transparent;
}
html,
body {
  --mat-datepicker-calendar-date-selected-state-text-color: var(--mat-sys-on-primary);
  --mat-datepicker-calendar-date-selected-state-background-color: var(--mat-sys-primary);
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: var(--mat-sys-primary);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, var(--mat-sys-on-surface) 8%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: var(--mat-sys-on-surface-variant);
  --mat-datepicker-calendar-date-in-range-state-background-color: var(--mat-sys-primary-container);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: var(--mat-sys-tertiary-container);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: var(--mat-sys-secondary-container);
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: var(--mat-sys-secondary);
  --mat-datepicker-toggle-icon-color: var(--mat-sys-on-surface-variant);
  --mat-datepicker-calendar-body-label-text-color: var(--mat-sys-on-surface);
  --mat-datepicker-calendar-period-button-text-color: var(--mat-sys-on-surface-variant);
  --mat-datepicker-calendar-period-button-icon-color: var(--mat-sys-on-surface-variant);
  --mat-datepicker-calendar-navigation-button-icon-color: var(--mat-sys-on-surface-variant);
  --mat-datepicker-calendar-header-text-color: var(--mat-sys-on-surface-variant);
  --mat-datepicker-calendar-date-today-outline-color: var(--mat-sys-primary);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: var(--mat-sys-on-surface);
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: var(--mat-sys-primary);
  --mat-datepicker-range-input-separator-color: var(--mat-sys-on-surface);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: var(--mat-sys-surface-container-high);
  --mat-datepicker-calendar-container-text-color: var(--mat-sys-on-surface);
  --mat-datepicker-calendar-text-font: var(--mat-sys-body-medium-font);
  --mat-datepicker-calendar-text-size: var(--mat-sys-body-medium-size);
  --mat-datepicker-calendar-body-label-text-size: var(--mat-sys-title-small-size);
  --mat-datepicker-calendar-body-label-text-weight: var(--mat-sys-title-small-weight);
  --mat-datepicker-calendar-period-button-text-size: var(--mat-sys-title-small-size);
  --mat-datepicker-calendar-period-button-text-weight: var(--mat-sys-title-small-weight);
  --mat-datepicker-calendar-header-text-size: var(--mat-sys-title-small-size);
  --mat-datepicker-calendar-header-text-weight: var(--mat-sys-title-small-weight);
  --mat-datepicker-calendar-container-shape: 16px;
  --mat-datepicker-calendar-container-touch-shape: 28px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-date-outline-color: transparent;
}
html,
body {
  --mat-divider-color: var(--mat-sys-outline);
  --mat-divider-width: 1px;
}
html,
body {
  --mat-expansion-container-background-color: var(--mat-sys-surface);
  --mat-expansion-container-text-color: var(--mat-sys-on-surface);
  --mat-expansion-actions-divider-color: var(--mat-sys-outline);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, var(--mat-sys-on-surface) 8%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent);
  --mat-expansion-header-text-color: var(--mat-sys-on-surface);
  --mat-expansion-header-description-color: var(--mat-sys-on-surface-variant);
  --mat-expansion-header-indicator-color: var(--mat-sys-on-surface-variant);
  --mat-expansion-header-text-font: var(--mat-sys-title-medium-font);
  --mat-expansion-header-text-size: var(--mat-sys-title-medium-size);
  --mat-expansion-header-text-weight: var(--mat-sys-title-medium-weight);
  --mat-expansion-header-text-line-height: var(--mat-sys-title-medium-line-height);
  --mat-expansion-header-text-tracking: var(--mat-sys-title-medium-tracking);
  --mat-expansion-container-text-font: var(--mat-sys-body-large-font);
  --mat-expansion-container-text-line-height: var(--mat-sys-body-large-line-height);
  --mat-expansion-container-text-size: var(--mat-sys-body-large-size);
  --mat-expansion-container-text-tracking: var(--mat-sys-body-large-tracking);
  --mat-expansion-container-text-weight: var(--mat-sys-body-large-weight);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-container-shape: 12px;
  --mat-expansion-legacy-header-indicator-display: none;
  --mat-expansion-header-indicator-display: inline-block;
}
html,
body {
  --mat-grid-list-tile-header-primary-text-size: var(--mat-sys-body-large);
  --mat-grid-list-tile-header-secondary-text-size: var(--mat-sys-body-medium);
  --mat-grid-list-tile-footer-primary-text-size: var(--mat-sys-body-large);
  --mat-grid-list-tile-footer-secondary-text-size: var(--mat-sys-body-medium);
}
html,
body {
  --mat-icon-color: inherit;
}
html,
body {
  --mat-sidenav-container-background-color: var(--mat-sys-surface);
  --mat-sidenav-container-text-color: var(--mat-sys-on-surface-variant);
  --mat-sidenav-content-background-color: var(--mat-sys-background);
  --mat-sidenav-content-text-color: var(--mat-sys-on-background);
  --mat-sidenav-scrim-color: rgba(44, 48, 62, 0.4);
  --mat-sidenav-container-shape: 16px;
  --mat-sidenav-container-elevation-shadow: none;
  --mat-sidenav-container-width: 360px;
  --mat-sidenav-container-divider-color: transparent;
}
html,
body {
  --mat-stepper-header-icon-foreground-color: var(--mat-sys-surface);
  --mat-stepper-header-selected-state-icon-background-color: var(--mat-sys-primary);
  --mat-stepper-header-selected-state-icon-foreground-color: var(--mat-sys-on-primary);
  --mat-stepper-header-edit-state-icon-background-color: var(--mat-sys-primary);
  --mat-stepper-header-edit-state-icon-foreground-color: var(--mat-sys-on-primary);
  --mat-stepper-container-color: var(--mat-sys-surface);
  --mat-stepper-line-color: var(--mat-sys-outline);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, var(--mat-sys-inverse-surface) 8%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, var(--mat-sys-inverse-surface) 12%, transparent);
  --mat-stepper-header-label-text-color: var(--mat-sys-on-surface-variant);
  --mat-stepper-header-optional-label-text-color: var(--mat-sys-on-surface-variant);
  --mat-stepper-header-selected-state-label-text-color: var(--mat-sys-on-surface-variant);
  --mat-stepper-header-error-state-label-text-color: var(--mat-sys-error);
  --mat-stepper-header-icon-background-color: var(--mat-sys-on-surface-variant);
  --mat-stepper-header-error-state-icon-foreground-color: var(--mat-sys-error);
  --mat-stepper-container-text-font: var(--mat-sys-body-medium-font);
  --mat-stepper-header-label-text-font: var(--mat-sys-title-small-font);
  --mat-stepper-header-label-text-size: var(--mat-sys-title-small-size);
  --mat-stepper-header-label-text-weight: var(--mat-sys-title-small-weight);
  --mat-stepper-header-error-state-label-text-size: var(--mat-sys-title-small-size);
  --mat-stepper-header-selected-state-label-text-size: var(--mat-sys-title-small-size);
  --mat-stepper-header-selected-state-label-text-weight: var(--mat-sys-title-small-weight);
  --mat-stepper-header-height: 72px;
  --mat-stepper-header-focus-state-layer-shape: 12px;
  --mat-stepper-header-hover-state-layer-shape: 12px;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html,
body {
  --mat-sort-arrow-color: var(--mat-sys-on-surface);
}
html,
body {
  --mat-toolbar-container-background-color: var(--mat-sys-surface);
  --mat-toolbar-container-text-color: var(--mat-sys-on-surface);
  --mat-toolbar-title-text-font: var(--mat-sys-title-large-font);
  --mat-toolbar-title-text-line-height: var(--mat-sys-title-large-line-height);
  --mat-toolbar-title-text-size: var(--mat-sys-title-large-size);
  --mat-toolbar-title-text-tracking: var(--mat-sys-title-large-tracking);
  --mat-toolbar-title-text-weight: var(--mat-sys-title-large-weight);
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html,
body {
  --mat-tree-container-background-color: var(--mat-sys-surface);
  --mat-tree-node-text-color: var(--mat-sys-on-surface);
  --mat-tree-node-text-font: var(--mat-sys-body-large-font);
  --mat-tree-node-text-size: var(--mat-sys-body-large-size);
  --mat-tree-node-text-weight: var(--mat-sys-body-large-weight);
  --mat-tree-node-min-height: 48px;
}
html,
body {
  --mat-timepicker-container-background-color: var(--mat-sys-surface-container);
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
html,
body {
  --mat-sys-background: #faf8ff;
  --mat-sys-error: #ba1a1a;
  --mat-sys-error-container: #ffdad6;
  --mat-sys-inverse-on-surface: #f0f0fd;
  --mat-sys-inverse-primary: #b6c4ff;
  --mat-sys-inverse-surface: #2e303a;
  --mat-sys-on-background: #191b24;
  --mat-sys-on-error: #ffffff;
  --mat-sys-on-error-container: #93000a;
  --mat-sys-on-primary: #ffffff;
  --mat-sys-on-primary-container: #003ab3;
  --mat-sys-on-primary-fixed: #001550;
  --mat-sys-on-primary-fixed-variant: #003ab3;
  --mat-sys-on-secondary: #ffffff;
  --mat-sys-on-secondary-container: #2e4287;
  --mat-sys-on-secondary-fixed: #001550;
  --mat-sys-on-secondary-fixed-variant: #2e4287;
  --mat-sys-on-surface: #191b24;
  --mat-sys-on-surface-variant: #434656;
  --mat-sys-on-tertiary: #ffffff;
  --mat-sys-on-tertiary-container: #790095;
  --mat-sys-on-tertiary-fixed: #340042;
  --mat-sys-on-tertiary-fixed-variant: #790095;
  --mat-sys-outline: #737687;
  --mat-sys-outline-variant: #c3c5d8;
  --mat-sys-primary: #004ee8;
  --mat-sys-primary-container: #dce1ff;
  --mat-sys-primary-fixed: #dce1ff;
  --mat-sys-primary-fixed-dim: #b6c4ff;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #475aa0;
  --mat-sys-secondary-container: #dce1ff;
  --mat-sys-secondary-fixed: #dce1ff;
  --mat-sys-secondary-fixed-dim: #b6c4ff;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #faf8ff;
  --mat-sys-surface-bright: #faf8ff;
  --mat-sys-surface-container: #ededfa;
  --mat-sys-surface-container-high: #e7e7f4;
  --mat-sys-surface-container-highest: #e1e1ee;
  --mat-sys-surface-container-low: #f3f2ff;
  --mat-sys-surface-container-lowest: #ffffff;
  --mat-sys-surface-dim: #d9d9e6;
  --mat-sys-surface-tint: #004ee8;
  --mat-sys-surface-variant: #dfe1f5;
  --mat-sys-tertiary: #9824b6;
  --mat-sys-tertiary-container: #fdd6ff;
  --mat-sys-tertiary-fixed: #fdd6ff;
  --mat-sys-tertiary-fixed-dim: #f4aeff;
  --mat-sys-neutral-variant20: #2c303e;
  --mat-sys-neutral10: #191b24;
}
html .mat-display-large,
html .mat-typography .mat-display-large,
html .mat-typography h1,
body .mat-display-large,
body .mat-typography .mat-display-large,
body .mat-typography h1 {
  font: var(--mat-sys-display-large);
  letter-spacing: var(--mat-sys-display-large-tracking);
  margin: 0 0 0.5em;
}
html .mat-display-medium,
html .mat-typography .mat-display-medium,
html .mat-typography h2,
body .mat-display-medium,
body .mat-typography .mat-display-medium,
body .mat-typography h2 {
  font: var(--mat-sys-display-medium);
  letter-spacing: var(--mat-sys-display-medium-tracking);
  margin: 0 0 0.5em;
}
html .mat-display-small,
html .mat-typography .mat-display-small,
html .mat-typography h3,
body .mat-display-small,
body .mat-typography .mat-display-small,
body .mat-typography h3 {
  font: var(--mat-sys-display-small);
  letter-spacing: var(--mat-sys-display-small-tracking);
  margin: 0 0 0.5em;
}
html .mat-headline-large,
html .mat-typography .mat-headline-large,
html .mat-typography h4,
body .mat-headline-large,
body .mat-typography .mat-headline-large,
body .mat-typography h4 {
  font: var(--mat-sys-headline-large);
  letter-spacing: var(--mat-sys-headline-large-tracking);
  margin: 0 0 0.5em;
}
html .mat-headline-medium,
html .mat-typography .mat-headline-medium,
html .mat-typography h5,
body .mat-headline-medium,
body .mat-typography .mat-headline-medium,
body .mat-typography h5 {
  font: var(--mat-sys-headline-medium);
  letter-spacing: var(--mat-sys-headline-medium-tracking);
  margin: 0 0 0.5em;
}
html .mat-headline-small,
html .mat-typography .mat-headline-small,
html .mat-typography h6,
body .mat-headline-small,
body .mat-typography .mat-headline-small,
body .mat-typography h6 {
  font: var(--mat-sys-headline-small);
  letter-spacing: var(--mat-sys-headline-small-tracking);
  margin: 0 0 0.5em;
}
html .mat-title-large,
html .mat-typography .mat-title-large,
body .mat-title-large,
body .mat-typography .mat-title-large {
  font: var(--mat-sys-title-large);
  letter-spacing: var(--mat-sys-title-large-tracking);
}
html .mat-title-medium,
html .mat-typography .mat-title-medium,
body .mat-title-medium,
body .mat-typography .mat-title-medium {
  font: var(--mat-sys-title-medium);
  letter-spacing: var(--mat-sys-title-medium-tracking);
}
html .mat-title-small,
html .mat-typography .mat-title-small,
body .mat-title-small,
body .mat-typography .mat-title-small {
  font: var(--mat-sys-title-small);
  letter-spacing: var(--mat-sys-title-small-tracking);
}
html .mat-body-large,
html .mat-typography .mat-body-large,
html .mat-typography,
body .mat-body-large,
body .mat-typography .mat-body-large,
body .mat-typography {
  font: var(--mat-sys-body-large);
  letter-spacing: var(--mat-sys-body-large-tracking);
}
html .mat-body-large p,
html .mat-typography .mat-body-large p,
html .mat-typography p,
body .mat-body-large p,
body .mat-typography .mat-body-large p,
body .mat-typography p {
  margin: 0 0 0.75em;
}
html .mat-body-medium,
html .mat-typography .mat-body-medium,
body .mat-body-medium,
body .mat-typography .mat-body-medium {
  font: var(--mat-sys-body-medium);
  letter-spacing: var(--mat-sys-body-medium-tracking);
}
html .mat-body-small,
html .mat-typography .mat-body-small,
body .mat-body-small,
body .mat-typography .mat-body-small {
  font: var(--mat-sys-body-small);
  letter-spacing: var(--mat-sys-body-small-tracking);
}
html .mat-label-large,
html .mat-typography .mat-label-large,
body .mat-label-large,
body .mat-typography .mat-label-large {
  font: var(--mat-sys-label-large);
  letter-spacing: var(--mat-sys-label-large-tracking);
}
html .mat-label-medium,
html .mat-typography .mat-label-medium,
body .mat-label-medium,
body .mat-typography .mat-label-medium {
  font: var(--mat-sys-label-medium);
  letter-spacing: var(--mat-sys-label-medium-tracking);
}
html .mat-label-small,
html .mat-typography .mat-label-small,
body .mat-label-small,
body .mat-typography .mat-label-small {
  font: var(--mat-sys-label-small);
  letter-spacing: var(--mat-sys-label-small-tracking);
}
html,
body {
  --mat-sys-body-large: 500 1rem / 1.5rem General Sans;
  --mat-sys-body-large-font: General Sans;
  --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: 500;
  --mat-sys-body-medium: 500 0.875rem / 1.25rem General Sans;
  --mat-sys-body-medium-font: General Sans;
  --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: 500;
  --mat-sys-body-small: 500 0.75rem / 1rem General Sans;
  --mat-sys-body-small-font: General Sans;
  --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: 500;
  --mat-sys-display-large: 500 3.562rem / 4rem General Sans;
  --mat-sys-display-large-font: General Sans;
  --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: 500;
  --mat-sys-display-medium: 500 2.812rem / 3.25rem General Sans;
  --mat-sys-display-medium-font: General Sans;
  --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: 500;
  --mat-sys-display-small: 500 2.25rem / 2.75rem General Sans;
  --mat-sys-display-small-font: General Sans;
  --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: 500;
  --mat-sys-headline-large: 500 2rem / 2.5rem General Sans;
  --mat-sys-headline-large-font: General Sans;
  --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: 500;
  --mat-sys-headline-medium: 500 1.75rem / 2.25rem General Sans;
  --mat-sys-headline-medium-font: General Sans;
  --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: 500;
  --mat-sys-headline-small: 500 1.5rem / 2rem General Sans;
  --mat-sys-headline-small-font: General Sans;
  --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: 500;
  --mat-sys-label-large: 500 0.875rem / 1.25rem General Sans;
  --mat-sys-label-large-font: General Sans;
  --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 General Sans;
  --mat-sys-label-medium-font: General Sans;
  --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 General Sans;
  --mat-sys-label-small-font: General Sans;
  --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: 500 1.375rem / 1.75rem General Sans;
  --mat-sys-title-large-font: General Sans;
  --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: 500;
  --mat-sys-title-medium: 500 1rem / 1.5rem General Sans;
  --mat-sys-title-medium-font: General Sans;
  --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 General Sans;
  --mat-sys-title-small-font: General Sans;
  --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,
body {
  --mat-badge-text-font: var(--mat-sys-label-small-font);
  --mat-badge-text-size: var(--mat-sys-label-small-size);
  --mat-badge-text-weight: var(--mat-sys-label-small-weight);
  --mat-badge-large-size-text-size: var(--mat-sys-label-small-size);
}
html,
body {
  --mat-bottom-sheet-container-text-font: var(--mat-sys-body-large-font);
  --mat-bottom-sheet-container-text-line-height: var(--mat-sys-body-large-line-height);
  --mat-bottom-sheet-container-text-size: var(--mat-sys-body-large-size);
  --mat-bottom-sheet-container-text-tracking: var(--mat-sys-body-large-tracking);
  --mat-bottom-sheet-container-text-weight: var(--mat-sys-body-large-weight);
}
html,
body {
  --mat-standard-button-toggle-label-text-font: var(--mat-sys-label-large-font);
  --mat-standard-button-toggle-label-text-line-height: var(--mat-sys-label-large-line-height);
  --mat-standard-button-toggle-label-text-size: var(--mat-sys-label-large-size);
  --mat-standard-button-toggle-label-text-tracking: var(--mat-sys-label-large-tracking);
  --mat-standard-button-toggle-label-text-weight: var(--mat-sys-label-large-weight);
}
html,
body {
  --mat-datepicker-calendar-text-font: var(--mat-sys-body-medium-font);
  --mat-datepicker-calendar-text-size: var(--mat-sys-body-medium-size);
  --mat-datepicker-calendar-body-label-text-size: var(--mat-sys-title-small-size);
  --mat-datepicker-calendar-body-label-text-weight: var(--mat-sys-title-small-weight);
  --mat-datepicker-calendar-period-button-text-size: var(--mat-sys-title-small-size);
  --mat-datepicker-calendar-period-button-text-weight: var(--mat-sys-title-small-weight);
  --mat-datepicker-calendar-header-text-size: var(--mat-sys-title-small-size);
  --mat-datepicker-calendar-header-text-weight: var(--mat-sys-title-small-weight);
}
html,
body {
  --mat-expansion-header-text-font: var(--mat-sys-title-medium-font);
  --mat-expansion-header-text-size: var(--mat-sys-title-medium-size);
  --mat-expansion-header-text-weight: var(--mat-sys-title-medium-weight);
  --mat-expansion-header-text-line-height: var(--mat-sys-title-medium-line-height);
  --mat-expansion-header-text-tracking: var(--mat-sys-title-medium-tracking);
  --mat-expansion-container-text-font: var(--mat-sys-body-large-font);
  --mat-expansion-container-text-line-height: var(--mat-sys-body-large-line-height);
  --mat-expansion-container-text-size: var(--mat-sys-body-large-size);
  --mat-expansion-container-text-tracking: var(--mat-sys-body-large-tracking);
  --mat-expansion-container-text-weight: var(--mat-sys-body-large-weight);
}
html,
body {
  --mat-grid-list-tile-header-primary-text-size: var(--mat-sys-body-large);
  --mat-grid-list-tile-header-secondary-text-size: var(--mat-sys-body-medium);
  --mat-grid-list-tile-footer-primary-text-size: var(--mat-sys-body-large);
  --mat-grid-list-tile-footer-secondary-text-size: var(--mat-sys-body-medium);
}
html,
body {
  --mat-stepper-container-text-font: var(--mat-sys-body-medium-font);
  --mat-stepper-header-label-text-font: var(--mat-sys-title-small-font);
  --mat-stepper-header-label-text-size: var(--mat-sys-title-small-size);
  --mat-stepper-header-label-text-weight: var(--mat-sys-title-small-weight);
  --mat-stepper-header-error-state-label-text-size: var(--mat-sys-title-small-size);
  --mat-stepper-header-selected-state-label-text-size: var(--mat-sys-title-small-size);
  --mat-stepper-header-selected-state-label-text-weight: var(--mat-sys-title-small-weight);
}
html,
body {
  --mat-toolbar-title-text-font: var(--mat-sys-title-large-font);
  --mat-toolbar-title-text-line-height: var(--mat-sys-title-large-line-height);
  --mat-toolbar-title-text-size: var(--mat-sys-title-large-size);
  --mat-toolbar-title-text-tracking: var(--mat-sys-title-large-tracking);
  --mat-toolbar-title-text-weight: var(--mat-sys-title-large-weight);
}
html,
body {
  --mat-tree-node-text-font: var(--mat-sys-body-large-font);
  --mat-tree-node-text-size: var(--mat-sys-body-large-size);
  --mat-tree-node-text-weight: var(--mat-sys-body-large-weight);
}
html,
body {
  --mat-option-label-text-font: var(--mat-sys-label-large-font);
  --mat-option-label-text-line-height: var(--mat-sys-label-large-line-height);
  --mat-option-label-text-size: var(--mat-sys-body-large-size);
  --mat-option-label-text-tracking: var(--mat-sys-label-large-tracking);
  --mat-option-label-text-weight: var(--mat-sys-body-large-weight);
}
html,
body {
  --mat-optgroup-label-text-font: var(--mat-sys-title-small-font);
  --mat-optgroup-label-text-line-height: var(--mat-sys-title-small-line-height);
  --mat-optgroup-label-text-size: var(--mat-sys-title-small-size);
  --mat-optgroup-label-text-tracking: var(--mat-sys-title-small-tracking);
  --mat-optgroup-label-text-weight: var(--mat-sys-title-small-weight);
}
html,
body {
  --mat-card-title-text-font: var(--mat-sys-title-large-font);
  --mat-card-title-text-line-height: var(--mat-sys-title-large-line-height);
  --mat-card-title-text-size: var(--mat-sys-title-large-size);
  --mat-card-title-text-tracking: var(--mat-sys-title-large-tracking);
  --mat-card-title-text-weight: var(--mat-sys-title-large-weight);
  --mat-card-subtitle-text-font: var(--mat-sys-title-medium-font);
  --mat-card-subtitle-text-line-height: var(--mat-sys-title-medium-line-height);
  --mat-card-subtitle-text-size: var(--mat-sys-title-medium-size);
  --mat-card-subtitle-text-tracking: var(--mat-sys-title-medium-tracking);
  --mat-card-subtitle-text-weight: var(--mat-sys-title-medium-weight);
}
html,
body {
  --mdc-plain-tooltip-supporting-text-line-height: var(--mat-sys-body-small-line-height);
  --mdc-plain-tooltip-supporting-text-font: var(--mat-sys-body-small-font);
  --mdc-plain-tooltip-supporting-text-size: var(--mat-sys-body-small-size);
  --mdc-plain-tooltip-supporting-text-weight: var(--mat-sys-body-small-weight);
  --mdc-plain-tooltip-supporting-text-tracking: var(--mat-sys-body-small-tracking);
}
html,
body {
  --mdc-filled-text-field-label-text-font: var(--mat-sys-body-large-font);
  --mdc-filled-text-field-label-text-size: var(--mat-sys-body-large-size);
  --mdc-filled-text-field-label-text-tracking: var(--mat-sys-body-large-tracking);
  --mdc-filled-text-field-label-text-weight: var(--mat-sys-body-large-weight);
}
html,
body {
  --mdc-outlined-text-field-label-text-font: var(--mat-sys-body-large-font);
  --mdc-outlined-text-field-label-text-size: var(--mat-sys-body-large-size);
  --mdc-outlined-text-field-label-text-tracking: var(--mat-sys-body-large-tracking);
  --mdc-outlined-text-field-label-text-weight: var(--mat-sys-body-large-weight);
}
html,
body {
  --mat-form-field-container-text-font: var(--mat-sys-body-large-font);
  --mat-form-field-container-text-line-height: var(--mat-sys-body-large-line-height);
  --mat-form-field-container-text-size: var(--mat-sys-body-large-size);
  --mat-form-field-container-text-tracking: var(--mat-sys-body-large-tracking);
  --mat-form-field-container-text-weight: var(--mat-sys-body-large-weight);
  --mat-form-field-subscript-text-font: var(--mat-sys-body-small-font);
  --mat-form-field-subscript-text-line-height: var(--mat-sys-body-small-line-height);
  --mat-form-field-subscript-text-size: var(--mat-sys-body-small-size);
  --mat-form-field-subscript-text-tracking: var(--mat-sys-body-small-tracking);
  --mat-form-field-subscript-text-weight: var(--mat-sys-body-small-weight);
}
html,
body {
  --mat-select-trigger-text-font: var(--mat-sys-body-large-font);
  --mat-select-trigger-text-line-height: var(--mat-sys-body-large-line-height);
  --mat-select-trigger-text-size: var(--mat-sys-body-large-size);
  --mat-select-trigger-text-tracking: var(--mat-sys-body-large-tracking);
  --mat-select-trigger-text-weight: var(--mat-sys-body-large-weight);
}
html,
body {
  --mdc-dialog-subhead-font: var(--mat-sys-headline-small-font);
  --mdc-dialog-subhead-line-height: var(--mat-sys-headline-small-line-height);
  --mdc-dialog-subhead-size: var(--mat-sys-headline-small-size);
  --mdc-dialog-subhead-weight: var(--mat-sys-headline-small-weight);
  --mdc-dialog-subhead-tracking: var(--mat-sys-headline-small-tracking);
  --mdc-dialog-supporting-text-font: var(--mat-sys-body-medium-font);
  --mdc-dialog-supporting-text-line-height: var(--mat-sys-body-medium-line-height);
  --mdc-dialog-supporting-text-size: var(--mat-sys-body-medium-size);
  --mdc-dialog-supporting-text-weight: var(--mat-sys-body-medium-weight);
  --mdc-dialog-supporting-text-tracking: var(--mat-sys-body-medium-tracking);
}
html,
body {
  --mdc-chip-label-text-font: var(--mat-sys-label-large-font);
  --mdc-chip-label-text-line-height: var(--mat-sys-label-large-line-height);
  --mdc-chip-label-text-size: var(--mat-sys-label-large-size);
  --mdc-chip-label-text-tracking: var(--mat-sys-label-large-tracking);
  --mdc-chip-label-text-weight: var(--mat-sys-label-large-weight);
}
html,
body {
  --mat-switch-label-text-font: var(--mat-sys-body-medium-font);
  --mat-switch-label-text-line-height: var(--mat-sys-body-medium-line-height);
  --mat-switch-label-text-size: var(--mat-sys-body-medium-size);
  --mat-switch-label-text-tracking: var(--mat-sys-body-medium-tracking);
  --mat-switch-label-text-weight: var(--mat-sys-body-medium-weight);
}
html,
body {
  --mat-radio-label-text-font: var(--mat-sys-body-medium-font);
  --mat-radio-label-text-line-height: var(--mat-sys-body-medium-line-height);
  --mat-radio-label-text-size: var(--mat-sys-body-medium-size);
  --mat-radio-label-text-tracking: var(--mat-sys-body-medium-tracking);
  --mat-radio-label-text-weight: var(--mat-sys-body-medium-weight);
}
html,
body {
  --mdc-slider-label-label-text-font: var(--mat-sys-label-medium-font);
  --mdc-slider-label-label-text-size: var(--mat-sys-label-medium-size);
  --mdc-slider-label-label-text-line-height: var(--mat-sys-label-medium-line-height);
  --mdc-slider-label-label-text-tracking: var(--mat-sys-label-medium-tracking);
  --mdc-slider-label-label-text-weight: var(--mat-sys-label-medium-weight);
}
html,
body {
  --mat-menu-item-label-text-font: var(--mat-sys-label-large-font);
  --mat-menu-item-label-text-size: var(--mat-sys-label-large-size);
  --mat-menu-item-label-text-tracking: var(--mat-sys-label-large-tracking);
  --mat-menu-item-label-text-line-height: var(--mat-sys-label-large-line-height);
  --mat-menu-item-label-text-weight: var(--mat-sys-label-large-weight);
}
html,
body {
  --mdc-list-list-item-label-text-font: var(--mat-sys-body-large-font);
  --mdc-list-list-item-label-text-line-height: var(--mat-sys-body-large-line-height);
  --mdc-list-list-item-label-text-size: var(--mat-sys-body-large-size);
  --mdc-list-list-item-label-text-tracking: var(--mat-sys-body-large-tracking);
  --mdc-list-list-item-label-text-weight: var(--mat-sys-body-large-weight);
  --mdc-list-list-item-supporting-text-font: var(--mat-sys-body-medium-font);
  --mdc-list-list-item-supporting-text-line-height: var(--mat-sys-body-medium-line-height);
  --mdc-list-list-item-supporting-text-size: var(--mat-sys-body-medium-size);
  --mdc-list-list-item-supporting-text-tracking: var(--mat-sys-body-medium-tracking);
  --mdc-list-list-item-supporting-text-weight: var(--mat-sys-body-medium-weight);
  --mdc-list-list-item-trailing-supporting-text-font: var(--mat-sys-label-small-font);
  --mdc-list-list-item-trailing-supporting-text-line-height: var(--mat-sys-label-small-line-height);
  --mdc-list-list-item-trailing-supporting-text-size: var(--mat-sys-label-small-size);
  --mdc-list-list-item-trailing-supporting-text-tracking: var(--mat-sys-label-small-tracking);
  --mdc-list-list-item-trailing-supporting-text-weight: var(--mat-sys-label-small-weight);
}
html,
body {
  --mat-paginator-container-text-font: var(--mat-sys-body-small-font);
  --mat-paginator-container-text-line-height: var(--mat-sys-body-small-line-height);
  --mat-paginator-container-text-size: var(--mat-sys-body-small-size);
  --mat-paginator-container-text-tracking: var(--mat-sys-body-small-tracking);
  --mat-paginator-container-text-weight: var(--mat-sys-body-small-weight);
  --mat-paginator-select-trigger-text-size: var(--mat-sys-body-small-size);
}
html,
body {
  --mat-tab-header-label-text-font: var(--mat-sys-title-small-font);
  --mat-tab-header-label-text-size: var(--mat-sys-title-small-size);
  --mat-tab-header-label-text-tracking: var(--mat-sys-title-small-tracking);
  --mat-tab-header-label-text-line-height: var(--mat-sys-title-small-line-height);
  --mat-tab-header-label-text-weight: var(--mat-sys-title-small-weight);
}
html,
body {
  --mat-checkbox-label-text-font: var(--mat-sys-body-medium-font);
  --mat-checkbox-label-text-line-height: var(--mat-sys-body-medium-line-height);
  --mat-checkbox-label-text-size: var(--mat-sys-body-medium-size);
  --mat-checkbox-label-text-tracking: var(--mat-sys-body-medium-tracking);
  --mat-checkbox-label-text-weight: var(--mat-sys-body-medium-weight);
}
html,
body {
  --mdc-text-button-label-text-font: var(--mat-sys-label-large-font);
  --mdc-text-button-label-text-size: var(--mat-sys-label-large-size);
  --mdc-text-button-label-text-tracking: var(--mat-sys-label-large-tracking);
  --mdc-text-button-label-text-weight: var(--mat-sys-label-large-weight);
}
html,
body {
  --mdc-protected-button-label-text-font: var(--mat-sys-label-large-font);
  --mdc-protected-button-label-text-size: var(--mat-sys-label-large-size);
  --mdc-protected-button-label-text-tracking: var(--mat-sys-label-large-tracking);
  --mdc-protected-button-label-text-weight: var(--mat-sys-label-large-weight);
}
html,
body {
  --mdc-filled-button-label-text-font: var(--mat-sys-label-large-font);
  --mdc-filled-button-label-text-size: var(--mat-sys-label-large-size);
  --mdc-filled-button-label-text-tracking: var(--mat-sys-label-large-tracking);
  --mdc-filled-button-label-text-weight: var(--mat-sys-label-large-weight);
}
html,
body {
  --mdc-outlined-button-label-text-font: var(--mat-sys-label-large-font);
  --mdc-outlined-button-label-text-size: var(--mat-sys-label-large-size);
  --mdc-outlined-button-label-text-tracking: var(--mat-sys-label-large-tracking);
  --mdc-outlined-button-label-text-weight: var(--mat-sys-label-large-weight);
}
html,
body {
  --mdc-extended-fab-label-text-font: var(--mat-sys-label-large-font);
  --mdc-extended-fab-label-text-size: var(--mat-sys-label-large-size);
  --mdc-extended-fab-label-text-tracking: var(--mat-sys-label-large-tracking);
  --mdc-extended-fab-label-text-weight: var(--mat-sys-label-large-weight);
}
html,
body {
  --mdc-snackbar-supporting-text-font: var(--mat-sys-body-medium-font);
  --mdc-snackbar-supporting-text-line-height: var(--mat-sys-body-medium-line-height);
  --mdc-snackbar-supporting-text-size: var(--mat-sys-body-medium-size);
  --mdc-snackbar-supporting-text-weight: var(--mat-sys-body-medium-weight);
}
html,
body {
  --mat-table-header-headline-font: var(--mat-sys-title-small-font);
  --mat-table-header-headline-line-height: var(--mat-sys-title-small-line-height);
  --mat-table-header-headline-size: var(--mat-sys-title-small-size);
  --mat-table-header-headline-weight: var(--mat-sys-title-small-weight);
  --mat-table-header-headline-tracking: var(--mat-sys-title-small-tracking);
  --mat-table-row-item-label-text-font: var(--mat-sys-body-medium-font);
  --mat-table-row-item-label-text-line-height: var(--mat-sys-body-medium-line-height);
  --mat-table-row-item-label-text-size: var(--mat-sys-body-medium-size);
  --mat-table-row-item-label-text-weight: var(--mat-sys-body-medium-weight);
  --mat-table-row-item-label-text-tracking: var(--mat-sys-body-medium-tracking);
  --mat-table-footer-supporting-text-font: var(--mat-sys-body-medium-font);
  --mat-table-footer-supporting-text-line-height: var(--mat-sys-body-medium-line-height);
  --mat-table-footer-supporting-text-size: var(--mat-sys-body-medium-size);
  --mat-table-footer-supporting-text-weight: var(--mat-sys-body-medium-weight);
  --mat-table-footer-supporting-text-tracking: var(--mat-sys-body-medium-tracking);
}
html .mat-headline-small,
body .mat-headline-small {
  margin: 0px !important;
}
html .mat-headline-large,
body .mat-headline-large {
  margin: 0px !important;
}
html,
body {
  --mdc-filled-button-container-shape: 5px;
}
html,
body {
  --mdc-outlined-button-container-shape: 5px;
}
html,
body {
  --mdc-protected-button-container-shape: 5px;
}
html,
body {
  --mdc-text-button-container-shape: 5px;
}
html,
body {
  --mdc-outlined-button-outline-color: var(--sys-outline-variant);
}
html,
body {
  --mdc-outlined-text-field-outline-color: var(--sys-outline-variant);
}
html,
body {
  --mdc-outlined-text-field-hover-outline-color: var(--sys-outline-variant);
}
html,
body {
  --mdc-outlined-text-field-focus-outline-color: var(--sys-outline-variant);
}
html,
body {
  --mdc-outlined-text-field-input-text-placeholder-color: var(--sys-outline);
}
html,
body {
  --mdc-outlined-text-field-input-text-color: var(--sys-on-surface);
}
html,
body {
  --mat-standard-button-toggle-shape: 5px;
}
html,
body {
  --mat-standard-button-toggle-selected-state-background-color: var(--sys-secondary-container);
}
html .mdc-button,
body .mdc-button {
  min-width: 112px !important;
  min-height: 44px !important;
}
html .mat-mdc-menu-panel .mat-divider,
body .mat-mdc-menu-panel .mat-divider {
  margin-top: 0px;
  margin-bottom: 0px;
}
html .mat-mdc-menu-content,
body .mat-mdc-menu-content {
  padding: 0px !important;
}
html .skeleton-loader,
body .skeleton-loader {
  margin-bottom: 0px !important;
  background-color: var(--sys-surface-container-low) !important;
}
html .mat-button-toggle-button,
body .mat-button-toggle-button {
  min-width: 104px !important;
}
html .mat-mdc-paginator-page-size-label,
body .mat-mdc-paginator-page-size-label {
  display: none !important;
}
html .mat-mdc-paginator.mat-mdc-select-value,
body .mat-mdc-paginator.mat-mdc-select-value {
  font-size: var(--sys-body-large-tracking);
}
html .mat-mdc-paginator-page-size,
body .mat-mdc-paginator-page-size {
  margin-right: 0px !important;
}
html .mat-mdc-paginator-page-size-select,
body .mat-mdc-paginator-page-size-select {
  width: 65px !important;
}
html .mat-mdc-paginator-container,
body .mat-mdc-paginator-container {
  padding: 0px !important;
}
html .mat-mdc-paginator-range-actions,
body .mat-mdc-paginator-range-actions {
  display: none !important;
}
html .mat-mdc-paginator-page-size-label,
body .mat-mdc-paginator-page-size-label {
  display: none !important;
}
html .mat-mdc-card:hover,
body .mat-mdc-card:hover {
  background-color: var(--sys-surface-dim) !important;
}
html,
body {
  --mdc-elevated-card-container-shape: 5px;
}
html,
body {
  --mdc-outlined-card-container-shape: 5px;
}
html,
body {
  --mdc-elevated-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
html,
body {
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
html,
body {
  --mdc-elevated-card-container-color: var(--sys-surface-container-lowest);
}
html,
body {
  --mdc-outlined-card-container-color: var(--sys-surface-container-lowest);
}
html,
body {
  --mdc-dialog-container-color: var(--sys-surface-container-lowest);
}
html,
body {
  --mdc-dialog-container-shape: 5px;
}
html,
body {
  --mat-divider-color: var(--sys-outline-variant);
}
html,
body {
  --mat-divider-width: 1px;
}
html,
body {
  --mat-expansion-container-background-color: var(--sys-surface-container-lowest);
}
html,
body {
  --mat-menu-divider-color: var(--sys-outline-variant);
}
html,
body {
  --mat-menu-container-color: var(--sys-surface-container-lowest);
}
html,
body {
  --mat-paginator-container-background-color: var(--sys-surface-container-lowest);
}
html,
body {
  --mat-paginator-select-trigger-text-size: var(--mat-sys-body-large-weight);
}
html,
body {
  --mat-sidenav-container-background-color: var(--sys-surface-container-lowest);
}
html,
body {
  --mat-sidenav-content-background-color: var(--sys-surface-container-lowest);
}
html,
body {
  --mat-sidenav-container-shape: 0px;
}
html,
body {
  --mat-sidenav-container-width: 250px;
}
html,
body {
  --mat-switch-track-outline-color: var(--sys-surface-container-highest);
}
html,
body {
  --mat-switch-track-outline-width: 2px;
}
html,
body {
  --mdc-switch-selected-focus-handle-color: var(--sys-primary-container);
}
html,
body {
  --mdc-switch-selected-hover-handle-color: var(--sys-primary-container);
}
html,
body {
  --mdc-switch-selected-pressed-handle-color: var(--sys-primary-container);
}
html,
body {
  --mdc-switch-selected-focus-track-color: var(--sys-primary);
}
html,
body {
  --mdc-switch-selected-hover-track-color: var(--sys-primary);
}
html,
body {
  --mdc-switch-selected-pressed-track-color: var(--sys-primary);
}
html,
body {
  --mdc-switch-selected-track-color: var(--sys-primary);
}
html,
body {
  --mdc-switch-selected-icon-color: var(--sys-primary);
}
html,
body {
  --mat-datepicker-calendar-container-background-color: var(--sys-surface-container-lowest);
}
html,
body {
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
html,
body {
  --mdc-secondary-navigation-tab-container-height: 72px;
}
html,
body {
  --mat-tab-header-divider-color: var(--sys-outline-variant);
}
html,
body {
  --mdc-plain-tooltip-supporting-text-size: 12px;
}
html,
body {
  --mat-select-panel-background-color: var(--sys-surface-container-lowest);
}
html .dark-theme,
body .dark-theme {
  --sys-warn: #fabd00;
  --sys-on-warn: #3f2e00;
  --sys-warn-container: #5b4300;
  --sys-on-warn-container: #ffefd4;
  --sys-success: #78dc77;
  --sys-on-success: #00390a;
  --sys-success-container: #005313;
  --sys-on-success-container: #ecffe4;
  --sys-financial-red: #FC8C7E;
  --sys-on-financial-red: #490303;
  --sys-financial-red-container: #760707;
  --sys-on-financial-red-container: #FCE8E6;
  --sys-financial-green: #8CD987;
  --sys-on-financial-green: #00390a;
  --sys-financial-green-container: #005313;
  --sys-on-financial-green-container: #ecffe4;
  --sys-elite: #bbc3ff;
  --sys-on-elite: #15257e;
  --sys-elite-container: #303e95;
  --sys-on-elite-container: #f0efff;
  --sys-itd-blue: #a5c8ff;
  --sys-on-itd-blue: #00315e;
  --sys-itd-blue-container: #004786;
  --sys-on-itd-blue-container: #ebf1ff;
  --sys-meet-blue: #adc6ff;
  --sys-on-meet-blue: #002e68;
  --sys-meet-blue-container: #004493;
  --sys-on-meet-blue-container: #edf0ff;
  --sys-meet-red: #d32f2f;
  --sys-on-meet-red: #680008;
  --sys-meet-red-container: #930010;
  --sys-on-meet-red-container: #ffedeb;
  --sys-surface-container-lowest: #0d0e13;
  --sys-surface-container-low: #1a1b21;
  --sys-surface-container: #1e1f25;
  --sys-surface-container-high: #292a2f;
  --sys-surface-container-highest: #32343e;
  --sys-on-surface-variant: #c6c5d0;
  --sys-error-container: #690005;
  --sys-primary: #b6c4ff;
  --sys-on-primary: #002780;
  --sys-primary-container: #003ab3;
  --sys-on-primary-container: #dce1ff;
  --sys-secondary: #c2c5dd;
  --sys-on-secondary: #2b3042;
  --sys-secondary-container: #424659;
  --sys-on-secondary-container: #dee1f9;
  --sys-on-surface: #e3e1e9;
  --sys-on-surface-variant: #c6c5d0;
  --sys-outline: #90909a;
  --sys-outline-variant: #45464f;
  --sys-primary-fixed: #dce1ff;
  --sys-surface-dim: #121318;
  --sys-warning-container: #fabd00;
}
html .dark-theme,
body .dark-theme {
  --mat-sys-background: #11131c;
  --mat-sys-error: #ffb4ab;
  --mat-sys-error-container: #93000a;
  --mat-sys-inverse-on-surface: #2e303a;
  --mat-sys-inverse-primary: #004ee8;
  --mat-sys-inverse-surface: #e1e1ee;
  --mat-sys-on-background: #e1e1ee;
  --mat-sys-on-error: #690005;
  --mat-sys-on-error-container: #ffdad6;
  --mat-sys-on-primary: #002780;
  --mat-sys-on-primary-container: #dce1ff;
  --mat-sys-on-primary-fixed: #001550;
  --mat-sys-on-primary-fixed-variant: #003ab3;
  --mat-sys-on-secondary: #142b6f;
  --mat-sys-on-secondary-container: #dce1ff;
  --mat-sys-on-secondary-fixed: #001550;
  --mat-sys-on-secondary-fixed-variant: #2e4287;
  --mat-sys-on-surface: #e1e1ee;
  --mat-sys-on-surface-variant: #dfe1f5;
  --mat-sys-on-tertiary: #55006a;
  --mat-sys-on-tertiary-container: #fdd6ff;
  --mat-sys-on-tertiary-fixed: #340042;
  --mat-sys-on-tertiary-fixed-variant: #790095;
  --mat-sys-outline: #8d90a2;
  --mat-sys-outline-variant: #434656;
  --mat-sys-primary: #b6c4ff;
  --mat-sys-primary-container: #003ab3;
  --mat-sys-primary-fixed: #dce1ff;
  --mat-sys-primary-fixed-dim: #b6c4ff;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #b6c4ff;
  --mat-sys-secondary-container: #2e4287;
  --mat-sys-secondary-fixed: #dce1ff;
  --mat-sys-secondary-fixed-dim: #b6c4ff;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #11131c;
  --mat-sys-surface-bright: #373943;
  --mat-sys-surface-container: #1d1f28;
  --mat-sys-surface-container-high: #282933;
  --mat-sys-surface-container-highest: #32343e;
  --mat-sys-surface-container-low: #191b24;
  --mat-sys-surface-container-lowest: #0c0e16;
  --mat-sys-surface-dim: #11131c;
  --mat-sys-surface-tint: #b6c4ff;
  --mat-sys-surface-variant: #434656;
  --mat-sys-tertiary: #f4aeff;
  --mat-sys-tertiary-container: #790095;
  --mat-sys-tertiary-fixed: #fdd6ff;
  --mat-sys-tertiary-fixed-dim: #f4aeff;
  --mat-sys-neutral-variant20: #2c303e;
  --mat-sys-neutral10: #191b24;
}

/* node_modules/animate.css/animate.css */
/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* projects/appstore-app/src/styles/styles.css */
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.bottom-0 {
  bottom: 0px !important;
}
.bottom-14 {
  bottom: 3.5rem !important;
}
.bottom-4 {
  bottom: 1rem !important;
}
.bottom-5 {
  bottom: 1.25rem !important;
}
.left-0 {
  left: 0px !important;
}
.right-0 {
  right: 0px !important;
}
.top-7 {
  top: 1.75rem !important;
}
.z-50 {
  z-index: 50 !important;
}
.z-\[1050\] {
  z-index: 1050 !important;
}
.m-0 {
  margin: 0px !important;
}
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}
.mb-16 {
  margin-bottom: 4rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-32 {
  margin-bottom: 8rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-\[-1\.25em\] {
  margin-bottom: -1.25em !important;
}
.mb-\[210px\] {
  margin-bottom: 210px !important;
}
.mb-\[21px\] {
  margin-bottom: 21px !important;
}
.mb-\[22px\] {
  margin-bottom: 22px !important;
}
.mb-\[260px\] {
  margin-bottom: 260px !important;
}
.mb-\[2px\] {
  margin-bottom: 2px !important;
}
.mb-\[5px\] {
  margin-bottom: 5px !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-12 {
  margin-left: 3rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 0.75rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.ml-5 {
  margin-left: 1.25rem !important;
}
.ml-6 {
  margin-left: 1.5rem !important;
}
.ml-\[-12px\] {
  margin-left: -12px !important;
}
.ml-\[-6px\] {
  margin-left: -6px !important;
}
.ml-\[-8px\] {
  margin-left: -8px !important;
}
.ml-\[22px\] {
  margin-left: 22px !important;
}
.ml-\[295px\] {
  margin-left: 295px !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 0.75rem !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mr-6 {
  margin-right: 1.5rem !important;
}
.mr-\[64px\] {
  margin-right: 64px !important;
}
.mt-0\.5 {
  margin-top: 0.125rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-10 {
  margin-top: 2.5rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.mt-14 {
  margin-top: 3.5rem !important;
}
.mt-16 {
  margin-top: 4rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-28 {
  margin-top: 7rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-32 {
  margin-top: 8rem !important;
}
.mt-36 {
  margin-top: 9rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-\[0\.5px\] {
  margin-top: 0.5px !important;
}
.mt-\[22px\] {
  margin-top: 22px !important;
}
.mt-\[24px\] {
  margin-top: 24px !important;
}
.mt-\[28px\] {
  margin-top: 28px !important;
}
.mt-\[2px\] {
  margin-top: 2px !important;
}
.mt-\[34px\] {
  margin-top: 34px !important;
}
.line-clamp-2 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}
.inline-block {
  display: inline-block !important;
}
.flex {
  display: flex !important;
}
.grid {
  display: grid !important;
}
.hidden {
  display: none !important;
}
.size-16 {
  width: 4rem !important;
  height: 4rem !important;
}
.size-20 {
  width: 5rem !important;
  height: 5rem !important;
}
.size-24 {
  width: 6rem !important;
  height: 6rem !important;
}
.size-32 {
  width: 8rem !important;
  height: 8rem !important;
}
.size-40 {
  width: 10rem !important;
  height: 10rem !important;
}
.size-48 {
  width: 12rem !important;
  height: 12rem !important;
}
.size-5 {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.size-6 {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.size-\[104px\] {
  width: 104px !important;
  height: 104px !important;
}
.size-\[20px\] {
  width: 20px !important;
  height: 20px !important;
}
.size-full {
  width: 100% !important;
  height: 100% !important;
}
.h-10 {
  height: 2.5rem !important;
}
.h-12 {
  height: 3rem !important;
}
.h-20 {
  height: 5rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-6 {
  height: 1.5rem !important;
}
.h-72 {
  height: 18rem !important;
}
.h-8 {
  height: 2rem !important;
}
.h-80 {
  height: 20rem !important;
}
.h-9 {
  height: 2.25rem !important;
}
.h-\[102px\] {
  height: 102px !important;
}
.h-\[104px\] {
  height: 104px !important;
}
.h-\[124px\] {
  height: 124px !important;
}
.h-\[136px\] {
  height: 136px !important;
}
.h-\[14px\] {
  height: 14px !important;
}
.h-\[160px\] {
  height: 160px !important;
}
.h-\[16px\] {
  height: 16px !important;
}
.h-\[183px\] {
  height: 183px !important;
}
.h-\[188px\] {
  height: 188px !important;
}
.h-\[232px\] {
  height: 232px !important;
}
.h-\[235px\] {
  height: 235px !important;
}
.h-\[24px\] {
  height: 24px !important;
}
.h-\[255px\] {
  height: 255px !important;
}
.h-\[26px\] {
  height: 26px !important;
}
.h-\[36px\] {
  height: 36px !important;
}
.h-\[44px\] {
  height: 44px !important;
}
.h-\[46px\] {
  height: 46px !important;
}
.h-\[48px\] {
  height: 48px !important;
}
.h-\[496px\] {
  height: 496px !important;
}
.h-\[56px\] {
  height: 56px !important;
}
.h-\[640px\] {
  height: 640px !important;
}
.h-\[72px\] {
  height: 72px !important;
}
.h-\[88px\] {
  height: 88px !important;
}
.h-\[96px\] {
  height: 96px !important;
}
.h-auto {
  height: auto !important;
}
.h-full {
  height: 100% !important;
}
.h-screen {
  height: 100vh !important;
}
.max-h-\[788px\] {
  max-height: 788px !important;
}
.min-h-screen {
  min-height: 100vh !important;
}
.w-12 {
  width: 3rem !important;
}
.w-14 {
  width: 3.5rem !important;
}
.w-4 {
  width: 1rem !important;
}
.w-6 {
  width: 1.5rem !important;
}
.w-8 {
  width: 2rem !important;
}
.w-\[100\.5px\] {
  width: 100.5px !important;
}
.w-\[103px\] {
  width: 103px !important;
}
.w-\[1080px\] {
  width: 1080px !important;
}
.w-\[112px\] {
  width: 112px !important;
}
.w-\[124px\] {
  width: 124px !important;
}
.w-\[132px\] {
  width: 132px !important;
}
.w-\[135px\] {
  width: 135px !important;
}
.w-\[136px\] {
  width: 136px !important;
}
.w-\[140px\] {
  width: 140px !important;
}
.w-\[14px\] {
  width: 14px !important;
}
.w-\[153px\] {
  width: 153px !important;
}
.w-\[156px\] {
  width: 156px !important;
}
.w-\[160px\] {
  width: 160px !important;
}
.w-\[16px\] {
  width: 16px !important;
}
.w-\[177px\] {
  width: 177px !important;
}
.w-\[200px\] {
  width: 200px !important;
}
.w-\[204px\] {
  width: 204px !important;
}
.w-\[246px\] {
  width: 246px !important;
}
.w-\[267px\] {
  width: 267px !important;
}
.w-\[26px\] {
  width: 26px !important;
}
.w-\[300px\] {
  width: 300px !important;
}
.w-\[309px\] {
  width: 309px !important;
}
.w-\[316px\] {
  width: 316px !important;
}
.w-\[328px\] {
  width: 328px !important;
}
.w-\[350px\] {
  width: 350px !important;
}
.w-\[360px\] {
  width: 360px !important;
}
.w-\[36px\] {
  width: 36px !important;
}
.w-\[410px\] {
  width: 410px !important;
}
.w-\[48px\] {
  width: 48px !important;
}
.w-\[528px\] {
  width: 528px !important;
}
.w-\[540px\] {
  width: 540px !important;
}
.w-\[548px\] {
  width: 548px !important;
}
.w-\[66\%\] {
  width: 66% !important;
}
.w-\[69px\] {
  width: 69px !important;
}
.w-\[72px\] {
  width: 72px !important;
}
.w-\[810px\] {
  width: 810px !important;
}
.w-\[84px\] {
  width: 84px !important;
}
.w-auto {
  width: auto !important;
}
.w-fit {
  width: fit-content !important;
}
.w-full {
  width: 100% !important;
}
.max-w-\[1080px\] {
  max-width: 1080px !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-grow {
  flex-grow: 1 !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.grow {
  flex-grow: 1 !important;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.list-decimal {
  list-style-type: decimal !important;
}
.list-disc {
  list-style-type: disc !important;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.items-start {
  align-items: flex-start !important;
}
.items-center {
  align-items: center !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-10 {
  gap: 2.5rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-4 {
  gap: 1rem !important;
}
.gap-6 {
  gap: 1.5rem !important;
}
.gap-8 {
  gap: 2rem !important;
}
.gap-\[12px\] {
  gap: 12px !important;
}
.gap-\[14px\] {
  gap: 14px !important;
}
.gap-\[16px\] {
  gap: 16px !important;
}
.gap-\[3px\] {
  gap: 3px !important;
}
.gap-\[4px\] {
  gap: 4px !important;
}
.gap-\[8px\] {
  gap: 8px !important;
}
.gap-x-2 {
  column-gap: 0.5rem !important;
}
.gap-x-\[14px\] {
  column-gap: 14px !important;
}
.gap-y-1 {
  row-gap: 0.25rem !important;
}
.gap-y-2 {
  row-gap: 0.5rem !important;
}
.gap-y-2\.5 {
  row-gap: 0.625rem !important;
}
.gap-y-4 {
  row-gap: 1rem !important;
}
.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.text-nowrap {
  text-wrap: nowrap !important;
}
.rounded-\[100px\] {
  border-radius: 100px !important;
}
.rounded-\[48px\] {
  border-radius: 48px !important;
}
.rounded-\[5px\] {
  border-radius: 5px !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded-md {
  border-radius: 0.375rem !important;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}
.border {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-\[1px\] {
  border-width: 1px !important;
}
.border-\[2px\] {
  border-width: 2px !important;
}
.border-b {
  border-bottom-width: 1px !important;
}
.border-b-0 {
  border-bottom-width: 0px !important;
}
.border-t {
  border-top-width: 1px !important;
}
.border-t-0 {
  border-top-width: 0px !important;
}
.border-\[\#E0E0E0\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1)) !important;
}
.border-\[\#EEEEEE\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1)) !important;
}
.border-blue-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1)) !important;
}
.border-outline-variant {
  border-color: var(--sys-outline-variant) !important;
}
.border-primary {
  border-color: var(--sys-primary) !important;
}
.border-surface-container-highest {
  border-color: var(--sys-surface-container-highest) !important;
}
.bg-\[\#DCE1FF\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 225 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#F9FAFF\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-error-container {
  background-color: var(--sys-error-container) !important;
}
.bg-outline-variant {
  background-color: var(--sys-outline-variant) !important;
}
.bg-secondary-container {
  background-color: var(--sys-secondary-container) !important;
}
.bg-surface-container {
  background-color: var(--sys-surface-container) !important;
}
.bg-surface-container-highest {
  background-color: var(--sys-surface-container-highest) !important;
}
.bg-surface-container-low {
  background-color: var(--sys-surface-container-low) !important;
}
.bg-surface-container-lowest {
  background-color: var(--sys-surface-container-lowest) !important;
}
.bg-warn-container {
  background-color: var(--sys-warn-container) !important;
}
.p-0 {
  padding: 0px !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-\[16px\] {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.px-\[5px\] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-\[12px\] {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.py-\[16px\] {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.py-\[20px\] {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pl-0\.5 {
  padding-left: 0.125rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-5 {
  padding-left: 1.25rem !important;
}
.pl-7 {
  padding-left: 1.75rem !important;
}
.pl-9 {
  padding-left: 2.25rem !important;
}
.pl-\[5px\] {
  padding-left: 5px !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-3 {
  padding-right: 0.75rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.pr-\[7px\] {
  padding-right: 7px !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pt-\[32px\] {
  padding-top: 32px !important;
}
.text-center {
  text-align: center !important;
}
.align-middle {
  vertical-align: middle !important;
}
.font-sans {
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji" !important;
}
.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-\[28px\] {
  font-size: 28px !important;
}
.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.leading-9 {
  line-height: 2.25rem !important;
}
.leading-\[18px\] {
  line-height: 18px !important;
}
.text-\[\#E53935\] {
  --tw-text-opacity: 1 !important;
  color: rgb(229 57 53 / var(--tw-text-opacity, 1)) !important;
}
.text-error {
  color: var(--sys-error) !important;
}
.text-on-primary {
  color: var(--sys-on-primary) !important;
}
.text-on-surface {
  color: var(--sys-on-surface) !important;
}
.text-on-surface-variant {
  color: var(--sys-on-surface-variant) !important;
}
.text-outline {
  color: var(--sys-outline) !important;
}
.text-outline-variant {
  color: var(--sys-outline-variant) !important;
}
.text-primary {
  color: var(--sys-primary) !important;
}
.text-warn {
  color: var(--sys-warn) !important;
}
.underline {
  text-decoration-line: underline !important;
}
.shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.outline {
  outline-style: solid !important;
}
body {
  font-family: "General Sans";
  font-weight: 500;
}
a {
  cursor: pointer !important;
  text-decoration: none !important;
}
.font-elite {
  font-family: "General Sans" !important;
}
::-webkit-scrollbar {
  display: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mdc-notched-outline__notch {
  border-right: none !important;
}
.custom-overlay-backdrop {
  background-color: var(--sys-surface-container-lowest);
}
.custom-overlay-pane {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-track {
  margin: 0px !important;
}
.size-1 {
  width: 1px !important;
  height: 1px !important;
  font-size: 1px !important;
}
.size-2 {
  width: 2px !important;
  height: 2px !important;
  font-size: 2px !important;
}
.size-3 {
  width: 3px !important;
  height: 3px !important;
  font-size: 3px !important;
}
.size-4 {
  width: 4px !important;
  height: 4px !important;
  font-size: 4px !important;
}
.size-5 {
  width: 5px !important;
  height: 5px !important;
  font-size: 5px !important;
}
.size-6 {
  width: 6px !important;
  height: 6px !important;
  font-size: 6px !important;
}
.size-7 {
  width: 7px !important;
  height: 7px !important;
  font-size: 7px !important;
}
.size-8 {
  width: 8px !important;
  height: 8px !important;
  font-size: 8px !important;
}
.size-9 {
  width: 9px !important;
  height: 9px !important;
  font-size: 9px !important;
}
.size-10 {
  width: 10px !important;
  height: 10px !important;
  font-size: 10px !important;
}
.size-11 {
  width: 11px !important;
  height: 11px !important;
  font-size: 11px !important;
}
.size-12 {
  width: 12px !important;
  height: 12px !important;
  font-size: 12px !important;
}
.size-13 {
  width: 13px !important;
  height: 13px !important;
  font-size: 13px !important;
}
.size-14 {
  width: 14px !important;
  height: 14px !important;
  font-size: 14px !important;
}
.size-15 {
  width: 15px !important;
  height: 15px !important;
  font-size: 15px !important;
}
.size-16 {
  width: 16px !important;
  height: 16px !important;
  font-size: 16px !important;
}
.size-17 {
  width: 17px !important;
  height: 17px !important;
  font-size: 17px !important;
}
.size-18 {
  width: 18px !important;
  height: 18px !important;
  font-size: 18px !important;
}
.size-19 {
  width: 19px !important;
  height: 19px !important;
  font-size: 19px !important;
}
.size-20 {
  width: 20px !important;
  height: 20px !important;
  font-size: 20px !important;
}
.size-21 {
  width: 21px !important;
  height: 21px !important;
  font-size: 21px !important;
}
.size-22 {
  width: 22px !important;
  height: 22px !important;
  font-size: 22px !important;
}
.size-23 {
  width: 23px !important;
  height: 23px !important;
  font-size: 23px !important;
}
.size-24 {
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
}
.size-25 {
  width: 25px !important;
  height: 25px !important;
  font-size: 25px !important;
}
.size-26 {
  width: 26px !important;
  height: 26px !important;
  font-size: 26px !important;
}
.size-27 {
  width: 27px !important;
  height: 27px !important;
  font-size: 27px !important;
}
.size-28 {
  width: 28px !important;
  height: 28px !important;
  font-size: 28px !important;
}
.size-29 {
  width: 29px !important;
  height: 29px !important;
  font-size: 29px !important;
}
.size-30 {
  width: 30px !important;
  height: 30px !important;
  font-size: 30px !important;
}
.size-31 {
  width: 31px !important;
  height: 31px !important;
  font-size: 31px !important;
}
.size-32 {
  width: 32px !important;
  height: 32px !important;
  font-size: 32px !important;
}
.size-33 {
  width: 33px !important;
  height: 33px !important;
  font-size: 33px !important;
}
.size-34 {
  width: 34px !important;
  height: 34px !important;
  font-size: 34px !important;
}
.size-35 {
  width: 35px !important;
  height: 35px !important;
  font-size: 35px !important;
}
.size-36 {
  width: 36px !important;
  height: 36px !important;
  font-size: 36px !important;
}
.size-37 {
  width: 37px !important;
  height: 37px !important;
  font-size: 37px !important;
}
.size-38 {
  width: 38px !important;
  height: 38px !important;
  font-size: 38px !important;
}
.size-39 {
  width: 39px !important;
  height: 39px !important;
  font-size: 39px !important;
}
.size-40 {
  width: 40px !important;
  height: 40px !important;
  font-size: 40px !important;
}
.size-41 {
  width: 41px !important;
  height: 41px !important;
  font-size: 41px !important;
}
.size-42 {
  width: 42px !important;
  height: 42px !important;
  font-size: 42px !important;
}
.size-43 {
  width: 43px !important;
  height: 43px !important;
  font-size: 43px !important;
}
.size-44 {
  width: 44px !important;
  height: 44px !important;
  font-size: 44px !important;
}
.size-45 {
  width: 45px !important;
  height: 45px !important;
  font-size: 45px !important;
}
.size-46 {
  width: 46px !important;
  height: 46px !important;
  font-size: 46px !important;
}
.size-47 {
  width: 47px !important;
  height: 47px !important;
  font-size: 47px !important;
}
.size-48 {
  width: 48px !important;
  height: 48px !important;
  font-size: 48px !important;
}
.size-49 {
  width: 49px !important;
  height: 49px !important;
  font-size: 49px !important;
}
.size-50 {
  width: 50px !important;
  height: 50px !important;
  font-size: 50px !important;
}
.size-51 {
  width: 51px !important;
  height: 51px !important;
  font-size: 51px !important;
}
.size-52 {
  width: 52px !important;
  height: 52px !important;
  font-size: 52px !important;
}
.size-53 {
  width: 53px !important;
  height: 53px !important;
  font-size: 53px !important;
}
.size-54 {
  width: 54px !important;
  height: 54px !important;
  font-size: 54px !important;
}
.size-55 {
  width: 55px !important;
  height: 55px !important;
  font-size: 55px !important;
}
.size-56 {
  width: 56px !important;
  height: 56px !important;
  font-size: 56px !important;
}
.size-57 {
  width: 57px !important;
  height: 57px !important;
  font-size: 57px !important;
}
.size-58 {
  width: 58px !important;
  height: 58px !important;
  font-size: 58px !important;
}
.size-59 {
  width: 59px !important;
  height: 59px !important;
  font-size: 59px !important;
}
.size-60 {
  width: 60px !important;
  height: 60px !important;
  font-size: 60px !important;
}
.size-61 {
  width: 61px !important;
  height: 61px !important;
  font-size: 61px !important;
}
.size-62 {
  width: 62px !important;
  height: 62px !important;
  font-size: 62px !important;
}
.size-63 {
  width: 63px !important;
  height: 63px !important;
  font-size: 63px !important;
}
.size-64 {
  width: 64px !important;
  height: 64px !important;
  font-size: 64px !important;
}
.size-65 {
  width: 65px !important;
  height: 65px !important;
  font-size: 65px !important;
}
.size-66 {
  width: 66px !important;
  height: 66px !important;
  font-size: 66px !important;
}
.size-67 {
  width: 67px !important;
  height: 67px !important;
  font-size: 67px !important;
}
.size-68 {
  width: 68px !important;
  height: 68px !important;
  font-size: 68px !important;
}
.size-69 {
  width: 69px !important;
  height: 69px !important;
  font-size: 69px !important;
}
.size-70 {
  width: 70px !important;
  height: 70px !important;
  font-size: 70px !important;
}
.size-71 {
  width: 71px !important;
  height: 71px !important;
  font-size: 71px !important;
}
.size-72 {
  width: 72px !important;
  height: 72px !important;
  font-size: 72px !important;
}
.size-73 {
  width: 73px !important;
  height: 73px !important;
  font-size: 73px !important;
}
.size-74 {
  width: 74px !important;
  height: 74px !important;
  font-size: 74px !important;
}
.size-75 {
  width: 75px !important;
  height: 75px !important;
  font-size: 75px !important;
}
.size-76 {
  width: 76px !important;
  height: 76px !important;
  font-size: 76px !important;
}
.size-77 {
  width: 77px !important;
  height: 77px !important;
  font-size: 77px !important;
}
.size-78 {
  width: 78px !important;
  height: 78px !important;
  font-size: 78px !important;
}
.size-79 {
  width: 79px !important;
  height: 79px !important;
  font-size: 79px !important;
}
.size-80 {
  width: 80px !important;
  height: 80px !important;
  font-size: 80px !important;
}
.size-81 {
  width: 81px !important;
  height: 81px !important;
  font-size: 81px !important;
}
.size-82 {
  width: 82px !important;
  height: 82px !important;
  font-size: 82px !important;
}
.size-83 {
  width: 83px !important;
  height: 83px !important;
  font-size: 83px !important;
}
.size-84 {
  width: 84px !important;
  height: 84px !important;
  font-size: 84px !important;
}
.size-85 {
  width: 85px !important;
  height: 85px !important;
  font-size: 85px !important;
}
.size-86 {
  width: 86px !important;
  height: 86px !important;
  font-size: 86px !important;
}
.size-87 {
  width: 87px !important;
  height: 87px !important;
  font-size: 87px !important;
}
.size-88 {
  width: 88px !important;
  height: 88px !important;
  font-size: 88px !important;
}
.size-89 {
  width: 89px !important;
  height: 89px !important;
  font-size: 89px !important;
}
.size-90 {
  width: 90px !important;
  height: 90px !important;
  font-size: 90px !important;
}
.size-91 {
  width: 91px !important;
  height: 91px !important;
  font-size: 91px !important;
}
.size-92 {
  width: 92px !important;
  height: 92px !important;
  font-size: 92px !important;
}
.size-93 {
  width: 93px !important;
  height: 93px !important;
  font-size: 93px !important;
}
.size-94 {
  width: 94px !important;
  height: 94px !important;
  font-size: 94px !important;
}
.size-95 {
  width: 95px !important;
  height: 95px !important;
  font-size: 95px !important;
}
.size-96 {
  width: 96px !important;
  height: 96px !important;
  font-size: 96px !important;
}
.size-97 {
  width: 97px !important;
  height: 97px !important;
  font-size: 97px !important;
}
.size-98 {
  width: 98px !important;
  height: 98px !important;
  font-size: 98px !important;
}
.size-99 {
  width: 99px !important;
  height: 99px !important;
  font-size: 99px !important;
}
.size-100 {
  width: 100px !important;
  height: 100px !important;
  font-size: 100px !important;
}
.rupee-prefix {
  height: 24px !important;
  width: 10px !important;
  padding: 0px !important;
  margin-left: 16px !important;
  margin-right: 8px !important;
}
.hover\:cursor-pointer:hover {
  cursor: pointer !important;
}
.hover\:bg-secondary-container:hover {
  background-color: var(--sys-secondary-container) !important;
}
.hover\:bg-surface-container-low:hover {
  background-color: var(--sys-surface-container-low) !important;
}
.hover\:bg-surface-dim:hover {
  background-color: var(--sys-surface-dim) !important;
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:text-primary:hover {
  color: var(--sys-primary) !important;
}

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