/* You can add global styles to this file, and also import other style files */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
    margin: 0;
  }
/**
   * Render the `main` element consistently in IE.
   */
main {
    display: block;
  }
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
    background-color: transparent;
  }
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
  }
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
  strong {
    font-weight: bolder;
  }
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
/**
   * Add the correct font size in all browsers.
   */
small {
    font-size: 80%;
  }
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
sub {
    bottom: -0.25em;
  }
sup {
    top: -0.5em;
  }
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
    border-style: none;
  }
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
  input { /* 1 */
    overflow: visible;
  }
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
  select { /* 1 */
    text-transform: none;
  }
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
/**
   * Correct the padding in Firefox.
   */
fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    vertical-align: baseline;
  }
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
    overflow: auto;
  }
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
    display: block;
  }
/*
   * Add the correct display in all browsers.
   */
summary {
    display: list-item;
  }
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
    display: none;
  }
/**
   * Add the correct display in IE 10.
   */
[hidden] {
    display: none;
  }
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Colors for the ripple elements.*/
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Avenir;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Avenir;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Avenir;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Avenir;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Avenir;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font: 400 calc(20px * 0.83)/26px Avenir;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font: 400 calc(20px * 0.67)/26px Avenir;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 700 20px/26px Avenir;
  letter-spacing: normal;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 20px/26px Avenir;
  letter-spacing: normal;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 400 12px/20px Avenir;
  letter-spacing: normal;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Avenir;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Avenir;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Avenir;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Avenir;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 20px/26px Avenir;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Avenir;
  font-size: 16px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Avenir;
}
.mat-card {
  font-family: Avenir;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 20px;
}
.mat-checkbox {
  font-family: Avenir;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 26px;
}
.mat-chip {
  font-size: 20px;
  font-weight: 700;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Avenir;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 700;
}
.mat-cell, .mat-footer-cell {
  font-size: 20px;
}
.mat-calendar {
  font-family: Avenir;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 16px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px/32px Avenir;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Avenir;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 20px/26px Avenir;
  letter-spacing: normal;
}
.mat-form-field {
  font: 400 20px/1 Avenir;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1em;
  line-height: 1;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.75em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.25em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.24999em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.75em;
  padding-top: 0.75em;
}
.mat-form-field-label {
  top: 1.25em;
}
.mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.6666666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.5em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.25em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.25em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.25em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.24999em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.25em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.24998em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.6666666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.24997em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.24996em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.24995em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.5em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.49999em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.75em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.5em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.49999em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 20px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: 0em;
}
.mat-menu-item {
  font-family: Avenir;
  font-size: 20px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Avenir;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Avenir;
}
.mat-select {
  font-family: Avenir;
}
.mat-select-trigger {
  height: 1em;
}
.mat-slide-toggle-content {
  font-family: Avenir;
}
.mat-slider-thumb-label-text {
  font-family: Avenir;
  font-size: 12px;
  font-weight: 700;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Avenir;
}
.mat-step-label {
  font-size: 20px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 20px;
}
.mat-step-label-selected {
  font-size: 20px;
  font-weight: 700;
}
.mat-tab-group {
  font-family: Avenir;
}
.mat-tab-label, .mat-tab-link {
  font-family: Avenir;
  font-size: 16px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Avenir;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Avenir;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Avenir;
}
.mat-list-option {
  font-family: Avenir;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 20px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 20px;
}
.mat-list-base .mat-subheader {
  font-family: Avenir;
  font-size: 20px;
  font-weight: 700;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Avenir;
  font-size: 12px;
  font-weight: 700;
}
.mat-option {
  font-family: Avenir;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 700 20px/26px Avenir;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Avenir;
  font-size: 20px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Avenir;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 20px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
.mat-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: var(--themePrimary);
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f2e2c4;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}
.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: var(--themePrimary);
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #f2e2c4;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.mat-badge-content {
  color: rgba(51, 51, 51, 0.87);
  background: var(--themePrimary);
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.mat-badge-accent .mat-badge-content {
  background: #f2e2c4;
  color: rgba(255, 255, 255, 0.87);
}
.mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.mat-badge {
  position: relative;
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}
.mat-badge-content.mat-badge-active {
  transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: var(--themePrimary);
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #f2e2c4;
}
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #f44336;
}
.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: var(--themePrimary);
}
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #f2e2c4;
}
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}
.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.mat-button-focus-overlay {
  background: black;
}
.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: rgba(51, 51, 51, 0.87);
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: rgba(255, 255, 255, 0.87);
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: white;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: var(--themePrimary);
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #f2e2c4;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #f44336;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(51, 51, 51, 0.1);
}
.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone,
.mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-checkmark {
  fill: #fafafa;
}
.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: var(--themePrimary);
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #f2e2c4;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox .mat-ripple-element {
  background-color: black;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: var(--themePrimary);
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #f2e2c4;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}
.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip::after {
  background: black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: var(--themePrimary);
  color: rgba(51, 51, 51, 0.87);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: rgba(51, 51, 51, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(51, 51, 51, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #f2e2c4;
  color: rgba(255, 255, 255, 0.87);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: rgba(255, 255, 255, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-table {
  background: white;
}
.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}
mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}
.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
.mat-calendar-body-in-range::before {
  background: var(--themePrimary);
}
.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, var(--themePrimary) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, var(--themePrimary) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-calendar-body-selected {
  background-color: var(--themePrimary);
  color: rgba(51, 51, 51, 0.87);
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}
.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(51, 51, 51, 0.87);
}
.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(242, 226, 196, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(242, 226, 196, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(242, 226, 196, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #f2e2c4;
  color: rgba(255, 255, 255, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(242, 226, 196, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.87);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content-touch {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-datepicker-toggle-active {
  color: var(--themePrimary);
}
.mat-datepicker-toggle-active.mat-accent {
  color: #f2e2c4;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: var(--themePrimary);
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #f2e2c4;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}
.mat-focused .mat-form-field-required-marker {
  color: #f2e2c4;
}
.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: var(--themePrimary);
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #f2e2c4;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: var(--themePrimary);
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #f2e2c4;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}
.mat-error {
  color: #f44336;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: var(--themePrimary);
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #f2e2c4;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.mat-icon.mat-primary {
  color: var(--themePrimary);
}
.mat-icon.mat-accent {
  color: #f2e2c4;
}
.mat-icon.mat-warn {
  color: #f44336;
}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-input-element {
  caret-color: var(--themePrimary);
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-form-field.mat-accent .mat-input-element {
  caret-color: #f2e2c4;
}
.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #f44336;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #f44336;
}
.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.mat-list-item-disabled {
  background-color: #eeeeee;
}
.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
.mat-menu-panel {
  background: white;
}
.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled], .mat-menu-item[disabled]::after,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
.mat-menu-item .mat-icon-no-color,
.mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-paginator {
  background: white;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-paginator-container {
  min-height: 56px;
}
.mat-progress-bar-background {
  fill: #bbdefb;
}
.mat-progress-bar-buffer {
  background-color: #bbdefb;
}
.mat-progress-bar-fill::after {
  background-color: var(--themePrimary);
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #ef6c00;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #ef6c00;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #f2e2c4;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336;
}
.mat-progress-spinner circle, .mat-spinner circle {
  stroke: var(--themePrimary);
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #f2e2c4;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #f44336;
}
.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--themePrimary);
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: var(--themePrimary);
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f2e2c4;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #f2e2c4;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: black;
}
.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: var(--themePrimary);
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #f2e2c4;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #f2e2c4;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(242, 226, 196, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #f2e2c4;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: var(--themePrimary);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: var(--themePrimary);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: var(--themePrimary);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: var(--themePrimary);
}
.mat-primary .mat-slider-thumb-label-text {
  color: rgba(51, 51, 51, 0.87);
}
.mat-primary .mat-slider-focus-ring {
  background-color: var(--themePrimary);
  opacity: 0.2;
}
.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #f2e2c4;
}
.mat-accent .mat-slider-thumb-label-text {
  color: rgba(255, 255, 255, 0.87);
}
.mat-accent .mat-slider-focus-ring {
  background-color: rgba(242, 226, 196, 0.2);
}
.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: #f44336;
}
.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 0.2);
}
.mat-slider:hover .mat-slider-track-background,
.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: rgba(51, 51, 51, 0.87);
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: var(--themePrimary);
  color: rgba(51, 51, 51, 0.87);
}
.mat-step-header.mat-accent .mat-step-icon {
  color: rgba(255, 255, 255, 0.87);
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #f2e2c4;
  color: rgba(255, 255, 255, 0.87);
}
.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}
.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header {
  height: 72px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}
.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
.mat-sort-header-arrow {
  color: #757575;
}
.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-tab-group[class*=mat-background-] .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(187, 222, 251, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: var(--themePrimary);
}
.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: rgba(51, 51, 51, 0.87);
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(239, 108, 0, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #f2e2c4;
}
.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: rgba(255, 255, 255, 0.87);
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}
.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(187, 222, 251, 0.3);
}
.mat-tab-group.mat-background-primary .mat-tab-header, .mat-tab-group.mat-background-primary .mat-tab-links, .mat-tab-group.mat-background-primary .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .mat-tab-nav-bar.mat-background-primary .mat-tab-links, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination {
  background-color: var(--themePrimary);
}
.mat-tab-group.mat-background-primary .mat-tab-label, .mat-tab-group.mat-background-primary .mat-tab-link, .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: rgba(51, 51, 51, 0.87);
}
.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
  color: rgba(51, 51, 51, 0.4);
}
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: rgba(51, 51, 51, 0.87);
}
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(51, 51, 51, 0.4);
}
.mat-tab-group.mat-background-primary .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
  background-color: rgba(51, 51, 51, 0.12);
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(239, 108, 0, 0.3);
}
.mat-tab-group.mat-background-accent .mat-tab-header, .mat-tab-group.mat-background-accent .mat-tab-links, .mat-tab-group.mat-background-accent .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .mat-tab-nav-bar.mat-background-accent .mat-tab-links, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination {
  background-color: #f2e2c4;
}
.mat-tab-group.mat-background-accent .mat-tab-label, .mat-tab-group.mat-background-accent .mat-tab-link, .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: rgba(255, 255, 255, 0.87);
}
.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.87);
}
.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-background-warn .mat-tab-header, .mat-tab-group.mat-background-warn .mat-tab-links, .mat-tab-group.mat-background-warn .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .mat-tab-nav-bar.mat-background-warn .mat-tab-links, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination {
  background-color: #f44336;
}
.mat-tab-group.mat-background-warn .mat-tab-label, .mat-tab-group.mat-background-warn .mat-tab-link, .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: white;
}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: var(--themePrimary);
  color: rgba(51, 51, 51, 0.87);
}
.mat-toolbar.mat-accent {
  background: #f2e2c4;
  color: rgba(255, 255, 255, 0.87);
}
.mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-toolbar-multiple-rows {
  min-height: 64px;
}
.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }

  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.mat-tree {
  background: white;
}
.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tree-node {
  min-height: 48px;
}
.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-simple-snackbar-action {
  color: #f2e2c4;
}
/* You can add global styles to this file, and also import other style files */
* {
  font-family: "Avenir";
}
html, body {
  height: 100%;
}
body {
  margin: 0;
  font-family: "Avenir" Roboto, "Helvetica Neue", sans-serif;
  overflow: hidden;
}
.mat-dialog-container {
  padding: 0 !important;
  color: var(--neutralPrimary);
  background-color: var(--neutralLight);
}
.mat-toolbar-row, .mat-toolbar-single-row {
  font-size: 14px !important;
  font-weight: 600 !important;
  height: 40px !important;
  color: var(--neutralPrimary);
  background-color: var(--white);
  box-shadow: var(--toolbar-shadow) !important;
}
.mat-menu-content {
  color: var(--neutralPrimary);
  background-color: var(--white);
}
.mat-raised-button.mat-button-disabled.mat-button-disabled {
  color: gray !important;
  background-color: lightgray !important;
}
.mat-raised-button.mat-primary {
  color: var(--white) !important;
}
.mat-icon {
  color: var(--themePrimary);
}
.mat-form-field-underline, .mat-form-field-ripple {
  background-color: var(--themePrimary) !important;
}
.mat-form-field-label {
  color: gray !important;
}
.mat-form-field {
  font-size: 16px;
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background: var(--white) !important;
  height: 3px;
}
.mat-tab-labels, .mat-tab-label, .mat-tab-link {
  color: var(--white) !important;
  font-size: 16px;
}
.a {
  color: red;
}
.mat-cell {
  font-size: 18px;
  color: black;
}
.mat-header-cell {
  background-color: white;
  color: gray;
}
.mat-table {
  background-color: white;
  color: black;
}
.mat-row:nth-child(even) {
  background-color: #f8f8f8;
}
.mat-row:hover {
  background-color: #dadada;
}
.mat-radio-outer-circle {
  height: 10px;
  width: 10px;
  border-color: var(--themePrimary) !important;
}
.mat-radio-inner-circle {
  height: 10px;
  width: 10px;
  background-color: var(--themePrimary) !important;
}
.mat-checkbox-background, .mat-checkbox-frame {
  border-color: var(--themePrimary) !important;
}
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: var(--themePrimary) !important;
}
.progress-bar-buffer .mat-progress-bar-buffer {
  background: #f8e0b9;
}
.progress-bar-fill .mat-progress-bar-fill::after {
  background-color: #1E457C !important;
}
.mat-button-toggle-label-content {
  line-height: 5px !important;
  padding: 10px 10px 10px 10px !important;
}
.mat-button-toggle {
  background-color: lightgray;
  color: gray;
}
.mat-button-toggle-checked {
  background-color: #A0A3D9;
  color: black !important;
}
.mat-badge-content {
  font-family: "Material Icons";
  font-size: 15px;
  color: white;
  width: 20px !important;
  height: 20px !important;
}
.mat-menu-panel {
  max-width: none !important;
}
.mat-menu-panel.menuIncome {
  left: 250px;
}
.mat-menu-panel.menuAssets {
  margin-left: 235px;
  margin-top: -215px;
}
.mat-menu-panel.menuLeft {
  margin-top: -125px;
  margin-right: 235px;
}
.mat-expansion-panel {
  border-radius: 0px !important;
  box-shadow: 1px 1px 1px 1px rgba(183, 183, 187, 0.37) !important;
}
@font-face {
  font-family: "Avenir";
  src: url('AvenirNext-Medium.woff') format("woff"), url('AvenirNext-Medium.ttf') format("truetype"), url('AvenirNext-Medium.eot') format("embedded-opentype");
}
@font-face {
  font-family: "Avenir-Regular";
  src: url('avenir-next-regular.woff') format("woff"), url('avenir-next-regular.ttf') format("truetype"), url('avenir-next-regular.eot') format("embedded-opentype");
}
@font-face {
  font-family: "Avenir-DemiBold";
  src: url('AvenirNext-DemiBold.woff') format("woff"), url('AvenirNext-DemiBold.ttf') format("truetype"), url('AvenirNext-DemiBold.eot') format("embedded-opentype");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url('MaterialIcons-Regular.woff2') format("woff2"), url('MaterialIcons-Regular.woff') format("woff"), url('MaterialIcons-Regular.ttf') format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
.debug {
  border: solid thin red !important;
}
.debugB {
  border: solid thin blue !important;
}
.debugG {
  border: solid thin green !important;
}
.debugO {
  border: solid thin orange !important;
}
.debugP {
  border: solid thin purple !important;
}
.DEBUG {
  color: var(--white);
}
.m-auto {
  margin: auto;
}
.m-t-auto {
  margin-top: auto;
}
.m-b-auto {
  margin-bottom: auto;
}
.m-l-auto {
  margin-left: auto;
}
.m-r-auto {
  margin-right: auto;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}
.ht-100 {
  height: 100%;
}
.wd-100 {
  width: 100%;
}
.pointer {
  cursor: pointer;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.list-none {
  list-style: none;
}
.I {
  font-style: italic;
}
.B {
  font-weight: 700 !important;
}
.B400 {
  font-weight: 400 !important;
}
.display-none {
  display: none;
}
.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.border {
  border: solid thin #ccc;
}
.border-b {
  border-bottom: solid thin #ccc;
}
.border-t {
  border-top: solid thin #ccc;
}
.border-l {
  border-left: solid thin #ccc;
}
.border-r {
  border-right: solid thin #ccc;
}
.ip-left-align {
  text-align: left !important;
}
.ip-right-align {
  text-align: right !important;
}
.ip-justify {
  text-align: justify !important;
}
.ip-center {
  text-align: center !important;
}
.ip-text-underline {
  text-decoration: underline;
}
.ip-cell-top {
  vertical-align: top !important;
}
.ip-cell-middle {
  vertical-align: middle !important;
}
.ip-cell-bottom {
  vertical-align: bottom !important;
}
.ip-cell-supper {
  vertical-align: super !important;
}
.ip-hide {
  display: none !important;
}
.ip-visible {
  visibility: visible !important;
}
.ip-hidden {
  visibility: hidden !important;
}
.ip-collapse {
  visibility: collapse !important;
}
.ip-wrap {
  white-space: nowrap;
}
.ip-word-normal {
  word-break: normal;
}
.ip-word-wrap {
  word-wrap: break-word;
}
.ip-word-break {
  word-break: break-all;
}
.ip-nowrap {
  white-space: nowrap;
}
.ip-bg-white {
  background-color: white;
}
.ip-white {
  color: white;
}
.flex-1 {
  flex: 1;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.wd-0 {
  width: 0%;
}
.wd-1 {
  width: 1%;
}
.wd-2 {
  width: 2%;
}
.wd-3 {
  width: 3%;
}
.wd-4 {
  width: 4%;
}
.wd-5 {
  width: 5%;
}
.wd-6 {
  width: 6%;
}
.wd-7 {
  width: 7%;
}
.wd-8 {
  width: 8%;
}
.wd-9 {
  width: 9%;
}
.wd-10 {
  width: 10%;
}
.wd-11 {
  width: 11%;
}
.wd-12 {
  width: 12%;
}
.wd-13 {
  width: 13%;
}
.wd-14 {
  width: 14%;
}
.wd-15 {
  width: 15%;
}
.wd-16 {
  width: 16%;
}
.wd-17 {
  width: 17%;
}
.wd-18 {
  width: 18%;
}
.wd-19 {
  width: 19%;
}
.wd-20 {
  width: 20%;
}
.wd-21 {
  width: 21%;
}
.wd-22 {
  width: 22%;
}
.wd-23 {
  width: 23%;
}
.wd-24 {
  width: 24%;
}
.wd-25 {
  width: 25%;
}
.wd-26 {
  width: 26%;
}
.wd-27 {
  width: 27%;
}
.wd-28 {
  width: 28%;
}
.wd-29 {
  width: 29%;
}
.wd-30 {
  width: 30%;
}
.wd-31 {
  width: 31%;
}
.wd-32 {
  width: 32%;
}
.wd-33 {
  width: 33%;
}
.wd-34 {
  width: 34%;
}
.wd-35 {
  width: 35%;
}
.wd-36 {
  width: 36%;
}
.wd-37 {
  width: 37%;
}
.wd-38 {
  width: 38%;
}
.wd-39 {
  width: 39%;
}
.wd-40 {
  width: 40%;
}
.wd-41 {
  width: 41%;
}
.wd-42 {
  width: 42%;
}
.wd-43 {
  width: 43%;
}
.wd-44 {
  width: 44%;
}
.wd-45 {
  width: 45%;
}
.wd-46 {
  width: 46%;
}
.wd-47 {
  width: 47%;
}
.wd-48 {
  width: 48%;
}
.wd-49 {
  width: 49%;
}
.wd-50 {
  width: 50%;
}
.wd-51 {
  width: 51%;
}
.wd-52 {
  width: 52%;
}
.wd-53 {
  width: 53%;
}
.wd-54 {
  width: 54%;
}
.wd-55 {
  width: 55%;
}
.wd-56 {
  width: 56%;
}
.wd-57 {
  width: 57%;
}
.wd-58 {
  width: 58%;
}
.wd-59 {
  width: 59%;
}
.wd-60 {
  width: 60%;
}
.wd-61 {
  width: 61%;
}
.wd-62 {
  width: 62%;
}
.wd-63 {
  width: 63%;
}
.wd-64 {
  width: 64%;
}
.wd-65 {
  width: 65%;
}
.wd-66 {
  width: 66%;
}
.wd-67 {
  width: 67%;
}
.wd-68 {
  width: 68%;
}
.wd-69 {
  width: 69%;
}
.wd-70 {
  width: 70%;
}
.wd-71 {
  width: 71%;
}
.wd-72 {
  width: 72%;
}
.wd-73 {
  width: 73%;
}
.wd-74 {
  width: 74%;
}
.wd-75 {
  width: 75%;
}
.wd-76 {
  width: 76%;
}
.wd-77 {
  width: 77%;
}
.wd-78 {
  width: 78%;
}
.wd-79 {
  width: 79%;
}
.wd-80 {
  width: 80%;
}
.wd-81 {
  width: 81%;
}
.wd-82 {
  width: 82%;
}
.wd-83 {
  width: 83%;
}
.wd-84 {
  width: 84%;
}
.wd-85 {
  width: 85%;
}
.wd-86 {
  width: 86%;
}
.wd-87 {
  width: 87%;
}
.wd-88 {
  width: 88%;
}
.wd-89 {
  width: 89%;
}
.wd-90 {
  width: 90%;
}
.wd-91 {
  width: 91%;
}
.wd-92 {
  width: 92%;
}
.wd-93 {
  width: 93%;
}
.wd-94 {
  width: 94%;
}
.wd-95 {
  width: 95%;
}
.wd-96 {
  width: 96%;
}
.wd-97 {
  width: 97%;
}
.wd-98 {
  width: 98%;
}
.wd-99 {
  width: 99%;
}
.wd-100 {
  width: 100%;
}
.flex-col-0 {
  display: flex;
  flex-direction: column;
  width: 0%;
}
.flex-col-1 {
  display: flex;
  flex-direction: column;
  width: 1%;
}
.flex-col-2 {
  display: flex;
  flex-direction: column;
  width: 2%;
}
.flex-col-3 {
  display: flex;
  flex-direction: column;
  width: 3%;
}
.flex-col-4 {
  display: flex;
  flex-direction: column;
  width: 4%;
}
.flex-col-5 {
  display: flex;
  flex-direction: column;
  width: 5%;
}
.flex-col-6 {
  display: flex;
  flex-direction: column;
  width: 6%;
}
.flex-col-7 {
  display: flex;
  flex-direction: column;
  width: 7%;
}
.flex-col-8 {
  display: flex;
  flex-direction: column;
  width: 8%;
}
.flex-col-9 {
  display: flex;
  flex-direction: column;
  width: 9%;
}
.flex-col-10 {
  display: flex;
  flex-direction: column;
  width: 10%;
}
.flex-col-11 {
  display: flex;
  flex-direction: column;
  width: 11%;
}
.flex-col-12 {
  display: flex;
  flex-direction: column;
  width: 12%;
}
.flex-col-13 {
  display: flex;
  flex-direction: column;
  width: 13%;
}
.flex-col-14 {
  display: flex;
  flex-direction: column;
  width: 14%;
}
.flex-col-15 {
  display: flex;
  flex-direction: column;
  width: 15%;
}
.flex-col-16 {
  display: flex;
  flex-direction: column;
  width: 16%;
}
.flex-col-17 {
  display: flex;
  flex-direction: column;
  width: 17%;
}
.flex-col-18 {
  display: flex;
  flex-direction: column;
  width: 18%;
}
.flex-col-19 {
  display: flex;
  flex-direction: column;
  width: 19%;
}
.flex-col-20 {
  display: flex;
  flex-direction: column;
  width: 20%;
}
.flex-col-21 {
  display: flex;
  flex-direction: column;
  width: 21%;
}
.flex-col-22 {
  display: flex;
  flex-direction: column;
  width: 22%;
}
.flex-col-23 {
  display: flex;
  flex-direction: column;
  width: 23%;
}
.flex-col-24 {
  display: flex;
  flex-direction: column;
  width: 24%;
}
.flex-col-25 {
  display: flex;
  flex-direction: column;
  width: 25%;
}
.flex-col-26 {
  display: flex;
  flex-direction: column;
  width: 26%;
}
.flex-col-27 {
  display: flex;
  flex-direction: column;
  width: 27%;
}
.flex-col-28 {
  display: flex;
  flex-direction: column;
  width: 28%;
}
.flex-col-29 {
  display: flex;
  flex-direction: column;
  width: 29%;
}
.flex-col-30 {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.flex-col-31 {
  display: flex;
  flex-direction: column;
  width: 31%;
}
.flex-col-32 {
  display: flex;
  flex-direction: column;
  width: 32%;
}
.flex-col-33 {
  display: flex;
  flex-direction: column;
  width: 33%;
}
.flex-col-34 {
  display: flex;
  flex-direction: column;
  width: 34%;
}
.flex-col-35 {
  display: flex;
  flex-direction: column;
  width: 35%;
}
.flex-col-36 {
  display: flex;
  flex-direction: column;
  width: 36%;
}
.flex-col-37 {
  display: flex;
  flex-direction: column;
  width: 37%;
}
.flex-col-38 {
  display: flex;
  flex-direction: column;
  width: 38%;
}
.flex-col-39 {
  display: flex;
  flex-direction: column;
  width: 39%;
}
.flex-col-40 {
  display: flex;
  flex-direction: column;
  width: 40%;
}
.flex-col-41 {
  display: flex;
  flex-direction: column;
  width: 41%;
}
.flex-col-42 {
  display: flex;
  flex-direction: column;
  width: 42%;
}
.flex-col-43 {
  display: flex;
  flex-direction: column;
  width: 43%;
}
.flex-col-44 {
  display: flex;
  flex-direction: column;
  width: 44%;
}
.flex-col-45 {
  display: flex;
  flex-direction: column;
  width: 45%;
}
.flex-col-46 {
  display: flex;
  flex-direction: column;
  width: 46%;
}
.flex-col-47 {
  display: flex;
  flex-direction: column;
  width: 47%;
}
.flex-col-48 {
  display: flex;
  flex-direction: column;
  width: 48%;
}
.flex-col-49 {
  display: flex;
  flex-direction: column;
  width: 49%;
}
.flex-col-50 {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.flex-col-51 {
  display: flex;
  flex-direction: column;
  width: 51%;
}
.flex-col-52 {
  display: flex;
  flex-direction: column;
  width: 52%;
}
.flex-col-53 {
  display: flex;
  flex-direction: column;
  width: 53%;
}
.flex-col-54 {
  display: flex;
  flex-direction: column;
  width: 54%;
}
.flex-col-55 {
  display: flex;
  flex-direction: column;
  width: 55%;
}
.flex-col-56 {
  display: flex;
  flex-direction: column;
  width: 56%;
}
.flex-col-57 {
  display: flex;
  flex-direction: column;
  width: 57%;
}
.flex-col-58 {
  display: flex;
  flex-direction: column;
  width: 58%;
}
.flex-col-59 {
  display: flex;
  flex-direction: column;
  width: 59%;
}
.flex-col-60 {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.flex-col-61 {
  display: flex;
  flex-direction: column;
  width: 61%;
}
.flex-col-62 {
  display: flex;
  flex-direction: column;
  width: 62%;
}
.flex-col-63 {
  display: flex;
  flex-direction: column;
  width: 63%;
}
.flex-col-64 {
  display: flex;
  flex-direction: column;
  width: 64%;
}
.flex-col-65 {
  display: flex;
  flex-direction: column;
  width: 65%;
}
.flex-col-66 {
  display: flex;
  flex-direction: column;
  width: 66%;
}
.flex-col-67 {
  display: flex;
  flex-direction: column;
  width: 67%;
}
.flex-col-68 {
  display: flex;
  flex-direction: column;
  width: 68%;
}
.flex-col-69 {
  display: flex;
  flex-direction: column;
  width: 69%;
}
.flex-col-70 {
  display: flex;
  flex-direction: column;
  width: 70%;
}
.flex-col-71 {
  display: flex;
  flex-direction: column;
  width: 71%;
}
.flex-col-72 {
  display: flex;
  flex-direction: column;
  width: 72%;
}
.flex-col-73 {
  display: flex;
  flex-direction: column;
  width: 73%;
}
.flex-col-74 {
  display: flex;
  flex-direction: column;
  width: 74%;
}
.flex-col-75 {
  display: flex;
  flex-direction: column;
  width: 75%;
}
.flex-col-76 {
  display: flex;
  flex-direction: column;
  width: 76%;
}
.flex-col-77 {
  display: flex;
  flex-direction: column;
  width: 77%;
}
.flex-col-78 {
  display: flex;
  flex-direction: column;
  width: 78%;
}
.flex-col-79 {
  display: flex;
  flex-direction: column;
  width: 79%;
}
.flex-col-80 {
  display: flex;
  flex-direction: column;
  width: 80%;
}
.flex-col-81 {
  display: flex;
  flex-direction: column;
  width: 81%;
}
.flex-col-82 {
  display: flex;
  flex-direction: column;
  width: 82%;
}
.flex-col-83 {
  display: flex;
  flex-direction: column;
  width: 83%;
}
.flex-col-84 {
  display: flex;
  flex-direction: column;
  width: 84%;
}
.flex-col-85 {
  display: flex;
  flex-direction: column;
  width: 85%;
}
.flex-col-86 {
  display: flex;
  flex-direction: column;
  width: 86%;
}
.flex-col-87 {
  display: flex;
  flex-direction: column;
  width: 87%;
}
.flex-col-88 {
  display: flex;
  flex-direction: column;
  width: 88%;
}
.flex-col-89 {
  display: flex;
  flex-direction: column;
  width: 89%;
}
.flex-col-90 {
  display: flex;
  flex-direction: column;
  width: 90%;
}
.flex-col-91 {
  display: flex;
  flex-direction: column;
  width: 91%;
}
.flex-col-92 {
  display: flex;
  flex-direction: column;
  width: 92%;
}
.flex-col-93 {
  display: flex;
  flex-direction: column;
  width: 93%;
}
.flex-col-94 {
  display: flex;
  flex-direction: column;
  width: 94%;
}
.flex-col-95 {
  display: flex;
  flex-direction: column;
  width: 95%;
}
.flex-col-96 {
  display: flex;
  flex-direction: column;
  width: 96%;
}
.flex-col-97 {
  display: flex;
  flex-direction: column;
  width: 97%;
}
.flex-col-98 {
  display: flex;
  flex-direction: column;
  width: 98%;
}
.flex-col-99 {
  display: flex;
  flex-direction: column;
  width: 99%;
}
.flex-col-100 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-0 {
  padding: 0px !important;
}
.p-t0 {
  padding-top: 0px !important;
}
.p-b0 {
  padding-bottom: 0px !important;
}
.p-tb0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.p-l0 {
  padding-left: 0px !important;
}
.p-r0 {
  padding-right: 0px !important;
}
.p-lr0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.m-0 {
  margin: 0px !important;
}
.m-t0 {
  margin-top: 0px !important;
}
.m-b0 {
  margin-bottom: 0px !important;
}
.m-tb0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.m-l0 {
  margin-left: 0px !important;
}
.m-r0 {
  margin-right: 0px !important;
}
.m-lr0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.lh-0 {
  line-height: 0px !important;
}
.p-1 {
  padding: 1px !important;
}
.p-t1 {
  padding-top: 1px !important;
}
.p-b1 {
  padding-bottom: 1px !important;
}
.p-tb1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.p-l1 {
  padding-left: 1px !important;
}
.p-r1 {
  padding-right: 1px !important;
}
.p-lr1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.m-1 {
  margin: 1px !important;
}
.m-t1 {
  margin-top: 1px !important;
}
.m-b1 {
  margin-bottom: 1px !important;
}
.m-tb1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.m-l1 {
  margin-left: 1px !important;
}
.m-r1 {
  margin-right: 1px !important;
}
.m-lr1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}
.lh-1 {
  line-height: 1px !important;
}
.p-2 {
  padding: 2px !important;
}
.p-t2 {
  padding-top: 2px !important;
}
.p-b2 {
  padding-bottom: 2px !important;
}
.p-tb2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.p-l2 {
  padding-left: 2px !important;
}
.p-r2 {
  padding-right: 2px !important;
}
.p-lr2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.m-2 {
  margin: 2px !important;
}
.m-t2 {
  margin-top: 2px !important;
}
.m-b2 {
  margin-bottom: 2px !important;
}
.m-tb2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.m-l2 {
  margin-left: 2px !important;
}
.m-r2 {
  margin-right: 2px !important;
}
.m-lr2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}
.lh-2 {
  line-height: 2px !important;
}
.p-3 {
  padding: 3px !important;
}
.p-t3 {
  padding-top: 3px !important;
}
.p-b3 {
  padding-bottom: 3px !important;
}
.p-tb3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.p-l3 {
  padding-left: 3px !important;
}
.p-r3 {
  padding-right: 3px !important;
}
.p-lr3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.m-3 {
  margin: 3px !important;
}
.m-t3 {
  margin-top: 3px !important;
}
.m-b3 {
  margin-bottom: 3px !important;
}
.m-tb3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.m-l3 {
  margin-left: 3px !important;
}
.m-r3 {
  margin-right: 3px !important;
}
.m-lr3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}
.lh-3 {
  line-height: 3px !important;
}
.p-4 {
  padding: 4px !important;
}
.p-t4 {
  padding-top: 4px !important;
}
.p-b4 {
  padding-bottom: 4px !important;
}
.p-tb4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.p-l4 {
  padding-left: 4px !important;
}
.p-r4 {
  padding-right: 4px !important;
}
.p-lr4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.m-4 {
  margin: 4px !important;
}
.m-t4 {
  margin-top: 4px !important;
}
.m-b4 {
  margin-bottom: 4px !important;
}
.m-tb4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.m-l4 {
  margin-left: 4px !important;
}
.m-r4 {
  margin-right: 4px !important;
}
.m-lr4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.lh-4 {
  line-height: 4px !important;
}
.p-5 {
  padding: 5px !important;
}
.p-t5 {
  padding-top: 5px !important;
}
.p-b5 {
  padding-bottom: 5px !important;
}
.p-tb5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.p-l5 {
  padding-left: 5px !important;
}
.p-r5 {
  padding-right: 5px !important;
}
.p-lr5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-t5 {
  margin-top: 5px !important;
}
.m-b5 {
  margin-bottom: 5px !important;
}
.m-tb5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.m-l5 {
  margin-left: 5px !important;
}
.m-r5 {
  margin-right: 5px !important;
}
.m-lr5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.lh-5 {
  line-height: 5px !important;
}
.p-6 {
  padding: 6px !important;
}
.p-t6 {
  padding-top: 6px !important;
}
.p-b6 {
  padding-bottom: 6px !important;
}
.p-tb6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.p-l6 {
  padding-left: 6px !important;
}
.p-r6 {
  padding-right: 6px !important;
}
.p-lr6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.m-6 {
  margin: 6px !important;
}
.m-t6 {
  margin-top: 6px !important;
}
.m-b6 {
  margin-bottom: 6px !important;
}
.m-tb6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.m-l6 {
  margin-left: 6px !important;
}
.m-r6 {
  margin-right: 6px !important;
}
.m-lr6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}
.lh-6 {
  line-height: 6px !important;
}
.p-7 {
  padding: 7px !important;
}
.p-t7 {
  padding-top: 7px !important;
}
.p-b7 {
  padding-bottom: 7px !important;
}
.p-tb7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.p-l7 {
  padding-left: 7px !important;
}
.p-r7 {
  padding-right: 7px !important;
}
.p-lr7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.m-7 {
  margin: 7px !important;
}
.m-t7 {
  margin-top: 7px !important;
}
.m-b7 {
  margin-bottom: 7px !important;
}
.m-tb7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.m-l7 {
  margin-left: 7px !important;
}
.m-r7 {
  margin-right: 7px !important;
}
.m-lr7 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}
.lh-7 {
  line-height: 7px !important;
}
.p-8 {
  padding: 8px !important;
}
.p-t8 {
  padding-top: 8px !important;
}
.p-b8 {
  padding-bottom: 8px !important;
}
.p-tb8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.p-l8 {
  padding-left: 8px !important;
}
.p-r8 {
  padding-right: 8px !important;
}
.p-lr8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.m-8 {
  margin: 8px !important;
}
.m-t8 {
  margin-top: 8px !important;
}
.m-b8 {
  margin-bottom: 8px !important;
}
.m-tb8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.m-l8 {
  margin-left: 8px !important;
}
.m-r8 {
  margin-right: 8px !important;
}
.m-lr8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.lh-8 {
  line-height: 8px !important;
}
.p-9 {
  padding: 9px !important;
}
.p-t9 {
  padding-top: 9px !important;
}
.p-b9 {
  padding-bottom: 9px !important;
}
.p-tb9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.p-l9 {
  padding-left: 9px !important;
}
.p-r9 {
  padding-right: 9px !important;
}
.p-lr9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}
.m-9 {
  margin: 9px !important;
}
.m-t9 {
  margin-top: 9px !important;
}
.m-b9 {
  margin-bottom: 9px !important;
}
.m-tb9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.m-l9 {
  margin-left: 9px !important;
}
.m-r9 {
  margin-right: 9px !important;
}
.m-lr9 {
  margin-left: 9px !important;
  margin-right: 9px !important;
}
.lh-9 {
  line-height: 9px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-t10 {
  padding-top: 10px !important;
}
.p-b10 {
  padding-bottom: 10px !important;
}
.p-tb10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-l10 {
  padding-left: 10px !important;
}
.p-r10 {
  padding-right: 10px !important;
}
.p-lr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-t10 {
  margin-top: 10px !important;
}
.m-b10 {
  margin-bottom: 10px !important;
}
.m-tb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.m-l10 {
  margin-left: 10px !important;
}
.m-r10 {
  margin-right: 10px !important;
}
.m-lr10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.lh-10 {
  line-height: 10px !important;
}
.p-11 {
  padding: 11px !important;
}
.p-t11 {
  padding-top: 11px !important;
}
.p-b11 {
  padding-bottom: 11px !important;
}
.p-tb11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.p-l11 {
  padding-left: 11px !important;
}
.p-r11 {
  padding-right: 11px !important;
}
.p-lr11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}
.m-11 {
  margin: 11px !important;
}
.m-t11 {
  margin-top: 11px !important;
}
.m-b11 {
  margin-bottom: 11px !important;
}
.m-tb11 {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}
.m-l11 {
  margin-left: 11px !important;
}
.m-r11 {
  margin-right: 11px !important;
}
.m-lr11 {
  margin-left: 11px !important;
  margin-right: 11px !important;
}
.lh-11 {
  line-height: 11px !important;
}
.p-12 {
  padding: 12px !important;
}
.p-t12 {
  padding-top: 12px !important;
}
.p-b12 {
  padding-bottom: 12px !important;
}
.p-tb12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.p-l12 {
  padding-left: 12px !important;
}
.p-r12 {
  padding-right: 12px !important;
}
.p-lr12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.m-12 {
  margin: 12px !important;
}
.m-t12 {
  margin-top: 12px !important;
}
.m-b12 {
  margin-bottom: 12px !important;
}
.m-tb12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.m-l12 {
  margin-left: 12px !important;
}
.m-r12 {
  margin-right: 12px !important;
}
.m-lr12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.lh-12 {
  line-height: 12px !important;
}
.p-13 {
  padding: 13px !important;
}
.p-t13 {
  padding-top: 13px !important;
}
.p-b13 {
  padding-bottom: 13px !important;
}
.p-tb13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.p-l13 {
  padding-left: 13px !important;
}
.p-r13 {
  padding-right: 13px !important;
}
.p-lr13 {
  padding-left: 13px !important;
  padding-right: 13px !important;
}
.m-13 {
  margin: 13px !important;
}
.m-t13 {
  margin-top: 13px !important;
}
.m-b13 {
  margin-bottom: 13px !important;
}
.m-tb13 {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}
.m-l13 {
  margin-left: 13px !important;
}
.m-r13 {
  margin-right: 13px !important;
}
.m-lr13 {
  margin-left: 13px !important;
  margin-right: 13px !important;
}
.lh-13 {
  line-height: 13px !important;
}
.p-14 {
  padding: 14px !important;
}
.p-t14 {
  padding-top: 14px !important;
}
.p-b14 {
  padding-bottom: 14px !important;
}
.p-tb14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.p-l14 {
  padding-left: 14px !important;
}
.p-r14 {
  padding-right: 14px !important;
}
.p-lr14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}
.m-14 {
  margin: 14px !important;
}
.m-t14 {
  margin-top: 14px !important;
}
.m-b14 {
  margin-bottom: 14px !important;
}
.m-tb14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}
.m-l14 {
  margin-left: 14px !important;
}
.m-r14 {
  margin-right: 14px !important;
}
.m-lr14 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}
.lh-14 {
  line-height: 14px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-t15 {
  padding-top: 15px !important;
}
.p-b15 {
  padding-bottom: 15px !important;
}
.p-tb15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.p-l15 {
  padding-left: 15px !important;
}
.p-r15 {
  padding-right: 15px !important;
}
.p-lr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-t15 {
  margin-top: 15px !important;
}
.m-b15 {
  margin-bottom: 15px !important;
}
.m-tb15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.m-l15 {
  margin-left: 15px !important;
}
.m-r15 {
  margin-right: 15px !important;
}
.m-lr15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.lh-15 {
  line-height: 15px !important;
}
.p-16 {
  padding: 16px !important;
}
.p-t16 {
  padding-top: 16px !important;
}
.p-b16 {
  padding-bottom: 16px !important;
}
.p-tb16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.p-l16 {
  padding-left: 16px !important;
}
.p-r16 {
  padding-right: 16px !important;
}
.p-lr16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.m-16 {
  margin: 16px !important;
}
.m-t16 {
  margin-top: 16px !important;
}
.m-b16 {
  margin-bottom: 16px !important;
}
.m-tb16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.m-l16 {
  margin-left: 16px !important;
}
.m-r16 {
  margin-right: 16px !important;
}
.m-lr16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.lh-16 {
  line-height: 16px !important;
}
.p-17 {
  padding: 17px !important;
}
.p-t17 {
  padding-top: 17px !important;
}
.p-b17 {
  padding-bottom: 17px !important;
}
.p-tb17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.p-l17 {
  padding-left: 17px !important;
}
.p-r17 {
  padding-right: 17px !important;
}
.p-lr17 {
  padding-left: 17px !important;
  padding-right: 17px !important;
}
.m-17 {
  margin: 17px !important;
}
.m-t17 {
  margin-top: 17px !important;
}
.m-b17 {
  margin-bottom: 17px !important;
}
.m-tb17 {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}
.m-l17 {
  margin-left: 17px !important;
}
.m-r17 {
  margin-right: 17px !important;
}
.m-lr17 {
  margin-left: 17px !important;
  margin-right: 17px !important;
}
.lh-17 {
  line-height: 17px !important;
}
.p-18 {
  padding: 18px !important;
}
.p-t18 {
  padding-top: 18px !important;
}
.p-b18 {
  padding-bottom: 18px !important;
}
.p-tb18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.p-l18 {
  padding-left: 18px !important;
}
.p-r18 {
  padding-right: 18px !important;
}
.p-lr18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.m-18 {
  margin: 18px !important;
}
.m-t18 {
  margin-top: 18px !important;
}
.m-b18 {
  margin-bottom: 18px !important;
}
.m-tb18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}
.m-l18 {
  margin-left: 18px !important;
}
.m-r18 {
  margin-right: 18px !important;
}
.m-lr18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}
.lh-18 {
  line-height: 18px !important;
}
.p-19 {
  padding: 19px !important;
}
.p-t19 {
  padding-top: 19px !important;
}
.p-b19 {
  padding-bottom: 19px !important;
}
.p-tb19 {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}
.p-l19 {
  padding-left: 19px !important;
}
.p-r19 {
  padding-right: 19px !important;
}
.p-lr19 {
  padding-left: 19px !important;
  padding-right: 19px !important;
}
.m-19 {
  margin: 19px !important;
}
.m-t19 {
  margin-top: 19px !important;
}
.m-b19 {
  margin-bottom: 19px !important;
}
.m-tb19 {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}
.m-l19 {
  margin-left: 19px !important;
}
.m-r19 {
  margin-right: 19px !important;
}
.m-lr19 {
  margin-left: 19px !important;
  margin-right: 19px !important;
}
.lh-19 {
  line-height: 19px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-t20 {
  padding-top: 20px !important;
}
.p-b20 {
  padding-bottom: 20px !important;
}
.p-tb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-l20 {
  padding-left: 20px !important;
}
.p-r20 {
  padding-right: 20px !important;
}
.p-lr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-t20 {
  margin-top: 20px !important;
}
.m-b20 {
  margin-bottom: 20px !important;
}
.m-tb20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.m-l20 {
  margin-left: 20px !important;
}
.m-r20 {
  margin-right: 20px !important;
}
.m-lr20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.lh-20 {
  line-height: 20px !important;
}
.p-21 {
  padding: 21px !important;
}
.p-t21 {
  padding-top: 21px !important;
}
.p-b21 {
  padding-bottom: 21px !important;
}
.p-tb21 {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}
.p-l21 {
  padding-left: 21px !important;
}
.p-r21 {
  padding-right: 21px !important;
}
.p-lr21 {
  padding-left: 21px !important;
  padding-right: 21px !important;
}
.m-21 {
  margin: 21px !important;
}
.m-t21 {
  margin-top: 21px !important;
}
.m-b21 {
  margin-bottom: 21px !important;
}
.m-tb21 {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}
.m-l21 {
  margin-left: 21px !important;
}
.m-r21 {
  margin-right: 21px !important;
}
.m-lr21 {
  margin-left: 21px !important;
  margin-right: 21px !important;
}
.lh-21 {
  line-height: 21px !important;
}
.p-22 {
  padding: 22px !important;
}
.p-t22 {
  padding-top: 22px !important;
}
.p-b22 {
  padding-bottom: 22px !important;
}
.p-tb22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}
.p-l22 {
  padding-left: 22px !important;
}
.p-r22 {
  padding-right: 22px !important;
}
.p-lr22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}
.m-22 {
  margin: 22px !important;
}
.m-t22 {
  margin-top: 22px !important;
}
.m-b22 {
  margin-bottom: 22px !important;
}
.m-tb22 {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}
.m-l22 {
  margin-left: 22px !important;
}
.m-r22 {
  margin-right: 22px !important;
}
.m-lr22 {
  margin-left: 22px !important;
  margin-right: 22px !important;
}
.lh-22 {
  line-height: 22px !important;
}
.p-23 {
  padding: 23px !important;
}
.p-t23 {
  padding-top: 23px !important;
}
.p-b23 {
  padding-bottom: 23px !important;
}
.p-tb23 {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}
.p-l23 {
  padding-left: 23px !important;
}
.p-r23 {
  padding-right: 23px !important;
}
.p-lr23 {
  padding-left: 23px !important;
  padding-right: 23px !important;
}
.m-23 {
  margin: 23px !important;
}
.m-t23 {
  margin-top: 23px !important;
}
.m-b23 {
  margin-bottom: 23px !important;
}
.m-tb23 {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}
.m-l23 {
  margin-left: 23px !important;
}
.m-r23 {
  margin-right: 23px !important;
}
.m-lr23 {
  margin-left: 23px !important;
  margin-right: 23px !important;
}
.lh-23 {
  line-height: 23px !important;
}
.p-24 {
  padding: 24px !important;
}
.p-t24 {
  padding-top: 24px !important;
}
.p-b24 {
  padding-bottom: 24px !important;
}
.p-tb24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.p-l24 {
  padding-left: 24px !important;
}
.p-r24 {
  padding-right: 24px !important;
}
.p-lr24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.m-24 {
  margin: 24px !important;
}
.m-t24 {
  margin-top: 24px !important;
}
.m-b24 {
  margin-bottom: 24px !important;
}
.m-tb24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.m-l24 {
  margin-left: 24px !important;
}
.m-r24 {
  margin-right: 24px !important;
}
.m-lr24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.lh-24 {
  line-height: 24px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-t25 {
  padding-top: 25px !important;
}
.p-b25 {
  padding-bottom: 25px !important;
}
.p-tb25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.p-l25 {
  padding-left: 25px !important;
}
.p-r25 {
  padding-right: 25px !important;
}
.p-lr25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-t25 {
  margin-top: 25px !important;
}
.m-b25 {
  margin-bottom: 25px !important;
}
.m-tb25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.m-l25 {
  margin-left: 25px !important;
}
.m-r25 {
  margin-right: 25px !important;
}
.m-lr25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.lh-25 {
  line-height: 25px !important;
}
.p-26 {
  padding: 26px !important;
}
.p-t26 {
  padding-top: 26px !important;
}
.p-b26 {
  padding-bottom: 26px !important;
}
.p-tb26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}
.p-l26 {
  padding-left: 26px !important;
}
.p-r26 {
  padding-right: 26px !important;
}
.p-lr26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}
.m-26 {
  margin: 26px !important;
}
.m-t26 {
  margin-top: 26px !important;
}
.m-b26 {
  margin-bottom: 26px !important;
}
.m-tb26 {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}
.m-l26 {
  margin-left: 26px !important;
}
.m-r26 {
  margin-right: 26px !important;
}
.m-lr26 {
  margin-left: 26px !important;
  margin-right: 26px !important;
}
.lh-26 {
  line-height: 26px !important;
}
.p-27 {
  padding: 27px !important;
}
.p-t27 {
  padding-top: 27px !important;
}
.p-b27 {
  padding-bottom: 27px !important;
}
.p-tb27 {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}
.p-l27 {
  padding-left: 27px !important;
}
.p-r27 {
  padding-right: 27px !important;
}
.p-lr27 {
  padding-left: 27px !important;
  padding-right: 27px !important;
}
.m-27 {
  margin: 27px !important;
}
.m-t27 {
  margin-top: 27px !important;
}
.m-b27 {
  margin-bottom: 27px !important;
}
.m-tb27 {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}
.m-l27 {
  margin-left: 27px !important;
}
.m-r27 {
  margin-right: 27px !important;
}
.m-lr27 {
  margin-left: 27px !important;
  margin-right: 27px !important;
}
.lh-27 {
  line-height: 27px !important;
}
.p-28 {
  padding: 28px !important;
}
.p-t28 {
  padding-top: 28px !important;
}
.p-b28 {
  padding-bottom: 28px !important;
}
.p-tb28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.p-l28 {
  padding-left: 28px !important;
}
.p-r28 {
  padding-right: 28px !important;
}
.p-lr28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}
.m-28 {
  margin: 28px !important;
}
.m-t28 {
  margin-top: 28px !important;
}
.m-b28 {
  margin-bottom: 28px !important;
}
.m-tb28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.m-l28 {
  margin-left: 28px !important;
}
.m-r28 {
  margin-right: 28px !important;
}
.m-lr28 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}
.lh-28 {
  line-height: 28px !important;
}
.p-29 {
  padding: 29px !important;
}
.p-t29 {
  padding-top: 29px !important;
}
.p-b29 {
  padding-bottom: 29px !important;
}
.p-tb29 {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}
.p-l29 {
  padding-left: 29px !important;
}
.p-r29 {
  padding-right: 29px !important;
}
.p-lr29 {
  padding-left: 29px !important;
  padding-right: 29px !important;
}
.m-29 {
  margin: 29px !important;
}
.m-t29 {
  margin-top: 29px !important;
}
.m-b29 {
  margin-bottom: 29px !important;
}
.m-tb29 {
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}
.m-l29 {
  margin-left: 29px !important;
}
.m-r29 {
  margin-right: 29px !important;
}
.m-lr29 {
  margin-left: 29px !important;
  margin-right: 29px !important;
}
.lh-29 {
  line-height: 29px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-t30 {
  padding-top: 30px !important;
}
.p-b30 {
  padding-bottom: 30px !important;
}
.p-tb30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.p-l30 {
  padding-left: 30px !important;
}
.p-r30 {
  padding-right: 30px !important;
}
.p-lr30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-t30 {
  margin-top: 30px !important;
}
.m-b30 {
  margin-bottom: 30px !important;
}
.m-tb30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.m-l30 {
  margin-left: 30px !important;
}
.m-r30 {
  margin-right: 30px !important;
}
.m-lr30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.lh-30 {
  line-height: 30px !important;
}
.p-31 {
  padding: 31px !important;
}
.p-t31 {
  padding-top: 31px !important;
}
.p-b31 {
  padding-bottom: 31px !important;
}
.p-tb31 {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}
.p-l31 {
  padding-left: 31px !important;
}
.p-r31 {
  padding-right: 31px !important;
}
.p-lr31 {
  padding-left: 31px !important;
  padding-right: 31px !important;
}
.m-31 {
  margin: 31px !important;
}
.m-t31 {
  margin-top: 31px !important;
}
.m-b31 {
  margin-bottom: 31px !important;
}
.m-tb31 {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}
.m-l31 {
  margin-left: 31px !important;
}
.m-r31 {
  margin-right: 31px !important;
}
.m-lr31 {
  margin-left: 31px !important;
  margin-right: 31px !important;
}
.lh-31 {
  line-height: 31px !important;
}
.p-32 {
  padding: 32px !important;
}
.p-t32 {
  padding-top: 32px !important;
}
.p-b32 {
  padding-bottom: 32px !important;
}
.p-tb32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.p-l32 {
  padding-left: 32px !important;
}
.p-r32 {
  padding-right: 32px !important;
}
.p-lr32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.m-32 {
  margin: 32px !important;
}
.m-t32 {
  margin-top: 32px !important;
}
.m-b32 {
  margin-bottom: 32px !important;
}
.m-tb32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.m-l32 {
  margin-left: 32px !important;
}
.m-r32 {
  margin-right: 32px !important;
}
.m-lr32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.lh-32 {
  line-height: 32px !important;
}
.p-33 {
  padding: 33px !important;
}
.p-t33 {
  padding-top: 33px !important;
}
.p-b33 {
  padding-bottom: 33px !important;
}
.p-tb33 {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}
.p-l33 {
  padding-left: 33px !important;
}
.p-r33 {
  padding-right: 33px !important;
}
.p-lr33 {
  padding-left: 33px !important;
  padding-right: 33px !important;
}
.m-33 {
  margin: 33px !important;
}
.m-t33 {
  margin-top: 33px !important;
}
.m-b33 {
  margin-bottom: 33px !important;
}
.m-tb33 {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}
.m-l33 {
  margin-left: 33px !important;
}
.m-r33 {
  margin-right: 33px !important;
}
.m-lr33 {
  margin-left: 33px !important;
  margin-right: 33px !important;
}
.lh-33 {
  line-height: 33px !important;
}
.p-34 {
  padding: 34px !important;
}
.p-t34 {
  padding-top: 34px !important;
}
.p-b34 {
  padding-bottom: 34px !important;
}
.p-tb34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}
.p-l34 {
  padding-left: 34px !important;
}
.p-r34 {
  padding-right: 34px !important;
}
.p-lr34 {
  padding-left: 34px !important;
  padding-right: 34px !important;
}
.m-34 {
  margin: 34px !important;
}
.m-t34 {
  margin-top: 34px !important;
}
.m-b34 {
  margin-bottom: 34px !important;
}
.m-tb34 {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}
.m-l34 {
  margin-left: 34px !important;
}
.m-r34 {
  margin-right: 34px !important;
}
.m-lr34 {
  margin-left: 34px !important;
  margin-right: 34px !important;
}
.lh-34 {
  line-height: 34px !important;
}
.p-35 {
  padding: 35px !important;
}
.p-t35 {
  padding-top: 35px !important;
}
.p-b35 {
  padding-bottom: 35px !important;
}
.p-tb35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.p-l35 {
  padding-left: 35px !important;
}
.p-r35 {
  padding-right: 35px !important;
}
.p-lr35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.m-35 {
  margin: 35px !important;
}
.m-t35 {
  margin-top: 35px !important;
}
.m-b35 {
  margin-bottom: 35px !important;
}
.m-tb35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.m-l35 {
  margin-left: 35px !important;
}
.m-r35 {
  margin-right: 35px !important;
}
.m-lr35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}
.lh-35 {
  line-height: 35px !important;
}
.p-36 {
  padding: 36px !important;
}
.p-t36 {
  padding-top: 36px !important;
}
.p-b36 {
  padding-bottom: 36px !important;
}
.p-tb36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.p-l36 {
  padding-left: 36px !important;
}
.p-r36 {
  padding-right: 36px !important;
}
.p-lr36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
.m-36 {
  margin: 36px !important;
}
.m-t36 {
  margin-top: 36px !important;
}
.m-b36 {
  margin-bottom: 36px !important;
}
.m-tb36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.m-l36 {
  margin-left: 36px !important;
}
.m-r36 {
  margin-right: 36px !important;
}
.m-lr36 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}
.lh-36 {
  line-height: 36px !important;
}
.p-37 {
  padding: 37px !important;
}
.p-t37 {
  padding-top: 37px !important;
}
.p-b37 {
  padding-bottom: 37px !important;
}
.p-tb37 {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}
.p-l37 {
  padding-left: 37px !important;
}
.p-r37 {
  padding-right: 37px !important;
}
.p-lr37 {
  padding-left: 37px !important;
  padding-right: 37px !important;
}
.m-37 {
  margin: 37px !important;
}
.m-t37 {
  margin-top: 37px !important;
}
.m-b37 {
  margin-bottom: 37px !important;
}
.m-tb37 {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}
.m-l37 {
  margin-left: 37px !important;
}
.m-r37 {
  margin-right: 37px !important;
}
.m-lr37 {
  margin-left: 37px !important;
  margin-right: 37px !important;
}
.lh-37 {
  line-height: 37px !important;
}
.p-38 {
  padding: 38px !important;
}
.p-t38 {
  padding-top: 38px !important;
}
.p-b38 {
  padding-bottom: 38px !important;
}
.p-tb38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}
.p-l38 {
  padding-left: 38px !important;
}
.p-r38 {
  padding-right: 38px !important;
}
.p-lr38 {
  padding-left: 38px !important;
  padding-right: 38px !important;
}
.m-38 {
  margin: 38px !important;
}
.m-t38 {
  margin-top: 38px !important;
}
.m-b38 {
  margin-bottom: 38px !important;
}
.m-tb38 {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}
.m-l38 {
  margin-left: 38px !important;
}
.m-r38 {
  margin-right: 38px !important;
}
.m-lr38 {
  margin-left: 38px !important;
  margin-right: 38px !important;
}
.lh-38 {
  line-height: 38px !important;
}
.p-39 {
  padding: 39px !important;
}
.p-t39 {
  padding-top: 39px !important;
}
.p-b39 {
  padding-bottom: 39px !important;
}
.p-tb39 {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}
.p-l39 {
  padding-left: 39px !important;
}
.p-r39 {
  padding-right: 39px !important;
}
.p-lr39 {
  padding-left: 39px !important;
  padding-right: 39px !important;
}
.m-39 {
  margin: 39px !important;
}
.m-t39 {
  margin-top: 39px !important;
}
.m-b39 {
  margin-bottom: 39px !important;
}
.m-tb39 {
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}
.m-l39 {
  margin-left: 39px !important;
}
.m-r39 {
  margin-right: 39px !important;
}
.m-lr39 {
  margin-left: 39px !important;
  margin-right: 39px !important;
}
.lh-39 {
  line-height: 39px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-t40 {
  padding-top: 40px !important;
}
.p-b40 {
  padding-bottom: 40px !important;
}
.p-tb40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.p-l40 {
  padding-left: 40px !important;
}
.p-r40 {
  padding-right: 40px !important;
}
.p-lr40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-t40 {
  margin-top: 40px !important;
}
.m-b40 {
  margin-bottom: 40px !important;
}
.m-tb40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.m-l40 {
  margin-left: 40px !important;
}
.m-r40 {
  margin-right: 40px !important;
}
.m-lr40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.lh-40 {
  line-height: 40px !important;
}
.p-41 {
  padding: 41px !important;
}
.p-t41 {
  padding-top: 41px !important;
}
.p-b41 {
  padding-bottom: 41px !important;
}
.p-tb41 {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}
.p-l41 {
  padding-left: 41px !important;
}
.p-r41 {
  padding-right: 41px !important;
}
.p-lr41 {
  padding-left: 41px !important;
  padding-right: 41px !important;
}
.m-41 {
  margin: 41px !important;
}
.m-t41 {
  margin-top: 41px !important;
}
.m-b41 {
  margin-bottom: 41px !important;
}
.m-tb41 {
  margin-top: 41px !important;
  margin-bottom: 41px !important;
}
.m-l41 {
  margin-left: 41px !important;
}
.m-r41 {
  margin-right: 41px !important;
}
.m-lr41 {
  margin-left: 41px !important;
  margin-right: 41px !important;
}
.lh-41 {
  line-height: 41px !important;
}
.p-42 {
  padding: 42px !important;
}
.p-t42 {
  padding-top: 42px !important;
}
.p-b42 {
  padding-bottom: 42px !important;
}
.p-tb42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}
.p-l42 {
  padding-left: 42px !important;
}
.p-r42 {
  padding-right: 42px !important;
}
.p-lr42 {
  padding-left: 42px !important;
  padding-right: 42px !important;
}
.m-42 {
  margin: 42px !important;
}
.m-t42 {
  margin-top: 42px !important;
}
.m-b42 {
  margin-bottom: 42px !important;
}
.m-tb42 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}
.m-l42 {
  margin-left: 42px !important;
}
.m-r42 {
  margin-right: 42px !important;
}
.m-lr42 {
  margin-left: 42px !important;
  margin-right: 42px !important;
}
.lh-42 {
  line-height: 42px !important;
}
.p-43 {
  padding: 43px !important;
}
.p-t43 {
  padding-top: 43px !important;
}
.p-b43 {
  padding-bottom: 43px !important;
}
.p-tb43 {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}
.p-l43 {
  padding-left: 43px !important;
}
.p-r43 {
  padding-right: 43px !important;
}
.p-lr43 {
  padding-left: 43px !important;
  padding-right: 43px !important;
}
.m-43 {
  margin: 43px !important;
}
.m-t43 {
  margin-top: 43px !important;
}
.m-b43 {
  margin-bottom: 43px !important;
}
.m-tb43 {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}
.m-l43 {
  margin-left: 43px !important;
}
.m-r43 {
  margin-right: 43px !important;
}
.m-lr43 {
  margin-left: 43px !important;
  margin-right: 43px !important;
}
.lh-43 {
  line-height: 43px !important;
}
.p-44 {
  padding: 44px !important;
}
.p-t44 {
  padding-top: 44px !important;
}
.p-b44 {
  padding-bottom: 44px !important;
}
.p-tb44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.p-l44 {
  padding-left: 44px !important;
}
.p-r44 {
  padding-right: 44px !important;
}
.p-lr44 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}
.m-44 {
  margin: 44px !important;
}
.m-t44 {
  margin-top: 44px !important;
}
.m-b44 {
  margin-bottom: 44px !important;
}
.m-tb44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.m-l44 {
  margin-left: 44px !important;
}
.m-r44 {
  margin-right: 44px !important;
}
.m-lr44 {
  margin-left: 44px !important;
  margin-right: 44px !important;
}
.lh-44 {
  line-height: 44px !important;
}
.p-45 {
  padding: 45px !important;
}
.p-t45 {
  padding-top: 45px !important;
}
.p-b45 {
  padding-bottom: 45px !important;
}
.p-tb45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.p-l45 {
  padding-left: 45px !important;
}
.p-r45 {
  padding-right: 45px !important;
}
.p-lr45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.m-45 {
  margin: 45px !important;
}
.m-t45 {
  margin-top: 45px !important;
}
.m-b45 {
  margin-bottom: 45px !important;
}
.m-tb45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.m-l45 {
  margin-left: 45px !important;
}
.m-r45 {
  margin-right: 45px !important;
}
.m-lr45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}
.lh-45 {
  line-height: 45px !important;
}
.p-46 {
  padding: 46px !important;
}
.p-t46 {
  padding-top: 46px !important;
}
.p-b46 {
  padding-bottom: 46px !important;
}
.p-tb46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}
.p-l46 {
  padding-left: 46px !important;
}
.p-r46 {
  padding-right: 46px !important;
}
.p-lr46 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}
.m-46 {
  margin: 46px !important;
}
.m-t46 {
  margin-top: 46px !important;
}
.m-b46 {
  margin-bottom: 46px !important;
}
.m-tb46 {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}
.m-l46 {
  margin-left: 46px !important;
}
.m-r46 {
  margin-right: 46px !important;
}
.m-lr46 {
  margin-left: 46px !important;
  margin-right: 46px !important;
}
.lh-46 {
  line-height: 46px !important;
}
.p-47 {
  padding: 47px !important;
}
.p-t47 {
  padding-top: 47px !important;
}
.p-b47 {
  padding-bottom: 47px !important;
}
.p-tb47 {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}
.p-l47 {
  padding-left: 47px !important;
}
.p-r47 {
  padding-right: 47px !important;
}
.p-lr47 {
  padding-left: 47px !important;
  padding-right: 47px !important;
}
.m-47 {
  margin: 47px !important;
}
.m-t47 {
  margin-top: 47px !important;
}
.m-b47 {
  margin-bottom: 47px !important;
}
.m-tb47 {
  margin-top: 47px !important;
  margin-bottom: 47px !important;
}
.m-l47 {
  margin-left: 47px !important;
}
.m-r47 {
  margin-right: 47px !important;
}
.m-lr47 {
  margin-left: 47px !important;
  margin-right: 47px !important;
}
.lh-47 {
  line-height: 47px !important;
}
.p-48 {
  padding: 48px !important;
}
.p-t48 {
  padding-top: 48px !important;
}
.p-b48 {
  padding-bottom: 48px !important;
}
.p-tb48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.p-l48 {
  padding-left: 48px !important;
}
.p-r48 {
  padding-right: 48px !important;
}
.p-lr48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.m-48 {
  margin: 48px !important;
}
.m-t48 {
  margin-top: 48px !important;
}
.m-b48 {
  margin-bottom: 48px !important;
}
.m-tb48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.m-l48 {
  margin-left: 48px !important;
}
.m-r48 {
  margin-right: 48px !important;
}
.m-lr48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.lh-48 {
  line-height: 48px !important;
}
.p-49 {
  padding: 49px !important;
}
.p-t49 {
  padding-top: 49px !important;
}
.p-b49 {
  padding-bottom: 49px !important;
}
.p-tb49 {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}
.p-l49 {
  padding-left: 49px !important;
}
.p-r49 {
  padding-right: 49px !important;
}
.p-lr49 {
  padding-left: 49px !important;
  padding-right: 49px !important;
}
.m-49 {
  margin: 49px !important;
}
.m-t49 {
  margin-top: 49px !important;
}
.m-b49 {
  margin-bottom: 49px !important;
}
.m-tb49 {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}
.m-l49 {
  margin-left: 49px !important;
}
.m-r49 {
  margin-right: 49px !important;
}
.m-lr49 {
  margin-left: 49px !important;
  margin-right: 49px !important;
}
.lh-49 {
  line-height: 49px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-t50 {
  padding-top: 50px !important;
}
.p-b50 {
  padding-bottom: 50px !important;
}
.p-tb50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.p-l50 {
  padding-left: 50px !important;
}
.p-r50 {
  padding-right: 50px !important;
}
.p-lr50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.m-50 {
  margin: 50px !important;
}
.m-t50 {
  margin-top: 50px !important;
}
.m-b50 {
  margin-bottom: 50px !important;
}
.m-tb50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.m-l50 {
  margin-left: 50px !important;
}
.m-r50 {
  margin-right: 50px !important;
}
.m-lr50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.lh-50 {
  line-height: 50px !important;
}
.p-51 {
  padding: 51px !important;
}
.p-t51 {
  padding-top: 51px !important;
}
.p-b51 {
  padding-bottom: 51px !important;
}
.p-tb51 {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}
.p-l51 {
  padding-left: 51px !important;
}
.p-r51 {
  padding-right: 51px !important;
}
.p-lr51 {
  padding-left: 51px !important;
  padding-right: 51px !important;
}
.m-51 {
  margin: 51px !important;
}
.m-t51 {
  margin-top: 51px !important;
}
.m-b51 {
  margin-bottom: 51px !important;
}
.m-tb51 {
  margin-top: 51px !important;
  margin-bottom: 51px !important;
}
.m-l51 {
  margin-left: 51px !important;
}
.m-r51 {
  margin-right: 51px !important;
}
.m-lr51 {
  margin-left: 51px !important;
  margin-right: 51px !important;
}
.lh-51 {
  line-height: 51px !important;
}
.p-52 {
  padding: 52px !important;
}
.p-t52 {
  padding-top: 52px !important;
}
.p-b52 {
  padding-bottom: 52px !important;
}
.p-tb52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
.p-l52 {
  padding-left: 52px !important;
}
.p-r52 {
  padding-right: 52px !important;
}
.p-lr52 {
  padding-left: 52px !important;
  padding-right: 52px !important;
}
.m-52 {
  margin: 52px !important;
}
.m-t52 {
  margin-top: 52px !important;
}
.m-b52 {
  margin-bottom: 52px !important;
}
.m-tb52 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}
.m-l52 {
  margin-left: 52px !important;
}
.m-r52 {
  margin-right: 52px !important;
}
.m-lr52 {
  margin-left: 52px !important;
  margin-right: 52px !important;
}
.lh-52 {
  line-height: 52px !important;
}
.p-53 {
  padding: 53px !important;
}
.p-t53 {
  padding-top: 53px !important;
}
.p-b53 {
  padding-bottom: 53px !important;
}
.p-tb53 {
  padding-top: 53px !important;
  padding-bottom: 53px !important;
}
.p-l53 {
  padding-left: 53px !important;
}
.p-r53 {
  padding-right: 53px !important;
}
.p-lr53 {
  padding-left: 53px !important;
  padding-right: 53px !important;
}
.m-53 {
  margin: 53px !important;
}
.m-t53 {
  margin-top: 53px !important;
}
.m-b53 {
  margin-bottom: 53px !important;
}
.m-tb53 {
  margin-top: 53px !important;
  margin-bottom: 53px !important;
}
.m-l53 {
  margin-left: 53px !important;
}
.m-r53 {
  margin-right: 53px !important;
}
.m-lr53 {
  margin-left: 53px !important;
  margin-right: 53px !important;
}
.lh-53 {
  line-height: 53px !important;
}
.p-54 {
  padding: 54px !important;
}
.p-t54 {
  padding-top: 54px !important;
}
.p-b54 {
  padding-bottom: 54px !important;
}
.p-tb54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}
.p-l54 {
  padding-left: 54px !important;
}
.p-r54 {
  padding-right: 54px !important;
}
.p-lr54 {
  padding-left: 54px !important;
  padding-right: 54px !important;
}
.m-54 {
  margin: 54px !important;
}
.m-t54 {
  margin-top: 54px !important;
}
.m-b54 {
  margin-bottom: 54px !important;
}
.m-tb54 {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}
.m-l54 {
  margin-left: 54px !important;
}
.m-r54 {
  margin-right: 54px !important;
}
.m-lr54 {
  margin-left: 54px !important;
  margin-right: 54px !important;
}
.lh-54 {
  line-height: 54px !important;
}
.p-55 {
  padding: 55px !important;
}
.p-t55 {
  padding-top: 55px !important;
}
.p-b55 {
  padding-bottom: 55px !important;
}
.p-tb55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.p-l55 {
  padding-left: 55px !important;
}
.p-r55 {
  padding-right: 55px !important;
}
.p-lr55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}
.m-55 {
  margin: 55px !important;
}
.m-t55 {
  margin-top: 55px !important;
}
.m-b55 {
  margin-bottom: 55px !important;
}
.m-tb55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}
.m-l55 {
  margin-left: 55px !important;
}
.m-r55 {
  margin-right: 55px !important;
}
.m-lr55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}
.lh-55 {
  line-height: 55px !important;
}
.p-56 {
  padding: 56px !important;
}
.p-t56 {
  padding-top: 56px !important;
}
.p-b56 {
  padding-bottom: 56px !important;
}
.p-tb56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.p-l56 {
  padding-left: 56px !important;
}
.p-r56 {
  padding-right: 56px !important;
}
.p-lr56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}
.m-56 {
  margin: 56px !important;
}
.m-t56 {
  margin-top: 56px !important;
}
.m-b56 {
  margin-bottom: 56px !important;
}
.m-tb56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.m-l56 {
  margin-left: 56px !important;
}
.m-r56 {
  margin-right: 56px !important;
}
.m-lr56 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}
.lh-56 {
  line-height: 56px !important;
}
.p-57 {
  padding: 57px !important;
}
.p-t57 {
  padding-top: 57px !important;
}
.p-b57 {
  padding-bottom: 57px !important;
}
.p-tb57 {
  padding-top: 57px !important;
  padding-bottom: 57px !important;
}
.p-l57 {
  padding-left: 57px !important;
}
.p-r57 {
  padding-right: 57px !important;
}
.p-lr57 {
  padding-left: 57px !important;
  padding-right: 57px !important;
}
.m-57 {
  margin: 57px !important;
}
.m-t57 {
  margin-top: 57px !important;
}
.m-b57 {
  margin-bottom: 57px !important;
}
.m-tb57 {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}
.m-l57 {
  margin-left: 57px !important;
}
.m-r57 {
  margin-right: 57px !important;
}
.m-lr57 {
  margin-left: 57px !important;
  margin-right: 57px !important;
}
.lh-57 {
  line-height: 57px !important;
}
.p-58 {
  padding: 58px !important;
}
.p-t58 {
  padding-top: 58px !important;
}
.p-b58 {
  padding-bottom: 58px !important;
}
.p-tb58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}
.p-l58 {
  padding-left: 58px !important;
}
.p-r58 {
  padding-right: 58px !important;
}
.p-lr58 {
  padding-left: 58px !important;
  padding-right: 58px !important;
}
.m-58 {
  margin: 58px !important;
}
.m-t58 {
  margin-top: 58px !important;
}
.m-b58 {
  margin-bottom: 58px !important;
}
.m-tb58 {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}
.m-l58 {
  margin-left: 58px !important;
}
.m-r58 {
  margin-right: 58px !important;
}
.m-lr58 {
  margin-left: 58px !important;
  margin-right: 58px !important;
}
.lh-58 {
  line-height: 58px !important;
}
.p-59 {
  padding: 59px !important;
}
.p-t59 {
  padding-top: 59px !important;
}
.p-b59 {
  padding-bottom: 59px !important;
}
.p-tb59 {
  padding-top: 59px !important;
  padding-bottom: 59px !important;
}
.p-l59 {
  padding-left: 59px !important;
}
.p-r59 {
  padding-right: 59px !important;
}
.p-lr59 {
  padding-left: 59px !important;
  padding-right: 59px !important;
}
.m-59 {
  margin: 59px !important;
}
.m-t59 {
  margin-top: 59px !important;
}
.m-b59 {
  margin-bottom: 59px !important;
}
.m-tb59 {
  margin-top: 59px !important;
  margin-bottom: 59px !important;
}
.m-l59 {
  margin-left: 59px !important;
}
.m-r59 {
  margin-right: 59px !important;
}
.m-lr59 {
  margin-left: 59px !important;
  margin-right: 59px !important;
}
.lh-59 {
  line-height: 59px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-t60 {
  padding-top: 60px !important;
}
.p-b60 {
  padding-bottom: 60px !important;
}
.p-tb60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.p-l60 {
  padding-left: 60px !important;
}
.p-r60 {
  padding-right: 60px !important;
}
.p-lr60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.m-60 {
  margin: 60px !important;
}
.m-t60 {
  margin-top: 60px !important;
}
.m-b60 {
  margin-bottom: 60px !important;
}
.m-tb60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.m-l60 {
  margin-left: 60px !important;
}
.m-r60 {
  margin-right: 60px !important;
}
.m-lr60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}
.lh-60 {
  line-height: 60px !important;
}
.p-61 {
  padding: 61px !important;
}
.p-t61 {
  padding-top: 61px !important;
}
.p-b61 {
  padding-bottom: 61px !important;
}
.p-tb61 {
  padding-top: 61px !important;
  padding-bottom: 61px !important;
}
.p-l61 {
  padding-left: 61px !important;
}
.p-r61 {
  padding-right: 61px !important;
}
.p-lr61 {
  padding-left: 61px !important;
  padding-right: 61px !important;
}
.m-61 {
  margin: 61px !important;
}
.m-t61 {
  margin-top: 61px !important;
}
.m-b61 {
  margin-bottom: 61px !important;
}
.m-tb61 {
  margin-top: 61px !important;
  margin-bottom: 61px !important;
}
.m-l61 {
  margin-left: 61px !important;
}
.m-r61 {
  margin-right: 61px !important;
}
.m-lr61 {
  margin-left: 61px !important;
  margin-right: 61px !important;
}
.lh-61 {
  line-height: 61px !important;
}
.p-62 {
  padding: 62px !important;
}
.p-t62 {
  padding-top: 62px !important;
}
.p-b62 {
  padding-bottom: 62px !important;
}
.p-tb62 {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}
.p-l62 {
  padding-left: 62px !important;
}
.p-r62 {
  padding-right: 62px !important;
}
.p-lr62 {
  padding-left: 62px !important;
  padding-right: 62px !important;
}
.m-62 {
  margin: 62px !important;
}
.m-t62 {
  margin-top: 62px !important;
}
.m-b62 {
  margin-bottom: 62px !important;
}
.m-tb62 {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}
.m-l62 {
  margin-left: 62px !important;
}
.m-r62 {
  margin-right: 62px !important;
}
.m-lr62 {
  margin-left: 62px !important;
  margin-right: 62px !important;
}
.lh-62 {
  line-height: 62px !important;
}
.p-63 {
  padding: 63px !important;
}
.p-t63 {
  padding-top: 63px !important;
}
.p-b63 {
  padding-bottom: 63px !important;
}
.p-tb63 {
  padding-top: 63px !important;
  padding-bottom: 63px !important;
}
.p-l63 {
  padding-left: 63px !important;
}
.p-r63 {
  padding-right: 63px !important;
}
.p-lr63 {
  padding-left: 63px !important;
  padding-right: 63px !important;
}
.m-63 {
  margin: 63px !important;
}
.m-t63 {
  margin-top: 63px !important;
}
.m-b63 {
  margin-bottom: 63px !important;
}
.m-tb63 {
  margin-top: 63px !important;
  margin-bottom: 63px !important;
}
.m-l63 {
  margin-left: 63px !important;
}
.m-r63 {
  margin-right: 63px !important;
}
.m-lr63 {
  margin-left: 63px !important;
  margin-right: 63px !important;
}
.lh-63 {
  line-height: 63px !important;
}
.p-64 {
  padding: 64px !important;
}
.p-t64 {
  padding-top: 64px !important;
}
.p-b64 {
  padding-bottom: 64px !important;
}
.p-tb64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.p-l64 {
  padding-left: 64px !important;
}
.p-r64 {
  padding-right: 64px !important;
}
.p-lr64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}
.m-64 {
  margin: 64px !important;
}
.m-t64 {
  margin-top: 64px !important;
}
.m-b64 {
  margin-bottom: 64px !important;
}
.m-tb64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.m-l64 {
  margin-left: 64px !important;
}
.m-r64 {
  margin-right: 64px !important;
}
.m-lr64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}
.lh-64 {
  line-height: 64px !important;
}
.p-65 {
  padding: 65px !important;
}
.p-t65 {
  padding-top: 65px !important;
}
.p-b65 {
  padding-bottom: 65px !important;
}
.p-tb65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.p-l65 {
  padding-left: 65px !important;
}
.p-r65 {
  padding-right: 65px !important;
}
.p-lr65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}
.m-65 {
  margin: 65px !important;
}
.m-t65 {
  margin-top: 65px !important;
}
.m-b65 {
  margin-bottom: 65px !important;
}
.m-tb65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}
.m-l65 {
  margin-left: 65px !important;
}
.m-r65 {
  margin-right: 65px !important;
}
.m-lr65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}
.lh-65 {
  line-height: 65px !important;
}
.p-66 {
  padding: 66px !important;
}
.p-t66 {
  padding-top: 66px !important;
}
.p-b66 {
  padding-bottom: 66px !important;
}
.p-tb66 {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}
.p-l66 {
  padding-left: 66px !important;
}
.p-r66 {
  padding-right: 66px !important;
}
.p-lr66 {
  padding-left: 66px !important;
  padding-right: 66px !important;
}
.m-66 {
  margin: 66px !important;
}
.m-t66 {
  margin-top: 66px !important;
}
.m-b66 {
  margin-bottom: 66px !important;
}
.m-tb66 {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}
.m-l66 {
  margin-left: 66px !important;
}
.m-r66 {
  margin-right: 66px !important;
}
.m-lr66 {
  margin-left: 66px !important;
  margin-right: 66px !important;
}
.lh-66 {
  line-height: 66px !important;
}
.p-67 {
  padding: 67px !important;
}
.p-t67 {
  padding-top: 67px !important;
}
.p-b67 {
  padding-bottom: 67px !important;
}
.p-tb67 {
  padding-top: 67px !important;
  padding-bottom: 67px !important;
}
.p-l67 {
  padding-left: 67px !important;
}
.p-r67 {
  padding-right: 67px !important;
}
.p-lr67 {
  padding-left: 67px !important;
  padding-right: 67px !important;
}
.m-67 {
  margin: 67px !important;
}
.m-t67 {
  margin-top: 67px !important;
}
.m-b67 {
  margin-bottom: 67px !important;
}
.m-tb67 {
  margin-top: 67px !important;
  margin-bottom: 67px !important;
}
.m-l67 {
  margin-left: 67px !important;
}
.m-r67 {
  margin-right: 67px !important;
}
.m-lr67 {
  margin-left: 67px !important;
  margin-right: 67px !important;
}
.lh-67 {
  line-height: 67px !important;
}
.p-68 {
  padding: 68px !important;
}
.p-t68 {
  padding-top: 68px !important;
}
.p-b68 {
  padding-bottom: 68px !important;
}
.p-tb68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}
.p-l68 {
  padding-left: 68px !important;
}
.p-r68 {
  padding-right: 68px !important;
}
.p-lr68 {
  padding-left: 68px !important;
  padding-right: 68px !important;
}
.m-68 {
  margin: 68px !important;
}
.m-t68 {
  margin-top: 68px !important;
}
.m-b68 {
  margin-bottom: 68px !important;
}
.m-tb68 {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}
.m-l68 {
  margin-left: 68px !important;
}
.m-r68 {
  margin-right: 68px !important;
}
.m-lr68 {
  margin-left: 68px !important;
  margin-right: 68px !important;
}
.lh-68 {
  line-height: 68px !important;
}
.p-69 {
  padding: 69px !important;
}
.p-t69 {
  padding-top: 69px !important;
}
.p-b69 {
  padding-bottom: 69px !important;
}
.p-tb69 {
  padding-top: 69px !important;
  padding-bottom: 69px !important;
}
.p-l69 {
  padding-left: 69px !important;
}
.p-r69 {
  padding-right: 69px !important;
}
.p-lr69 {
  padding-left: 69px !important;
  padding-right: 69px !important;
}
.m-69 {
  margin: 69px !important;
}
.m-t69 {
  margin-top: 69px !important;
}
.m-b69 {
  margin-bottom: 69px !important;
}
.m-tb69 {
  margin-top: 69px !important;
  margin-bottom: 69px !important;
}
.m-l69 {
  margin-left: 69px !important;
}
.m-r69 {
  margin-right: 69px !important;
}
.m-lr69 {
  margin-left: 69px !important;
  margin-right: 69px !important;
}
.lh-69 {
  line-height: 69px !important;
}
.p-70 {
  padding: 70px !important;
}
.p-t70 {
  padding-top: 70px !important;
}
.p-b70 {
  padding-bottom: 70px !important;
}
.p-tb70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.p-l70 {
  padding-left: 70px !important;
}
.p-r70 {
  padding-right: 70px !important;
}
.p-lr70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.m-70 {
  margin: 70px !important;
}
.m-t70 {
  margin-top: 70px !important;
}
.m-b70 {
  margin-bottom: 70px !important;
}
.m-tb70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.m-l70 {
  margin-left: 70px !important;
}
.m-r70 {
  margin-right: 70px !important;
}
.m-lr70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
.lh-70 {
  line-height: 70px !important;
}
.p-71 {
  padding: 71px !important;
}
.p-t71 {
  padding-top: 71px !important;
}
.p-b71 {
  padding-bottom: 71px !important;
}
.p-tb71 {
  padding-top: 71px !important;
  padding-bottom: 71px !important;
}
.p-l71 {
  padding-left: 71px !important;
}
.p-r71 {
  padding-right: 71px !important;
}
.p-lr71 {
  padding-left: 71px !important;
  padding-right: 71px !important;
}
.m-71 {
  margin: 71px !important;
}
.m-t71 {
  margin-top: 71px !important;
}
.m-b71 {
  margin-bottom: 71px !important;
}
.m-tb71 {
  margin-top: 71px !important;
  margin-bottom: 71px !important;
}
.m-l71 {
  margin-left: 71px !important;
}
.m-r71 {
  margin-right: 71px !important;
}
.m-lr71 {
  margin-left: 71px !important;
  margin-right: 71px !important;
}
.lh-71 {
  line-height: 71px !important;
}
.p-72 {
  padding: 72px !important;
}
.p-t72 {
  padding-top: 72px !important;
}
.p-b72 {
  padding-bottom: 72px !important;
}
.p-tb72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.p-l72 {
  padding-left: 72px !important;
}
.p-r72 {
  padding-right: 72px !important;
}
.p-lr72 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}
.m-72 {
  margin: 72px !important;
}
.m-t72 {
  margin-top: 72px !important;
}
.m-b72 {
  margin-bottom: 72px !important;
}
.m-tb72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.m-l72 {
  margin-left: 72px !important;
}
.m-r72 {
  margin-right: 72px !important;
}
.m-lr72 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}
.lh-72 {
  line-height: 72px !important;
}
.p-73 {
  padding: 73px !important;
}
.p-t73 {
  padding-top: 73px !important;
}
.p-b73 {
  padding-bottom: 73px !important;
}
.p-tb73 {
  padding-top: 73px !important;
  padding-bottom: 73px !important;
}
.p-l73 {
  padding-left: 73px !important;
}
.p-r73 {
  padding-right: 73px !important;
}
.p-lr73 {
  padding-left: 73px !important;
  padding-right: 73px !important;
}
.m-73 {
  margin: 73px !important;
}
.m-t73 {
  margin-top: 73px !important;
}
.m-b73 {
  margin-bottom: 73px !important;
}
.m-tb73 {
  margin-top: 73px !important;
  margin-bottom: 73px !important;
}
.m-l73 {
  margin-left: 73px !important;
}
.m-r73 {
  margin-right: 73px !important;
}
.m-lr73 {
  margin-left: 73px !important;
  margin-right: 73px !important;
}
.lh-73 {
  line-height: 73px !important;
}
.p-74 {
  padding: 74px !important;
}
.p-t74 {
  padding-top: 74px !important;
}
.p-b74 {
  padding-bottom: 74px !important;
}
.p-tb74 {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}
.p-l74 {
  padding-left: 74px !important;
}
.p-r74 {
  padding-right: 74px !important;
}
.p-lr74 {
  padding-left: 74px !important;
  padding-right: 74px !important;
}
.m-74 {
  margin: 74px !important;
}
.m-t74 {
  margin-top: 74px !important;
}
.m-b74 {
  margin-bottom: 74px !important;
}
.m-tb74 {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}
.m-l74 {
  margin-left: 74px !important;
}
.m-r74 {
  margin-right: 74px !important;
}
.m-lr74 {
  margin-left: 74px !important;
  margin-right: 74px !important;
}
.lh-74 {
  line-height: 74px !important;
}
.p-75 {
  padding: 75px !important;
}
.p-t75 {
  padding-top: 75px !important;
}
.p-b75 {
  padding-bottom: 75px !important;
}
.p-tb75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.p-l75 {
  padding-left: 75px !important;
}
.p-r75 {
  padding-right: 75px !important;
}
.p-lr75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.m-75 {
  margin: 75px !important;
}
.m-t75 {
  margin-top: 75px !important;
}
.m-b75 {
  margin-bottom: 75px !important;
}
.m-tb75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}
.m-l75 {
  margin-left: 75px !important;
}
.m-r75 {
  margin-right: 75px !important;
}
.m-lr75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}
.lh-75 {
  line-height: 75px !important;
}
.p-76 {
  padding: 76px !important;
}
.p-t76 {
  padding-top: 76px !important;
}
.p-b76 {
  padding-bottom: 76px !important;
}
.p-tb76 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}
.p-l76 {
  padding-left: 76px !important;
}
.p-r76 {
  padding-right: 76px !important;
}
.p-lr76 {
  padding-left: 76px !important;
  padding-right: 76px !important;
}
.m-76 {
  margin: 76px !important;
}
.m-t76 {
  margin-top: 76px !important;
}
.m-b76 {
  margin-bottom: 76px !important;
}
.m-tb76 {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}
.m-l76 {
  margin-left: 76px !important;
}
.m-r76 {
  margin-right: 76px !important;
}
.m-lr76 {
  margin-left: 76px !important;
  margin-right: 76px !important;
}
.lh-76 {
  line-height: 76px !important;
}
.p-77 {
  padding: 77px !important;
}
.p-t77 {
  padding-top: 77px !important;
}
.p-b77 {
  padding-bottom: 77px !important;
}
.p-tb77 {
  padding-top: 77px !important;
  padding-bottom: 77px !important;
}
.p-l77 {
  padding-left: 77px !important;
}
.p-r77 {
  padding-right: 77px !important;
}
.p-lr77 {
  padding-left: 77px !important;
  padding-right: 77px !important;
}
.m-77 {
  margin: 77px !important;
}
.m-t77 {
  margin-top: 77px !important;
}
.m-b77 {
  margin-bottom: 77px !important;
}
.m-tb77 {
  margin-top: 77px !important;
  margin-bottom: 77px !important;
}
.m-l77 {
  margin-left: 77px !important;
}
.m-r77 {
  margin-right: 77px !important;
}
.m-lr77 {
  margin-left: 77px !important;
  margin-right: 77px !important;
}
.lh-77 {
  line-height: 77px !important;
}
.p-78 {
  padding: 78px !important;
}
.p-t78 {
  padding-top: 78px !important;
}
.p-b78 {
  padding-bottom: 78px !important;
}
.p-tb78 {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}
.p-l78 {
  padding-left: 78px !important;
}
.p-r78 {
  padding-right: 78px !important;
}
.p-lr78 {
  padding-left: 78px !important;
  padding-right: 78px !important;
}
.m-78 {
  margin: 78px !important;
}
.m-t78 {
  margin-top: 78px !important;
}
.m-b78 {
  margin-bottom: 78px !important;
}
.m-tb78 {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}
.m-l78 {
  margin-left: 78px !important;
}
.m-r78 {
  margin-right: 78px !important;
}
.m-lr78 {
  margin-left: 78px !important;
  margin-right: 78px !important;
}
.lh-78 {
  line-height: 78px !important;
}
.p-79 {
  padding: 79px !important;
}
.p-t79 {
  padding-top: 79px !important;
}
.p-b79 {
  padding-bottom: 79px !important;
}
.p-tb79 {
  padding-top: 79px !important;
  padding-bottom: 79px !important;
}
.p-l79 {
  padding-left: 79px !important;
}
.p-r79 {
  padding-right: 79px !important;
}
.p-lr79 {
  padding-left: 79px !important;
  padding-right: 79px !important;
}
.m-79 {
  margin: 79px !important;
}
.m-t79 {
  margin-top: 79px !important;
}
.m-b79 {
  margin-bottom: 79px !important;
}
.m-tb79 {
  margin-top: 79px !important;
  margin-bottom: 79px !important;
}
.m-l79 {
  margin-left: 79px !important;
}
.m-r79 {
  margin-right: 79px !important;
}
.m-lr79 {
  margin-left: 79px !important;
  margin-right: 79px !important;
}
.lh-79 {
  line-height: 79px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-t80 {
  padding-top: 80px !important;
}
.p-b80 {
  padding-bottom: 80px !important;
}
.p-tb80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.p-l80 {
  padding-left: 80px !important;
}
.p-r80 {
  padding-right: 80px !important;
}
.p-lr80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.m-80 {
  margin: 80px !important;
}
.m-t80 {
  margin-top: 80px !important;
}
.m-b80 {
  margin-bottom: 80px !important;
}
.m-tb80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.m-l80 {
  margin-left: 80px !important;
}
.m-r80 {
  margin-right: 80px !important;
}
.m-lr80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}
.lh-80 {
  line-height: 80px !important;
}
.p-81 {
  padding: 81px !important;
}
.p-t81 {
  padding-top: 81px !important;
}
.p-b81 {
  padding-bottom: 81px !important;
}
.p-tb81 {
  padding-top: 81px !important;
  padding-bottom: 81px !important;
}
.p-l81 {
  padding-left: 81px !important;
}
.p-r81 {
  padding-right: 81px !important;
}
.p-lr81 {
  padding-left: 81px !important;
  padding-right: 81px !important;
}
.m-81 {
  margin: 81px !important;
}
.m-t81 {
  margin-top: 81px !important;
}
.m-b81 {
  margin-bottom: 81px !important;
}
.m-tb81 {
  margin-top: 81px !important;
  margin-bottom: 81px !important;
}
.m-l81 {
  margin-left: 81px !important;
}
.m-r81 {
  margin-right: 81px !important;
}
.m-lr81 {
  margin-left: 81px !important;
  margin-right: 81px !important;
}
.lh-81 {
  line-height: 81px !important;
}
.p-82 {
  padding: 82px !important;
}
.p-t82 {
  padding-top: 82px !important;
}
.p-b82 {
  padding-bottom: 82px !important;
}
.p-tb82 {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}
.p-l82 {
  padding-left: 82px !important;
}
.p-r82 {
  padding-right: 82px !important;
}
.p-lr82 {
  padding-left: 82px !important;
  padding-right: 82px !important;
}
.m-82 {
  margin: 82px !important;
}
.m-t82 {
  margin-top: 82px !important;
}
.m-b82 {
  margin-bottom: 82px !important;
}
.m-tb82 {
  margin-top: 82px !important;
  margin-bottom: 82px !important;
}
.m-l82 {
  margin-left: 82px !important;
}
.m-r82 {
  margin-right: 82px !important;
}
.m-lr82 {
  margin-left: 82px !important;
  margin-right: 82px !important;
}
.lh-82 {
  line-height: 82px !important;
}
.p-83 {
  padding: 83px !important;
}
.p-t83 {
  padding-top: 83px !important;
}
.p-b83 {
  padding-bottom: 83px !important;
}
.p-tb83 {
  padding-top: 83px !important;
  padding-bottom: 83px !important;
}
.p-l83 {
  padding-left: 83px !important;
}
.p-r83 {
  padding-right: 83px !important;
}
.p-lr83 {
  padding-left: 83px !important;
  padding-right: 83px !important;
}
.m-83 {
  margin: 83px !important;
}
.m-t83 {
  margin-top: 83px !important;
}
.m-b83 {
  margin-bottom: 83px !important;
}
.m-tb83 {
  margin-top: 83px !important;
  margin-bottom: 83px !important;
}
.m-l83 {
  margin-left: 83px !important;
}
.m-r83 {
  margin-right: 83px !important;
}
.m-lr83 {
  margin-left: 83px !important;
  margin-right: 83px !important;
}
.lh-83 {
  line-height: 83px !important;
}
.p-84 {
  padding: 84px !important;
}
.p-t84 {
  padding-top: 84px !important;
}
.p-b84 {
  padding-bottom: 84px !important;
}
.p-tb84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}
.p-l84 {
  padding-left: 84px !important;
}
.p-r84 {
  padding-right: 84px !important;
}
.p-lr84 {
  padding-left: 84px !important;
  padding-right: 84px !important;
}
.m-84 {
  margin: 84px !important;
}
.m-t84 {
  margin-top: 84px !important;
}
.m-b84 {
  margin-bottom: 84px !important;
}
.m-tb84 {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}
.m-l84 {
  margin-left: 84px !important;
}
.m-r84 {
  margin-right: 84px !important;
}
.m-lr84 {
  margin-left: 84px !important;
  margin-right: 84px !important;
}
.lh-84 {
  line-height: 84px !important;
}
.p-85 {
  padding: 85px !important;
}
.p-t85 {
  padding-top: 85px !important;
}
.p-b85 {
  padding-bottom: 85px !important;
}
.p-tb85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
.p-l85 {
  padding-left: 85px !important;
}
.p-r85 {
  padding-right: 85px !important;
}
.p-lr85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}
.m-85 {
  margin: 85px !important;
}
.m-t85 {
  margin-top: 85px !important;
}
.m-b85 {
  margin-bottom: 85px !important;
}
.m-tb85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}
.m-l85 {
  margin-left: 85px !important;
}
.m-r85 {
  margin-right: 85px !important;
}
.m-lr85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}
.lh-85 {
  line-height: 85px !important;
}
.p-86 {
  padding: 86px !important;
}
.p-t86 {
  padding-top: 86px !important;
}
.p-b86 {
  padding-bottom: 86px !important;
}
.p-tb86 {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}
.p-l86 {
  padding-left: 86px !important;
}
.p-r86 {
  padding-right: 86px !important;
}
.p-lr86 {
  padding-left: 86px !important;
  padding-right: 86px !important;
}
.m-86 {
  margin: 86px !important;
}
.m-t86 {
  margin-top: 86px !important;
}
.m-b86 {
  margin-bottom: 86px !important;
}
.m-tb86 {
  margin-top: 86px !important;
  margin-bottom: 86px !important;
}
.m-l86 {
  margin-left: 86px !important;
}
.m-r86 {
  margin-right: 86px !important;
}
.m-lr86 {
  margin-left: 86px !important;
  margin-right: 86px !important;
}
.lh-86 {
  line-height: 86px !important;
}
.p-87 {
  padding: 87px !important;
}
.p-t87 {
  padding-top: 87px !important;
}
.p-b87 {
  padding-bottom: 87px !important;
}
.p-tb87 {
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}
.p-l87 {
  padding-left: 87px !important;
}
.p-r87 {
  padding-right: 87px !important;
}
.p-lr87 {
  padding-left: 87px !important;
  padding-right: 87px !important;
}
.m-87 {
  margin: 87px !important;
}
.m-t87 {
  margin-top: 87px !important;
}
.m-b87 {
  margin-bottom: 87px !important;
}
.m-tb87 {
  margin-top: 87px !important;
  margin-bottom: 87px !important;
}
.m-l87 {
  margin-left: 87px !important;
}
.m-r87 {
  margin-right: 87px !important;
}
.m-lr87 {
  margin-left: 87px !important;
  margin-right: 87px !important;
}
.lh-87 {
  line-height: 87px !important;
}
.p-88 {
  padding: 88px !important;
}
.p-t88 {
  padding-top: 88px !important;
}
.p-b88 {
  padding-bottom: 88px !important;
}
.p-tb88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}
.p-l88 {
  padding-left: 88px !important;
}
.p-r88 {
  padding-right: 88px !important;
}
.p-lr88 {
  padding-left: 88px !important;
  padding-right: 88px !important;
}
.m-88 {
  margin: 88px !important;
}
.m-t88 {
  margin-top: 88px !important;
}
.m-b88 {
  margin-bottom: 88px !important;
}
.m-tb88 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}
.m-l88 {
  margin-left: 88px !important;
}
.m-r88 {
  margin-right: 88px !important;
}
.m-lr88 {
  margin-left: 88px !important;
  margin-right: 88px !important;
}
.lh-88 {
  line-height: 88px !important;
}
.p-89 {
  padding: 89px !important;
}
.p-t89 {
  padding-top: 89px !important;
}
.p-b89 {
  padding-bottom: 89px !important;
}
.p-tb89 {
  padding-top: 89px !important;
  padding-bottom: 89px !important;
}
.p-l89 {
  padding-left: 89px !important;
}
.p-r89 {
  padding-right: 89px !important;
}
.p-lr89 {
  padding-left: 89px !important;
  padding-right: 89px !important;
}
.m-89 {
  margin: 89px !important;
}
.m-t89 {
  margin-top: 89px !important;
}
.m-b89 {
  margin-bottom: 89px !important;
}
.m-tb89 {
  margin-top: 89px !important;
  margin-bottom: 89px !important;
}
.m-l89 {
  margin-left: 89px !important;
}
.m-r89 {
  margin-right: 89px !important;
}
.m-lr89 {
  margin-left: 89px !important;
  margin-right: 89px !important;
}
.lh-89 {
  line-height: 89px !important;
}
.p-90 {
  padding: 90px !important;
}
.p-t90 {
  padding-top: 90px !important;
}
.p-b90 {
  padding-bottom: 90px !important;
}
.p-tb90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.p-l90 {
  padding-left: 90px !important;
}
.p-r90 {
  padding-right: 90px !important;
}
.p-lr90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.m-90 {
  margin: 90px !important;
}
.m-t90 {
  margin-top: 90px !important;
}
.m-b90 {
  margin-bottom: 90px !important;
}
.m-tb90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.m-l90 {
  margin-left: 90px !important;
}
.m-r90 {
  margin-right: 90px !important;
}
.m-lr90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}
.lh-90 {
  line-height: 90px !important;
}
.p-91 {
  padding: 91px !important;
}
.p-t91 {
  padding-top: 91px !important;
}
.p-b91 {
  padding-bottom: 91px !important;
}
.p-tb91 {
  padding-top: 91px !important;
  padding-bottom: 91px !important;
}
.p-l91 {
  padding-left: 91px !important;
}
.p-r91 {
  padding-right: 91px !important;
}
.p-lr91 {
  padding-left: 91px !important;
  padding-right: 91px !important;
}
.m-91 {
  margin: 91px !important;
}
.m-t91 {
  margin-top: 91px !important;
}
.m-b91 {
  margin-bottom: 91px !important;
}
.m-tb91 {
  margin-top: 91px !important;
  margin-bottom: 91px !important;
}
.m-l91 {
  margin-left: 91px !important;
}
.m-r91 {
  margin-right: 91px !important;
}
.m-lr91 {
  margin-left: 91px !important;
  margin-right: 91px !important;
}
.lh-91 {
  line-height: 91px !important;
}
.p-92 {
  padding: 92px !important;
}
.p-t92 {
  padding-top: 92px !important;
}
.p-b92 {
  padding-bottom: 92px !important;
}
.p-tb92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}
.p-l92 {
  padding-left: 92px !important;
}
.p-r92 {
  padding-right: 92px !important;
}
.p-lr92 {
  padding-left: 92px !important;
  padding-right: 92px !important;
}
.m-92 {
  margin: 92px !important;
}
.m-t92 {
  margin-top: 92px !important;
}
.m-b92 {
  margin-bottom: 92px !important;
}
.m-tb92 {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}
.m-l92 {
  margin-left: 92px !important;
}
.m-r92 {
  margin-right: 92px !important;
}
.m-lr92 {
  margin-left: 92px !important;
  margin-right: 92px !important;
}
.lh-92 {
  line-height: 92px !important;
}
.p-93 {
  padding: 93px !important;
}
.p-t93 {
  padding-top: 93px !important;
}
.p-b93 {
  padding-bottom: 93px !important;
}
.p-tb93 {
  padding-top: 93px !important;
  padding-bottom: 93px !important;
}
.p-l93 {
  padding-left: 93px !important;
}
.p-r93 {
  padding-right: 93px !important;
}
.p-lr93 {
  padding-left: 93px !important;
  padding-right: 93px !important;
}
.m-93 {
  margin: 93px !important;
}
.m-t93 {
  margin-top: 93px !important;
}
.m-b93 {
  margin-bottom: 93px !important;
}
.m-tb93 {
  margin-top: 93px !important;
  margin-bottom: 93px !important;
}
.m-l93 {
  margin-left: 93px !important;
}
.m-r93 {
  margin-right: 93px !important;
}
.m-lr93 {
  margin-left: 93px !important;
  margin-right: 93px !important;
}
.lh-93 {
  line-height: 93px !important;
}
.p-94 {
  padding: 94px !important;
}
.p-t94 {
  padding-top: 94px !important;
}
.p-b94 {
  padding-bottom: 94px !important;
}
.p-tb94 {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}
.p-l94 {
  padding-left: 94px !important;
}
.p-r94 {
  padding-right: 94px !important;
}
.p-lr94 {
  padding-left: 94px !important;
  padding-right: 94px !important;
}
.m-94 {
  margin: 94px !important;
}
.m-t94 {
  margin-top: 94px !important;
}
.m-b94 {
  margin-bottom: 94px !important;
}
.m-tb94 {
  margin-top: 94px !important;
  margin-bottom: 94px !important;
}
.m-l94 {
  margin-left: 94px !important;
}
.m-r94 {
  margin-right: 94px !important;
}
.m-lr94 {
  margin-left: 94px !important;
  margin-right: 94px !important;
}
.lh-94 {
  line-height: 94px !important;
}
.p-95 {
  padding: 95px !important;
}
.p-t95 {
  padding-top: 95px !important;
}
.p-b95 {
  padding-bottom: 95px !important;
}
.p-tb95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
.p-l95 {
  padding-left: 95px !important;
}
.p-r95 {
  padding-right: 95px !important;
}
.p-lr95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}
.m-95 {
  margin: 95px !important;
}
.m-t95 {
  margin-top: 95px !important;
}
.m-b95 {
  margin-bottom: 95px !important;
}
.m-tb95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}
.m-l95 {
  margin-left: 95px !important;
}
.m-r95 {
  margin-right: 95px !important;
}
.m-lr95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}
.lh-95 {
  line-height: 95px !important;
}
.p-96 {
  padding: 96px !important;
}
.p-t96 {
  padding-top: 96px !important;
}
.p-b96 {
  padding-bottom: 96px !important;
}
.p-tb96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.p-l96 {
  padding-left: 96px !important;
}
.p-r96 {
  padding-right: 96px !important;
}
.p-lr96 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}
.m-96 {
  margin: 96px !important;
}
.m-t96 {
  margin-top: 96px !important;
}
.m-b96 {
  margin-bottom: 96px !important;
}
.m-tb96 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.m-l96 {
  margin-left: 96px !important;
}
.m-r96 {
  margin-right: 96px !important;
}
.m-lr96 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}
.lh-96 {
  line-height: 96px !important;
}
.p-97 {
  padding: 97px !important;
}
.p-t97 {
  padding-top: 97px !important;
}
.p-b97 {
  padding-bottom: 97px !important;
}
.p-tb97 {
  padding-top: 97px !important;
  padding-bottom: 97px !important;
}
.p-l97 {
  padding-left: 97px !important;
}
.p-r97 {
  padding-right: 97px !important;
}
.p-lr97 {
  padding-left: 97px !important;
  padding-right: 97px !important;
}
.m-97 {
  margin: 97px !important;
}
.m-t97 {
  margin-top: 97px !important;
}
.m-b97 {
  margin-bottom: 97px !important;
}
.m-tb97 {
  margin-top: 97px !important;
  margin-bottom: 97px !important;
}
.m-l97 {
  margin-left: 97px !important;
}
.m-r97 {
  margin-right: 97px !important;
}
.m-lr97 {
  margin-left: 97px !important;
  margin-right: 97px !important;
}
.lh-97 {
  line-height: 97px !important;
}
.p-98 {
  padding: 98px !important;
}
.p-t98 {
  padding-top: 98px !important;
}
.p-b98 {
  padding-bottom: 98px !important;
}
.p-tb98 {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}
.p-l98 {
  padding-left: 98px !important;
}
.p-r98 {
  padding-right: 98px !important;
}
.p-lr98 {
  padding-left: 98px !important;
  padding-right: 98px !important;
}
.m-98 {
  margin: 98px !important;
}
.m-t98 {
  margin-top: 98px !important;
}
.m-b98 {
  margin-bottom: 98px !important;
}
.m-tb98 {
  margin-top: 98px !important;
  margin-bottom: 98px !important;
}
.m-l98 {
  margin-left: 98px !important;
}
.m-r98 {
  margin-right: 98px !important;
}
.m-lr98 {
  margin-left: 98px !important;
  margin-right: 98px !important;
}
.lh-98 {
  line-height: 98px !important;
}
.p-99 {
  padding: 99px !important;
}
.p-t99 {
  padding-top: 99px !important;
}
.p-b99 {
  padding-bottom: 99px !important;
}
.p-tb99 {
  padding-top: 99px !important;
  padding-bottom: 99px !important;
}
.p-l99 {
  padding-left: 99px !important;
}
.p-r99 {
  padding-right: 99px !important;
}
.p-lr99 {
  padding-left: 99px !important;
  padding-right: 99px !important;
}
.m-99 {
  margin: 99px !important;
}
.m-t99 {
  margin-top: 99px !important;
}
.m-b99 {
  margin-bottom: 99px !important;
}
.m-tb99 {
  margin-top: 99px !important;
  margin-bottom: 99px !important;
}
.m-l99 {
  margin-left: 99px !important;
}
.m-r99 {
  margin-right: 99px !important;
}
.m-lr99 {
  margin-left: 99px !important;
  margin-right: 99px !important;
}
.lh-99 {
  line-height: 99px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-t100 {
  padding-top: 100px !important;
}
.p-b100 {
  padding-bottom: 100px !important;
}
.p-tb100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.p-l100 {
  padding-left: 100px !important;
}
.p-r100 {
  padding-right: 100px !important;
}
.p-lr100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.m-100 {
  margin: 100px !important;
}
.m-t100 {
  margin-top: 100px !important;
}
.m-b100 {
  margin-bottom: 100px !important;
}
.m-tb100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.m-l100 {
  margin-left: 100px !important;
}
.m-r100 {
  margin-right: 100px !important;
}
.m-lr100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}
.lh-100 {
  line-height: 100px !important;
}
/* End: Defined for PPT Tool*/
.blue-text {
  color: var(--themePrimary);
}
.red-text {
  color: #F24405;
}
.gray-text_delete {
  color: rgba(0, 0, 0, 0.4);
}
.gray-text {
  color: gray;
}
.error {
  color: #F24405;
  font-size: 16px;
  font-weight: 500 !important;
  align-self: center;
}
.error-bg {
  background-color: #F24405;
  color: white !important;
}
.highlight-bg {
  background-color: #F24405;
  color: white !important;
}
.negative {
  color: #F24405;
  font-weight: 500 !important;
}
.positive {
  color: green;
  font-weight: 500 !important;
}
.bullet {
  font-size: 12px;
  line-height: 22px;
}
.bullet2 {
  font-size: 14px;
  line-height: 22px;
}
.water-mark {
  color: lightgrey;
  font-size: 40px;
  font-weight: 600;
}
.th-right {
  justify-content: flex-end !important;
}
.th-center {
  justify-content: center !important;
}
.blueText0 {
  font-size: 0px !important;
  color: #4F528C !important;
}
.blueText1 {
  font-size: 1px !important;
  color: #4F528C !important;
}
.blueText2 {
  font-size: 2px !important;
  color: #4F528C !important;
}
.blueText3 {
  font-size: 3px !important;
  color: #4F528C !important;
}
.blueText4 {
  font-size: 4px !important;
  color: #4F528C !important;
}
.blueText5 {
  font-size: 5px !important;
  color: #4F528C !important;
}
.blueText6 {
  font-size: 6px !important;
  color: #4F528C !important;
}
.blueText7 {
  font-size: 7px !important;
  color: #4F528C !important;
}
.blueText8 {
  font-size: 8px !important;
  color: #4F528C !important;
}
.blueText9 {
  font-size: 9px !important;
  color: #4F528C !important;
}
.blueText10 {
  font-size: 10px !important;
  color: #4F528C !important;
}
.blueText11 {
  font-size: 11px !important;
  color: #4F528C !important;
}
.blueText12 {
  font-size: 12px !important;
  color: #4F528C !important;
}
.blueText13 {
  font-size: 13px !important;
  color: #4F528C !important;
}
.blueText14 {
  font-size: 14px !important;
  color: #4F528C !important;
}
.blueText15 {
  font-size: 15px !important;
  color: #4F528C !important;
}
.blueText16 {
  font-size: 16px !important;
  color: #4F528C !important;
}
.blueText17 {
  font-size: 17px !important;
  color: #4F528C !important;
}
.blueText18 {
  font-size: 18px !important;
  color: #4F528C !important;
}
.blueText19 {
  font-size: 19px !important;
  color: #4F528C !important;
}
.blueText20 {
  font-size: 20px !important;
  color: #4F528C !important;
}
.blueText21 {
  font-size: 21px !important;
  color: #4F528C !important;
}
.blueText22 {
  font-size: 22px !important;
  color: #4F528C !important;
}
.blueText23 {
  font-size: 23px !important;
  color: #4F528C !important;
}
.blueText24 {
  font-size: 24px !important;
  color: #4F528C !important;
}
.blueText25 {
  font-size: 25px !important;
  color: #4F528C !important;
}
.blueText26 {
  font-size: 26px !important;
  color: #4F528C !important;
}
.blueText27 {
  font-size: 27px !important;
  color: #4F528C !important;
}
.blueText28 {
  font-size: 28px !important;
  color: #4F528C !important;
}
.blueText29 {
  font-size: 29px !important;
  color: #4F528C !important;
}
.blueText30 {
  font-size: 30px !important;
  color: #4F528C !important;
}
.font0 {
  font-size: 0px !important;
}
.font1 {
  font-size: 1px !important;
}
.font2 {
  font-size: 2px !important;
}
.font3 {
  font-size: 3px !important;
}
.font4 {
  font-size: 4px !important;
}
.font5 {
  font-size: 5px !important;
}
.font6 {
  font-size: 6px !important;
}
.font7 {
  font-size: 7px !important;
}
.font8 {
  font-size: 8px !important;
}
.font9 {
  font-size: 9px !important;
}
.font10 {
  font-size: 10px !important;
}
.font11 {
  font-size: 11px !important;
}
.font12 {
  font-size: 12px !important;
}
.font13 {
  font-size: 13px !important;
}
.font14 {
  font-size: 14px !important;
}
.font15 {
  font-size: 15px !important;
}
.font16 {
  font-size: 16px !important;
}
.font17 {
  font-size: 17px !important;
}
.font18 {
  font-size: 18px !important;
}
.font19 {
  font-size: 19px !important;
}
.font20 {
  font-size: 20px !important;
}
.font21 {
  font-size: 21px !important;
}
.font22 {
  font-size: 22px !important;
}
.font23 {
  font-size: 23px !important;
}
.font24 {
  font-size: 24px !important;
}
.font25 {
  font-size: 25px !important;
}
.font26 {
  font-size: 26px !important;
}
.font27 {
  font-size: 27px !important;
}
.font28 {
  font-size: 28px !important;
}
.font29 {
  font-size: 29px !important;
}
.font30 {
  font-size: 30px !important;
}
.font31 {
  font-size: 31px !important;
}
.font32 {
  font-size: 32px !important;
}
.font33 {
  font-size: 33px !important;
}
.font34 {
  font-size: 34px !important;
}
.font35 {
  font-size: 35px !important;
}
.font36 {
  font-size: 36px !important;
}
.font37 {
  font-size: 37px !important;
}
.font38 {
  font-size: 38px !important;
}
.font39 {
  font-size: 39px !important;
}
.font40 {
  font-size: 40px !important;
}
.font41 {
  font-size: 41px !important;
}
.font42 {
  font-size: 42px !important;
}
.font43 {
  font-size: 43px !important;
}
.font44 {
  font-size: 44px !important;
}
.font45 {
  font-size: 45px !important;
}
.font46 {
  font-size: 46px !important;
}
.font47 {
  font-size: 47px !important;
}
.font48 {
  font-size: 48px !important;
}
.font49 {
  font-size: 49px !important;
}
.font50 {
  font-size: 50px !important;
}
.font51 {
  font-size: 51px !important;
}
.font52 {
  font-size: 52px !important;
}
.font53 {
  font-size: 53px !important;
}
.font54 {
  font-size: 54px !important;
}
.font55 {
  font-size: 55px !important;
}
.font56 {
  font-size: 56px !important;
}
.font57 {
  font-size: 57px !important;
}
.font58 {
  font-size: 58px !important;
}
.font59 {
  font-size: 59px !important;
}
.font60 {
  font-size: 60px !important;
}
.font61 {
  font-size: 61px !important;
}
.font62 {
  font-size: 62px !important;
}
.font63 {
  font-size: 63px !important;
}
.font64 {
  font-size: 64px !important;
}
.font65 {
  font-size: 65px !important;
}
.font66 {
  font-size: 66px !important;
}
.font67 {
  font-size: 67px !important;
}
.font68 {
  font-size: 68px !important;
}
.font69 {
  font-size: 69px !important;
}
.font70 {
  font-size: 70px !important;
}
.font71 {
  font-size: 71px !important;
}
.font72 {
  font-size: 72px !important;
}
.font73 {
  font-size: 73px !important;
}
.font74 {
  font-size: 74px !important;
}
.font75 {
  font-size: 75px !important;
}
.font76 {
  font-size: 76px !important;
}
.font77 {
  font-size: 77px !important;
}
.font78 {
  font-size: 78px !important;
}
.font79 {
  font-size: 79px !important;
}
.font80 {
  font-size: 80px !important;
}
.font81 {
  font-size: 81px !important;
}
.font82 {
  font-size: 82px !important;
}
.font83 {
  font-size: 83px !important;
}
.font84 {
  font-size: 84px !important;
}
.font85 {
  font-size: 85px !important;
}
.font86 {
  font-size: 86px !important;
}
.font87 {
  font-size: 87px !important;
}
.font88 {
  font-size: 88px !important;
}
.font89 {
  font-size: 89px !important;
}
.font90 {
  font-size: 90px !important;
}
.font91 {
  font-size: 91px !important;
}
.font92 {
  font-size: 92px !important;
}
.font93 {
  font-size: 93px !important;
}
.font94 {
  font-size: 94px !important;
}
.font95 {
  font-size: 95px !important;
}
.font96 {
  font-size: 96px !important;
}
.font97 {
  font-size: 97px !important;
}
.font98 {
  font-size: 98px !important;
}
.font99 {
  font-size: 99px !important;
}
.font100 {
  font-size: 100px !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overY {
  overflow-y: auto;
}
.overX {
  overflow-x: auto;
}
.flex-row-container {
  display: flex;
  flex-direction: row;
}
.center-align-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
.flex-row-center {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.flex-col-container {
  display: flex;
  flex-direction: column;
}
.flex-col-end {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  align-content: stretch;
}
.flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex-row-space-around {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
}
.flex-row-container-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-row-center-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-row-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.validationError {
  color: #F24405;
}
.infoMsg {
  background: #bde5f8 !important;
  color: #025399 !important;
}
.warningMsg {
  background: #fcecad !important;
  color: #ac6802 !important;
}
.errorMsg {
  background: #fccaca !important;
  color: #e2030e !important;
}
.successMsg {
  background: #e2f7bf !important;
  color: #4f8b0d !important;
}
.pClient {
  color: #4f8b0d;
}
.sClient {
  color: #ac6802;
}
.super {
  top: -4px;
  left: 5px;
  border-radius: 2px;
  background: cornsilk;
  color: #0078d4;
  border: 1px #C4C4C4 solid;
}
.superIcon {
  left: -14px;
  top: -6px;
}
.superSummaryIcon {
  left: -5px;
  top: -6px;
}
.hy {
  background: cornsilk;
  color: #0078d4;
  height: 25px !important;
  width: 120px;
}
* {
  box-sizing: border-box;
}
:root {
  /* Light Theme */
  --themePrimary: #4F528C;
  --themeLighterAltForButton:#97bbd6;
  --themeLighterAlt: #f3f9fd;
  --themeLighter: #d0e7f8;
  --themeLight: #a9d3f2;
  --themeTertiary: #5ca9e5;
  --themeSecondary: #1a86d9;
  --themeDarkAlt: #006cbe;
  --themeDark: #005ba1;
  --themeDarker: #004377;
  --neutralLighterAlt: #f8f8f8;
  --neutralLighter: #f4f4f4;
  --neutralLight: #eaeaea;
  --neutralQuaternaryAlt: #dadada;
  --neutralQuaternary: #d0d0d0;
  --neutralTertiaryAlt: #c8c8c8;
  --neutralTertiary: #bab8b7;
  --neutralSecondary: #a3a2a0;
  --neutralPrimaryAlt: #8d8b8a;
  --neutralPrimary: #353459;
  --neutralDark: #605e5d;
  --black: #494847;
  --white: #ffffff;
  --desc-bg: #f3f9fd;
  --themePrimaryContrast: #A0A3D9;
  --themeSecondaryContrast: #F2E2C4;
  /* Dark Theme */
  /* Shadows */
  --toolbar-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px;
  --background-tertiary-shadow: 0 1px 3px 0 rgba(92, 125, 153, 0.5);
}
body,
html {
  font-family: "Avenir";
  font-size: 14px;
  font-weight: 400;
  color: var(--neutralPrimary);
  background-color: var(--neutralLight);
  width: 100%;
  height: 100%;
  line-height: 22px;
  overflow: auto;
  min-width: 1023px;
}
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: var(--neutralLighter);
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--neutralTertiary);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--neutralDark);
}
.client-search-autocomplete {
  max-height: 300px !important;
}
@media (min-width: 1440px) {
  .client-search-autocomplete {
    max-height: 500px !important;
  }
}
@media (min-width: 1920px) {
  .client-search-autocomplete {
    max-height: 685px !important;
  }
}
.divider {
  border-top-color: var(--themePrimaryContrast);
}
.dialog-container {
  display: flex;
  /* displays flex-items (children) inline */
  flex-direction: column;
  /* stacks them vertically */
  height: 100%;
  /* needs to take the parents height, alternative: body {display: flex} */
}
.settings-container {
  display: flex;
  /* displays flex-items (children) inline */
  flex-direction: column;
  /* stacks them vertically */
  height: 100%;
  /* needs to take the parents height, alternative: body {display: flex} */
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: rgba(2, 139, 255, 0.15);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.settings-content-header {
  font-size: 16px;
}
.settings-section-header {
  height: 35px;
  width: 100%;
  background-color: var(--neutralQuaternary);
  color: var(--black);
  padding: 8px;
}
.settings-section-content {
  display: flex;
  flex-direction: row;
  height: 35px;
  width: 100%;
  background-color: var(--neutralQuaternary);
  color: var(--black);
  padding: 8px;
}
.dialog-content {
  flex: 1;
  /* takes the remaining height of the "container" div */
  overflow: auto;
  /* to scroll just the "main" div */
}
.dialog-header {
  height: 60px;
  background-color: var(--white);
  box-shadow: var(--toolbar-shadow);
}
.back-drop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.32);
  z-index: 500;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.confirmation-msg-box {
  position: absolute;
  /* or absolute */
  top: 40%;
  left: 40%;
  z-index: 200;
  width: 450px;
  height: 180px;
  background: var(--white);
  border-radius: 5px;
}
.search__header {
  font-size: 12px;
  color: var(--neutralPrimary);
  background-color: var(--white);
}
.search__name-column {
  display: flex;
  flex-direction: column;
  width: 120px;
  min-width: 135px;
  max-width: 135px;
  font-size: 12px;
}
.search__amount-column {
  display: flex;
  flex-direction: column;
  width: 100px;
  min-width: 90px;
  max-width: 90px;
  font-size: 12px;
}
.search__advisorId-column {
  display: flex;
  flex-direction: column;
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  font-size: 12px;
}
.mat-card-center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.test {
  color: #c0bcb8;
}
.details-pos {
  width: 100%;
}
@keyframes createBox {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* Goal */
.activeGoal {
  background: rgba(255, 255, 255, 0.15);
}
.nonActiveGoal {
  background: lightgray !important;
}
.summary-item {
  color: var(--black);
  width: 370px;
  height: 125px;
  margin-left: 10px;
  margin-right: 13px;
  margin-top: 15px;
  border-radius: 0px;
  background-color: #f1f0f0;
  transition: all 0.4s ease-in-out;
}
.summary-item:hover {
  box-shadow: 0 6px 6px 0 rgba(79, 82, 140, 0.37);
  transform: scale(1.01);
}
.summary-item__selected {
  background-color: #A0A3D9;
}
.summary-panel-container {
  display: flex;
  flex-flow: row wrap;
  min-width: 405px;
  max-width: 405px;
  max-height: 450px;
  overflow: auto;
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .summary-panel-container {
    max-width: 405px;
    max-height: 200px;
  }
}
@media (min-width: 1280px) {
  .summary-panel-container {
    max-width: 800px;
    max-height: 300px;
  }
}
@media (min-width: 1440px) {
  .summary-panel-container {
    max-width: 1200px;
    max-height: 430px;
  }
}
.chartLoading {
  width: 120px;
  height: 100px;
  font-size: 7px;
}
.chartLoading > div {
  height: 100%;
  width: 7px;
  display: inline-block;
  margin-right: 2px;
  animation: delay 0.8s infinite ease-in-out;
}
.chartLoading .bar1 {
  background-color: #8085e9;
}
.chartLoading .bar2 {
  background-color: #2b908e;
  animation-delay: -0.7s;
}
.chartLoading .bar3 {
  background-color: #e4d354;
  animation-delay: -0.6s;
}
.chartLoading .bar4 {
  background-color: #90ed7d;
  animation-delay: -0.5s;
}
.chartLoading .bar5 {
  background-color: #f45b5b;
  animation-delay: -0.4s;
}
.chartLoading .bar6 {
  background-color: #7cb5ec;
  animation-delay: -0.3s;
}
@keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
  }
}

/*# sourceMappingURL=styles.css.map*/