/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
/* 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, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-size: 100%;
  outline: 0px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.38;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*:focus {
  outline: none;
}
*:focus-visible:not(textarea, input) {
  outline: 1px dotted var(--col-accent-500);
}
* {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font-family: "Inter" !important;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/**
 * 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;
}
a {
  text-decoration: none;
}
body {
  --flex-grid-gutter: 30px;
  --flex-grid-gutter-half: calc(var(--flex-grid-gutter) / 2);
}
.flex {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex.inline {
  display: inline-flex;
}
.row.nowrap,
.flex.nowrap {
  flex-wrap: nowrap;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  margin-right: calc(-1 * var(--flex-grid-gutter-half));
  margin-left: calc(-1 * var(--flex-grid-gutter-half));
}
.row.reverse {
  flex-direction: row-reverse;
}
.col.reverse {
  flex-direction: column-reverse;
}
.flex.col {
  flex-direction: column;
}
.col-xs, .col-xs-1, .col-xs-offset-1, .col-xs-2, .col-xs-offset-2, .col-xs-3, .col-xs-offset-3, .col-xs-4, .col-xs-offset-4, .col-xs-5, .col-xs-offset-5, .col-xs-6, .col-xs-offset-6, .col-xs-7, .col-xs-offset-7, .col-xs-8, .col-xs-offset-8, .col-xs-9, .col-xs-offset-9, .col-xs-10, .col-xs-offset-10, .col-xs-11, .col-xs-offset-11, .col-xs-12, .col-xs-offset-12 {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: var(--flex-grid-gutter-half);
  padding-left: var(--flex-grid-gutter-half);
}
.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media screen and (min-width: 551px) {
  .col-sm, .col-sm-1, .col-sm-offset-1, .col-sm-2, .col-sm-offset-2, .col-sm-3, .col-sm-offset-3, .col-sm-4, .col-sm-offset-4, .col-sm-5, .col-sm-offset-5, .col-sm-6, .col-sm-offset-6, .col-sm-7, .col-sm-offset-7, .col-sm-8, .col-sm-offset-8, .col-sm-9, .col-sm-offset-9, .col-sm-10, .col-sm-offset-10, .col-sm-11, .col-sm-offset-11, .col-sm-12, .col-sm-offset-12 {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: var(--flex-grid-gutter-half);
    padding-left: var(--flex-grid-gutter-half);
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .container {
    width: "551px";
  }
}
@media screen and (min-width: 769px) {
  .col-md, .col-md-1, .col-md-offset-1, .col-md-2, .col-md-offset-2, .col-md-3, .col-md-offset-3, .col-md-4, .col-md-offset-4, .col-md-5, .col-md-offset-5, .col-md-6, .col-md-offset-6, .col-md-7, .col-md-offset-7, .col-md-8, .col-md-offset-8, .col-md-9, .col-md-offset-9, .col-md-10, .col-md-offset-10, .col-md-11, .col-md-offset-11, .col-md-12, .col-md-offset-12 {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: var(--flex-grid-gutter-half);
    padding-left: var(--flex-grid-gutter-half);
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }

  .container {
    width: "769px";
  }
}
@media screen and (min-width: 1025px) {
  .col-xmd, .col-xmd-1, .col-xmd-offset-1, .col-xmd-2, .col-xmd-offset-2, .col-xmd-3, .col-xmd-offset-3, .col-xmd-4, .col-xmd-offset-4, .col-xmd-5, .col-xmd-offset-5, .col-xmd-6, .col-xmd-offset-6, .col-xmd-7, .col-xmd-offset-7, .col-xmd-8, .col-xmd-offset-8, .col-xmd-9, .col-xmd-offset-9, .col-xmd-10, .col-xmd-offset-10, .col-xmd-11, .col-xmd-offset-11, .col-xmd-12, .col-xmd-offset-12 {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: var(--flex-grid-gutter-half);
    padding-left: var(--flex-grid-gutter-half);
  }

  .col-xmd {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xmd-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xmd-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xmd-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xmd-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xmd-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xmd-offset-3 {
    margin-left: 25%;
  }
  .col-xmd-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xmd-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xmd-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xmd-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xmd-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xmd-offset-6 {
    margin-left: 50%;
  }
  .col-xmd-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xmd-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xmd-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xmd-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xmd-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xmd-offset-9 {
    margin-left: 75%;
  }
  .col-xmd-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xmd-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xmd-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xmd-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xmd-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xmd-offset-12 {
    margin-left: 100%;
  }

  .container {
    width: "1025px";
  }
}
@media screen and (min-width: 1201px) {
  .col-lg, .col-lg-1, .col-lg-offset-1, .col-lg-2, .col-lg-offset-2, .col-lg-3, .col-lg-offset-3, .col-lg-4, .col-lg-offset-4, .col-lg-5, .col-lg-offset-5, .col-lg-6, .col-lg-offset-6, .col-lg-7, .col-lg-offset-7, .col-lg-8, .col-lg-offset-8, .col-lg-9, .col-lg-offset-9, .col-lg-10, .col-lg-offset-10, .col-lg-11, .col-lg-offset-11, .col-lg-12, .col-lg-offset-12 {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: var(--flex-grid-gutter-half);
    padding-left: var(--flex-grid-gutter-half);
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .container {
    width: "1201px";
  }
}
@media screen and (min-width: 1351px) {
  .col-xlg, .col-xlg-1, .col-xlg-offset-1, .col-xlg-2, .col-xlg-offset-2, .col-xlg-3, .col-xlg-offset-3, .col-xlg-4, .col-xlg-offset-4, .col-xlg-5, .col-xlg-offset-5, .col-xlg-6, .col-xlg-offset-6, .col-xlg-7, .col-xlg-offset-7, .col-xlg-8, .col-xlg-offset-8, .col-xlg-9, .col-xlg-offset-9, .col-xlg-10, .col-xlg-offset-10, .col-xlg-11, .col-xlg-offset-11, .col-xlg-12, .col-xlg-offset-12 {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: var(--flex-grid-gutter-half);
    padding-left: var(--flex-grid-gutter-half);
  }

  .col-xlg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xlg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xlg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xlg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xlg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xlg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xlg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xlg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xlg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xlg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }

  .container {
    width: "1351px";
  }
}
@media screen and (min-width: 1651px) {
  .col-xxlg, .col-xxlg-1, .col-xxlg-offset-1, .col-xxlg-2, .col-xxlg-offset-2, .col-xxlg-3, .col-xxlg-offset-3, .col-xxlg-4, .col-xxlg-offset-4, .col-xxlg-5, .col-xxlg-offset-5, .col-xxlg-6, .col-xxlg-offset-6, .col-xxlg-7, .col-xxlg-offset-7, .col-xxlg-8, .col-xxlg-offset-8, .col-xxlg-9, .col-xxlg-offset-9, .col-xxlg-10, .col-xxlg-offset-10, .col-xxlg-11, .col-xxlg-offset-11, .col-xxlg-12, .col-xxlg-offset-12 {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: var(--flex-grid-gutter-half);
    padding-left: var(--flex-grid-gutter-half);
  }

  .col-xxlg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xxlg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxlg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xxlg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxlg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xxlg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xxlg-offset-3 {
    margin-left: 25%;
  }
  .col-xxlg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxlg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xxlg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxlg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xxlg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xxlg-offset-6 {
    margin-left: 50%;
  }
  .col-xxlg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxlg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xxlg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxlg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xxlg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xxlg-offset-9 {
    margin-left: 75%;
  }
  .col-xxlg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxlg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xxlg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxlg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xxlg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xxlg-offset-12 {
    margin-left: 100%;
  }

  .container {
    width: "1651px";
  }
}
.start-xs {
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  justify-content: center;
  text-align: center;
}
.end-xs {
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  align-items: flex-start;
}
.middle-xs {
  align-items: center;
}
.bottom-xs {
  align-items: flex-end;
}
.around-xs {
  justify-content: space-around;
}
.between-xs {
  justify-content: space-between;
}
.first-xs {
  order: -9999;
}
.last-xs {
  order: 9999;
}
.flex-col-xs {
  flex-direction: column;
  gap: 0.5em;
}
.flex-row-xs {
  flex-direction: row;
}
.flex-wrap-xs {
  flex-wrap: wrap;
}
.flex-nowrap-xs {
  flex-wrap: nowrap;
}
@media screen and (min-width: 551px) {
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -9999;
  }

  .last-sm {
    order: 9999;
  }

  .flex-col-sm {
    flex-direction: column;
    gap: 0.5em;
  }

  .flex-row-sm {
    flex-direction: row;
  }

  .flex-wrap-sm {
    flex-wrap: wrap;
  }

  .flex-nowrap-sm {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 769px) {
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -9999;
  }

  .last-md {
    order: 9999;
  }

  .flex-col-md {
    flex-direction: column;
    gap: 0.5em;
  }

  .flex-row-md {
    flex-direction: row;
  }

  .flex-wrap-md {
    flex-wrap: wrap;
  }

  .flex-nowrap-md {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1025px) {
  .start-xmd {
    justify-content: flex-start;
    text-align: start;
  }

  .center-xmd {
    justify-content: center;
    text-align: center;
  }

  .end-xmd {
    justify-content: flex-end;
    text-align: end;
  }

  .top-xmd {
    align-items: flex-start;
  }

  .middle-xmd {
    align-items: center;
  }

  .bottom-xmd {
    align-items: flex-end;
  }

  .around-xmd {
    justify-content: space-around;
  }

  .between-xmd {
    justify-content: space-between;
  }

  .first-xmd {
    order: -9999;
  }

  .last-xmd {
    order: 9999;
  }

  .flex-col-xmd {
    flex-direction: column;
    gap: 0.5em;
  }

  .flex-row-xmd {
    flex-direction: row;
  }

  .flex-wrap-xmd {
    flex-wrap: wrap;
  }

  .flex-nowrap-xmd {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1201px) {
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -9999;
  }

  .last-lg {
    order: 9999;
  }

  .flex-col-lg {
    flex-direction: column;
    gap: 0.5em;
  }

  .flex-row-lg {
    flex-direction: row;
  }

  .flex-wrap-lg {
    flex-wrap: wrap;
  }

  .flex-nowrap-lg {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1351px) {
  .start-xlg {
    justify-content: flex-start;
    text-align: start;
  }

  .center-xlg {
    justify-content: center;
    text-align: center;
  }

  .end-xlg {
    justify-content: flex-end;
    text-align: end;
  }

  .top-xlg {
    align-items: flex-start;
  }

  .middle-xlg {
    align-items: center;
  }

  .bottom-xlg {
    align-items: flex-end;
  }

  .around-xlg {
    justify-content: space-around;
  }

  .between-xlg {
    justify-content: space-between;
  }

  .first-xlg {
    order: -9999;
  }

  .last-xlg {
    order: 9999;
  }

  .flex-col-xlg {
    flex-direction: column;
    gap: 0.5em;
  }

  .flex-row-xlg {
    flex-direction: row;
  }

  .flex-wrap-xlg {
    flex-wrap: wrap;
  }

  .flex-nowrap-xlg {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1651px) {
  .start-xxlg {
    justify-content: flex-start;
    text-align: start;
  }

  .center-xxlg {
    justify-content: center;
    text-align: center;
  }

  .end-xxlg {
    justify-content: flex-end;
    text-align: end;
  }

  .top-xxlg {
    align-items: flex-start;
  }

  .middle-xxlg {
    align-items: center;
  }

  .bottom-xxlg {
    align-items: flex-end;
  }

  .around-xxlg {
    justify-content: space-around;
  }

  .between-xxlg {
    justify-content: space-between;
  }

  .first-xxlg {
    order: -9999;
  }

  .last-xxlg {
    order: 9999;
  }

  .flex-col-xxlg {
    flex-direction: column;
    gap: 0.5em;
  }

  .flex-row-xxlg {
    flex-direction: row;
  }

  .flex-wrap-xxlg {
    flex-wrap: wrap;
  }

  .flex-nowrap-xxlg {
    flex-wrap: nowrap;
  }
}
h2 {
  color: var(--col-accent-500);
  font-size: 24px;
  font-weight: 500;
}
h3 {
  color: var(--col-accent-500);
  font-size: 20px;
  font-weight: 400;
}
h4 {
  color: var(--col-accent-500);
  font-size: 18px;
  font-weight: 400;
}
.dis-nn {
  display: none;
}
.dis-blk {
  display: block;
}
.dis-ib {
  display: inline-block;
}
.pos-r {
  position: relative;
}
.tac {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.pointer {
  cursor: pointer;
}
.pointer-none {
  pointer-events: none;
}
.wbr {
  word-break: break-all;
}
.fwb {
  font-weight: bold;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.vam {
  vertical-align: middle;
}
.grid {
  display: grid;
}
.white {
  color: #fff;
}
.bold {
  font-weight: bold;
}
.fg-1 {
  flex-grow: 1;
}
.fg-5 {
  gap: 5px;
}
.of-auto {
  overflow: auto;
}
.of-x-auto {
  overflow-x: auto;
}
.header-gradient {
  background: linear-gradient(170.84deg, var(--col-primary-500) -49.76%, var(--col-primary-900) 190.96%);
}
/* For use in src/lib/core/theming/_palette.scss */
body {
  --col-primary: #363636;
  --col-primary-50: #e7e7e7;
  --col-primary-100: #c3c3c3;
  --col-primary-200: #9b9b9b;
  --col-primary-300: #727272;
  --col-primary-400: #545454;
  --col-primary-500: #363636;
  --col-primary-600: #303030;
  --col-primary-700: #292929;
  --col-primary-800: #222222;
  --col-primary-900: #161616;
  --col-primary-A100: #000000;
  --col-primary-A200: #111111;
  --col-primary-A400: #444444;
  --col-primary-A700: #555555;
  --on-primary: #ffffff;
  --on-primary-50: #000000;
  --on-primary-100: #000000;
  --on-primary-200: #000000;
  --on-primary-300: #ffffff;
  --on-primary-400: #ffffff;
  --on-primary-500: #ffffff;
  --on-primary-600: #ffffff;
  --on-primary-700: #ffffff;
  --on-primary-800: #ffffff;
  --on-primary-900: #ffffff;
  --on-primary-A100: #ffffff;
  --on-primary-A200: #ffffff;
  --on-primary-A400: #ffffff;
  --on-primary-A700: #ffffff;
  --col-accent: #139b48;
  --col-accent-50: #e3f3e9;
  --col-accent-100: #b8e1c8;
  --col-accent-200: #89cda4;
  --col-accent-300: #5ab97f;
  --col-accent-400: #36aa63;
  --col-accent-500: #139b48;
  --col-accent-600: #119341;
  --col-accent-700: #0e8938;
  --col-accent-800: #0b7f30;
  --col-accent-900: #066d21;
  --col-accent-A100: #006314;
  --col-accent-A200: #035414;
  --col-accent-A400: #002f0a;
  --col-accent-A700: #001805;
  --on-accent: #ffffff;
  --on-accent-50: #000000;
  --on-accent-100: #000000;
  --on-accent-200: #000000;
  --on-accent-300: #000000;
  --on-accent-400: #ffffff;
  --on-accent-500: #ffffff;
  --on-accent-600: #ffffff;
  --on-accent-700: #ffffff;
  --on-accent-800: #ffffff;
  --on-accent-900: #ffffff;
  --on-accent-A100: #ffffff;
  --on-accent-A200: #ffffff;
  --on-accent-A400: #ffffff;
  --on-accent-A700: #ffffff;
  --col-warn: #f44336;
  --col-warn-50: #fee8e7;
  --col-warn-100: #fcc7c3;
  --col-warn-200: #faa19b;
  --col-warn-300: #f77b72;
  --col-warn-400: #f65f54;
  --col-warn-500: #f44336;
  --col-warn-600: #f33d30;
  --col-warn-700: #f13429;
  --col-warn-800: #ef2c22;
  --col-warn-900: #ec1e16;
  --col-warn-A100: #c81000;
  --col-warn-A200: #9a0000;
  --col-warn-A400: #770000;
  --col-warn-A700: #590000;
  --on-warn: #ffffff;
  --on-warn-50: #000000;
  --on-warn-100: #000000;
  --on-warn-200: #000000;
  --on-warn-300: #000000;
  --on-warn-400: #000000;
  --on-warn-500: #ffffff;
  --on-warn-600: #ffffff;
  --on-warn-700: #ffffff;
  --on-warn-800: #ffffff;
  --on-warn-900: #ffffff;
  --on-warn-A100: #ffffff;
  --on-warn-A200: #ffffff;
  --on-warn-A400: #ffffff;
  --on-warn-A700: #ffffff;
  --col-success: #28a745;
  --col-info:#59a8f7;
  --col-warning:#fb8b24;
  --col-error: #ec1e16;
  --col-warn: #c81000;
  --bg-body: #f5f5f5;
  --border-style: 1px solid rgba(128, 41, 41, 0.12);
  --box-shadow-card: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.primary-50 {
  background-color: var(--col-primary-50);
  color: var(--on-primary-50);
}
.primary-100 {
  background-color: var(--col-primary-100);
  color: var(--on-primary-100);
}
.primary-200 {
  background-color: var(--col-primary-200);
  color: var(--on-primary-200);
}
.primary-300 {
  background-color: var(--col-primary-300);
  color: var(--on-primary-300);
}
.primary-400 {
  background-color: var(--col-primary-400);
  color: var(--on-primary-400);
}
.primary-500 {
  background-color: var(--col-primary-500);
  color: var(--on-primary-500);
}
.primary-600 {
  background-color: var(--col-primary-600);
  color: var(--on-primary-600);
}
.primary-700 {
  background-color: var(--col-primary-700);
  color: var(--on-primary-700);
}
.primary-800 {
  background-color: var(--col-primary-800);
  color: var(--on-primary-800);
}
.primary-900 {
  background-color: var(--col-primary-900);
  color: var(--on-primary-900);
}
.primary-A100 {
  background-color: var(--col-primary-A100);
  color: var(--on-primary-A100);
}
.primary-A200 {
  background-color: var(--col-primary-A200);
  color: var(--on-primary-A200);
}
.primary-A400 {
  background-color: var(--col-primary-A400);
  color: var(--on-primary-A400);
}
.primary-A700 {
  background-color: var(--col-primary-A700);
  color: var(--on-primary-A700);
}
.accent-50 {
  background-color: var(--col-accent-50);
  color: var(--on-accent-50);
}
.accent-100 {
  background-color: var(--col-accent-100);
  color: var(--on-accent-100);
}
.accent-200 {
  background-color: var(--col-accent-200);
  color: var(--on-accent-200);
}
.accent-300 {
  background-color: var(--col-accent-300);
  color: var(--on-accent-300);
}
.accent-400 {
  background-color: var(--col-accent-400);
  color: var(--on-accent-400);
}
.accent-500 {
  background-color: var(--col-accent-500);
  color: var(--on-accent-500);
}
.accent-600 {
  background-color: var(--col-accent-600);
  color: var(--on-accent-600);
}
.accent-700 {
  background-color: var(--col-accent-700);
  color: var(--on-accent-700);
}
.accent-800 {
  background-color: var(--col-accent-800);
  color: var(--on-accent-800);
}
.accent-900 {
  background-color: var(--col-accent-900);
  color: var(--on-accent-900);
}
.accent-A100 {
  background-color: var(--col-accent-A100);
  color: var(--on-accent-A100);
}
.accent-A200 {
  background-color: var(--col-accent-A200);
  color: var(--on-accent-A200);
}
.accent-A400 {
  background-color: var(--col-accent-A400);
  color: var(--on-accent-A400);
}
.accent-A700 {
  background-color: var(--col-accent-A700);
  color: var(--on-accent-A700);
}
.warn-50 {
  background-color: var(--col-warn-50);
  color: var(--on-warn-50);
}
.warn-100 {
  background-color: var(--col-warn-100);
  color: var(--on-warn-100);
}
.warn-200 {
  background-color: var(--col-warn-200);
  color: var(--on-warn-200);
}
.warn-300 {
  background-color: var(--col-warn-300);
  color: var(--on-warn-300);
}
.warn-400 {
  background-color: var(--col-warn-400);
  color: var(--on-warn-400);
}
.warn-500 {
  background-color: var(--col-warn-500);
  color: var(--on-warn-500);
}
.warn-600 {
  background-color: var(--col-warn-600);
  color: var(--on-warn-600);
}
.warn-700 {
  background-color: var(--col-warn-700);
  color: var(--on-warn-700);
}
.warn-800 {
  background-color: var(--col-warn-800);
  color: var(--on-warn-800);
}
.warn-900 {
  background-color: var(--col-warn-900);
  color: var(--on-warn-900);
}
.warn-A100 {
  background-color: var(--col-warn-A100);
  color: var(--on-warn-A100);
}
.warn-A200 {
  background-color: var(--col-warn-A200);
  color: var(--on-warn-A200);
}
.warn-A400 {
  background-color: var(--col-warn-A400);
  color: var(--on-warn-A400);
}
.warn-A700 {
  background-color: var(--col-warn-A700);
  color: var(--on-warn-A700);
}
.col-primary-50 {
  color: #e7e7e7;
}
.col-primary-100 {
  color: #c3c3c3;
}
.col-primary-200 {
  color: #9b9b9b;
}
.col-primary-300 {
  color: #727272;
}
.col-primary-400 {
  color: #545454;
}
.col-primary-500 {
  color: #363636;
}
.col-primary-600 {
  color: #303030;
}
.col-primary-700 {
  color: #292929;
}
.col-primary-800 {
  color: #222222;
}
.col-primary-900 {
  color: #161616;
}
.col-primary-A100 {
  color: #000000;
}
.col-primary-A200 {
  color: #111111;
}
.col-primary-A400 {
  color: #444444;
}
.col-primary-A700 {
  color: #555555;
}
.col-on-primary-50 {
  color: #000000;
}
.col-on-primary-100 {
  color: #000000;
}
.col-on-primary-200 {
  color: #000000;
}
.col-on-primary-300 {
  color: #ffffff;
}
.col-on-primary-400 {
  color: #ffffff;
}
.col-on-primary-500 {
  color: #ffffff;
}
.col-on-primary-600 {
  color: #ffffff;
}
.col-on-primary-700 {
  color: #ffffff;
}
.col-on-primary-800 {
  color: #ffffff;
}
.col-on-primary-900 {
  color: #ffffff;
}
.col-on-primary-A100 {
  color: #ffffff;
}
.col-on-primary-A200 {
  color: #ffffff;
}
.col-on-primary-A400 {
  color: #ffffff;
}
.col-on-primary-A700 {
  color: #ffffff;
}
.col-accent-50 {
  color: #e3f3e9;
}
.col-accent-100 {
  color: #b8e1c8;
}
.col-accent-200 {
  color: #89cda4;
}
.col-accent-300 {
  color: #5ab97f;
}
.col-accent-400 {
  color: #36aa63;
}
.col-accent-500 {
  color: #139b48;
}
.col-accent-600 {
  color: #119341;
}
.col-accent-700 {
  color: #0e8938;
}
.col-accent-800 {
  color: #0b7f30;
}
.col-accent-900 {
  color: #066d21;
}
.col-accent-A100 {
  color: #006314;
}
.col-accent-A200 {
  color: #035414;
}
.col-accent-A400 {
  color: #002f0a;
}
.col-accent-A700 {
  color: #001805;
}
.col-on-accent-50 {
  color: #000000;
}
.col-on-accent-100 {
  color: #000000;
}
.col-on-accent-200 {
  color: #000000;
}
.col-on-accent-300 {
  color: #000000;
}
.col-on-accent-400 {
  color: #ffffff;
}
.col-on-accent-500 {
  color: #ffffff;
}
.col-on-accent-600 {
  color: #ffffff;
}
.col-on-accent-700 {
  color: #ffffff;
}
.col-on-accent-800 {
  color: #ffffff;
}
.col-on-accent-900 {
  color: #ffffff;
}
.col-on-accent-A100 {
  color: #ffffff;
}
.col-on-accent-A200 {
  color: #ffffff;
}
.col-on-accent-A400 {
  color: #ffffff;
}
.col-on-accent-A700 {
  color: #ffffff;
}
.col-warn-50 {
  color: #fee8e7;
}
.col-warn-100 {
  color: #fcc7c3;
}
.col-warn-200 {
  color: #faa19b;
}
.col-warn-300 {
  color: #f77b72;
}
.col-warn-400 {
  color: #f65f54;
}
.col-warn-500 {
  color: #f44336;
}
.col-warn-600 {
  color: #f33d30;
}
.col-warn-700 {
  color: #f13429;
}
.col-warn-800 {
  color: #ef2c22;
}
.col-warn-900 {
  color: #ec1e16;
}
.col-warn-A100 {
  color: #c81000;
}
.col-warn-A200 {
  color: #9a0000;
}
.col-warn-A400 {
  color: #770000;
}
.col-warn-A700 {
  color: #590000;
}
.col-on-warn-50 {
  color: #000000;
}
.col-on-warn-100 {
  color: #000000;
}
.col-on-warn-200 {
  color: #000000;
}
.col-on-warn-300 {
  color: #000000;
}
.col-on-warn-400 {
  color: #000000;
}
.col-on-warn-500 {
  color: #ffffff;
}
.col-on-warn-600 {
  color: #ffffff;
}
.col-on-warn-700 {
  color: #ffffff;
}
.col-on-warn-800 {
  color: #ffffff;
}
.col-on-warn-900 {
  color: #ffffff;
}
.col-on-warn-A100 {
  color: #ffffff;
}
.col-on-warn-A200 {
  color: #ffffff;
}
.col-on-warn-A400 {
  color: #ffffff;
}
.col-on-warn-A700 {
  color: #ffffff;
}
.w-5 {
  width: 5%;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-35 {
  width: 35%;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}
.w-100 {
  width: 100%;
}
.br-5 {
  border-radius: 5px;
}
.br-10 {
  border-radius: 10px;
}
.br-15 {
  border-radius: 15px;
}
.br-20 {
  border-radius: 20px;
}
.fs-1 {
  font-size: 1px;
}
.fs-2 {
  font-size: 2px;
}
.fs-3 {
  font-size: 3px;
}
.fs-4 {
  font-size: 4px;
}
.fs-5 {
  font-size: 5px;
}
.fs-6 {
  font-size: 6px;
}
.fs-7 {
  font-size: 7px;
}
.fs-8 {
  font-size: 8px;
}
.fs-9 {
  font-size: 9px;
}
.fs-10 {
  font-size: 10px;
}
.fs-11 {
  font-size: 11px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}
.fs-21 {
  font-size: 21px;
}
.fs-22 {
  font-size: 22px;
}
.fs-23 {
  font-size: 23px;
}
.fs-24 {
  font-size: 24px;
}
.fs-25 {
  font-size: 25px;
}
.fs-26 {
  font-size: 26px;
}
.fs-27 {
  font-size: 27px;
}
.fs-28 {
  font-size: 28px;
}
.fs-29 {
  font-size: 29px;
}
.fs-30 {
  font-size: 30px;
}
.fs-31 {
  font-size: 31px;
}
.fs-32 {
  font-size: 32px;
}
.fs-33 {
  font-size: 33px;
}
.fs-34 {
  font-size: 34px;
}
.fs-35 {
  font-size: 35px;
}
.fs-36 {
  font-size: 36px;
}
.fs-37 {
  font-size: 37px;
}
.fs-38 {
  font-size: 38px;
}
.fs-39 {
  font-size: 39px;
}
.fs-40 {
  font-size: 40px;
}
.fs-41 {
  font-size: 41px;
}
.fs-42 {
  font-size: 42px;
}
.fs-43 {
  font-size: 43px;
}
.fs-44 {
  font-size: 44px;
}
.fs-45 {
  font-size: 45px;
}
.fs-46 {
  font-size: 46px;
}
.fs-47 {
  font-size: 47px;
}
.fs-48 {
  font-size: 48px;
}
.fs-49 {
  font-size: 49px;
}
.fs-50 {
  font-size: 50px;
}
.fs-51 {
  font-size: 51px;
}
.fs-52 {
  font-size: 52px;
}
.fs-53 {
  font-size: 53px;
}
.fs-54 {
  font-size: 54px;
}
.fs-55 {
  font-size: 55px;
}
.fs-56 {
  font-size: 56px;
}
.fs-57 {
  font-size: 57px;
}
.fs-58 {
  font-size: 58px;
}
.fs-59 {
  font-size: 59px;
}
.fs-60 {
  font-size: 60px;
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 1px;
}
.ml-2 {
  margin-left: 2px;
}
.ml-3 {
  margin-left: 3px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 1px;
}
.mr-2 {
  margin-right: 2px;
}
.mr-3 {
  margin-right: 3px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-5 {
  margin-right: 5px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 1px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-3 {
  margin-top: 3px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-5 {
  margin-top: 5px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 1px;
}
.mb-2 {
  margin-bottom: 2px;
}
.mb-3 {
  margin-bottom: 3px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-5 {
  margin-bottom: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-55 {
  margin-left: 55px;
}
.ml-60 {
  margin-left: 60px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-55 {
  margin-right: 55px;
}
.mr-60 {
  margin-right: 60px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 1px;
}
.p-2 {
  padding: 2px;
}
.p-3 {
  padding: 3px;
}
.p-4 {
  padding: 4px;
}
.p-5 {
  padding: 5px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 1px;
}
.pl-2 {
  padding-left: 2px;
}
.pl-3 {
  padding-left: 3px;
}
.pl-4 {
  padding-left: 4px;
}
.pl-5 {
  padding-left: 5px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 1px;
}
.pr-2 {
  padding-right: 2px;
}
.pr-3 {
  padding-right: 3px;
}
.pr-4 {
  padding-right: 4px;
}
.pr-5 {
  padding-right: 5px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 1px;
}
.pt-2 {
  padding-top: 2px;
}
.pt-3 {
  padding-top: 3px;
}
.pt-4 {
  padding-top: 4px;
}
.pt-5 {
  padding-top: 5px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 1px;
}
.pb-2 {
  padding-bottom: 2px;
}
.pb-3 {
  padding-bottom: 3px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pb-5 {
  padding-bottom: 5px;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-25 {
  padding: 25px;
}
.p-30 {
  padding: 30px;
}
.p-35 {
  padding: 35px;
}
.p-40 {
  padding: 40px;
}
.p-45 {
  padding: 45px;
}
.p-50 {
  padding: 50px;
}
.p-55 {
  padding: 55px;
}
.p-60 {
  padding: 60px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-55 {
  padding-left: 55px;
}
.pl-60 {
  padding-left: 60px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-35 {
  padding-right: 35px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-55 {
  padding-right: 55px;
}
.pr-60 {
  padding-right: 60px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
@media screen and (min-width: 551px) {
  .w-sm-5 {
    width: 5%;
  }

  .w-sm-10 {
    width: 10%;
  }

  .w-sm-15 {
    width: 15%;
  }

  .w-sm-20 {
    width: 20%;
  }

  .w-sm-25 {
    width: 25%;
  }

  .w-sm-30 {
    width: 30%;
  }

  .w-sm-35 {
    width: 35%;
  }

  .w-sm-40 {
    width: 40%;
  }

  .w-sm-45 {
    width: 45%;
  }

  .w-sm-50 {
    width: 50%;
  }

  .w-sm-55 {
    width: 55%;
  }

  .w-sm-60 {
    width: 60%;
  }

  .w-sm-65 {
    width: 65%;
  }

  .w-sm-70 {
    width: 70%;
  }

  .w-sm-75 {
    width: 75%;
  }

  .w-sm-80 {
    width: 80%;
  }

  .w-sm-85 {
    width: 85%;
  }

  .w-sm-90 {
    width: 90%;
  }

  .w-sm-95 {
    width: 95%;
  }

  .w-sm-100 {
    width: 100%;
  }

  .br-sm-5 {
    border-radius: 5px;
  }

  .br-sm-10 {
    border-radius: 10px;
  }

  .br-sm-15 {
    border-radius: 15px;
  }

  .br-sm-20 {
    border-radius: 20px;
  }

  .fs-sm-1 {
    font-size: 1px;
  }

  .fs-sm-2 {
    font-size: 2px;
  }

  .fs-sm-3 {
    font-size: 3px;
  }

  .fs-sm-4 {
    font-size: 4px;
  }

  .fs-sm-5 {
    font-size: 5px;
  }

  .fs-sm-6 {
    font-size: 6px;
  }

  .fs-sm-7 {
    font-size: 7px;
  }

  .fs-sm-8 {
    font-size: 8px;
  }

  .fs-sm-9 {
    font-size: 9px;
  }

  .fs-sm-10 {
    font-size: 10px;
  }

  .fs-sm-11 {
    font-size: 11px;
  }

  .fs-sm-12 {
    font-size: 12px;
  }

  .fs-sm-13 {
    font-size: 13px;
  }

  .fs-sm-14 {
    font-size: 14px;
  }

  .fs-sm-15 {
    font-size: 15px;
  }

  .fs-sm-16 {
    font-size: 16px;
  }

  .fs-sm-17 {
    font-size: 17px;
  }

  .fs-sm-18 {
    font-size: 18px;
  }

  .fs-sm-19 {
    font-size: 19px;
  }

  .fs-sm-20 {
    font-size: 20px;
  }

  .fs-sm-21 {
    font-size: 21px;
  }

  .fs-sm-22 {
    font-size: 22px;
  }

  .fs-sm-23 {
    font-size: 23px;
  }

  .fs-sm-24 {
    font-size: 24px;
  }

  .fs-sm-25 {
    font-size: 25px;
  }

  .fs-sm-26 {
    font-size: 26px;
  }

  .fs-sm-27 {
    font-size: 27px;
  }

  .fs-sm-28 {
    font-size: 28px;
  }

  .fs-sm-29 {
    font-size: 29px;
  }

  .fs-sm-30 {
    font-size: 30px;
  }

  .fs-sm-31 {
    font-size: 31px;
  }

  .fs-sm-32 {
    font-size: 32px;
  }

  .fs-sm-33 {
    font-size: 33px;
  }

  .fs-sm-34 {
    font-size: 34px;
  }

  .fs-sm-35 {
    font-size: 35px;
  }

  .fs-sm-36 {
    font-size: 36px;
  }

  .fs-sm-37 {
    font-size: 37px;
  }

  .fs-sm-38 {
    font-size: 38px;
  }

  .fs-sm-39 {
    font-size: 39px;
  }

  .fs-sm-40 {
    font-size: 40px;
  }

  .fs-sm-41 {
    font-size: 41px;
  }

  .fs-sm-42 {
    font-size: 42px;
  }

  .fs-sm-43 {
    font-size: 43px;
  }

  .fs-sm-44 {
    font-size: 44px;
  }

  .fs-sm-45 {
    font-size: 45px;
  }

  .fs-sm-46 {
    font-size: 46px;
  }

  .fs-sm-47 {
    font-size: 47px;
  }

  .fs-sm-48 {
    font-size: 48px;
  }

  .fs-sm-49 {
    font-size: 49px;
  }

  .fs-sm-50 {
    font-size: 50px;
  }

  .fs-sm-51 {
    font-size: 51px;
  }

  .fs-sm-52 {
    font-size: 52px;
  }

  .fs-sm-53 {
    font-size: 53px;
  }

  .fs-sm-54 {
    font-size: 54px;
  }

  .fs-sm-55 {
    font-size: 55px;
  }

  .fs-sm-56 {
    font-size: 56px;
  }

  .fs-sm-57 {
    font-size: 57px;
  }

  .fs-sm-58 {
    font-size: 58px;
  }

  .fs-sm-59 {
    font-size: 59px;
  }

  .fs-sm-60 {
    font-size: 60px;
  }

  .fw-sm-100 {
    font-weight: 100;
  }

  .fw-sm-200 {
    font-weight: 200;
  }

  .fw-sm-300 {
    font-weight: 300;
  }

  .fw-sm-400 {
    font-weight: 400;
  }

  .fw-sm-500 {
    font-weight: 500;
  }

  .fw-sm-600 {
    font-weight: 600;
  }

  .fw-sm-700 {
    font-weight: 700;
  }

  .ml-sm-0 {
    margin-left: 0px;
  }

  .ml-sm-1 {
    margin-left: 1px;
  }

  .ml-sm-2 {
    margin-left: 2px;
  }

  .ml-sm-3 {
    margin-left: 3px;
  }

  .ml-sm-4 {
    margin-left: 4px;
  }

  .ml-sm-5 {
    margin-left: 5px;
  }

  .mr-sm-0 {
    margin-right: 0px;
  }

  .mr-sm-1 {
    margin-right: 1px;
  }

  .mr-sm-2 {
    margin-right: 2px;
  }

  .mr-sm-3 {
    margin-right: 3px;
  }

  .mr-sm-4 {
    margin-right: 4px;
  }

  .mr-sm-5 {
    margin-right: 5px;
  }

  .mt-sm-0 {
    margin-top: 0px;
  }

  .mt-sm-1 {
    margin-top: 1px;
  }

  .mt-sm-2 {
    margin-top: 2px;
  }

  .mt-sm-3 {
    margin-top: 3px;
  }

  .mt-sm-4 {
    margin-top: 4px;
  }

  .mt-sm-5 {
    margin-top: 5px;
  }

  .mb-sm-0 {
    margin-bottom: 0px;
  }

  .mb-sm-1 {
    margin-bottom: 1px;
  }

  .mb-sm-2 {
    margin-bottom: 2px;
  }

  .mb-sm-3 {
    margin-bottom: 3px;
  }

  .mb-sm-4 {
    margin-bottom: 4px;
  }

  .mb-sm-5 {
    margin-bottom: 5px;
  }

  .ml-sm-5 {
    margin-left: 5px;
  }

  .ml-sm-10 {
    margin-left: 10px;
  }

  .ml-sm-15 {
    margin-left: 15px;
  }

  .ml-sm-20 {
    margin-left: 20px;
  }

  .ml-sm-25 {
    margin-left: 25px;
  }

  .ml-sm-30 {
    margin-left: 30px;
  }

  .ml-sm-35 {
    margin-left: 35px;
  }

  .ml-sm-40 {
    margin-left: 40px;
  }

  .ml-sm-45 {
    margin-left: 45px;
  }

  .ml-sm-50 {
    margin-left: 50px;
  }

  .ml-sm-55 {
    margin-left: 55px;
  }

  .ml-sm-60 {
    margin-left: 60px;
  }

  .mr-sm-5 {
    margin-right: 5px;
  }

  .mr-sm-10 {
    margin-right: 10px;
  }

  .mr-sm-15 {
    margin-right: 15px;
  }

  .mr-sm-20 {
    margin-right: 20px;
  }

  .mr-sm-25 {
    margin-right: 25px;
  }

  .mr-sm-30 {
    margin-right: 30px;
  }

  .mr-sm-35 {
    margin-right: 35px;
  }

  .mr-sm-40 {
    margin-right: 40px;
  }

  .mr-sm-45 {
    margin-right: 45px;
  }

  .mr-sm-50 {
    margin-right: 50px;
  }

  .mr-sm-55 {
    margin-right: 55px;
  }

  .mr-sm-60 {
    margin-right: 60px;
  }

  .mt-sm-5 {
    margin-top: 5px;
  }

  .mt-sm-10 {
    margin-top: 10px;
  }

  .mt-sm-15 {
    margin-top: 15px;
  }

  .mt-sm-20 {
    margin-top: 20px;
  }

  .mt-sm-25 {
    margin-top: 25px;
  }

  .mt-sm-30 {
    margin-top: 30px;
  }

  .mt-sm-35 {
    margin-top: 35px;
  }

  .mt-sm-40 {
    margin-top: 40px;
  }

  .mt-sm-45 {
    margin-top: 45px;
  }

  .mt-sm-50 {
    margin-top: 50px;
  }

  .mt-sm-55 {
    margin-top: 55px;
  }

  .mt-sm-60 {
    margin-top: 60px;
  }

  .mb-sm-5 {
    margin-bottom: 5px;
  }

  .mb-sm-10 {
    margin-bottom: 10px;
  }

  .mb-sm-15 {
    margin-bottom: 15px;
  }

  .mb-sm-20 {
    margin-bottom: 20px;
  }

  .mb-sm-25 {
    margin-bottom: 25px;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .mb-sm-35 {
    margin-bottom: 35px;
  }

  .mb-sm-40 {
    margin-bottom: 40px;
  }

  .mb-sm-45 {
    margin-bottom: 45px;
  }

  .mb-sm-50 {
    margin-bottom: 50px;
  }

  .mb-sm-55 {
    margin-bottom: 55px;
  }

  .mb-sm-60 {
    margin-bottom: 60px;
  }

  .p-sm-0 {
    padding: 0px;
  }

  .p-sm-1 {
    padding: 1px;
  }

  .p-sm-2 {
    padding: 2px;
  }

  .p-sm-3 {
    padding: 3px;
  }

  .p-sm-4 {
    padding: 4px;
  }

  .p-sm-5 {
    padding: 5px;
  }

  .pl-sm-0 {
    padding-left: 0px;
  }

  .pl-sm-1 {
    padding-left: 1px;
  }

  .pl-sm-2 {
    padding-left: 2px;
  }

  .pl-sm-3 {
    padding-left: 3px;
  }

  .pl-sm-4 {
    padding-left: 4px;
  }

  .pl-sm-5 {
    padding-left: 5px;
  }

  .pr-sm-0 {
    padding-right: 0px;
  }

  .pr-sm-1 {
    padding-right: 1px;
  }

  .pr-sm-2 {
    padding-right: 2px;
  }

  .pr-sm-3 {
    padding-right: 3px;
  }

  .pr-sm-4 {
    padding-right: 4px;
  }

  .pr-sm-5 {
    padding-right: 5px;
  }

  .pt-sm-0 {
    padding-top: 0px;
  }

  .pt-sm-1 {
    padding-top: 1px;
  }

  .pt-sm-2 {
    padding-top: 2px;
  }

  .pt-sm-3 {
    padding-top: 3px;
  }

  .pt-sm-4 {
    padding-top: 4px;
  }

  .pt-sm-5 {
    padding-top: 5px;
  }

  .pb-sm-0 {
    padding-bottom: 0px;
  }

  .pb-sm-1 {
    padding-bottom: 1px;
  }

  .pb-sm-2 {
    padding-bottom: 2px;
  }

  .pb-sm-3 {
    padding-bottom: 3px;
  }

  .pb-sm-4 {
    padding-bottom: 4px;
  }

  .pb-sm-5 {
    padding-bottom: 5px;
  }

  .p-sm-5 {
    padding: 5px;
  }

  .p-sm-10 {
    padding: 10px;
  }

  .p-sm-15 {
    padding: 15px;
  }

  .p-sm-20 {
    padding: 20px;
  }

  .p-sm-25 {
    padding: 25px;
  }

  .p-sm-30 {
    padding: 30px;
  }

  .p-sm-35 {
    padding: 35px;
  }

  .p-sm-40 {
    padding: 40px;
  }

  .p-sm-45 {
    padding: 45px;
  }

  .p-sm-50 {
    padding: 50px;
  }

  .p-sm-55 {
    padding: 55px;
  }

  .p-sm-60 {
    padding: 60px;
  }

  .pl-sm-5 {
    padding-left: 5px;
  }

  .pl-sm-10 {
    padding-left: 10px;
  }

  .pl-sm-15 {
    padding-left: 15px;
  }

  .pl-sm-20 {
    padding-left: 20px;
  }

  .pl-sm-25 {
    padding-left: 25px;
  }

  .pl-sm-30 {
    padding-left: 30px;
  }

  .pl-sm-35 {
    padding-left: 35px;
  }

  .pl-sm-40 {
    padding-left: 40px;
  }

  .pl-sm-45 {
    padding-left: 45px;
  }

  .pl-sm-50 {
    padding-left: 50px;
  }

  .pl-sm-55 {
    padding-left: 55px;
  }

  .pl-sm-60 {
    padding-left: 60px;
  }

  .pr-sm-5 {
    padding-right: 5px;
  }

  .pr-sm-10 {
    padding-right: 10px;
  }

  .pr-sm-15 {
    padding-right: 15px;
  }

  .pr-sm-20 {
    padding-right: 20px;
  }

  .pr-sm-25 {
    padding-right: 25px;
  }

  .pr-sm-30 {
    padding-right: 30px;
  }

  .pr-sm-35 {
    padding-right: 35px;
  }

  .pr-sm-40 {
    padding-right: 40px;
  }

  .pr-sm-45 {
    padding-right: 45px;
  }

  .pr-sm-50 {
    padding-right: 50px;
  }

  .pr-sm-55 {
    padding-right: 55px;
  }

  .pr-sm-60 {
    padding-right: 60px;
  }

  .pt-sm-5 {
    padding-top: 5px;
  }

  .pt-sm-10 {
    padding-top: 10px;
  }

  .pt-sm-15 {
    padding-top: 15px;
  }

  .pt-sm-20 {
    padding-top: 20px;
  }

  .pt-sm-25 {
    padding-top: 25px;
  }

  .pt-sm-30 {
    padding-top: 30px;
  }

  .pt-sm-35 {
    padding-top: 35px;
  }

  .pt-sm-40 {
    padding-top: 40px;
  }

  .pt-sm-45 {
    padding-top: 45px;
  }

  .pt-sm-50 {
    padding-top: 50px;
  }

  .pt-sm-55 {
    padding-top: 55px;
  }

  .pt-sm-60 {
    padding-top: 60px;
  }

  .pb-sm-5 {
    padding-bottom: 5px;
  }

  .pb-sm-10 {
    padding-bottom: 10px;
  }

  .pb-sm-15 {
    padding-bottom: 15px;
  }

  .pb-sm-20 {
    padding-bottom: 20px;
  }

  .pb-sm-25 {
    padding-bottom: 25px;
  }

  .pb-sm-30 {
    padding-bottom: 30px;
  }

  .pb-sm-35 {
    padding-bottom: 35px;
  }

  .pb-sm-40 {
    padding-bottom: 40px;
  }

  .pb-sm-45 {
    padding-bottom: 45px;
  }

  .pb-sm-50 {
    padding-bottom: 50px;
  }

  .pb-sm-55 {
    padding-bottom: 55px;
  }

  .pb-sm-60 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .w-md-5 {
    width: 5%;
  }

  .w-md-10 {
    width: 10%;
  }

  .w-md-15 {
    width: 15%;
  }

  .w-md-20 {
    width: 20%;
  }

  .w-md-25 {
    width: 25%;
  }

  .w-md-30 {
    width: 30%;
  }

  .w-md-35 {
    width: 35%;
  }

  .w-md-40 {
    width: 40%;
  }

  .w-md-45 {
    width: 45%;
  }

  .w-md-50 {
    width: 50%;
  }

  .w-md-55 {
    width: 55%;
  }

  .w-md-60 {
    width: 60%;
  }

  .w-md-65 {
    width: 65%;
  }

  .w-md-70 {
    width: 70%;
  }

  .w-md-75 {
    width: 75%;
  }

  .w-md-80 {
    width: 80%;
  }

  .w-md-85 {
    width: 85%;
  }

  .w-md-90 {
    width: 90%;
  }

  .w-md-95 {
    width: 95%;
  }

  .w-md-100 {
    width: 100%;
  }

  .br-md-5 {
    border-radius: 5px;
  }

  .br-md-10 {
    border-radius: 10px;
  }

  .br-md-15 {
    border-radius: 15px;
  }

  .br-md-20 {
    border-radius: 20px;
  }

  .fs-md-1 {
    font-size: 1px;
  }

  .fs-md-2 {
    font-size: 2px;
  }

  .fs-md-3 {
    font-size: 3px;
  }

  .fs-md-4 {
    font-size: 4px;
  }

  .fs-md-5 {
    font-size: 5px;
  }

  .fs-md-6 {
    font-size: 6px;
  }

  .fs-md-7 {
    font-size: 7px;
  }

  .fs-md-8 {
    font-size: 8px;
  }

  .fs-md-9 {
    font-size: 9px;
  }

  .fs-md-10 {
    font-size: 10px;
  }

  .fs-md-11 {
    font-size: 11px;
  }

  .fs-md-12 {
    font-size: 12px;
  }

  .fs-md-13 {
    font-size: 13px;
  }

  .fs-md-14 {
    font-size: 14px;
  }

  .fs-md-15 {
    font-size: 15px;
  }

  .fs-md-16 {
    font-size: 16px;
  }

  .fs-md-17 {
    font-size: 17px;
  }

  .fs-md-18 {
    font-size: 18px;
  }

  .fs-md-19 {
    font-size: 19px;
  }

  .fs-md-20 {
    font-size: 20px;
  }

  .fs-md-21 {
    font-size: 21px;
  }

  .fs-md-22 {
    font-size: 22px;
  }

  .fs-md-23 {
    font-size: 23px;
  }

  .fs-md-24 {
    font-size: 24px;
  }

  .fs-md-25 {
    font-size: 25px;
  }

  .fs-md-26 {
    font-size: 26px;
  }

  .fs-md-27 {
    font-size: 27px;
  }

  .fs-md-28 {
    font-size: 28px;
  }

  .fs-md-29 {
    font-size: 29px;
  }

  .fs-md-30 {
    font-size: 30px;
  }

  .fs-md-31 {
    font-size: 31px;
  }

  .fs-md-32 {
    font-size: 32px;
  }

  .fs-md-33 {
    font-size: 33px;
  }

  .fs-md-34 {
    font-size: 34px;
  }

  .fs-md-35 {
    font-size: 35px;
  }

  .fs-md-36 {
    font-size: 36px;
  }

  .fs-md-37 {
    font-size: 37px;
  }

  .fs-md-38 {
    font-size: 38px;
  }

  .fs-md-39 {
    font-size: 39px;
  }

  .fs-md-40 {
    font-size: 40px;
  }

  .fs-md-41 {
    font-size: 41px;
  }

  .fs-md-42 {
    font-size: 42px;
  }

  .fs-md-43 {
    font-size: 43px;
  }

  .fs-md-44 {
    font-size: 44px;
  }

  .fs-md-45 {
    font-size: 45px;
  }

  .fs-md-46 {
    font-size: 46px;
  }

  .fs-md-47 {
    font-size: 47px;
  }

  .fs-md-48 {
    font-size: 48px;
  }

  .fs-md-49 {
    font-size: 49px;
  }

  .fs-md-50 {
    font-size: 50px;
  }

  .fs-md-51 {
    font-size: 51px;
  }

  .fs-md-52 {
    font-size: 52px;
  }

  .fs-md-53 {
    font-size: 53px;
  }

  .fs-md-54 {
    font-size: 54px;
  }

  .fs-md-55 {
    font-size: 55px;
  }

  .fs-md-56 {
    font-size: 56px;
  }

  .fs-md-57 {
    font-size: 57px;
  }

  .fs-md-58 {
    font-size: 58px;
  }

  .fs-md-59 {
    font-size: 59px;
  }

  .fs-md-60 {
    font-size: 60px;
  }

  .fw-md-100 {
    font-weight: 100;
  }

  .fw-md-200 {
    font-weight: 200;
  }

  .fw-md-300 {
    font-weight: 300;
  }

  .fw-md-400 {
    font-weight: 400;
  }

  .fw-md-500 {
    font-weight: 500;
  }

  .fw-md-600 {
    font-weight: 600;
  }

  .fw-md-700 {
    font-weight: 700;
  }

  .ml-md-0 {
    margin-left: 0px;
  }

  .ml-md-1 {
    margin-left: 1px;
  }

  .ml-md-2 {
    margin-left: 2px;
  }

  .ml-md-3 {
    margin-left: 3px;
  }

  .ml-md-4 {
    margin-left: 4px;
  }

  .ml-md-5 {
    margin-left: 5px;
  }

  .mr-md-0 {
    margin-right: 0px;
  }

  .mr-md-1 {
    margin-right: 1px;
  }

  .mr-md-2 {
    margin-right: 2px;
  }

  .mr-md-3 {
    margin-right: 3px;
  }

  .mr-md-4 {
    margin-right: 4px;
  }

  .mr-md-5 {
    margin-right: 5px;
  }

  .mt-md-0 {
    margin-top: 0px;
  }

  .mt-md-1 {
    margin-top: 1px;
  }

  .mt-md-2 {
    margin-top: 2px;
  }

  .mt-md-3 {
    margin-top: 3px;
  }

  .mt-md-4 {
    margin-top: 4px;
  }

  .mt-md-5 {
    margin-top: 5px;
  }

  .mb-md-0 {
    margin-bottom: 0px;
  }

  .mb-md-1 {
    margin-bottom: 1px;
  }

  .mb-md-2 {
    margin-bottom: 2px;
  }

  .mb-md-3 {
    margin-bottom: 3px;
  }

  .mb-md-4 {
    margin-bottom: 4px;
  }

  .mb-md-5 {
    margin-bottom: 5px;
  }

  .ml-md-5 {
    margin-left: 5px;
  }

  .ml-md-10 {
    margin-left: 10px;
  }

  .ml-md-15 {
    margin-left: 15px;
  }

  .ml-md-20 {
    margin-left: 20px;
  }

  .ml-md-25 {
    margin-left: 25px;
  }

  .ml-md-30 {
    margin-left: 30px;
  }

  .ml-md-35 {
    margin-left: 35px;
  }

  .ml-md-40 {
    margin-left: 40px;
  }

  .ml-md-45 {
    margin-left: 45px;
  }

  .ml-md-50 {
    margin-left: 50px;
  }

  .ml-md-55 {
    margin-left: 55px;
  }

  .ml-md-60 {
    margin-left: 60px;
  }

  .mr-md-5 {
    margin-right: 5px;
  }

  .mr-md-10 {
    margin-right: 10px;
  }

  .mr-md-15 {
    margin-right: 15px;
  }

  .mr-md-20 {
    margin-right: 20px;
  }

  .mr-md-25 {
    margin-right: 25px;
  }

  .mr-md-30 {
    margin-right: 30px;
  }

  .mr-md-35 {
    margin-right: 35px;
  }

  .mr-md-40 {
    margin-right: 40px;
  }

  .mr-md-45 {
    margin-right: 45px;
  }

  .mr-md-50 {
    margin-right: 50px;
  }

  .mr-md-55 {
    margin-right: 55px;
  }

  .mr-md-60 {
    margin-right: 60px;
  }

  .mt-md-5 {
    margin-top: 5px;
  }

  .mt-md-10 {
    margin-top: 10px;
  }

  .mt-md-15 {
    margin-top: 15px;
  }

  .mt-md-20 {
    margin-top: 20px;
  }

  .mt-md-25 {
    margin-top: 25px;
  }

  .mt-md-30 {
    margin-top: 30px;
  }

  .mt-md-35 {
    margin-top: 35px;
  }

  .mt-md-40 {
    margin-top: 40px;
  }

  .mt-md-45 {
    margin-top: 45px;
  }

  .mt-md-50 {
    margin-top: 50px;
  }

  .mt-md-55 {
    margin-top: 55px;
  }

  .mt-md-60 {
    margin-top: 60px;
  }

  .mb-md-5 {
    margin-bottom: 5px;
  }

  .mb-md-10 {
    margin-bottom: 10px;
  }

  .mb-md-15 {
    margin-bottom: 15px;
  }

  .mb-md-20 {
    margin-bottom: 20px;
  }

  .mb-md-25 {
    margin-bottom: 25px;
  }

  .mb-md-30 {
    margin-bottom: 30px;
  }

  .mb-md-35 {
    margin-bottom: 35px;
  }

  .mb-md-40 {
    margin-bottom: 40px;
  }

  .mb-md-45 {
    margin-bottom: 45px;
  }

  .mb-md-50 {
    margin-bottom: 50px;
  }

  .mb-md-55 {
    margin-bottom: 55px;
  }

  .mb-md-60 {
    margin-bottom: 60px;
  }

  .p-md-0 {
    padding: 0px;
  }

  .p-md-1 {
    padding: 1px;
  }

  .p-md-2 {
    padding: 2px;
  }

  .p-md-3 {
    padding: 3px;
  }

  .p-md-4 {
    padding: 4px;
  }

  .p-md-5 {
    padding: 5px;
  }

  .pl-md-0 {
    padding-left: 0px;
  }

  .pl-md-1 {
    padding-left: 1px;
  }

  .pl-md-2 {
    padding-left: 2px;
  }

  .pl-md-3 {
    padding-left: 3px;
  }

  .pl-md-4 {
    padding-left: 4px;
  }

  .pl-md-5 {
    padding-left: 5px;
  }

  .pr-md-0 {
    padding-right: 0px;
  }

  .pr-md-1 {
    padding-right: 1px;
  }

  .pr-md-2 {
    padding-right: 2px;
  }

  .pr-md-3 {
    padding-right: 3px;
  }

  .pr-md-4 {
    padding-right: 4px;
  }

  .pr-md-5 {
    padding-right: 5px;
  }

  .pt-md-0 {
    padding-top: 0px;
  }

  .pt-md-1 {
    padding-top: 1px;
  }

  .pt-md-2 {
    padding-top: 2px;
  }

  .pt-md-3 {
    padding-top: 3px;
  }

  .pt-md-4 {
    padding-top: 4px;
  }

  .pt-md-5 {
    padding-top: 5px;
  }

  .pb-md-0 {
    padding-bottom: 0px;
  }

  .pb-md-1 {
    padding-bottom: 1px;
  }

  .pb-md-2 {
    padding-bottom: 2px;
  }

  .pb-md-3 {
    padding-bottom: 3px;
  }

  .pb-md-4 {
    padding-bottom: 4px;
  }

  .pb-md-5 {
    padding-bottom: 5px;
  }

  .p-md-5 {
    padding: 5px;
  }

  .p-md-10 {
    padding: 10px;
  }

  .p-md-15 {
    padding: 15px;
  }

  .p-md-20 {
    padding: 20px;
  }

  .p-md-25 {
    padding: 25px;
  }

  .p-md-30 {
    padding: 30px;
  }

  .p-md-35 {
    padding: 35px;
  }

  .p-md-40 {
    padding: 40px;
  }

  .p-md-45 {
    padding: 45px;
  }

  .p-md-50 {
    padding: 50px;
  }

  .p-md-55 {
    padding: 55px;
  }

  .p-md-60 {
    padding: 60px;
  }

  .pl-md-5 {
    padding-left: 5px;
  }

  .pl-md-10 {
    padding-left: 10px;
  }

  .pl-md-15 {
    padding-left: 15px;
  }

  .pl-md-20 {
    padding-left: 20px;
  }

  .pl-md-25 {
    padding-left: 25px;
  }

  .pl-md-30 {
    padding-left: 30px;
  }

  .pl-md-35 {
    padding-left: 35px;
  }

  .pl-md-40 {
    padding-left: 40px;
  }

  .pl-md-45 {
    padding-left: 45px;
  }

  .pl-md-50 {
    padding-left: 50px;
  }

  .pl-md-55 {
    padding-left: 55px;
  }

  .pl-md-60 {
    padding-left: 60px;
  }

  .pr-md-5 {
    padding-right: 5px;
  }

  .pr-md-10 {
    padding-right: 10px;
  }

  .pr-md-15 {
    padding-right: 15px;
  }

  .pr-md-20 {
    padding-right: 20px;
  }

  .pr-md-25 {
    padding-right: 25px;
  }

  .pr-md-30 {
    padding-right: 30px;
  }

  .pr-md-35 {
    padding-right: 35px;
  }

  .pr-md-40 {
    padding-right: 40px;
  }

  .pr-md-45 {
    padding-right: 45px;
  }

  .pr-md-50 {
    padding-right: 50px;
  }

  .pr-md-55 {
    padding-right: 55px;
  }

  .pr-md-60 {
    padding-right: 60px;
  }

  .pt-md-5 {
    padding-top: 5px;
  }

  .pt-md-10 {
    padding-top: 10px;
  }

  .pt-md-15 {
    padding-top: 15px;
  }

  .pt-md-20 {
    padding-top: 20px;
  }

  .pt-md-25 {
    padding-top: 25px;
  }

  .pt-md-30 {
    padding-top: 30px;
  }

  .pt-md-35 {
    padding-top: 35px;
  }

  .pt-md-40 {
    padding-top: 40px;
  }

  .pt-md-45 {
    padding-top: 45px;
  }

  .pt-md-50 {
    padding-top: 50px;
  }

  .pt-md-55 {
    padding-top: 55px;
  }

  .pt-md-60 {
    padding-top: 60px;
  }

  .pb-md-5 {
    padding-bottom: 5px;
  }

  .pb-md-10 {
    padding-bottom: 10px;
  }

  .pb-md-15 {
    padding-bottom: 15px;
  }

  .pb-md-20 {
    padding-bottom: 20px;
  }

  .pb-md-25 {
    padding-bottom: 25px;
  }

  .pb-md-30 {
    padding-bottom: 30px;
  }

  .pb-md-35 {
    padding-bottom: 35px;
  }

  .pb-md-40 {
    padding-bottom: 40px;
  }

  .pb-md-45 {
    padding-bottom: 45px;
  }

  .pb-md-50 {
    padding-bottom: 50px;
  }

  .pb-md-55 {
    padding-bottom: 55px;
  }

  .pb-md-60 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .w-xmd-5 {
    width: 5%;
  }

  .w-xmd-10 {
    width: 10%;
  }

  .w-xmd-15 {
    width: 15%;
  }

  .w-xmd-20 {
    width: 20%;
  }

  .w-xmd-25 {
    width: 25%;
  }

  .w-xmd-30 {
    width: 30%;
  }

  .w-xmd-35 {
    width: 35%;
  }

  .w-xmd-40 {
    width: 40%;
  }

  .w-xmd-45 {
    width: 45%;
  }

  .w-xmd-50 {
    width: 50%;
  }

  .w-xmd-55 {
    width: 55%;
  }

  .w-xmd-60 {
    width: 60%;
  }

  .w-xmd-65 {
    width: 65%;
  }

  .w-xmd-70 {
    width: 70%;
  }

  .w-xmd-75 {
    width: 75%;
  }

  .w-xmd-80 {
    width: 80%;
  }

  .w-xmd-85 {
    width: 85%;
  }

  .w-xmd-90 {
    width: 90%;
  }

  .w-xmd-95 {
    width: 95%;
  }

  .w-xmd-100 {
    width: 100%;
  }

  .br-xmd-5 {
    border-radius: 5px;
  }

  .br-xmd-10 {
    border-radius: 10px;
  }

  .br-xmd-15 {
    border-radius: 15px;
  }

  .br-xmd-20 {
    border-radius: 20px;
  }

  .fs-xmd-1 {
    font-size: 1px;
  }

  .fs-xmd-2 {
    font-size: 2px;
  }

  .fs-xmd-3 {
    font-size: 3px;
  }

  .fs-xmd-4 {
    font-size: 4px;
  }

  .fs-xmd-5 {
    font-size: 5px;
  }

  .fs-xmd-6 {
    font-size: 6px;
  }

  .fs-xmd-7 {
    font-size: 7px;
  }

  .fs-xmd-8 {
    font-size: 8px;
  }

  .fs-xmd-9 {
    font-size: 9px;
  }

  .fs-xmd-10 {
    font-size: 10px;
  }

  .fs-xmd-11 {
    font-size: 11px;
  }

  .fs-xmd-12 {
    font-size: 12px;
  }

  .fs-xmd-13 {
    font-size: 13px;
  }

  .fs-xmd-14 {
    font-size: 14px;
  }

  .fs-xmd-15 {
    font-size: 15px;
  }

  .fs-xmd-16 {
    font-size: 16px;
  }

  .fs-xmd-17 {
    font-size: 17px;
  }

  .fs-xmd-18 {
    font-size: 18px;
  }

  .fs-xmd-19 {
    font-size: 19px;
  }

  .fs-xmd-20 {
    font-size: 20px;
  }

  .fs-xmd-21 {
    font-size: 21px;
  }

  .fs-xmd-22 {
    font-size: 22px;
  }

  .fs-xmd-23 {
    font-size: 23px;
  }

  .fs-xmd-24 {
    font-size: 24px;
  }

  .fs-xmd-25 {
    font-size: 25px;
  }

  .fs-xmd-26 {
    font-size: 26px;
  }

  .fs-xmd-27 {
    font-size: 27px;
  }

  .fs-xmd-28 {
    font-size: 28px;
  }

  .fs-xmd-29 {
    font-size: 29px;
  }

  .fs-xmd-30 {
    font-size: 30px;
  }

  .fs-xmd-31 {
    font-size: 31px;
  }

  .fs-xmd-32 {
    font-size: 32px;
  }

  .fs-xmd-33 {
    font-size: 33px;
  }

  .fs-xmd-34 {
    font-size: 34px;
  }

  .fs-xmd-35 {
    font-size: 35px;
  }

  .fs-xmd-36 {
    font-size: 36px;
  }

  .fs-xmd-37 {
    font-size: 37px;
  }

  .fs-xmd-38 {
    font-size: 38px;
  }

  .fs-xmd-39 {
    font-size: 39px;
  }

  .fs-xmd-40 {
    font-size: 40px;
  }

  .fs-xmd-41 {
    font-size: 41px;
  }

  .fs-xmd-42 {
    font-size: 42px;
  }

  .fs-xmd-43 {
    font-size: 43px;
  }

  .fs-xmd-44 {
    font-size: 44px;
  }

  .fs-xmd-45 {
    font-size: 45px;
  }

  .fs-xmd-46 {
    font-size: 46px;
  }

  .fs-xmd-47 {
    font-size: 47px;
  }

  .fs-xmd-48 {
    font-size: 48px;
  }

  .fs-xmd-49 {
    font-size: 49px;
  }

  .fs-xmd-50 {
    font-size: 50px;
  }

  .fs-xmd-51 {
    font-size: 51px;
  }

  .fs-xmd-52 {
    font-size: 52px;
  }

  .fs-xmd-53 {
    font-size: 53px;
  }

  .fs-xmd-54 {
    font-size: 54px;
  }

  .fs-xmd-55 {
    font-size: 55px;
  }

  .fs-xmd-56 {
    font-size: 56px;
  }

  .fs-xmd-57 {
    font-size: 57px;
  }

  .fs-xmd-58 {
    font-size: 58px;
  }

  .fs-xmd-59 {
    font-size: 59px;
  }

  .fs-xmd-60 {
    font-size: 60px;
  }

  .fw-xmd-100 {
    font-weight: 100;
  }

  .fw-xmd-200 {
    font-weight: 200;
  }

  .fw-xmd-300 {
    font-weight: 300;
  }

  .fw-xmd-400 {
    font-weight: 400;
  }

  .fw-xmd-500 {
    font-weight: 500;
  }

  .fw-xmd-600 {
    font-weight: 600;
  }

  .fw-xmd-700 {
    font-weight: 700;
  }

  .ml-xmd-0 {
    margin-left: 0px;
  }

  .ml-xmd-1 {
    margin-left: 1px;
  }

  .ml-xmd-2 {
    margin-left: 2px;
  }

  .ml-xmd-3 {
    margin-left: 3px;
  }

  .ml-xmd-4 {
    margin-left: 4px;
  }

  .ml-xmd-5 {
    margin-left: 5px;
  }

  .mr-xmd-0 {
    margin-right: 0px;
  }

  .mr-xmd-1 {
    margin-right: 1px;
  }

  .mr-xmd-2 {
    margin-right: 2px;
  }

  .mr-xmd-3 {
    margin-right: 3px;
  }

  .mr-xmd-4 {
    margin-right: 4px;
  }

  .mr-xmd-5 {
    margin-right: 5px;
  }

  .mt-xmd-0 {
    margin-top: 0px;
  }

  .mt-xmd-1 {
    margin-top: 1px;
  }

  .mt-xmd-2 {
    margin-top: 2px;
  }

  .mt-xmd-3 {
    margin-top: 3px;
  }

  .mt-xmd-4 {
    margin-top: 4px;
  }

  .mt-xmd-5 {
    margin-top: 5px;
  }

  .mb-xmd-0 {
    margin-bottom: 0px;
  }

  .mb-xmd-1 {
    margin-bottom: 1px;
  }

  .mb-xmd-2 {
    margin-bottom: 2px;
  }

  .mb-xmd-3 {
    margin-bottom: 3px;
  }

  .mb-xmd-4 {
    margin-bottom: 4px;
  }

  .mb-xmd-5 {
    margin-bottom: 5px;
  }

  .ml-xmd-5 {
    margin-left: 5px;
  }

  .ml-xmd-10 {
    margin-left: 10px;
  }

  .ml-xmd-15 {
    margin-left: 15px;
  }

  .ml-xmd-20 {
    margin-left: 20px;
  }

  .ml-xmd-25 {
    margin-left: 25px;
  }

  .ml-xmd-30 {
    margin-left: 30px;
  }

  .ml-xmd-35 {
    margin-left: 35px;
  }

  .ml-xmd-40 {
    margin-left: 40px;
  }

  .ml-xmd-45 {
    margin-left: 45px;
  }

  .ml-xmd-50 {
    margin-left: 50px;
  }

  .ml-xmd-55 {
    margin-left: 55px;
  }

  .ml-xmd-60 {
    margin-left: 60px;
  }

  .mr-xmd-5 {
    margin-right: 5px;
  }

  .mr-xmd-10 {
    margin-right: 10px;
  }

  .mr-xmd-15 {
    margin-right: 15px;
  }

  .mr-xmd-20 {
    margin-right: 20px;
  }

  .mr-xmd-25 {
    margin-right: 25px;
  }

  .mr-xmd-30 {
    margin-right: 30px;
  }

  .mr-xmd-35 {
    margin-right: 35px;
  }

  .mr-xmd-40 {
    margin-right: 40px;
  }

  .mr-xmd-45 {
    margin-right: 45px;
  }

  .mr-xmd-50 {
    margin-right: 50px;
  }

  .mr-xmd-55 {
    margin-right: 55px;
  }

  .mr-xmd-60 {
    margin-right: 60px;
  }

  .mt-xmd-5 {
    margin-top: 5px;
  }

  .mt-xmd-10 {
    margin-top: 10px;
  }

  .mt-xmd-15 {
    margin-top: 15px;
  }

  .mt-xmd-20 {
    margin-top: 20px;
  }

  .mt-xmd-25 {
    margin-top: 25px;
  }

  .mt-xmd-30 {
    margin-top: 30px;
  }

  .mt-xmd-35 {
    margin-top: 35px;
  }

  .mt-xmd-40 {
    margin-top: 40px;
  }

  .mt-xmd-45 {
    margin-top: 45px;
  }

  .mt-xmd-50 {
    margin-top: 50px;
  }

  .mt-xmd-55 {
    margin-top: 55px;
  }

  .mt-xmd-60 {
    margin-top: 60px;
  }

  .mb-xmd-5 {
    margin-bottom: 5px;
  }

  .mb-xmd-10 {
    margin-bottom: 10px;
  }

  .mb-xmd-15 {
    margin-bottom: 15px;
  }

  .mb-xmd-20 {
    margin-bottom: 20px;
  }

  .mb-xmd-25 {
    margin-bottom: 25px;
  }

  .mb-xmd-30 {
    margin-bottom: 30px;
  }

  .mb-xmd-35 {
    margin-bottom: 35px;
  }

  .mb-xmd-40 {
    margin-bottom: 40px;
  }

  .mb-xmd-45 {
    margin-bottom: 45px;
  }

  .mb-xmd-50 {
    margin-bottom: 50px;
  }

  .mb-xmd-55 {
    margin-bottom: 55px;
  }

  .mb-xmd-60 {
    margin-bottom: 60px;
  }

  .p-xmd-0 {
    padding: 0px;
  }

  .p-xmd-1 {
    padding: 1px;
  }

  .p-xmd-2 {
    padding: 2px;
  }

  .p-xmd-3 {
    padding: 3px;
  }

  .p-xmd-4 {
    padding: 4px;
  }

  .p-xmd-5 {
    padding: 5px;
  }

  .pl-xmd-0 {
    padding-left: 0px;
  }

  .pl-xmd-1 {
    padding-left: 1px;
  }

  .pl-xmd-2 {
    padding-left: 2px;
  }

  .pl-xmd-3 {
    padding-left: 3px;
  }

  .pl-xmd-4 {
    padding-left: 4px;
  }

  .pl-xmd-5 {
    padding-left: 5px;
  }

  .pr-xmd-0 {
    padding-right: 0px;
  }

  .pr-xmd-1 {
    padding-right: 1px;
  }

  .pr-xmd-2 {
    padding-right: 2px;
  }

  .pr-xmd-3 {
    padding-right: 3px;
  }

  .pr-xmd-4 {
    padding-right: 4px;
  }

  .pr-xmd-5 {
    padding-right: 5px;
  }

  .pt-xmd-0 {
    padding-top: 0px;
  }

  .pt-xmd-1 {
    padding-top: 1px;
  }

  .pt-xmd-2 {
    padding-top: 2px;
  }

  .pt-xmd-3 {
    padding-top: 3px;
  }

  .pt-xmd-4 {
    padding-top: 4px;
  }

  .pt-xmd-5 {
    padding-top: 5px;
  }

  .pb-xmd-0 {
    padding-bottom: 0px;
  }

  .pb-xmd-1 {
    padding-bottom: 1px;
  }

  .pb-xmd-2 {
    padding-bottom: 2px;
  }

  .pb-xmd-3 {
    padding-bottom: 3px;
  }

  .pb-xmd-4 {
    padding-bottom: 4px;
  }

  .pb-xmd-5 {
    padding-bottom: 5px;
  }

  .p-xmd-5 {
    padding: 5px;
  }

  .p-xmd-10 {
    padding: 10px;
  }

  .p-xmd-15 {
    padding: 15px;
  }

  .p-xmd-20 {
    padding: 20px;
  }

  .p-xmd-25 {
    padding: 25px;
  }

  .p-xmd-30 {
    padding: 30px;
  }

  .p-xmd-35 {
    padding: 35px;
  }

  .p-xmd-40 {
    padding: 40px;
  }

  .p-xmd-45 {
    padding: 45px;
  }

  .p-xmd-50 {
    padding: 50px;
  }

  .p-xmd-55 {
    padding: 55px;
  }

  .p-xmd-60 {
    padding: 60px;
  }

  .pl-xmd-5 {
    padding-left: 5px;
  }

  .pl-xmd-10 {
    padding-left: 10px;
  }

  .pl-xmd-15 {
    padding-left: 15px;
  }

  .pl-xmd-20 {
    padding-left: 20px;
  }

  .pl-xmd-25 {
    padding-left: 25px;
  }

  .pl-xmd-30 {
    padding-left: 30px;
  }

  .pl-xmd-35 {
    padding-left: 35px;
  }

  .pl-xmd-40 {
    padding-left: 40px;
  }

  .pl-xmd-45 {
    padding-left: 45px;
  }

  .pl-xmd-50 {
    padding-left: 50px;
  }

  .pl-xmd-55 {
    padding-left: 55px;
  }

  .pl-xmd-60 {
    padding-left: 60px;
  }

  .pr-xmd-5 {
    padding-right: 5px;
  }

  .pr-xmd-10 {
    padding-right: 10px;
  }

  .pr-xmd-15 {
    padding-right: 15px;
  }

  .pr-xmd-20 {
    padding-right: 20px;
  }

  .pr-xmd-25 {
    padding-right: 25px;
  }

  .pr-xmd-30 {
    padding-right: 30px;
  }

  .pr-xmd-35 {
    padding-right: 35px;
  }

  .pr-xmd-40 {
    padding-right: 40px;
  }

  .pr-xmd-45 {
    padding-right: 45px;
  }

  .pr-xmd-50 {
    padding-right: 50px;
  }

  .pr-xmd-55 {
    padding-right: 55px;
  }

  .pr-xmd-60 {
    padding-right: 60px;
  }

  .pt-xmd-5 {
    padding-top: 5px;
  }

  .pt-xmd-10 {
    padding-top: 10px;
  }

  .pt-xmd-15 {
    padding-top: 15px;
  }

  .pt-xmd-20 {
    padding-top: 20px;
  }

  .pt-xmd-25 {
    padding-top: 25px;
  }

  .pt-xmd-30 {
    padding-top: 30px;
  }

  .pt-xmd-35 {
    padding-top: 35px;
  }

  .pt-xmd-40 {
    padding-top: 40px;
  }

  .pt-xmd-45 {
    padding-top: 45px;
  }

  .pt-xmd-50 {
    padding-top: 50px;
  }

  .pt-xmd-55 {
    padding-top: 55px;
  }

  .pt-xmd-60 {
    padding-top: 60px;
  }

  .pb-xmd-5 {
    padding-bottom: 5px;
  }

  .pb-xmd-10 {
    padding-bottom: 10px;
  }

  .pb-xmd-15 {
    padding-bottom: 15px;
  }

  .pb-xmd-20 {
    padding-bottom: 20px;
  }

  .pb-xmd-25 {
    padding-bottom: 25px;
  }

  .pb-xmd-30 {
    padding-bottom: 30px;
  }

  .pb-xmd-35 {
    padding-bottom: 35px;
  }

  .pb-xmd-40 {
    padding-bottom: 40px;
  }

  .pb-xmd-45 {
    padding-bottom: 45px;
  }

  .pb-xmd-50 {
    padding-bottom: 50px;
  }

  .pb-xmd-55 {
    padding-bottom: 55px;
  }

  .pb-xmd-60 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1201px) {
  .w-lg-5 {
    width: 5%;
  }

  .w-lg-10 {
    width: 10%;
  }

  .w-lg-15 {
    width: 15%;
  }

  .w-lg-20 {
    width: 20%;
  }

  .w-lg-25 {
    width: 25%;
  }

  .w-lg-30 {
    width: 30%;
  }

  .w-lg-35 {
    width: 35%;
  }

  .w-lg-40 {
    width: 40%;
  }

  .w-lg-45 {
    width: 45%;
  }

  .w-lg-50 {
    width: 50%;
  }

  .w-lg-55 {
    width: 55%;
  }

  .w-lg-60 {
    width: 60%;
  }

  .w-lg-65 {
    width: 65%;
  }

  .w-lg-70 {
    width: 70%;
  }

  .w-lg-75 {
    width: 75%;
  }

  .w-lg-80 {
    width: 80%;
  }

  .w-lg-85 {
    width: 85%;
  }

  .w-lg-90 {
    width: 90%;
  }

  .w-lg-95 {
    width: 95%;
  }

  .w-lg-100 {
    width: 100%;
  }

  .br-lg-5 {
    border-radius: 5px;
  }

  .br-lg-10 {
    border-radius: 10px;
  }

  .br-lg-15 {
    border-radius: 15px;
  }

  .br-lg-20 {
    border-radius: 20px;
  }

  .fs-lg-1 {
    font-size: 1px;
  }

  .fs-lg-2 {
    font-size: 2px;
  }

  .fs-lg-3 {
    font-size: 3px;
  }

  .fs-lg-4 {
    font-size: 4px;
  }

  .fs-lg-5 {
    font-size: 5px;
  }

  .fs-lg-6 {
    font-size: 6px;
  }

  .fs-lg-7 {
    font-size: 7px;
  }

  .fs-lg-8 {
    font-size: 8px;
  }

  .fs-lg-9 {
    font-size: 9px;
  }

  .fs-lg-10 {
    font-size: 10px;
  }

  .fs-lg-11 {
    font-size: 11px;
  }

  .fs-lg-12 {
    font-size: 12px;
  }

  .fs-lg-13 {
    font-size: 13px;
  }

  .fs-lg-14 {
    font-size: 14px;
  }

  .fs-lg-15 {
    font-size: 15px;
  }

  .fs-lg-16 {
    font-size: 16px;
  }

  .fs-lg-17 {
    font-size: 17px;
  }

  .fs-lg-18 {
    font-size: 18px;
  }

  .fs-lg-19 {
    font-size: 19px;
  }

  .fs-lg-20 {
    font-size: 20px;
  }

  .fs-lg-21 {
    font-size: 21px;
  }

  .fs-lg-22 {
    font-size: 22px;
  }

  .fs-lg-23 {
    font-size: 23px;
  }

  .fs-lg-24 {
    font-size: 24px;
  }

  .fs-lg-25 {
    font-size: 25px;
  }

  .fs-lg-26 {
    font-size: 26px;
  }

  .fs-lg-27 {
    font-size: 27px;
  }

  .fs-lg-28 {
    font-size: 28px;
  }

  .fs-lg-29 {
    font-size: 29px;
  }

  .fs-lg-30 {
    font-size: 30px;
  }

  .fs-lg-31 {
    font-size: 31px;
  }

  .fs-lg-32 {
    font-size: 32px;
  }

  .fs-lg-33 {
    font-size: 33px;
  }

  .fs-lg-34 {
    font-size: 34px;
  }

  .fs-lg-35 {
    font-size: 35px;
  }

  .fs-lg-36 {
    font-size: 36px;
  }

  .fs-lg-37 {
    font-size: 37px;
  }

  .fs-lg-38 {
    font-size: 38px;
  }

  .fs-lg-39 {
    font-size: 39px;
  }

  .fs-lg-40 {
    font-size: 40px;
  }

  .fs-lg-41 {
    font-size: 41px;
  }

  .fs-lg-42 {
    font-size: 42px;
  }

  .fs-lg-43 {
    font-size: 43px;
  }

  .fs-lg-44 {
    font-size: 44px;
  }

  .fs-lg-45 {
    font-size: 45px;
  }

  .fs-lg-46 {
    font-size: 46px;
  }

  .fs-lg-47 {
    font-size: 47px;
  }

  .fs-lg-48 {
    font-size: 48px;
  }

  .fs-lg-49 {
    font-size: 49px;
  }

  .fs-lg-50 {
    font-size: 50px;
  }

  .fs-lg-51 {
    font-size: 51px;
  }

  .fs-lg-52 {
    font-size: 52px;
  }

  .fs-lg-53 {
    font-size: 53px;
  }

  .fs-lg-54 {
    font-size: 54px;
  }

  .fs-lg-55 {
    font-size: 55px;
  }

  .fs-lg-56 {
    font-size: 56px;
  }

  .fs-lg-57 {
    font-size: 57px;
  }

  .fs-lg-58 {
    font-size: 58px;
  }

  .fs-lg-59 {
    font-size: 59px;
  }

  .fs-lg-60 {
    font-size: 60px;
  }

  .fw-lg-100 {
    font-weight: 100;
  }

  .fw-lg-200 {
    font-weight: 200;
  }

  .fw-lg-300 {
    font-weight: 300;
  }

  .fw-lg-400 {
    font-weight: 400;
  }

  .fw-lg-500 {
    font-weight: 500;
  }

  .fw-lg-600 {
    font-weight: 600;
  }

  .fw-lg-700 {
    font-weight: 700;
  }

  .ml-lg-0 {
    margin-left: 0px;
  }

  .ml-lg-1 {
    margin-left: 1px;
  }

  .ml-lg-2 {
    margin-left: 2px;
  }

  .ml-lg-3 {
    margin-left: 3px;
  }

  .ml-lg-4 {
    margin-left: 4px;
  }

  .ml-lg-5 {
    margin-left: 5px;
  }

  .mr-lg-0 {
    margin-right: 0px;
  }

  .mr-lg-1 {
    margin-right: 1px;
  }

  .mr-lg-2 {
    margin-right: 2px;
  }

  .mr-lg-3 {
    margin-right: 3px;
  }

  .mr-lg-4 {
    margin-right: 4px;
  }

  .mr-lg-5 {
    margin-right: 5px;
  }

  .mt-lg-0 {
    margin-top: 0px;
  }

  .mt-lg-1 {
    margin-top: 1px;
  }

  .mt-lg-2 {
    margin-top: 2px;
  }

  .mt-lg-3 {
    margin-top: 3px;
  }

  .mt-lg-4 {
    margin-top: 4px;
  }

  .mt-lg-5 {
    margin-top: 5px;
  }

  .mb-lg-0 {
    margin-bottom: 0px;
  }

  .mb-lg-1 {
    margin-bottom: 1px;
  }

  .mb-lg-2 {
    margin-bottom: 2px;
  }

  .mb-lg-3 {
    margin-bottom: 3px;
  }

  .mb-lg-4 {
    margin-bottom: 4px;
  }

  .mb-lg-5 {
    margin-bottom: 5px;
  }

  .ml-lg-5 {
    margin-left: 5px;
  }

  .ml-lg-10 {
    margin-left: 10px;
  }

  .ml-lg-15 {
    margin-left: 15px;
  }

  .ml-lg-20 {
    margin-left: 20px;
  }

  .ml-lg-25 {
    margin-left: 25px;
  }

  .ml-lg-30 {
    margin-left: 30px;
  }

  .ml-lg-35 {
    margin-left: 35px;
  }

  .ml-lg-40 {
    margin-left: 40px;
  }

  .ml-lg-45 {
    margin-left: 45px;
  }

  .ml-lg-50 {
    margin-left: 50px;
  }

  .ml-lg-55 {
    margin-left: 55px;
  }

  .ml-lg-60 {
    margin-left: 60px;
  }

  .mr-lg-5 {
    margin-right: 5px;
  }

  .mr-lg-10 {
    margin-right: 10px;
  }

  .mr-lg-15 {
    margin-right: 15px;
  }

  .mr-lg-20 {
    margin-right: 20px;
  }

  .mr-lg-25 {
    margin-right: 25px;
  }

  .mr-lg-30 {
    margin-right: 30px;
  }

  .mr-lg-35 {
    margin-right: 35px;
  }

  .mr-lg-40 {
    margin-right: 40px;
  }

  .mr-lg-45 {
    margin-right: 45px;
  }

  .mr-lg-50 {
    margin-right: 50px;
  }

  .mr-lg-55 {
    margin-right: 55px;
  }

  .mr-lg-60 {
    margin-right: 60px;
  }

  .mt-lg-5 {
    margin-top: 5px;
  }

  .mt-lg-10 {
    margin-top: 10px;
  }

  .mt-lg-15 {
    margin-top: 15px;
  }

  .mt-lg-20 {
    margin-top: 20px;
  }

  .mt-lg-25 {
    margin-top: 25px;
  }

  .mt-lg-30 {
    margin-top: 30px;
  }

  .mt-lg-35 {
    margin-top: 35px;
  }

  .mt-lg-40 {
    margin-top: 40px;
  }

  .mt-lg-45 {
    margin-top: 45px;
  }

  .mt-lg-50 {
    margin-top: 50px;
  }

  .mt-lg-55 {
    margin-top: 55px;
  }

  .mt-lg-60 {
    margin-top: 60px;
  }

  .mb-lg-5 {
    margin-bottom: 5px;
  }

  .mb-lg-10 {
    margin-bottom: 10px;
  }

  .mb-lg-15 {
    margin-bottom: 15px;
  }

  .mb-lg-20 {
    margin-bottom: 20px;
  }

  .mb-lg-25 {
    margin-bottom: 25px;
  }

  .mb-lg-30 {
    margin-bottom: 30px;
  }

  .mb-lg-35 {
    margin-bottom: 35px;
  }

  .mb-lg-40 {
    margin-bottom: 40px;
  }

  .mb-lg-45 {
    margin-bottom: 45px;
  }

  .mb-lg-50 {
    margin-bottom: 50px;
  }

  .mb-lg-55 {
    margin-bottom: 55px;
  }

  .mb-lg-60 {
    margin-bottom: 60px;
  }

  .p-lg-0 {
    padding: 0px;
  }

  .p-lg-1 {
    padding: 1px;
  }

  .p-lg-2 {
    padding: 2px;
  }

  .p-lg-3 {
    padding: 3px;
  }

  .p-lg-4 {
    padding: 4px;
  }

  .p-lg-5 {
    padding: 5px;
  }

  .pl-lg-0 {
    padding-left: 0px;
  }

  .pl-lg-1 {
    padding-left: 1px;
  }

  .pl-lg-2 {
    padding-left: 2px;
  }

  .pl-lg-3 {
    padding-left: 3px;
  }

  .pl-lg-4 {
    padding-left: 4px;
  }

  .pl-lg-5 {
    padding-left: 5px;
  }

  .pr-lg-0 {
    padding-right: 0px;
  }

  .pr-lg-1 {
    padding-right: 1px;
  }

  .pr-lg-2 {
    padding-right: 2px;
  }

  .pr-lg-3 {
    padding-right: 3px;
  }

  .pr-lg-4 {
    padding-right: 4px;
  }

  .pr-lg-5 {
    padding-right: 5px;
  }

  .pt-lg-0 {
    padding-top: 0px;
  }

  .pt-lg-1 {
    padding-top: 1px;
  }

  .pt-lg-2 {
    padding-top: 2px;
  }

  .pt-lg-3 {
    padding-top: 3px;
  }

  .pt-lg-4 {
    padding-top: 4px;
  }

  .pt-lg-5 {
    padding-top: 5px;
  }

  .pb-lg-0 {
    padding-bottom: 0px;
  }

  .pb-lg-1 {
    padding-bottom: 1px;
  }

  .pb-lg-2 {
    padding-bottom: 2px;
  }

  .pb-lg-3 {
    padding-bottom: 3px;
  }

  .pb-lg-4 {
    padding-bottom: 4px;
  }

  .pb-lg-5 {
    padding-bottom: 5px;
  }

  .p-lg-5 {
    padding: 5px;
  }

  .p-lg-10 {
    padding: 10px;
  }

  .p-lg-15 {
    padding: 15px;
  }

  .p-lg-20 {
    padding: 20px;
  }

  .p-lg-25 {
    padding: 25px;
  }

  .p-lg-30 {
    padding: 30px;
  }

  .p-lg-35 {
    padding: 35px;
  }

  .p-lg-40 {
    padding: 40px;
  }

  .p-lg-45 {
    padding: 45px;
  }

  .p-lg-50 {
    padding: 50px;
  }

  .p-lg-55 {
    padding: 55px;
  }

  .p-lg-60 {
    padding: 60px;
  }

  .pl-lg-5 {
    padding-left: 5px;
  }

  .pl-lg-10 {
    padding-left: 10px;
  }

  .pl-lg-15 {
    padding-left: 15px;
  }

  .pl-lg-20 {
    padding-left: 20px;
  }

  .pl-lg-25 {
    padding-left: 25px;
  }

  .pl-lg-30 {
    padding-left: 30px;
  }

  .pl-lg-35 {
    padding-left: 35px;
  }

  .pl-lg-40 {
    padding-left: 40px;
  }

  .pl-lg-45 {
    padding-left: 45px;
  }

  .pl-lg-50 {
    padding-left: 50px;
  }

  .pl-lg-55 {
    padding-left: 55px;
  }

  .pl-lg-60 {
    padding-left: 60px;
  }

  .pr-lg-5 {
    padding-right: 5px;
  }

  .pr-lg-10 {
    padding-right: 10px;
  }

  .pr-lg-15 {
    padding-right: 15px;
  }

  .pr-lg-20 {
    padding-right: 20px;
  }

  .pr-lg-25 {
    padding-right: 25px;
  }

  .pr-lg-30 {
    padding-right: 30px;
  }

  .pr-lg-35 {
    padding-right: 35px;
  }

  .pr-lg-40 {
    padding-right: 40px;
  }

  .pr-lg-45 {
    padding-right: 45px;
  }

  .pr-lg-50 {
    padding-right: 50px;
  }

  .pr-lg-55 {
    padding-right: 55px;
  }

  .pr-lg-60 {
    padding-right: 60px;
  }

  .pt-lg-5 {
    padding-top: 5px;
  }

  .pt-lg-10 {
    padding-top: 10px;
  }

  .pt-lg-15 {
    padding-top: 15px;
  }

  .pt-lg-20 {
    padding-top: 20px;
  }

  .pt-lg-25 {
    padding-top: 25px;
  }

  .pt-lg-30 {
    padding-top: 30px;
  }

  .pt-lg-35 {
    padding-top: 35px;
  }

  .pt-lg-40 {
    padding-top: 40px;
  }

  .pt-lg-45 {
    padding-top: 45px;
  }

  .pt-lg-50 {
    padding-top: 50px;
  }

  .pt-lg-55 {
    padding-top: 55px;
  }

  .pt-lg-60 {
    padding-top: 60px;
  }

  .pb-lg-5 {
    padding-bottom: 5px;
  }

  .pb-lg-10 {
    padding-bottom: 10px;
  }

  .pb-lg-15 {
    padding-bottom: 15px;
  }

  .pb-lg-20 {
    padding-bottom: 20px;
  }

  .pb-lg-25 {
    padding-bottom: 25px;
  }

  .pb-lg-30 {
    padding-bottom: 30px;
  }

  .pb-lg-35 {
    padding-bottom: 35px;
  }

  .pb-lg-40 {
    padding-bottom: 40px;
  }

  .pb-lg-45 {
    padding-bottom: 45px;
  }

  .pb-lg-50 {
    padding-bottom: 50px;
  }

  .pb-lg-55 {
    padding-bottom: 55px;
  }

  .pb-lg-60 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1351px) {
  .w-xlg-5 {
    width: 5%;
  }

  .w-xlg-10 {
    width: 10%;
  }

  .w-xlg-15 {
    width: 15%;
  }

  .w-xlg-20 {
    width: 20%;
  }

  .w-xlg-25 {
    width: 25%;
  }

  .w-xlg-30 {
    width: 30%;
  }

  .w-xlg-35 {
    width: 35%;
  }

  .w-xlg-40 {
    width: 40%;
  }

  .w-xlg-45 {
    width: 45%;
  }

  .w-xlg-50 {
    width: 50%;
  }

  .w-xlg-55 {
    width: 55%;
  }

  .w-xlg-60 {
    width: 60%;
  }

  .w-xlg-65 {
    width: 65%;
  }

  .w-xlg-70 {
    width: 70%;
  }

  .w-xlg-75 {
    width: 75%;
  }

  .w-xlg-80 {
    width: 80%;
  }

  .w-xlg-85 {
    width: 85%;
  }

  .w-xlg-90 {
    width: 90%;
  }

  .w-xlg-95 {
    width: 95%;
  }

  .w-xlg-100 {
    width: 100%;
  }

  .br-xlg-5 {
    border-radius: 5px;
  }

  .br-xlg-10 {
    border-radius: 10px;
  }

  .br-xlg-15 {
    border-radius: 15px;
  }

  .br-xlg-20 {
    border-radius: 20px;
  }

  .fs-xlg-1 {
    font-size: 1px;
  }

  .fs-xlg-2 {
    font-size: 2px;
  }

  .fs-xlg-3 {
    font-size: 3px;
  }

  .fs-xlg-4 {
    font-size: 4px;
  }

  .fs-xlg-5 {
    font-size: 5px;
  }

  .fs-xlg-6 {
    font-size: 6px;
  }

  .fs-xlg-7 {
    font-size: 7px;
  }

  .fs-xlg-8 {
    font-size: 8px;
  }

  .fs-xlg-9 {
    font-size: 9px;
  }

  .fs-xlg-10 {
    font-size: 10px;
  }

  .fs-xlg-11 {
    font-size: 11px;
  }

  .fs-xlg-12 {
    font-size: 12px;
  }

  .fs-xlg-13 {
    font-size: 13px;
  }

  .fs-xlg-14 {
    font-size: 14px;
  }

  .fs-xlg-15 {
    font-size: 15px;
  }

  .fs-xlg-16 {
    font-size: 16px;
  }

  .fs-xlg-17 {
    font-size: 17px;
  }

  .fs-xlg-18 {
    font-size: 18px;
  }

  .fs-xlg-19 {
    font-size: 19px;
  }

  .fs-xlg-20 {
    font-size: 20px;
  }

  .fs-xlg-21 {
    font-size: 21px;
  }

  .fs-xlg-22 {
    font-size: 22px;
  }

  .fs-xlg-23 {
    font-size: 23px;
  }

  .fs-xlg-24 {
    font-size: 24px;
  }

  .fs-xlg-25 {
    font-size: 25px;
  }

  .fs-xlg-26 {
    font-size: 26px;
  }

  .fs-xlg-27 {
    font-size: 27px;
  }

  .fs-xlg-28 {
    font-size: 28px;
  }

  .fs-xlg-29 {
    font-size: 29px;
  }

  .fs-xlg-30 {
    font-size: 30px;
  }

  .fs-xlg-31 {
    font-size: 31px;
  }

  .fs-xlg-32 {
    font-size: 32px;
  }

  .fs-xlg-33 {
    font-size: 33px;
  }

  .fs-xlg-34 {
    font-size: 34px;
  }

  .fs-xlg-35 {
    font-size: 35px;
  }

  .fs-xlg-36 {
    font-size: 36px;
  }

  .fs-xlg-37 {
    font-size: 37px;
  }

  .fs-xlg-38 {
    font-size: 38px;
  }

  .fs-xlg-39 {
    font-size: 39px;
  }

  .fs-xlg-40 {
    font-size: 40px;
  }

  .fs-xlg-41 {
    font-size: 41px;
  }

  .fs-xlg-42 {
    font-size: 42px;
  }

  .fs-xlg-43 {
    font-size: 43px;
  }

  .fs-xlg-44 {
    font-size: 44px;
  }

  .fs-xlg-45 {
    font-size: 45px;
  }

  .fs-xlg-46 {
    font-size: 46px;
  }

  .fs-xlg-47 {
    font-size: 47px;
  }

  .fs-xlg-48 {
    font-size: 48px;
  }

  .fs-xlg-49 {
    font-size: 49px;
  }

  .fs-xlg-50 {
    font-size: 50px;
  }

  .fs-xlg-51 {
    font-size: 51px;
  }

  .fs-xlg-52 {
    font-size: 52px;
  }

  .fs-xlg-53 {
    font-size: 53px;
  }

  .fs-xlg-54 {
    font-size: 54px;
  }

  .fs-xlg-55 {
    font-size: 55px;
  }

  .fs-xlg-56 {
    font-size: 56px;
  }

  .fs-xlg-57 {
    font-size: 57px;
  }

  .fs-xlg-58 {
    font-size: 58px;
  }

  .fs-xlg-59 {
    font-size: 59px;
  }

  .fs-xlg-60 {
    font-size: 60px;
  }

  .fw-xlg-100 {
    font-weight: 100;
  }

  .fw-xlg-200 {
    font-weight: 200;
  }

  .fw-xlg-300 {
    font-weight: 300;
  }

  .fw-xlg-400 {
    font-weight: 400;
  }

  .fw-xlg-500 {
    font-weight: 500;
  }

  .fw-xlg-600 {
    font-weight: 600;
  }

  .fw-xlg-700 {
    font-weight: 700;
  }

  .ml-xlg-0 {
    margin-left: 0px;
  }

  .ml-xlg-1 {
    margin-left: 1px;
  }

  .ml-xlg-2 {
    margin-left: 2px;
  }

  .ml-xlg-3 {
    margin-left: 3px;
  }

  .ml-xlg-4 {
    margin-left: 4px;
  }

  .ml-xlg-5 {
    margin-left: 5px;
  }

  .mr-xlg-0 {
    margin-right: 0px;
  }

  .mr-xlg-1 {
    margin-right: 1px;
  }

  .mr-xlg-2 {
    margin-right: 2px;
  }

  .mr-xlg-3 {
    margin-right: 3px;
  }

  .mr-xlg-4 {
    margin-right: 4px;
  }

  .mr-xlg-5 {
    margin-right: 5px;
  }

  .mt-xlg-0 {
    margin-top: 0px;
  }

  .mt-xlg-1 {
    margin-top: 1px;
  }

  .mt-xlg-2 {
    margin-top: 2px;
  }

  .mt-xlg-3 {
    margin-top: 3px;
  }

  .mt-xlg-4 {
    margin-top: 4px;
  }

  .mt-xlg-5 {
    margin-top: 5px;
  }

  .mb-xlg-0 {
    margin-bottom: 0px;
  }

  .mb-xlg-1 {
    margin-bottom: 1px;
  }

  .mb-xlg-2 {
    margin-bottom: 2px;
  }

  .mb-xlg-3 {
    margin-bottom: 3px;
  }

  .mb-xlg-4 {
    margin-bottom: 4px;
  }

  .mb-xlg-5 {
    margin-bottom: 5px;
  }

  .ml-xlg-5 {
    margin-left: 5px;
  }

  .ml-xlg-10 {
    margin-left: 10px;
  }

  .ml-xlg-15 {
    margin-left: 15px;
  }

  .ml-xlg-20 {
    margin-left: 20px;
  }

  .ml-xlg-25 {
    margin-left: 25px;
  }

  .ml-xlg-30 {
    margin-left: 30px;
  }

  .ml-xlg-35 {
    margin-left: 35px;
  }

  .ml-xlg-40 {
    margin-left: 40px;
  }

  .ml-xlg-45 {
    margin-left: 45px;
  }

  .ml-xlg-50 {
    margin-left: 50px;
  }

  .ml-xlg-55 {
    margin-left: 55px;
  }

  .ml-xlg-60 {
    margin-left: 60px;
  }

  .mr-xlg-5 {
    margin-right: 5px;
  }

  .mr-xlg-10 {
    margin-right: 10px;
  }

  .mr-xlg-15 {
    margin-right: 15px;
  }

  .mr-xlg-20 {
    margin-right: 20px;
  }

  .mr-xlg-25 {
    margin-right: 25px;
  }

  .mr-xlg-30 {
    margin-right: 30px;
  }

  .mr-xlg-35 {
    margin-right: 35px;
  }

  .mr-xlg-40 {
    margin-right: 40px;
  }

  .mr-xlg-45 {
    margin-right: 45px;
  }

  .mr-xlg-50 {
    margin-right: 50px;
  }

  .mr-xlg-55 {
    margin-right: 55px;
  }

  .mr-xlg-60 {
    margin-right: 60px;
  }

  .mt-xlg-5 {
    margin-top: 5px;
  }

  .mt-xlg-10 {
    margin-top: 10px;
  }

  .mt-xlg-15 {
    margin-top: 15px;
  }

  .mt-xlg-20 {
    margin-top: 20px;
  }

  .mt-xlg-25 {
    margin-top: 25px;
  }

  .mt-xlg-30 {
    margin-top: 30px;
  }

  .mt-xlg-35 {
    margin-top: 35px;
  }

  .mt-xlg-40 {
    margin-top: 40px;
  }

  .mt-xlg-45 {
    margin-top: 45px;
  }

  .mt-xlg-50 {
    margin-top: 50px;
  }

  .mt-xlg-55 {
    margin-top: 55px;
  }

  .mt-xlg-60 {
    margin-top: 60px;
  }

  .mb-xlg-5 {
    margin-bottom: 5px;
  }

  .mb-xlg-10 {
    margin-bottom: 10px;
  }

  .mb-xlg-15 {
    margin-bottom: 15px;
  }

  .mb-xlg-20 {
    margin-bottom: 20px;
  }

  .mb-xlg-25 {
    margin-bottom: 25px;
  }

  .mb-xlg-30 {
    margin-bottom: 30px;
  }

  .mb-xlg-35 {
    margin-bottom: 35px;
  }

  .mb-xlg-40 {
    margin-bottom: 40px;
  }

  .mb-xlg-45 {
    margin-bottom: 45px;
  }

  .mb-xlg-50 {
    margin-bottom: 50px;
  }

  .mb-xlg-55 {
    margin-bottom: 55px;
  }

  .mb-xlg-60 {
    margin-bottom: 60px;
  }

  .p-xlg-0 {
    padding: 0px;
  }

  .p-xlg-1 {
    padding: 1px;
  }

  .p-xlg-2 {
    padding: 2px;
  }

  .p-xlg-3 {
    padding: 3px;
  }

  .p-xlg-4 {
    padding: 4px;
  }

  .p-xlg-5 {
    padding: 5px;
  }

  .pl-xlg-0 {
    padding-left: 0px;
  }

  .pl-xlg-1 {
    padding-left: 1px;
  }

  .pl-xlg-2 {
    padding-left: 2px;
  }

  .pl-xlg-3 {
    padding-left: 3px;
  }

  .pl-xlg-4 {
    padding-left: 4px;
  }

  .pl-xlg-5 {
    padding-left: 5px;
  }

  .pr-xlg-0 {
    padding-right: 0px;
  }

  .pr-xlg-1 {
    padding-right: 1px;
  }

  .pr-xlg-2 {
    padding-right: 2px;
  }

  .pr-xlg-3 {
    padding-right: 3px;
  }

  .pr-xlg-4 {
    padding-right: 4px;
  }

  .pr-xlg-5 {
    padding-right: 5px;
  }

  .pt-xlg-0 {
    padding-top: 0px;
  }

  .pt-xlg-1 {
    padding-top: 1px;
  }

  .pt-xlg-2 {
    padding-top: 2px;
  }

  .pt-xlg-3 {
    padding-top: 3px;
  }

  .pt-xlg-4 {
    padding-top: 4px;
  }

  .pt-xlg-5 {
    padding-top: 5px;
  }

  .pb-xlg-0 {
    padding-bottom: 0px;
  }

  .pb-xlg-1 {
    padding-bottom: 1px;
  }

  .pb-xlg-2 {
    padding-bottom: 2px;
  }

  .pb-xlg-3 {
    padding-bottom: 3px;
  }

  .pb-xlg-4 {
    padding-bottom: 4px;
  }

  .pb-xlg-5 {
    padding-bottom: 5px;
  }

  .p-xlg-5 {
    padding: 5px;
  }

  .p-xlg-10 {
    padding: 10px;
  }

  .p-xlg-15 {
    padding: 15px;
  }

  .p-xlg-20 {
    padding: 20px;
  }

  .p-xlg-25 {
    padding: 25px;
  }

  .p-xlg-30 {
    padding: 30px;
  }

  .p-xlg-35 {
    padding: 35px;
  }

  .p-xlg-40 {
    padding: 40px;
  }

  .p-xlg-45 {
    padding: 45px;
  }

  .p-xlg-50 {
    padding: 50px;
  }

  .p-xlg-55 {
    padding: 55px;
  }

  .p-xlg-60 {
    padding: 60px;
  }

  .pl-xlg-5 {
    padding-left: 5px;
  }

  .pl-xlg-10 {
    padding-left: 10px;
  }

  .pl-xlg-15 {
    padding-left: 15px;
  }

  .pl-xlg-20 {
    padding-left: 20px;
  }

  .pl-xlg-25 {
    padding-left: 25px;
  }

  .pl-xlg-30 {
    padding-left: 30px;
  }

  .pl-xlg-35 {
    padding-left: 35px;
  }

  .pl-xlg-40 {
    padding-left: 40px;
  }

  .pl-xlg-45 {
    padding-left: 45px;
  }

  .pl-xlg-50 {
    padding-left: 50px;
  }

  .pl-xlg-55 {
    padding-left: 55px;
  }

  .pl-xlg-60 {
    padding-left: 60px;
  }

  .pr-xlg-5 {
    padding-right: 5px;
  }

  .pr-xlg-10 {
    padding-right: 10px;
  }

  .pr-xlg-15 {
    padding-right: 15px;
  }

  .pr-xlg-20 {
    padding-right: 20px;
  }

  .pr-xlg-25 {
    padding-right: 25px;
  }

  .pr-xlg-30 {
    padding-right: 30px;
  }

  .pr-xlg-35 {
    padding-right: 35px;
  }

  .pr-xlg-40 {
    padding-right: 40px;
  }

  .pr-xlg-45 {
    padding-right: 45px;
  }

  .pr-xlg-50 {
    padding-right: 50px;
  }

  .pr-xlg-55 {
    padding-right: 55px;
  }

  .pr-xlg-60 {
    padding-right: 60px;
  }

  .pt-xlg-5 {
    padding-top: 5px;
  }

  .pt-xlg-10 {
    padding-top: 10px;
  }

  .pt-xlg-15 {
    padding-top: 15px;
  }

  .pt-xlg-20 {
    padding-top: 20px;
  }

  .pt-xlg-25 {
    padding-top: 25px;
  }

  .pt-xlg-30 {
    padding-top: 30px;
  }

  .pt-xlg-35 {
    padding-top: 35px;
  }

  .pt-xlg-40 {
    padding-top: 40px;
  }

  .pt-xlg-45 {
    padding-top: 45px;
  }

  .pt-xlg-50 {
    padding-top: 50px;
  }

  .pt-xlg-55 {
    padding-top: 55px;
  }

  .pt-xlg-60 {
    padding-top: 60px;
  }

  .pb-xlg-5 {
    padding-bottom: 5px;
  }

  .pb-xlg-10 {
    padding-bottom: 10px;
  }

  .pb-xlg-15 {
    padding-bottom: 15px;
  }

  .pb-xlg-20 {
    padding-bottom: 20px;
  }

  .pb-xlg-25 {
    padding-bottom: 25px;
  }

  .pb-xlg-30 {
    padding-bottom: 30px;
  }

  .pb-xlg-35 {
    padding-bottom: 35px;
  }

  .pb-xlg-40 {
    padding-bottom: 40px;
  }

  .pb-xlg-45 {
    padding-bottom: 45px;
  }

  .pb-xlg-50 {
    padding-bottom: 50px;
  }

  .pb-xlg-55 {
    padding-bottom: 55px;
  }

  .pb-xlg-60 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1651px) {
  .w-xxlg-5 {
    width: 5%;
  }

  .w-xxlg-10 {
    width: 10%;
  }

  .w-xxlg-15 {
    width: 15%;
  }

  .w-xxlg-20 {
    width: 20%;
  }

  .w-xxlg-25 {
    width: 25%;
  }

  .w-xxlg-30 {
    width: 30%;
  }

  .w-xxlg-35 {
    width: 35%;
  }

  .w-xxlg-40 {
    width: 40%;
  }

  .w-xxlg-45 {
    width: 45%;
  }

  .w-xxlg-50 {
    width: 50%;
  }

  .w-xxlg-55 {
    width: 55%;
  }

  .w-xxlg-60 {
    width: 60%;
  }

  .w-xxlg-65 {
    width: 65%;
  }

  .w-xxlg-70 {
    width: 70%;
  }

  .w-xxlg-75 {
    width: 75%;
  }

  .w-xxlg-80 {
    width: 80%;
  }

  .w-xxlg-85 {
    width: 85%;
  }

  .w-xxlg-90 {
    width: 90%;
  }

  .w-xxlg-95 {
    width: 95%;
  }

  .w-xxlg-100 {
    width: 100%;
  }

  .br-xxlg-5 {
    border-radius: 5px;
  }

  .br-xxlg-10 {
    border-radius: 10px;
  }

  .br-xxlg-15 {
    border-radius: 15px;
  }

  .br-xxlg-20 {
    border-radius: 20px;
  }

  .fs-xxlg-1 {
    font-size: 1px;
  }

  .fs-xxlg-2 {
    font-size: 2px;
  }

  .fs-xxlg-3 {
    font-size: 3px;
  }

  .fs-xxlg-4 {
    font-size: 4px;
  }

  .fs-xxlg-5 {
    font-size: 5px;
  }

  .fs-xxlg-6 {
    font-size: 6px;
  }

  .fs-xxlg-7 {
    font-size: 7px;
  }

  .fs-xxlg-8 {
    font-size: 8px;
  }

  .fs-xxlg-9 {
    font-size: 9px;
  }

  .fs-xxlg-10 {
    font-size: 10px;
  }

  .fs-xxlg-11 {
    font-size: 11px;
  }

  .fs-xxlg-12 {
    font-size: 12px;
  }

  .fs-xxlg-13 {
    font-size: 13px;
  }

  .fs-xxlg-14 {
    font-size: 14px;
  }

  .fs-xxlg-15 {
    font-size: 15px;
  }

  .fs-xxlg-16 {
    font-size: 16px;
  }

  .fs-xxlg-17 {
    font-size: 17px;
  }

  .fs-xxlg-18 {
    font-size: 18px;
  }

  .fs-xxlg-19 {
    font-size: 19px;
  }

  .fs-xxlg-20 {
    font-size: 20px;
  }

  .fs-xxlg-21 {
    font-size: 21px;
  }

  .fs-xxlg-22 {
    font-size: 22px;
  }

  .fs-xxlg-23 {
    font-size: 23px;
  }

  .fs-xxlg-24 {
    font-size: 24px;
  }

  .fs-xxlg-25 {
    font-size: 25px;
  }

  .fs-xxlg-26 {
    font-size: 26px;
  }

  .fs-xxlg-27 {
    font-size: 27px;
  }

  .fs-xxlg-28 {
    font-size: 28px;
  }

  .fs-xxlg-29 {
    font-size: 29px;
  }

  .fs-xxlg-30 {
    font-size: 30px;
  }

  .fs-xxlg-31 {
    font-size: 31px;
  }

  .fs-xxlg-32 {
    font-size: 32px;
  }

  .fs-xxlg-33 {
    font-size: 33px;
  }

  .fs-xxlg-34 {
    font-size: 34px;
  }

  .fs-xxlg-35 {
    font-size: 35px;
  }

  .fs-xxlg-36 {
    font-size: 36px;
  }

  .fs-xxlg-37 {
    font-size: 37px;
  }

  .fs-xxlg-38 {
    font-size: 38px;
  }

  .fs-xxlg-39 {
    font-size: 39px;
  }

  .fs-xxlg-40 {
    font-size: 40px;
  }

  .fs-xxlg-41 {
    font-size: 41px;
  }

  .fs-xxlg-42 {
    font-size: 42px;
  }

  .fs-xxlg-43 {
    font-size: 43px;
  }

  .fs-xxlg-44 {
    font-size: 44px;
  }

  .fs-xxlg-45 {
    font-size: 45px;
  }

  .fs-xxlg-46 {
    font-size: 46px;
  }

  .fs-xxlg-47 {
    font-size: 47px;
  }

  .fs-xxlg-48 {
    font-size: 48px;
  }

  .fs-xxlg-49 {
    font-size: 49px;
  }

  .fs-xxlg-50 {
    font-size: 50px;
  }

  .fs-xxlg-51 {
    font-size: 51px;
  }

  .fs-xxlg-52 {
    font-size: 52px;
  }

  .fs-xxlg-53 {
    font-size: 53px;
  }

  .fs-xxlg-54 {
    font-size: 54px;
  }

  .fs-xxlg-55 {
    font-size: 55px;
  }

  .fs-xxlg-56 {
    font-size: 56px;
  }

  .fs-xxlg-57 {
    font-size: 57px;
  }

  .fs-xxlg-58 {
    font-size: 58px;
  }

  .fs-xxlg-59 {
    font-size: 59px;
  }

  .fs-xxlg-60 {
    font-size: 60px;
  }

  .fw-xxlg-100 {
    font-weight: 100;
  }

  .fw-xxlg-200 {
    font-weight: 200;
  }

  .fw-xxlg-300 {
    font-weight: 300;
  }

  .fw-xxlg-400 {
    font-weight: 400;
  }

  .fw-xxlg-500 {
    font-weight: 500;
  }

  .fw-xxlg-600 {
    font-weight: 600;
  }

  .fw-xxlg-700 {
    font-weight: 700;
  }

  .ml-xxlg-0 {
    margin-left: 0px;
  }

  .ml-xxlg-1 {
    margin-left: 1px;
  }

  .ml-xxlg-2 {
    margin-left: 2px;
  }

  .ml-xxlg-3 {
    margin-left: 3px;
  }

  .ml-xxlg-4 {
    margin-left: 4px;
  }

  .ml-xxlg-5 {
    margin-left: 5px;
  }

  .mr-xxlg-0 {
    margin-right: 0px;
  }

  .mr-xxlg-1 {
    margin-right: 1px;
  }

  .mr-xxlg-2 {
    margin-right: 2px;
  }

  .mr-xxlg-3 {
    margin-right: 3px;
  }

  .mr-xxlg-4 {
    margin-right: 4px;
  }

  .mr-xxlg-5 {
    margin-right: 5px;
  }

  .mt-xxlg-0 {
    margin-top: 0px;
  }

  .mt-xxlg-1 {
    margin-top: 1px;
  }

  .mt-xxlg-2 {
    margin-top: 2px;
  }

  .mt-xxlg-3 {
    margin-top: 3px;
  }

  .mt-xxlg-4 {
    margin-top: 4px;
  }

  .mt-xxlg-5 {
    margin-top: 5px;
  }

  .mb-xxlg-0 {
    margin-bottom: 0px;
  }

  .mb-xxlg-1 {
    margin-bottom: 1px;
  }

  .mb-xxlg-2 {
    margin-bottom: 2px;
  }

  .mb-xxlg-3 {
    margin-bottom: 3px;
  }

  .mb-xxlg-4 {
    margin-bottom: 4px;
  }

  .mb-xxlg-5 {
    margin-bottom: 5px;
  }

  .ml-xxlg-5 {
    margin-left: 5px;
  }

  .ml-xxlg-10 {
    margin-left: 10px;
  }

  .ml-xxlg-15 {
    margin-left: 15px;
  }

  .ml-xxlg-20 {
    margin-left: 20px;
  }

  .ml-xxlg-25 {
    margin-left: 25px;
  }

  .ml-xxlg-30 {
    margin-left: 30px;
  }

  .ml-xxlg-35 {
    margin-left: 35px;
  }

  .ml-xxlg-40 {
    margin-left: 40px;
  }

  .ml-xxlg-45 {
    margin-left: 45px;
  }

  .ml-xxlg-50 {
    margin-left: 50px;
  }

  .ml-xxlg-55 {
    margin-left: 55px;
  }

  .ml-xxlg-60 {
    margin-left: 60px;
  }

  .mr-xxlg-5 {
    margin-right: 5px;
  }

  .mr-xxlg-10 {
    margin-right: 10px;
  }

  .mr-xxlg-15 {
    margin-right: 15px;
  }

  .mr-xxlg-20 {
    margin-right: 20px;
  }

  .mr-xxlg-25 {
    margin-right: 25px;
  }

  .mr-xxlg-30 {
    margin-right: 30px;
  }

  .mr-xxlg-35 {
    margin-right: 35px;
  }

  .mr-xxlg-40 {
    margin-right: 40px;
  }

  .mr-xxlg-45 {
    margin-right: 45px;
  }

  .mr-xxlg-50 {
    margin-right: 50px;
  }

  .mr-xxlg-55 {
    margin-right: 55px;
  }

  .mr-xxlg-60 {
    margin-right: 60px;
  }

  .mt-xxlg-5 {
    margin-top: 5px;
  }

  .mt-xxlg-10 {
    margin-top: 10px;
  }

  .mt-xxlg-15 {
    margin-top: 15px;
  }

  .mt-xxlg-20 {
    margin-top: 20px;
  }

  .mt-xxlg-25 {
    margin-top: 25px;
  }

  .mt-xxlg-30 {
    margin-top: 30px;
  }

  .mt-xxlg-35 {
    margin-top: 35px;
  }

  .mt-xxlg-40 {
    margin-top: 40px;
  }

  .mt-xxlg-45 {
    margin-top: 45px;
  }

  .mt-xxlg-50 {
    margin-top: 50px;
  }

  .mt-xxlg-55 {
    margin-top: 55px;
  }

  .mt-xxlg-60 {
    margin-top: 60px;
  }

  .mb-xxlg-5 {
    margin-bottom: 5px;
  }

  .mb-xxlg-10 {
    margin-bottom: 10px;
  }

  .mb-xxlg-15 {
    margin-bottom: 15px;
  }

  .mb-xxlg-20 {
    margin-bottom: 20px;
  }

  .mb-xxlg-25 {
    margin-bottom: 25px;
  }

  .mb-xxlg-30 {
    margin-bottom: 30px;
  }

  .mb-xxlg-35 {
    margin-bottom: 35px;
  }

  .mb-xxlg-40 {
    margin-bottom: 40px;
  }

  .mb-xxlg-45 {
    margin-bottom: 45px;
  }

  .mb-xxlg-50 {
    margin-bottom: 50px;
  }

  .mb-xxlg-55 {
    margin-bottom: 55px;
  }

  .mb-xxlg-60 {
    margin-bottom: 60px;
  }

  .p-xxlg-0 {
    padding: 0px;
  }

  .p-xxlg-1 {
    padding: 1px;
  }

  .p-xxlg-2 {
    padding: 2px;
  }

  .p-xxlg-3 {
    padding: 3px;
  }

  .p-xxlg-4 {
    padding: 4px;
  }

  .p-xxlg-5 {
    padding: 5px;
  }

  .pl-xxlg-0 {
    padding-left: 0px;
  }

  .pl-xxlg-1 {
    padding-left: 1px;
  }

  .pl-xxlg-2 {
    padding-left: 2px;
  }

  .pl-xxlg-3 {
    padding-left: 3px;
  }

  .pl-xxlg-4 {
    padding-left: 4px;
  }

  .pl-xxlg-5 {
    padding-left: 5px;
  }

  .pr-xxlg-0 {
    padding-right: 0px;
  }

  .pr-xxlg-1 {
    padding-right: 1px;
  }

  .pr-xxlg-2 {
    padding-right: 2px;
  }

  .pr-xxlg-3 {
    padding-right: 3px;
  }

  .pr-xxlg-4 {
    padding-right: 4px;
  }

  .pr-xxlg-5 {
    padding-right: 5px;
  }

  .pt-xxlg-0 {
    padding-top: 0px;
  }

  .pt-xxlg-1 {
    padding-top: 1px;
  }

  .pt-xxlg-2 {
    padding-top: 2px;
  }

  .pt-xxlg-3 {
    padding-top: 3px;
  }

  .pt-xxlg-4 {
    padding-top: 4px;
  }

  .pt-xxlg-5 {
    padding-top: 5px;
  }

  .pb-xxlg-0 {
    padding-bottom: 0px;
  }

  .pb-xxlg-1 {
    padding-bottom: 1px;
  }

  .pb-xxlg-2 {
    padding-bottom: 2px;
  }

  .pb-xxlg-3 {
    padding-bottom: 3px;
  }

  .pb-xxlg-4 {
    padding-bottom: 4px;
  }

  .pb-xxlg-5 {
    padding-bottom: 5px;
  }

  .p-xxlg-5 {
    padding: 5px;
  }

  .p-xxlg-10 {
    padding: 10px;
  }

  .p-xxlg-15 {
    padding: 15px;
  }

  .p-xxlg-20 {
    padding: 20px;
  }

  .p-xxlg-25 {
    padding: 25px;
  }

  .p-xxlg-30 {
    padding: 30px;
  }

  .p-xxlg-35 {
    padding: 35px;
  }

  .p-xxlg-40 {
    padding: 40px;
  }

  .p-xxlg-45 {
    padding: 45px;
  }

  .p-xxlg-50 {
    padding: 50px;
  }

  .p-xxlg-55 {
    padding: 55px;
  }

  .p-xxlg-60 {
    padding: 60px;
  }

  .pl-xxlg-5 {
    padding-left: 5px;
  }

  .pl-xxlg-10 {
    padding-left: 10px;
  }

  .pl-xxlg-15 {
    padding-left: 15px;
  }

  .pl-xxlg-20 {
    padding-left: 20px;
  }

  .pl-xxlg-25 {
    padding-left: 25px;
  }

  .pl-xxlg-30 {
    padding-left: 30px;
  }

  .pl-xxlg-35 {
    padding-left: 35px;
  }

  .pl-xxlg-40 {
    padding-left: 40px;
  }

  .pl-xxlg-45 {
    padding-left: 45px;
  }

  .pl-xxlg-50 {
    padding-left: 50px;
  }

  .pl-xxlg-55 {
    padding-left: 55px;
  }

  .pl-xxlg-60 {
    padding-left: 60px;
  }

  .pr-xxlg-5 {
    padding-right: 5px;
  }

  .pr-xxlg-10 {
    padding-right: 10px;
  }

  .pr-xxlg-15 {
    padding-right: 15px;
  }

  .pr-xxlg-20 {
    padding-right: 20px;
  }

  .pr-xxlg-25 {
    padding-right: 25px;
  }

  .pr-xxlg-30 {
    padding-right: 30px;
  }

  .pr-xxlg-35 {
    padding-right: 35px;
  }

  .pr-xxlg-40 {
    padding-right: 40px;
  }

  .pr-xxlg-45 {
    padding-right: 45px;
  }

  .pr-xxlg-50 {
    padding-right: 50px;
  }

  .pr-xxlg-55 {
    padding-right: 55px;
  }

  .pr-xxlg-60 {
    padding-right: 60px;
  }

  .pt-xxlg-5 {
    padding-top: 5px;
  }

  .pt-xxlg-10 {
    padding-top: 10px;
  }

  .pt-xxlg-15 {
    padding-top: 15px;
  }

  .pt-xxlg-20 {
    padding-top: 20px;
  }

  .pt-xxlg-25 {
    padding-top: 25px;
  }

  .pt-xxlg-30 {
    padding-top: 30px;
  }

  .pt-xxlg-35 {
    padding-top: 35px;
  }

  .pt-xxlg-40 {
    padding-top: 40px;
  }

  .pt-xxlg-45 {
    padding-top: 45px;
  }

  .pt-xxlg-50 {
    padding-top: 50px;
  }

  .pt-xxlg-55 {
    padding-top: 55px;
  }

  .pt-xxlg-60 {
    padding-top: 60px;
  }

  .pb-xxlg-5 {
    padding-bottom: 5px;
  }

  .pb-xxlg-10 {
    padding-bottom: 10px;
  }

  .pb-xxlg-15 {
    padding-bottom: 15px;
  }

  .pb-xxlg-20 {
    padding-bottom: 20px;
  }

  .pb-xxlg-25 {
    padding-bottom: 25px;
  }

  .pb-xxlg-30 {
    padding-bottom: 30px;
  }

  .pb-xxlg-35 {
    padding-bottom: 35px;
  }

  .pb-xxlg-40 {
    padding-bottom: 40px;
  }

  .pb-xxlg-45 {
    padding-bottom: 45px;
  }

  .pb-xxlg-50 {
    padding-bottom: 50px;
  }

  .pb-xxlg-55 {
    padding-bottom: 55px;
  }

  .pb-xxlg-60 {
    padding-bottom: 60px;
  }
}
body {
  --padding-sides: 6.25%;
  background: #000;
  height: 100vh;
  overflow: auto;
  display: block;
}
* {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;
  caret-color: var(--col-accent-500);
}
img {
  max-width: 100%;
}
/* svg icons */
.use-svg {
  cursor: pointer;
}
.btn-outline {
  cursor: pointer;
  border: 1px solid var(--col-primary-100);
  border-radius: 15px;
  font-size: 10px;
  padding: 5px 5px;
}
.dummy {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
}
/* text area box styles */
.textarea-black {
  background-color: var(--col-primary-A200);
  width: 100%;
  border: none;
  border-radius: 10px;
  min-height: 125px;
  padding: 20px 10px;
  color: var(--col-primary-100);
}
.textarea-border {
  background: none;
  border: 1px solid var(--col-primary-400);
  min-height: 125px;
  border-radius: 10px;
  padding: 15px;
  color: var(--col-primary-100);
}
.ng-tooltip {
  position: absolute;
  max-width: 150px;
  font-size: 14px;
  text-align: center;
  color: var(--col-primary-200);
  padding: 3px 8px;
  background: linear-gradient(to bottom, var(--col-primary-500), var(--col-primary-600));
  border-radius: 4px;
  z-index: 1000;
  opacity: 0;
  width: 150px;
}
.ng-tooltip:after {
  content: "";
  position: absolute;
  border-style: solid;
}
.ng-tooltip-top:after {
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-color: var(--col-primary-500) transparent transparent transparent;
}
.ng-tooltip-bottom:after {
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-color: transparent transparent var(--col-primary-500) transparent;
}
.ng-tooltip-left:after {
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-color: transparent transparent transparent var(--col-primary-500);
}
.ng-tooltip-right:after {
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-color: transparent var(--col-primary-500) transparent transparent;
}
.ng-tooltip-show {
  opacity: 1;
}
.affix-target {
  position: fixed !important;
  top: 0px;
  z-index: 110;
}
.affix-target::-webkit-scrollbar {
  display: none;
}
.top-form-field {
  width: 215px;
}
@media screen and (max-width: 768px) {
  .top-form-field {
    width: 70vw;
    max-width: 180px;
  }
}
@media screen and (max-width: 550px) {
  .top-form-field.single-row {
    max-width: 150px;
  }
}
::placeholder {
  font-size: 12px;
}
input::placeholder {
  font-size: 12px;
}
/*------scroll bar (Chrome)---------------------*/
::-webkit-scrollbar {
  width: 5px;
  height: 7px;
  position: relative;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: var(--col-primary-300);
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--col-primary-200);
}
::-webkit-scrollbar-thumb:active {
  background: var(--col-primary-200);
}
::-webkit-scrollbar-track {
  background: var(--col-primary-700);
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.remove-btn-style {
  border: none;
  outline: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding-left: 0;
}
.danger {
  color: red;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/theme.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* For use in src/lib/core/theming/_palette.scss */
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font: 400 24px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font: 400 16px / 28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font: 400 15px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px / 112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px / 56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px / 48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px / 40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.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: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.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: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em 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.34375em) 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.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 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.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  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.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  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.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.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.5416666667em;
  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.28122em) 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.28121em) 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.2812em) 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: 1.09375em;
  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.59375em) 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.59374em) 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.84375em;
  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.59375em) 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.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.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: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  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 Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  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: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.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: 14px;
}
.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: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.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: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.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;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font: 400 24px / 32px "Inter", Roboto, "Helvetica Neue", sans-serif;;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font: 500 20px / 32px "Inter", Roboto, "Helvetica Neue", sans-serif;;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font: 400 16px / 28px "Inter", Roboto, "Helvetica Neue", sans-serif;;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font: 400 15px / 24px "Inter", Roboto, "Helvetica Neue", sans-serif;;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px "Inter", Roboto, "Helvetica Neue", sans-serif;;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px "Inter", Roboto, "Helvetica Neue", sans-serif;;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font: 500 14px / 24px "Inter", Roboto, "Helvetica Neue", sans-serif;;
  letter-spacing: normal;
}
.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font: 400 14px / 20px "Inter", Roboto, "Helvetica Neue", sans-serif;;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px "Inter", Roboto, "Helvetica Neue", sans-serif;;
  letter-spacing: normal;
}
.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px / 112px "Inter", Roboto, "Helvetica Neue", sans-serif;;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px / 56px "Inter", Roboto, "Helvetica Neue", sans-serif;;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px / 48px "Inter", Roboto, "Helvetica Neue", sans-serif;;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px / 40px "Inter", Roboto, "Helvetica Neue", sans-serif;;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px / 20px "Inter", Roboto, "Helvetica Neue", sans-serif;;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
}
.mat-card {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
}
.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: 14px;
}
.mat-checkbox {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px / 32px "Inter", Roboto, "Helvetica Neue", sans-serif;;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px / 20px "Inter", Roboto, "Helvetica Neue", sans-serif;;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.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: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em 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.34373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 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.28125em) scale(0.75) perspective(100px) translateZ(0.00106px);
  width: 133.3333933333%;
}
.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.28125em) scale(0.75) perspective(100px) translateZ(0.00107px);
  width: 133.3334033333%;
}
.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.28125em) scale(0.75) perspective(100px) translateZ(0.00108px);
  width: 133.3334133333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.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.5416666667em;
  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.28116em) 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.28115em) 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.28114em) 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: 1.09375em;
  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.59373em) scale(0.75);
  width: 133.3333533333%;
}
.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.59372em) scale(0.75);
  width: 133.3333633333%;
}
.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.84375em;
  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.59373em) scale(0.75);
  width: 133.3333533333%;
}
.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.59372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.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: -0.0625em;
}
.mat-menu-item {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
  font-size: 12px;
}
.mat-radio-button {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
}
.mat-select {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
}
.mat-slider-thumb-label-text {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
}
.mat-tab-label, .mat-tab-link {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
  font-size: 14px;
  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 "Inter", Roboto, "Helvetica Neue", sans-serif;;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
  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: "Inter", Roboto, "Helvetica Neue", sans-serif;;
}
.mat-list-option {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
}
.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: 14px;
}
.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: 14px;
}
.mat-list-base .mat-subheader {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
  font-size: 14px;
  font-weight: 500;
}
.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: "Inter", Roboto, "Helvetica Neue", sans-serif;;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px / 24px "Inter", Roboto, "Helvetica Neue", sans-serif;;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: "Inter", Roboto, "Helvetica Neue", sans-serif;;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.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;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-option {
  color: white;
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
.mat-option.mat-active {
  background: rgba(255, 255, 255, 0.04);
  color: white;
}
.mat-option.mat-option-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #363636;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #139b48;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}
.mat-optgroup-label {
  color: rgba(255, 255, 255, 0.7);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pseudo-checkbox {
  color: rgba(255, 255, 255, 0.7);
}
.mat-pseudo-checkbox::after {
  color: #303030;
}
.mat-pseudo-checkbox-disabled {
  color: #686868;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #363636;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #139b48;
}
.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: #686868;
}
.mat-app-background {
  background-color: #303030;
  color: white;
}
.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-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: #363636;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #139b48;
}
.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(255, 255, 255, 0.3);
}
.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: #363636;
}
.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: #139b48;
}
.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: white;
}
.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(255, 255, 255, 0.12);
}
.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: white;
  background-color: #424242;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: white;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: white;
}
.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(255, 255, 255, 0.3);
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #363636;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #139b48;
}
.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(255, 255, 255, 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(255, 255, 255, 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-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-option {
  color: white;
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
.mat-option.mat-active {
  background: rgba(255, 255, 255, 0.04);
  color: white;
}
.mat-option.mat-option-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #363636;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #139b48;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}
.mat-optgroup-label {
  color: rgba(255, 255, 255, 0.7);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pseudo-checkbox {
  color: rgba(255, 255, 255, 0.7);
}
.mat-pseudo-checkbox::after {
  color: #303030;
}
.mat-pseudo-checkbox-disabled {
  color: #686868;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #363636;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #139b48;
}
.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: #686868;
}
.mat-app-background {
  background-color: #303030;
  color: white;
}
.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: #424242;
  color: white;
}
.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: #424242;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: white;
}
.mat-badge {
  position: relative;
}
.mat-badge.mat-badge {
  overflow: visible;
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.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-badge-content {
  color: white;
  background: #363636;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.mat-badge-accent .mat-badge-content {
  background: #139b48;
  color: white;
}
.mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.mat-badge-disabled .mat-badge-content {
  background: #6e6e6e;
  color: rgba(255, 255, 255, 0.5);
}
.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: #424242;
  color: white;
}
.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: #363636;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #139b48;
}
.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(255, 255, 255, 0.3);
}
.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: #363636;
}
.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: #139b48;
}
.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: white;
}
.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(255, 255, 255, 0.12);
}
.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: white;
  background-color: #424242;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: white;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: white;
}
.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(255, 255, 255, 0.3);
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #363636;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #139b48;
}
.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(255, 255, 255, 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(255, 255, 255, 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:not([class*=mat-elevation-z]),
.mat-button-toggle-group: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-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.mat-button-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-button-toggle-appearance-standard {
  color: white;
  background: #424242;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: white;
}
.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #595959;
}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #595959;
}
.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 #595959;
}
.mat-button-toggle-checked {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.7);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}
.mat-button-toggle-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: black;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #424242;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #424242;
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px #595959;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
.mat-card {
  background: #424242;
  color: white;
}
.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(255, 255, 255, 0.7);
}
.mat-checkbox-frame {
  border-color: rgba(255, 255, 255, 0.7);
}
.mat-checkbox-checkmark {
  fill: #303030;
}
.mat-checkbox-checkmark-path {
  stroke: #303030 !important;
}
.mat-checkbox-mixedmark {
  background-color: #303030;
}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #363636;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #139b48;
}
.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: #686868;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #686868;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(255, 255, 255, 0.5);
}
.mat-checkbox .mat-ripple-element {
  background-color: white;
}
.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: #363636;
}
.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: #139b48;
}
.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: #616161;
  color: white;
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: white;
  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: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #363636;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 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: #139b48;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  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: #424242;
}
.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(255, 255, 255, 0.12);
}
.mat-header-cell {
  color: rgba(255, 255, 255, 0.7);
}
.mat-cell, .mat-footer-cell {
  color: white;
}
.mat-calendar-arrow {
  fill: white;
}
.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: white;
}
.mat-calendar-table-header-divider::after {
  background: rgba(255, 255, 255, 0.12);
}
.mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgba(255, 255, 255, 0.7);
}
.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: white;
  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(255, 255, 255, 0.5);
}
.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(255, 255, 255, 0.5);
}
.mat-calendar-body-in-preview {
  color: rgba(255, 255, 255, 0.24);
}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.5);
}
.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.3);
}
.mat-calendar-body-in-range::before {
  background: rgba(54, 54, 54, 0.2);
}
.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, rgba(54, 54, 54, 0.2) 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, rgba(54, 54, 54, 0.2) 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: #363636;
  color: white;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(54, 54, 54, 0.4);
}
.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.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(54, 54, 54, 0.3);
}
@media (hover: hover) {
  .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) {
    background-color: rgba(54, 54, 54, 0.3);
  }
}
.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: #424242;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(19, 155, 72, 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(19, 155, 72, 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(19, 155, 72, 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: #139b48;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(19, 155, 72, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .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(19, 155, 72, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-accent .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) {
    background-color: rgba(19, 155, 72, 0.3);
  }
}
.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.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .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(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-warn .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) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.mat-datepicker-content-touch {
  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-datepicker-toggle-active {
  color: #363636;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #139b48;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.mat-date-range-input-inner[disabled] {
  color: rgba(255, 255, 255, 0.5);
}
.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: #424242;
  color: white;
}
.mat-divider {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.mat-divider-vertical {
  border-right-color: rgba(255, 255, 255, 0.12);
}
.mat-expansion-panel {
  background: #424242;
  color: white;
}
.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(255, 255, 255, 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(255, 255, 255, 0.04);
}
@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #424242;
  }
}
.mat-expansion-panel-header-title {
  color: white;
}
.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(255, 255, 255, 0.7);
}
.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.3);
}
.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(255, 255, 255, 0.7);
}
.mat-hint {
  color: rgba(255, 255, 255, 0.7);
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: #363636;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #139b48;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}
.mat-focused .mat-form-field-required-marker {
  color: #139b48;
}
.mat-form-field-ripple {
  background-color: white;
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #363636;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #139b48;
}
.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: #363636;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #139b48;
}
.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(255, 255, 255, 0.7);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(255, 255, 255, 0.7);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.05);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
.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(255, 255, 255, 0.3);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: white;
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #363636;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #139b48;
}
.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(255, 255, 255, 0.5);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.15);
}
.mat-icon.mat-primary {
  color: #363636;
}
.mat-icon.mat-accent {
  color: #139b48;
}
.mat-icon.mat-warn {
  color: #f44336;
}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.7);
}
.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.5);
}
.mat-input-element {
  caret-color: #363636;
}
.mat-input-element::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-input-element::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-input-element:not(.mat-native-select-inline) option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-input-element:not(.mat-native-select-inline) option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field.mat-accent .mat-input-element {
  caret-color: #139b48;
}
.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: white;
}
.mat-list-base .mat-list-option {
  color: white;
}
.mat-list-base .mat-subheader {
  color: rgba(255, 255, 255, 0.7);
}
.mat-list-base .mat-list-item-disabled {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.5);
}
.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(255, 255, 255, 0.04);
}
.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(255, 255, 255, 0.12);
}
.mat-menu-panel {
  background: #424242;
}
.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: white;
}
.mat-menu-item[disabled],
.mat-menu-item[disabled] .mat-menu-submenu-icon,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(255, 255, 255, 0.5);
}
.mat-menu-item .mat-icon-no-color,
.mat-menu-submenu-icon {
  color: white;
}
.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(255, 255, 255, 0.04);
}
.mat-paginator {
  background: #424242;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(255, 255, 255, 0.7);
}
.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid white;
  border-right: 2px solid white;
}
.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid white;
}
.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(255, 255, 255, 0.5);
}
.mat-paginator-container {
  min-height: 56px;
}
.mat-progress-bar-background {
  fill: #323232;
}
.mat-progress-bar-buffer {
  background-color: #323232;
}
.mat-progress-bar-fill::after {
  background-color: #363636;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #294b36;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #294b36;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #139b48;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #613532;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #613532;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336;
}
.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #363636;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #139b48;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #f44336;
}
.mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.7);
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #363636;
}
.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: #363636;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #139b48;
}
.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: #139b48;
}
.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(255, 255, 255, 0.5);
}
.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(255, 255, 255, 0.5);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(255, 255, 255, 0.5);
}
.mat-radio-button .mat-ripple-element {
  background-color: white;
}
.mat-select-value {
  color: white;
}
.mat-select-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-select-disabled .mat-select-value {
  color: rgba(255, 255, 255, 0.5);
}
.mat-select-arrow {
  color: rgba(255, 255, 255, 0.7);
}
.mat-select-panel {
  background: #424242;
}
.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(255, 255, 255, 0.12);
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #363636;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #139b48;
}
.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(255, 255, 255, 0.5);
}
.mat-drawer-container {
  background-color: #303030;
  color: white;
}
.mat-drawer {
  background-color: #424242;
  color: white;
}
.mat-drawer.mat-drawer-push {
  background-color: #424242;
}
.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(255, 255, 255, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(189, 189, 189, 0.6);
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #139b48;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(19, 155, 72, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #139b48;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #363636;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(54, 54, 54, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #363636;
}
.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: white;
}
.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: #bdbdbd;
}
.mat-slide-toggle-bar {
  background-color: rgba(255, 255, 255, 0.5);
}
.mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
.mat-slider.mat-primary .mat-slider-track-fill,
.mat-slider.mat-primary .mat-slider-thumb,
.mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: #363636;
}
.mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(54, 54, 54, 0.2);
}
.mat-slider.mat-accent .mat-slider-track-fill,
.mat-slider.mat-accent .mat-slider-thumb,
.mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: #139b48;
}
.mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(19, 155, 72, 0.2);
}
.mat-slider.mat-warn .mat-slider-track-fill,
.mat-slider.mat-warn .mat-slider-thumb,
.mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: #f44336;
}
.mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 0.2);
}
.mat-slider:hover .mat-slider-track-background,
.mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
.mat-slider.mat-slider-disabled .mat-slider-track-background,
.mat-slider.mat-slider-disabled .mat-slider-track-fill,
.mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(255, 255, 255, 0.3);
}
.mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
.mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: white;
}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(255, 255, 255, 0.3);
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}
.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(255, 255, 255, 0.7);
}
.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}
.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}
.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover:not([aria-disabled]), .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(255, 255, 255, 0.04);
}
.mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(255, 255, 255, 0.7);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(255, 255, 255, 0.7);
  color: white;
}
.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: #363636;
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.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: #139b48;
  color: white;
}
.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: white;
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: #424242;
}
.mat-stepper-vertical-line::before {
  border-left-color: rgba(255, 255, 255, 0.12);
}
.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(255, 255, 255, 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: #c6c6c6;
}
.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
}
.mat-tab-label, .mat-tab-link {
  color: white;
}
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.mat-tab-header-pagination-chevron {
  border-color: white;
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.5);
}
.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(195, 195, 195, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #363636;
}
.mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.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(184, 225, 200, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #139b48;
}
.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.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(252, 199, 195, 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-tab-header .mat-ink-bar, .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .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(195, 195, 195, 0.3);
}
.mat-tab-group.mat-background-primary > .mat-tab-header, .mat-tab-group.mat-background-primary > .mat-tab-link-container, .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-link-container, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #363636;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.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 .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: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 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(184, 225, 200, 0.3);
}
.mat-tab-group.mat-background-accent > .mat-tab-header, .mat-tab-group.mat-background-accent > .mat-tab-link-container, .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-link-container, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #139b48;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.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 .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: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 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(252, 199, 195, 0.3);
}
.mat-tab-group.mat-background-warn > .mat-tab-header, .mat-tab-group.mat-background-warn > .mat-tab-link-container, .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-link-container, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #f44336;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.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 .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: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.mat-toolbar {
  background: #212121;
  color: white;
}
.mat-toolbar.mat-primary {
  background: #363636;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #139b48;
  color: white;
}
.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: #424242;
}
.mat-tree-node,
.mat-nested-tree-node {
  color: white;
}
.mat-tree-node {
  min-height: 48px;
}
.mat-snack-bar-container {
  color: rgba(0, 0, 0, 0.87);
  background: #fafafa;
  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: inherit;
}
body {
  color: #fff;
}
.mat-input-element {
  caret-color: var(--col-accent-500);
}
/* Mat Table */
.mat-header-cell {
  font-size: 14px;
  font-weight: 700;
  color: var(primary-A100);
}
.mat-table thead:after {
  content: "";
  display: block;
  height: 9px;
  position: sticky !important;
  bottom: 0 !important;
}
.mat-cell,
.mat-footer-cell {
  font-size: 14px;
}
.header-gradient, .mat-header-row {
  background: linear-gradient(170.84deg, var(--col-primary-500) -49.76%, var(--col-primary-900) 190.96%);
}
.header-gradient.light, .light.mat-header-row {
  background: linear-gradient(to bottom, var(--col-primary-100) -49.76%, var(--col-primary-500) 190.96%);
}
.mat-header-row {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100 !important;
  height: 61px !important;
  border-radius: 10px;
  border-bottom-width: 0px;
}
.mat-header-cell {
  color: var(--col-primary-200) !important;
}
.mat-sort-header-container {
  justify-content: flex-start;
}
/* mat table Header for sorting in affixed table */
.affix-target .mat-header-cell[aria-sort=none]:hover .mat-sort-header-arrow {
  opacity: 0.5;
}
.affix-target .mat-sort-header-pointer-left {
  transform: rotate(-45deg);
}
.affix-target .mat-sort-header-pointer-right {
  transform: rotate(45deg);
}
.affix-target [aria-sort=ascending] .mat-sort-header-arrow {
  opacity: 1;
}
.affix-target [aria-sort=descending] .mat-sort-header-arrow {
  opacity: 1;
}
.affix-target [aria-sort=descending] .mat-sort-header-pointer-left {
  transform: rotate(45deg);
  top: 10px;
}
.affix-target [aria-sort=descending] .mat-sort-header-pointer-right {
  transform: rotate(-45deg);
  top: 10px;
}
.table-colum-left .mat-sort-header-container {
  justify-content: flex-start;
}
.mat-row {
  height: 52px !important;
  border-bottom-width: 0px;
  content-visibility: auto;
}
.mat-row:not(tr) {
  background: var(--col-primary-A200);
}
.mat-row:first-of-type {
  margin-top: 10px;
}
.mat-row:hover {
  box-shadow: 0px 0px 1px -1px rgba(136, 136, 136, 0.5), 0px 1.5px 10px 1px rgba(136, 136, 136, 0.22);
  transform: scale(1);
}
.mat-header-cell,
.mat-cell,
.mat-footer-cell {
  border-bottom-width: 0px !important;
  vertical-align: middle !important;
}
.mat-cell {
  color: var(--col-primary-100);
}
.mat-header-cell,
.mat-cell {
  text-align: center !important;
}
th.mat-header-cell:first-of-type {
  border-radius: 10px 0 0 10px;
}
th.mat-header-cell:first-of-type,
td.mat-cell:first-of-type,
td.mat-footer-cell:first-of-type {
  padding-left: 15px !important;
  text-align: center !important;
}
th.mat-header-cell:last-of-type {
  border-radius: 0 10px 10px 0;
}
.mat-table tbody {
  background-color: var(--col-primary-A200);
}
tr.mat-row:hover {
  box-shadow: 0px 0px 1px -1px rgba(136, 136, 136, 0.5), 0px 1.5px 10px 1px rgba(136, 136, 136, 0.22);
  transform: scale(1);
}
th.mat-header-cell,
td.mat-cell,
td.mat-footer-cell {
  border-bottom-width: 0px !important;
  vertical-align: middle !important;
  text-align: left !important;
  background: unset;
  white-space: normal;
  word-wrap: break-word;
  max-width: 60px;
}
th.mat-header-cell.table-colum-left,
td.mat-cell.table-colum-left,
td.mat-footer-cell.table-colum-left {
  text-align: left !important;
}
th.mat-header-cell.w-350px,
td.mat-cell.w-350px,
td.mat-footer-cell.w-350px {
  max-width: 350px !important;
}
.txt-center {
  text-align: center !important;
}
.mat-calendar-body-selected {
  background-color: var(--col-accent-500) !important;
}
.mat-calendar-previous-button,
.mat-calendar-next-button {
  color: var(--col-accent-500) !important;
}
.mat-calendar-table-header {
  color: var(--col-accent-500) !important;
}
/* Material theme styling */
.mat-form-field-appearance-legacy .mat-form-field-label {
  color: var(--col-primary-300);
}
.mat-table {
  background: none;
}
.mat-form-field {
  color: #fff;
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: var(--col-accent-500);
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: var(--col-accent-500);
}
mat-dialog-container.mat-dialog-container {
  padding: 0;
  background: none;
  box-shadow: none;
}
.cdk-overlay-darker-backdrop,
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.8);
}
.no-pb.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 0;
}
.no-pb.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 0%;
}
.no-pb.atai-file-upload.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding-bottom: 0 !important;
}
.no-pb.atai-file-upload.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  top: 100%;
}
.atai-date-range.mat-form-field-appearance-legacy > .mat-form-field-wrapper > .mat-form-field-flex > .mat-form-field-infix {
  padding: 0;
  border-top: 0 solid transparent;
}
.atai-date-range.mat-form-field-appearance-legacy > .mat-form-field-wrapper > .mat-form-field-underline {
  display: none;
}
.atai-date-range .mat-form-field-wrapper {
  display: flex;
}
.atai-date-range .mat-form-field {
  display: block;
}
.mat-calendar-body-today {
  background-color: none !important;
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: var(--col-primary-100);
}
.mat-option {
  font-size: inherit;
}
/* Mat Paginator styles */
.mat-paginator {
  background: none;
}
.mat-paginator-container {
  position: relative;
}
.mat-paginator-range-label {
  margin: 2px 1px 0 !important;
}
.mat-paginator-range-actions {
  justify-content: center;
  flex-grow: 1;
}
.mat-paginator-page-size {
  position: absolute;
  right: 0;
}
/* check box and radio button button style (click button to check and un check) */
.mat-radio-button.button-style .mat-radio-container {
  display: none;
}
.mat-radio-button.button-style .mat-radio-label-content {
  padding: 0.35em 1.2em;
  border: 2px solid var(--col-primary-400);
  border-radius: 20px;
  font-size: inherit;
  color: var(--col-primary-200);
}
.mat-radio-button.button-style.mat-radio-checked .mat-radio-label-content {
  border: 2px solid var(--col-primary-200);
  background: var(--col-primary-400);
  color: #fff;
}
.mat-radio-button.button-style.mat-radio-disabled .mat-radio-label-content {
  opacity: 0.3;
}
.mat-checkbox.button-style .mat-checkbox-inner-container {
  display: none;
}
.mat-checkbox.button-style .mat-checkbox-label {
  padding: 0.35em 1.2em;
  border: 2px solid var(--col-primary-400);
  border-radius: 20px;
  font-size: inherit;
  line-height: unset;
  color: var(--col-primary-200);
}
.mat-checkbox.button-style.mat-checkbox-checked .mat-checkbox-label {
  border: 2px solid var(--col-primary-200);
  background: var(--col-primary-400);
  color: #fff;
}
.mat-checkbox.mat-checkbox-disabled.button-style .mat-checkbox-label {
  opacity: 0.3;
}
.mat-option {
  font-size: inherit !important;
}
.mat-table {
  min-width: 850px;
}
.mat-table.modifier {
  min-width: unset !important;
}
.atai-file-upload .mat-form-field-underline {
  display: none;
}
.pl-table-50 {
  padding-left: 50px !important;
}
.p-table-5 {
  padding: 5px !important;
}
/* Mat Tabs group */
/* in apply leave pop  up the tabs content need not be shown */
.apply-leave .mat-tab-body-wrapper {
  display: none;
}
.apply-leave .mat-tab-header {
  border-bottom: none;
}
.apply-leave .mat-tab-group.mat-accent .mat-ink-bar,
.apply-leave .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, var(--col-accent-700) 29%, var(--col-accent-500) 31%, var(--col-accent-300) 50%, var(--col-accent-500) 70%, var(--col-accent-700) 72%, rgba(0, 0, 0, 0) 100%);
}
.apply-leave .mat-ink-bar {
  height: 3px;
}
.apply-leave .mat-tab-label,
.apply-leave .mat-tab-link {
  font-size: inherit;
}
.apply-leave .mat-tab-label {
  flex-grow: 1;
}
.apply-leave .slide-anim {
  height: 0px;
  overflow: hidden;
}
/* Mat toggle small switch button */
.mat-slide-toggle.small .mat-slide-toggle-bar {
  width: 27px;
  height: 10px;
}
.mat-slide-toggle.small .mat-slide-toggle-thumb-container {
  width: 15px;
  height: 15px;
  top: -2px;
}
.mat-slide-toggle.small .mat-slide-toggle-ripple {
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}
.mat-slide-toggle.small .mat-slide-toggle-thumb {
  width: 15px;
  height: 15px;
}
.mat-datepicker-content {
  background: #111;
  border: 1px solid #777;
}
@media screen and (max-width: 768px) {
  .apply-leave .mat-tab-label {
    padding: 0 12px;
    min-width: 50px;
  }
}
@media screen and (max-width: 550px) {
  .mat-paginator-page-size {
    position: relative;
    right: 0;
  }

  .mat-paginator-container {
    flex-direction: column;
    margin-top: 20px;
  }

  .mat-paginator-page-size-select {
    margin-top: 0px;
  }
}
@media screen and (max-width: 400px) {
  .apply-leave .mat-tab-label {
    padding: 0 8px;
  }
}
.rem-def-btn-style {
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
}

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