@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

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

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

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

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

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

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

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

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

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

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

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

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

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

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

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

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

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
html, body {
  overflow-x: hidden;
}

body {
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}

.homebuild-table {
  color: #727a2e;
}

.roomtobreathe-table,
.improvementsandupgrades-table {
  color: #c1532f;
}

.mobile-view {
  display: none;
}

.govemployhousing-table {
  color: #4978a2;
}

.fin-overview-table {
  margin-bottom: 2em;
}
.fin-overview-table thead th, .fin-overview-table thead td {
  border-bottom: none !important;
}

.localdecisionmaking-table {
  color: #ba591c;
}

.aboriginalemplyement-table {
  color: #707070;
}

.aboriginal-business-enterprise-development-table {
  color: #707070;
}

.landservicing-table {
  color: #ffffff;
}

.community-fin-overview-table th {
  width: calc(83% / 4);
}
.community-fin-overview-table thead {
  display: none;
}
.community-fin-overview-table tr.community-overall-figures {
  border-collapse: collapse;
}
.community-fin-overview-table tr.community-overall-figures .hb-figures,
.community-fin-overview-table tr.community-overall-figures .geh-figures {
  border-bottom: solid 2px #d4d4d4;
  border-top: solid 2px #d4d4d4;
}
.community-fin-overview-table tr.community-overall-figures .hb-figures,
.community-fin-overview-table tr.community-overall-figures .geh-figures {
  background: rgba(212, 212, 212, 0.6);
}
.community-fin-overview-table tr.community-overall-figures th, .community-fin-overview-table tr.community-overall-figures td {
  border: none;
}
.community-fin-overview-table tr.community-overall-figures td.ntg-figures-col, .community-fin-overview-table tr.community-overall-figures td.ag-figures-col {
  border-right: solid 2px #dfdfdf;
}
.community-fin-overview-table tr.community-overall-figures td.ntg-figures-col, .community-fin-overview-table tr.community-overall-figures td.ag-figures-col, .community-fin-overview-table tr.community-overall-figures td.total-figures-col {
  padding: 0;
}
.community-fin-overview-table tr.community-overall-figures td.ntg-figures-col td.logo-total, .community-fin-overview-table tr.community-overall-figures td.ntg-figures-col td.logo, .community-fin-overview-table tr.community-overall-figures td.ag-figures-col td.logo-total, .community-fin-overview-table tr.community-overall-figures td.ag-figures-col td.logo, .community-fin-overview-table tr.community-overall-figures td.total-figures-col td.logo-total, .community-fin-overview-table tr.community-overall-figures td.total-figures-col td.logo {
  height: 4.5em;
  text-align: center;
  vertical-align: middle;
}
.community-fin-overview-table tr.community-overall-figures td.ntg-figures-col table, .community-fin-overview-table tr.community-overall-figures td.ag-figures-col table, .community-fin-overview-table tr.community-overall-figures td.total-figures-col table {
  width: 100%;
}
.community-fin-overview-table tr.community-overall-figures td.ntg-figures-col table .names, .community-fin-overview-table tr.community-overall-figures td.ag-figures-col table .names, .community-fin-overview-table tr.community-overall-figures td.total-figures-col table .names {
  vertical-align: middle;
  padding-left: 1em;
  line-height: 1;
  width: 25%;
  border-right: solid 2px #dfdfdf;
}
.community-fin-overview-table tr.community-overall-figures td.ntg-figures-col table .label, .community-fin-overview-table tr.community-overall-figures td.ag-figures-col table .label, .community-fin-overview-table tr.community-overall-figures td.total-figures-col table .label {
  text-align: left;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1;
  padding-left: 1em;
}
.community-fin-overview-table tr.community-overall-figures td.ntg-figures-col table td.column-1, .community-fin-overview-table tr.community-overall-figures td.ntg-figures-col table td.column-2, .community-fin-overview-table tr.community-overall-figures td.ntg-figures-col table td.column-3, .community-fin-overview-table tr.community-overall-figures td.ag-figures-col table td.column-1, .community-fin-overview-table tr.community-overall-figures td.ag-figures-col table td.column-2, .community-fin-overview-table tr.community-overall-figures td.ag-figures-col table td.column-3, .community-fin-overview-table tr.community-overall-figures td.total-figures-col table td.column-1, .community-fin-overview-table tr.community-overall-figures td.total-figures-col table td.column-2, .community-fin-overview-table tr.community-overall-figures td.total-figures-col table td.column-3 {
  height: 5em;
  vertical-align: middle;
}

div [class*=column-] {
  vertical-align: middle;
}

.names strong {
  font-weight: 600;
}
.names .logo {
  display: flex;
  align-items: center;
  font-weight: 100;
}

.fin-overview-table, .overcrowding-table, .homebuild-table, .roomtobreathe-table, .improvementsandupgrades-table, .govemployhousing-table, .localdecisionmaking-table, .aboriginalemplyement-table, .aboriginal-business-enterprise-development-table, .landservicing-table {
  width: 100%;
  border-collapse: collapse;
}
.fin-overview-table tr, .overcrowding-table tr, .homebuild-table tr, .roomtobreathe-table tr, .improvementsandupgrades-table tr, .govemployhousing-table tr, .localdecisionmaking-table tr, .aboriginalemplyement-table tr, .aboriginal-business-enterprise-development-table tr, .landservicing-table tr {
  border-top: hidden;
}
.fin-overview-table td, .overcrowding-table td, .homebuild-table td, .roomtobreathe-table td, .improvementsandupgrades-table td, .govemployhousing-table td, .localdecisionmaking-table td, .aboriginalemplyement-table td, .aboriginal-business-enterprise-development-table td, .landservicing-table td {
  line-height: 1;
  padding: 1em;
}
.fin-overview-table .names, .overcrowding-table .names, .homebuild-table .names, .roomtobreathe-table .names, .improvementsandupgrades-table .names, .govemployhousing-table .names, .localdecisionmaking-table .names, .aboriginalemplyement-table .names, .aboriginal-business-enterprise-development-table .names, .landservicing-table .names {
  width: 17%;
  padding-left: 0;
  font-weight: 200 !important;
  vertical-align: middle;
}
.fin-overview-table .ag-figure, .fin-overview-table .ntg-figure, .fin-overview-table .ki-figure, .fin-overview-table .hb-figure, .fin-overview-table .rtb-figure, .fin-overview-table .geh-figure, .fin-overview-table .aeh-figure, .fin-overview-table .ls-figure, .fin-overview-table .total-figure, .fin-overview-table .aeh-figure, .overcrowding-table .ag-figure, .overcrowding-table .ntg-figure, .overcrowding-table .ki-figure, .overcrowding-table .hb-figure, .overcrowding-table .rtb-figure, .overcrowding-table .geh-figure, .overcrowding-table .aeh-figure, .overcrowding-table .ls-figure, .overcrowding-table .total-figure, .overcrowding-table .aeh-figure, .homebuild-table .ag-figure, .homebuild-table .ntg-figure, .homebuild-table .ki-figure, .homebuild-table .hb-figure, .homebuild-table .rtb-figure, .homebuild-table .geh-figure, .homebuild-table .aeh-figure, .homebuild-table .ls-figure, .homebuild-table .total-figure, .homebuild-table .aeh-figure, .roomtobreathe-table .ag-figure, .roomtobreathe-table .ntg-figure, .roomtobreathe-table .ki-figure, .roomtobreathe-table .hb-figure, .roomtobreathe-table .rtb-figure, .roomtobreathe-table .geh-figure, .roomtobreathe-table .aeh-figure, .roomtobreathe-table .ls-figure, .roomtobreathe-table .total-figure, .roomtobreathe-table .aeh-figure, .improvementsandupgrades-table .ag-figure, .improvementsandupgrades-table .ntg-figure, .improvementsandupgrades-table .ki-figure, .improvementsandupgrades-table .hb-figure, .improvementsandupgrades-table .rtb-figure, .improvementsandupgrades-table .geh-figure, .improvementsandupgrades-table .aeh-figure, .improvementsandupgrades-table .ls-figure, .improvementsandupgrades-table .total-figure, .improvementsandupgrades-table .aeh-figure, .govemployhousing-table .ag-figure, .govemployhousing-table .ntg-figure, .govemployhousing-table .ki-figure, .govemployhousing-table .hb-figure, .govemployhousing-table .rtb-figure, .govemployhousing-table .geh-figure, .govemployhousing-table .aeh-figure, .govemployhousing-table .ls-figure, .govemployhousing-table .total-figure, .govemployhousing-table .aeh-figure, .localdecisionmaking-table .ag-figure, .localdecisionmaking-table .ntg-figure, .localdecisionmaking-table .ki-figure, .localdecisionmaking-table .hb-figure, .localdecisionmaking-table .rtb-figure, .localdecisionmaking-table .geh-figure, .localdecisionmaking-table .aeh-figure, .localdecisionmaking-table .ls-figure, .localdecisionmaking-table .total-figure, .localdecisionmaking-table .aeh-figure, .aboriginalemplyement-table .ag-figure, .aboriginalemplyement-table .ntg-figure, .aboriginalemplyement-table .ki-figure, .aboriginalemplyement-table .hb-figure, .aboriginalemplyement-table .rtb-figure, .aboriginalemplyement-table .geh-figure, .aboriginalemplyement-table .aeh-figure, .aboriginalemplyement-table .ls-figure, .aboriginalemplyement-table .total-figure, .aboriginalemplyement-table .aeh-figure, .aboriginal-business-enterprise-development-table .ag-figure, .aboriginal-business-enterprise-development-table .ntg-figure, .aboriginal-business-enterprise-development-table .ki-figure, .aboriginal-business-enterprise-development-table .hb-figure, .aboriginal-business-enterprise-development-table .rtb-figure, .aboriginal-business-enterprise-development-table .geh-figure, .aboriginal-business-enterprise-development-table .aeh-figure, .aboriginal-business-enterprise-development-table .ls-figure, .aboriginal-business-enterprise-development-table .total-figure, .aboriginal-business-enterprise-development-table .aeh-figure, .landservicing-table .ag-figure, .landservicing-table .ntg-figure, .landservicing-table .ki-figure, .landservicing-table .hb-figure, .landservicing-table .rtb-figure, .landservicing-table .geh-figure, .landservicing-table .aeh-figure, .landservicing-table .ls-figure, .landservicing-table .total-figure, .landservicing-table .aeh-figure {
  white-space: nowrap;
}
.fin-overview-table .divider, .overcrowding-table .divider, .homebuild-table .divider, .roomtobreathe-table .divider, .improvementsandupgrades-table .divider, .govemployhousing-table .divider, .localdecisionmaking-table .divider, .aboriginalemplyement-table .divider, .aboriginal-business-enterprise-development-table .divider, .landservicing-table .divider {
  width: 1%;
}
.fin-overview-table .divider-border, .overcrowding-table .divider-border, .homebuild-table .divider-border, .roomtobreathe-table .divider-border, .improvementsandupgrades-table .divider-border, .govemployhousing-table .divider-border, .localdecisionmaking-table .divider-border, .aboriginalemplyement-table .divider-border, .aboriginal-business-enterprise-development-table .divider-border, .landservicing-table .divider-border {
  border-left: solid 1px #000000;
}
.fin-overview-table .ntg-gov-col, .fin-overview-table .ag-gov-col, .overcrowding-table .ntg-gov-col, .overcrowding-table .ag-gov-col, .homebuild-table .ntg-gov-col, .homebuild-table .ag-gov-col, .roomtobreathe-table .ntg-gov-col, .improvementsandupgrades-table .ntg-gov-col, .roomtobreathe-table .ag-gov-col, .improvementsandupgrades-table .ag-gov-col, .govemployhousing-table .ntg-gov-col, .govemployhousing-table .ag-gov-col, .localdecisionmaking-table .ntg-gov-col, .localdecisionmaking-table .ag-gov-col, .aboriginalemplyement-table .ntg-gov-col, .aboriginalemplyement-table .ag-gov-col, .aboriginal-business-enterprise-development-table .ntg-gov-col, .aboriginal-business-enterprise-development-table .ag-gov-col, .landservicing-table .ntg-gov-col, .landservicing-table .ag-gov-col {
  width: 41%;
  text-align: center;
}
.fin-overview-table .label, .overcrowding-table .label, .homebuild-table .label, .roomtobreathe-table .label, .improvementsandupgrades-table .label, .govemployhousing-table .label, .localdecisionmaking-table .label, .aboriginalemplyement-table .label, .aboriginal-business-enterprise-development-table .label, .landservicing-table .label {
  text-align: left;
  vertical-align: bottom;
  width: calc(83% / 7);
}
.fin-overview-table .label.eight-col, .overcrowding-table .label.eight-col, .homebuild-table .label.eight-col, .roomtobreathe-table .label.eight-col, .improvementsandupgrades-table .label.eight-col, .govemployhousing-table .label.eight-col, .localdecisionmaking-table .label.eight-col, .aboriginalemplyement-table .label.eight-col, .aboriginal-business-enterprise-development-table .label.eight-col, .landservicing-table .label.eight-col {
  text-align: left;
  vertical-align: bottom;
  width: calc(83% / 8);
}
.fin-overview-table .ntg-figures, .overcrowding-table .ntg-figures, .homebuild-table .ntg-figures, .roomtobreathe-table .ntg-figures, .improvementsandupgrades-table .ntg-figures, .govemployhousing-table .ntg-figures, .localdecisionmaking-table .ntg-figures, .aboriginalemplyement-table .ntg-figures, .aboriginal-business-enterprise-development-table .ntg-figures, .landservicing-table .ntg-figures {
  width: 50%;
}

@media (min-width: 577px) {
  .names-aust-gov, .names.ag-names, .names.total-names {
    display: none;
  }

  .ntg-gov-col, .ag-gov-col, .total-col {
    width: calc(100% / 3) !important;
  }
}
@media (max-width: 576px) {
  ul.community-overview {
    columns: 2 !important;
  }

  .toggle_radio label {
    width: 115px !important;
  }

  .toggle_option_slider {
    width: 115px !important;
  }

  #third_toggle:checked ~ .toggle_option_slider {
    border: solid 2px #727a2e;
    right: 281px !important;
  }

  .logo-total {
    font-size: 1.3rem;
    line-height: 1;
  }

  .mobile-view {
    display: flex;
    align-items: center;
    padding-top: 0.5rem;
    background: #ea9636;
    color: #ffffff;
    line-height: 1;
    padding: 1em;
  }

  .mobile-view::before {
    display: inline-block;
    width: 50px;
    height: 50px;
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPEAAADRCAYAAAAdZ1Q/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFG2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4wLWMwMDAgNzkuZGFiYWNiYiwgMjAyMS8wNC8xNC0wMDozOTo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjUgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTA4LTI1VDA4OjUwOjA0KzA5OjMwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0wOC0yNVQxMTo0NDozMSswOTozMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0wOC0yNVQxMTo0NDozMSswOTozMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5Mzg4YWU1Mi05Yzhj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) center no-repeat;
    background-size: contain;
    margin-right: 1em;
  }

  tr.community-overall-figures {
    display: flex;
    flex-direction: column;
  }
  tr.community-overall-figures table tr.logo-row td.names, tr.community-overall-figures table tr.logo-row td.names.total-names {
    display: none !important;
  }
  tr.community-overall-figures td.ntg-figures-col, tr.community-overall-figures td.ag-figures-col, tr.community-overall-figures td.total-figures-col {
    border-right: none !important;
  }
  tr.community-overall-figures td.ntg-figures-col tr td.names, tr.community-overall-figures td.ag-figures-col tr td.names, tr.community-overall-figures td.total-figures-col tr td.names {
    width: 4% !important;
  }

  .fin-overview-table td, .overcrowding-table td, .homebuild-table td, .roomtobreathe-table td, .improvementsandupgrades-table td, .govemployhousing-table td, .localdecisionmaking-table td, .aboriginalemplyement-table td, .aboriginal-business-enterprise-development-table td, .landservicing-table td, .community td {
    padding: 0.5em;
  }
  .fin-overview-table .names-aust-gov, .fin-overview-table .names, .overcrowding-table .names-aust-gov, .overcrowding-table .names, .homebuild-table .names-aust-gov, .homebuild-table .names, .roomtobreathe-table .names-aust-gov, .improvementsandupgrades-table .names-aust-gov, .roomtobreathe-table .names, .improvementsandupgrades-table .names, .govemployhousing-table .names-aust-gov, .govemployhousing-table .names, .localdecisionmaking-table .names-aust-gov, .localdecisionmaking-table .names, .aboriginalemplyement-table .names-aust-gov, .aboriginalemplyement-table .names, .aboriginal-business-enterprise-development-table .names-aust-gov, .aboriginal-business-enterprise-development-table .names, .landservicing-table .names-aust-gov, .landservicing-table .names, .community .names-aust-gov, .community .names {
    width: 17%;
    vertical-align: bottom;
  }
  .fin-overview-table .label, .overcrowding-table .label, .homebuild-table .label, .roomtobreathe-table .label, .improvementsandupgrades-table .label, .govemployhousing-table .label, .localdecisionmaking-table .label, .aboriginalemplyement-table .label, .aboriginal-business-enterprise-development-table .label, .landservicing-table .label, .community .label {
    vertical-align: bottom;
  }
  .fin-overview-table .divider-border, .overcrowding-table .divider-border, .homebuild-table .divider-border, .roomtobreathe-table .divider-border, .improvementsandupgrades-table .divider-border, .govemployhousing-table .divider-border, .localdecisionmaking-table .divider-border, .aboriginalemplyement-table .divider-border, .aboriginal-business-enterprise-development-table .divider-border, .landservicing-table .divider-border, .community .divider-border {
    display: none;
  }
  .fin-overview-table .ntg-gov-col, .fin-overview-table .ag-gov-col, .overcrowding-table .ntg-gov-col, .overcrowding-table .ag-gov-col, .homebuild-table .ntg-gov-col, .homebuild-table .ag-gov-col, .roomtobreathe-table .ntg-gov-col, .improvementsandupgrades-table .ntg-gov-col, .roomtobreathe-table .ag-gov-col, .improvementsandupgrades-table .ag-gov-col .govemployhousing-table .ntg-gov-col, .govemployhousing-table .ag-gov-col, .localdecisionmaking-table .ntg-gov-col, .localdecisionmaking-table .ag-gov-col, .aboriginalemplyement-table .ntg-gov-col, .aboriginalemplyement-table .ag-gov-col, .aboriginal-business-enterprise-development-table .ntg-gov-col, .aboriginal-business-enterprise-development-table .ag-gov-col, .landservicing-table .ntg-gov-col, .landservicing-table .ag-gov-col, .community .ntg-gov-col, .community .ag-gov-col {
    width: 100% !important;
    text-align: center;
  }
  .fin-overview-table .overall-figures, .overcrowding-table .overall-figures, .homebuild-table .overall-figures, .roomtobreathe-table .overall-figures, .improvementsandupgrades-table .overall-figure, .govemployhousing-table .overall-figures, .localdecisionmaking-table .overall-figures, .aboriginalemplyement-table .overall-figures, .aboriginal-business-enterprise-development-table .overall-figures, .landservicing-table .overall-figures, .community .overall-figures {
    display: flex;
    flex-direction: column;
  }
  .fin-overview-table .ntg-figures, .fin-overview-table .ag-figures, .overcrowding-table .ntg-figures, .overcrowding-table .ag-figures, .homebuild-table .ntg-figures, .homebuild-table .ag-figures, .roomtobreathe-table .ntg-figures, .improvementsandupgrades-table .ntg-figures, .roomtobreathe-table .ag-figures, .improvementsandupgrades-table .ag-figures, .govemployhousing-table .ntg-figures, .govemployhousing-table .ag-figures, .localdecisionmaking-table .ntg-figures, .localdecisionmaking-table .ag-figures, .aboriginalemplyement-table .ntg-figures, .aboriginalemplyement-table .ag-figures, .aboriginal-business-enterprise-development-table .ntg-figures, .aboriginal-business-enterprise-development-table .ag-figures, .landservicing-table .ntg-figures, .landservicing-table .ag-figures, .community .ntg-figures, .community .ag-figures {
    width: 100% !important;
  }

  .menu {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%;
  }
  .menu a, .menu select {
    width: 100%;
    margin-bottom: 0.5em !important;
  }
}
a {
  color: #000000;
}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

.align-right {
  text-align: right !important;
}

.align-left {
  text-align: left;
}

.gov-selector {
  margin-bottom: 20px;
}

.gov-agency {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.fin-overview {
  padding: 0 0 20px;
}

.fin-title {
  line-height: 1;
}

.br-solid {
  border-right: solid 1px #000000;
}

#map-container {
  height: 700px;
  width: 400px;
}

.program-selector {
  background: #f2f2f2;
  color: #000000;
  display: flex;
  justify-content: flex-start;
}
.program-selector .form-check.form-check-inline {
  padding: 15px;
  margin-right: 0 !important;
}
.program-selector .programs-selector-title {
  background: #707070;
  color: #ffffff;
}
.program-selector .reset {
  margin-left: auto;
}
.program-selector #hb,
.program-selector .hb {
  background: #727a2e !important;
  color: #ffffff;
}
.program-selector #rtb,
.program-selector .rtb {
  background: #c1532f !important;
  color: #ffffff;
}

.program {
  font-size: 1rem;
  line-height: 1.4;
  color: black;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.program-title {
  font-size: 1rem;
  line-height: 1.1;
  color: black;
  display: flex;
  margin: 10px 0;
  align-items: center;
  line-height: 1.1;
}

.ca {
  border-left: solid 2px #d4d4d4;
  padding: 10px 20px;
  min-height: 65px;
}

.te {
  padding: 10px 20px;
  min-height: 65px;
}

.provider {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  min-height: 70px;
  padding-bottom: 10px;
  width: calc(100% / 3);
}

.row.provider-container {
  padding-right: 13.7%;
}

.provider h3 {
  font-size: 1rem;
  display: flex;
  align-items: center;
  text-align: left;
}

.end-provider h3 {
  margin-top: 10px;
}

ul.community-overview {
  list-style: none;
  margin: 0;
  margin: 40px 0;
  padding: 0 20px;
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}
ul.community-overview li a {
  color: #000000;
}

.community-map .row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

#map-container {
  height: 800px !important;
  width: 100% !important;
}

.community-select {
  border-color: #343a40 !important;
}

.menu {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1%;
}
.menu a {
  margin-bottom: 0.5em;
}
.menu select {
  flex-grow: 1;
}

.form-control {
  width: unset;
}

.title {
  font-size: 0.9rem;
  line-height: 1.1;
}

.ag-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 5px;
  font-size: 0.9rem;
}
.ag-icon::before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,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) center no-repeat;
  background-size: cover;
}

.ag-icon-hb {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 5px;
  font-size: 0.9rem;
}
.ag-icon-hb::before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMC1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi41IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY1RUIxMzgzRkM5QTExRUJCNDI3ODg5RkM0MjYzN0RCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY1RUIxMzg0RkM5QTExRUJCNDI3ODg5RkM0MjYzN0RCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjEzODFGQzlBMTFFQkI0Mjc4ODlGQzQyNjM3REIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjEzODJGQzlBMTFFQkI0Mjc4ODlGQzQyNjM3REIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5AgZNJAAAVz0lEQVR42uxd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) center no-repeat;
  background-size: cover;
}

.ag-icon-rtb {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 5px;
  font-size: 0.9rem;
}
.ag-icon-rtb::before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAFWVJREFUeNrsXdtx4soW7bl1/kcTgUUEhggQERjqBgBEYIgAiAAcARDALUMEyBGAI7AmAutEcK7aZy1r0SPAgPBjpncVZZBkPXq/197dMsaTJ0+ePHny5MmTJ0+ePHny5MmTJ0+ePHny5MmTJ0+ePHny5MmTJ0+ePHny5MmTJ0+eviw9/Pe6Yz9/8hj85w+XgXb2GfzJA/DtD9P4KPszzT4L+zP73GNXN/tcZx+7f1T/3+PCC8DvKwSW6c0du+OM+Q3vAn5v6u/ZN/IxwO+t/QFcwC4aZ8eEXgC+rn8/tP8Jfn4XVbPPOju26WOAz8voEFo8z/z1DNssw+6z39/eKChRQfRvA7+77LPJzpN6AfjcQvAPvm4Qwa+yT/AWAVCByT5kdIDof+hjgK9BsZpsMPAYqoL5NuKvQZBOdj2H3I8XgHeK5DNGvFWDLcMrmcZbc59AEDYnMH8I67PKvq8QZHoX8E5uoGej9oJdrfcAcsB8N474cm7kry/svnZp2zRjjnGFwGoogj+7/TH73OIcVvOX2ecGriGBi7mzFmIH8zvmXxjZpbp3Ae9H9T2CcZ8xqeryTWIHxhGxBIIb/E6wbWcmYLOP7FNB0KngUfLVBvErW4CjLMQFTfO1fP/pBeDjKEUeb5DLx+8QB1gr0yzITrwAvAO5Jn7xAQGYwsrpewidjwHyIMwNAqN3voehI4TxVxzLrxoEFjVxhG4ebn9fAqSB6XfvYXlBYQu/lADYG75UQQXav2tAIjIo+1jz/Gz+BWn+yT7jEoGacUH8cUns4WIg07cLMckywubdFSBtZZ3XDsJ6jwBsCmIDl1GbM2/D/n/P2TbJnrN/QQtgax829ex+tSAwLDk3HuxhPgPDGGlfQ8yn/bTdAQSaGCvgA/MeZdsmzrFTnKdXcN27C4+jfSbbwPoI61OaYn0rWVIDDNDM/Ft7b5QVGYtVectgdWEpNmBaKPtCUwz0BPgkOwSrYv6tILoxhU05axcOOAl714qE8zPFAHZwb2QggwJE7lTBun/r8dCODazAnMyW3318t+hgC9/73Cfbuvjs6xFIL8x8wtUJMIc021Za00rZApAgGm6LRq0keDt1AFbmbSXf0RHnneJ+p46Q2nt/Qu3g6UBMsTNLsFprU0V8ogMB87RgG61WD89vBfMaAheX5Vr/uoAFGIjm2JusSS/e7ETmv4UJxPKLagRFwvOAe0psDCBMWmLQI3Ebt3uuq/0AbWipe71BdgwzBbfIZJ+tg/EidfAc1gpNMI7WAnZR5Cot47iEC1hgIMZgXhMfc4w7gAasjtDAwBl4YgBXThzB3/Y+W47VuMFHLdr0QOBpcJ8rMC7Yc392/xq9A6EIgNvTWKdgWdeD1jd7n7dl4xplCwCDrAiS/gMBS1sG9BifXz1S+O4dzSJTYlgI/jbw6aHZLusmTpTPZ0lKHqcIbqaz49xzB9fowLKWXuMoTQCsdmNQu/BTA9H4COlW+kbmr8wJvlfOMXYEjkHpa/SPIOrFJLs+GK5qhP08fniBGG8Ki5PIdQK59xSWYoz9S0xs+VwCgDTFmrVnaFQNg9eUSLlFgUCAFOwZlGOZPxNmR/DvCTQpxvmayNc3cp3QiRGII1DjmjhP9YJIn73GXOKCJu5tjmt28LeB7emnEwCY+b6gZAOkWkMJ0AL4v+ouQAdadmx6Y4M4GxxVJMi8wfYhhIH3+frbuif8ZYeQkTRQqQXTuzGXowHTOvj7CZgeCgI4xhjOP2sMMIaGWUm1jRE9SYGonV1E1F03soapO2Wm7qLAd4aHcnWY0hX868Lxzy4I5MY5l6Cp4zIjxDRNWNiImUIZ2ErZLiDCIN/Dfw/A4NTkLdgr5LHBjtTs9sTLv0UjiszmEoIZO9qdAgj6hgEPCrCGSwhBACUyQBYDaP8E12vgrx3bNtzo02fBASJoUVXAoDEY3oS57UPb6Ff7Bb7wWNplmhNozsoIFCy/b8BoAkGaRiY49naPFWidG6juwxQQ6dubepRYyd7Po0UowfgRhOLjBUA7cQSzH9HXgvEv+Wz2naCGLW6MBNcOS9L+BNcOTQ4HGzGdA6SocYEVi4q6iiA4+rw2Om+Y4tpAGfHALcZrCGaHJm9iZUyVlFEQuti8AAlqFgjurqBhqUTpbWIGprjH/xBtVcXAxIHJy8KhZAJ227OgcbGTxWi03xZz34T2LQHQjJz/pa8us16/VfrF+BHh7JZZYr9YOdjpy5/BKrTA8Jtsv/0ey6odp1wjcQaJv+9wPQI9A9EeCpxxQRbsa4s1YvwSQDDqLvZh8kphD/s3EJrwjOGb77KwZdN7tYQNYLI2MPmPgENXkh2UcY1QBCMU15I6plo7lhIwbWTy8rERcCbivRdc0zL/FnDt0LobNIa4Rakf5rhGlOo78aW0LCA40LfmBmIDPOTyDGhz45hhU5CupTsyDnsvdvLIWlKuAGZ+JMc0DwBA4Q5NVxNNBLThbE+R74+czCI2l20vu4gLqGJAazv800Y0cASQ6FxgJd3B9LYwp4HYIpL9DyafzFEVbbvFviu4rEisR1UEKZW4IX2DBnfhKm4dYel+hsWoynIBCQZnly+/o/RbjS8JVZs7wsBCCa1RDPPccHJ4s4dxN2D8TxzDbCJma5ncex3XmAHwCpzzUPBtgMgp7KMiC3aCte2VVRM4ywIggNpIoNdhHgsN2ZDp1jrsAJBOBYFiWS2kL3HEHQadwsDg82UqOK45N9t1+xTmP2DAlR23MHkR5hHnnMniEjX0EfB6C6S4HbE4DCJnEKorB/h5yxiPxRWNBH9olSEA306VQvGRicDA3+3NAawYm+3Sahc4QMfkM3FjDEx7T9Q8wiAWtWLP8P1vK2e4biBpGcGmMYSxj3uKcd+haGMVjJuYvBDEyiaLMC1h7Bjn0VTRnSjy4Nzzd/NrUylT1AeJF9yq6EvXsSxxx0qltSw1HLc4pWv4VAvwUrGycCluqo8BvxKt70M7QuyrAtTgoCWyb1cNYAQwxB20rgheCOFrEaSxvl80dSaxwBqMjBGraBpJs97G9hruq1Pgr631mePYDp6Jbm5l8innA6SIY8Q9qVjGV6sjGcwYnUOMmTb4v1hQ1Im43ZaMx0ku5aQYABWrCkxwID7RPtASPW0RBudWTGkNlTtWDdcmX7mziBY7zOUC/r6FfZYRW42SYFgFP9fQJC4HM9bMQRBCMj4Qv11R5mNJGGYySzxTC2OiAFICwauKoL9aL8QmV7AKfZyjgv/hVPYQisP/reDctxCQl6YXe3+ngkMnxwDwpx0w9rXjB35xLCb0Bg+4kMFei2lv7YgBNPe+LkiraIpH0IomcP1bomU4rg/t7kHYujTh2faNnIflbPYjNBzEL5R9LxZHG1ywvyPuhY2cUy5eJVU8uoZHuphs3zX+vwZXyQyERbYHwSUYXCaIPZoyvh2BwRdnWwB7cmu6Mb3qSZs6TN79S/y9iht4ECAlcQRnA7PcxoOwkbLI9xelVQ8ymFzp6xnXqeCca8dtEOK1A/6EOKWG+OMR30PsS9zaBFDGJ5OvSmav2XQi/7HEOhu0w82clcvcNQtmYFILwtIQod/1l+MdS/ZVl/sc4/e0oNPpuCAQD/gE7HwIza666+niuDEkuOFIKf14KMFVINahuUP7K6JZWvbsF8zaiRxtrTqB2zPcRsvZN4d1YQDYFe1loDU12xNGqk72cCfPunetYZng8ctaQmI11Vo+C2w9QQyh48wK5j1+s2+wL5a2ti/tPmQBqpoaIdouyqGnNH9gBLW/IkHLWpgd79F8Fxp2jwkK3FFcYGWIvD0pboB9gWQWHZPP7L2W57tmQIflYBr4/MC5+2BOXfCP/gFlau/BIUYmX96GhbQf2NcWdzOS8VyJdUsVyhamB+fEAAm1kLNt4HMiyXWvcBMvqYw0T4bYF8IH681Ee645chjq9vnbcumVyZdjqe9BCsnYjiB4WiXsMnMQ69ZHPt9k6uowMhTNqyvK6GoaxqkKYWruY4ZTYrbmm7HORINkHFejFYN1tZbiQSeoCjSfnoUDIOJNmGPuWZ7tXErB/EmBaeydcd5YgieazZVrhjEDl9i81a65s//QzOTXGcIY/F0LWDIbSvZYip5Y01NwmqoISONcAdCpWXzRQiia93hM8nCguPN3wfbvJ1bHIliwBKZ5IAja2jjrCaIwNGJg6zSS0OJdvxHBS2Ch6ju2H6Irc3o5mQWqBSxYelYaiBPUHATvrUw9tqBU9DBude3YwQhwbs4YHojPdDUzAKNrElXfSsywOZIJb9leJPg/zekrjo3MEd1Cn3KlUJiwsRNxT2C2U0crd1kTom09MJGrga8J0wruH2iOb90QLEII67GA742cTCU58ByREyPEn22sP/VSsYiG6xID0KRXBT/fQKtZnyB4EprtySErk78bqIPzNQBcEU+w6WRFNL+L6+/r8CGW/9rbIPMaQymUjcps5fqtBMDRrBRMYR5bAQMI1d5RI8VMX4GBfyMq5kTMGweGTWHeCepwokUdQjWXqJpmf4FsIsYxAwqYBZBEy5kRLAQIi3HvbSemaKrL+8j1hb9dmLEEN2IWQ7CdQIxi3veuxoCJbbNj7V7OmwPAc48+QwZ0VXEdD1I4qolAxWBaC9ensI1xD33sJxgUwyoMcM5rJ/UK8P91k0/p4uIU3QLLkCBQi7+kACAlvFbmFhxDkOh1KRUp2lTVN0KbQkkzE7PnNW44N0u8BtobYZB/UPNRt2D6mgrDeY1QrAtBnR/w+ytYgBnTQzCY5yjs0pW4IsRzzsyvTSyJkSYTZ+XRzXt0DJ3VEYSc/aUiRVwclUBOuTLAD+xxdjCnOC7B4C0A7HCNvxuT9xZU4A72DUIAwbspykZQECJzOBlkhGtz2ZWGuIhbk1cQO4LtT3CdxEEo57vQTJkpzRoFrdBAkLoe6hZsXGGW0i6ypu4MZVQmz2pH/+tIjb83ect1X3wowZohtG0EoWgj3+6LhnNplokz8B1sr+EcoTk86eJREMaqZACssN3J+SOTN6WkoumRpGi89gSCGYt20tf3IWyhyZtH9qF7FPYGrs2Z1LQ4NYxdAiux3LHUPcvZ3GbHa/rW1+SUaQFCk79hg1plf9chyVWJuPn9FbOHn17KvlBqDA3R2GOmii1Mvjwc74f+9rWFirCuzMA1ZruKl2A/cf41FmQi7t7VWgKudUgD70y+DAytZlfqDff6vAXMH4rgWY1/1jegwto2Ua3tXdQCINj6BzfDLpeZ1LlZt+bU5jt5iGtHU2OTtzp1NMcXrU4P5NMsMiwVkQSTDi3dxiAzxDkXzrMOYQmq4pP13QILF2sXGLeO7Xfo5plh24QCmG1j1hAC7UxQN+loloMMpwu38GDyhhDOZWjiWl1zQjv50eYDzE5MvpARB6iPaWAsTxJ7NzqAkFIuJNWGUK3cYMqZ6TMw2y1kFLw1rMZJiyZIgPpL0eeIc3A9xAT3s4FbDMGoOzCmo3UOqRf0oc0jk7ej3zjQMRtVWkiRhxCmlYxRcMprb4/uCJIVtQi+bMgEyd3ZozYouKlATPRSbj4pKK6kyMlnImh30AYy7Bn+dFFgRQ7RT3EhxzI+lNRygHgjgCUiY/hKu4Vb5ILAbCAkMbS4ieNmco2BxFoh4pdU0ublOTjCXyc+OPF0+7AzDjqEg8ztmOL6+LUyFOd7SdN0kISRAWIElmCtdmxgSULx5UTrWrBCVQd7rxfUHui/78GMvwXzTw+8M2gqeMUAwsTG2JkTwwSmuCzLiSjLoloIhIRBbAPKxQYbTlixwpecasFKB4KkiyjZt4QqjiN8y0pdRfwi8fwnyZkfZDBWTgwSiUsKRaseBULWrOK7FGG0E5fCEgjknOA8vKcxagkT6YZqFjB7BtP/Y8cYDE0+JaxQ4HQ8mVY6reNNYAknWYFLTA7tmXxRo0LYV1bhVEZbTXqGaWO+TEaSGd8lcn/psIGLmIomtQACPQjjxxAczgI2DjYwBgOGYNoLzIsUi+e4wjmmGPQbxBA9kzds6ippgYzFLroS4V4XLf0iWU2AWkWq+9BX+H4u4A0xwnCP1ncEB2hIjh0gGyBzXgGcbNsDtI+rjjG3n5t8Zm8kLkJn8zDSb4mbiGXNggAuKRGtHcPXVnF/jxAczgRqOsIVme1V0du4Nxap5k7NI5DYqSr3vgE+UHHjGNxHpcy1gS5pAfaZ/AE0zLqGW+SvHTIVOEEs2QZTrmt02g4hYBOTv6NnbPKGzImY6wEsyo2j9VUHjuX0LWYoCk4xZtF2r4TWSdLRVHoGG7jHGMFtLHWRe7FwTbPdOc0gsrMvAP+yAkBThokhqZjNgclXxGwCZ3iCSXwWDTEODMt3A/YdRM+IC2qZfAYwg8E2Ak9OR2PKNgXTWyafZ2AkDjASXL74d5zn1hS/RDJSwbMWDq3i3xAT0HqMBSOJzTu/fPJd3xnkpHobQQxjMDOGdWgIA+MCSJhaPRaMvu5E3VMpwiQmn537E1o2F627g9Vg9c9+v9MGV5lqVhcXxaphtcA81xWcgnCHsr+NZxxJoNoyJa8D+O5ZwAnpJIsk2sZdc0Chf2R2TWjy2b89MI2zk9Sy8L0FkdleHkbRu1Q0kYFbIq4hhqD9dBgbmHydgdfZwc66PkzZFoLnJxKTJMj7h+YD6UMbQiQo1FLxs/l1da+1ySdJjgUQGggjWTxKTD4zdyPB5BDmOpH0s49j1046GIhgsa27KsK0ESBpIX57Ji5qYAq6f6V6xy7jxSXeBfRhWcAJhaW+2X6PQFxQCLoTsCYRnx0K05ZmfxdsG8FcS8x5IFZBEc0nuJeaE0C6HcKR2W6RH2gMUsD8CIJEvMKaf1vmXX7UaiGfridQmOMuARdIQPe68MQR9QtOphxp4CmUoB+Qmmk4Pa1ka0fMvwkgyW57LPM9QF9aADBYv7zN68zz6UTSwLzttXOjsvyzg+Zpqbr20Y2in/LdwRfShtTBADQzGDsYQWLKXamrg/OxdW4DtPLD6bd8fby8K5C+v2O2izEzbJvADF87AAyh2X5Jwjg7tWT9R7qAE01sTwAVrtbJHD8W3CGEAPSMTJ1GmsYon7N+mR7OzeXfGeAF4EwhIHNp2pfQcF3XbwyTT+ZyqvV3s/3Cp1fNl/n4sViRh1PLr14ALospbHaUVBl0WWITpluHv3JcRU0whMjkq6E0kbu3fodx+21igAMayfLxCHn+BELwWgjCcRVsm+J/WpJuxpJRpMbT17IOx3bMXqL06smTJ0+ePHny5MmTJ0+ePHny5MmTJ0+ePHny5MmTJ0+ePHny5MmTJ0+ePHny5MmTJ0+ePJVM/xdgAMcPpUsNnzJDAAAAAElFTkSuQmCC) center no-repeat;
  background-size: cover;
}

.ag-icon-abde {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 5px;
  font-size: 0.9rem;
}
.ag-icon-abde::before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMC1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi41IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY1RUIxMzg3RkM5QTExRUJCNDI3ODg5RkM0MjYzN0RCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY1RUIxMzg4RkM5QTExRUJCNDI3ODg5RkM0MjYzN0RCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjEzODVGQzlBMTFFQkI0Mjc4ODlGQzQyNjM3REIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjEzODZGQzlBMTFFQkI0Mjc4ODlGQzQyNjM3REIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6vtXVMAAAVx0lEQVR42uxd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) center no-repeat;
  background-size: cover;
}

.ntg-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 5px;
  font-size: 0.9rem;
}
.ntg-icon::before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,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) center no-repeat;
  background-size: cover;
}

.ntg-icon-geh {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 5px;
  font-size: 0.9rem;
}
.ntg-icon-geh::before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,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) center no-repeat;
  background-size: cover;
}

.ntg-icon-rtb {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 5px;
  font-size: 0.9rem;
}
.ntg-icon-rtb::before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAACi9JREFUeNrsXY1x4joQVjJXAK+CBxWEVBCo4GBeAYEKCBUQKkhSAU4Bb0IqiKkgvgriq+B8Fbznza1ye4oMGEsrGfab8SSZO2ys/fZXK0kpgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEgiPE5p+L7qm++9kJCHZUXhflBb93yqu/58ez8irgNuW1vvr3WyYEaI/gQdB35TVxeNt1eU1LIhRCgPiF/1JD0+sgL6/xMVmD8yM0AE+ehK/QjayQZEKACLX/pvwx8PwYINdCXECcpv8NAz0O9EpXkIsFiAcjRuGrY7ECx0SA6wCEEwJEhAHz8zql2+kLAU4brc8GvkQUxA3QjA8w3dLI8Houg651C4PTrvE+eUzB41kEAwRatNrTpwIRprZCTHmf/wJ8/WH5XdIKoc/wnbqWzwEBHsvP3p40ARpU7YAEiXGvJ+bArCi/w1+Wd7qtkSEAecYhy8vnLRQ+YGUJwJ6ZX2FteadVzfQQ3N1LyMpiyCCwacl2ZREIpyY9WDR/csB9+iFJcB5I+1cO0rY+ln7fgWaUK0jMaRyCPr9JYQhIcHcSBEChTRzdbmFozkMI7XckvAkqxvESAFM9l0wH4VMrkGFg5TX4K6/EeCdXwSeQYHKUBEBNffJw65lhBR49v0piRO2u5wRWSKqjswAr5adyZlqBBPNs7+YfBeVDWE9cQeE5k/aPPOfophVYetT+3KP2U1I/HQUBSKXPJzo0sEQr4Lptq6DE8qj9HzUCmuW02QLcKZ5Jk5nx99y16Te0n2P6eeG7Zf3cs/YPlNvO3G3o0uAJa/Su6gIg+Hsj7+d4r47v+oBvC8DdNXNN3A5gqtxUB812cM45h5HPrODco/Z3FX+TxohYg1sU2rThPe/BmkB+Tswxd/fRrI0WoKv48d6lgwWhGf6+bpAVpOXn53p6F2IA/J27E2jQRgKEgh6stc4+cN49qXkfINGY1DAy38LYEQsIAfbEBf6E6eE+ztIBCaY1LAGQB5o9CqxhDNTv6earYxosnwQItXyqiwLX08ML3TuAlmCoqucLcgz4xih8XcMoSDta95gI4K0nEAcwC+AvqYBSDAxBiJckPUyRFDSazyw9h7p8nXD44xDK5Lsp9DEwAZ5RyOAKVugGNEGzbQOLVThNkE1gRU3bGgMkirdLx9QW+vtk39IqTsnecQighiK1jwCYhy+ZB6swtJziTgeFO4RP5y5Ct3GnPpeje88Cyi9/f0AK1gTPO/wnBIUvZo0d/saOnJUlMAwV3LooZAWNATQJpuXgvpthhsetqyyCEci9YZBaqO1bx2QWf8wV18x9Wx+2OgAGYGPPGrS0DNi2tK2PZNgm0J/G3w9Mmj821z60mgA6Ny8vSMd66td0rUsy3JsrbTCPb5q3XxjvkHuMa+De4DJ7XMvgYlkaBlp4tYc2VqVIy4olWjeq+XQqBIE9y72BbC5mO3Uj62OIvYei3CEEpz+7eP1t0eINmsl1lY/EIO9Vuamjb1sDuKgZ2+j6wwYj/JAZBg8BjPnszPdaOKzyPSl3ZVsQ0uW2743v2K8gHJCniHF3sTOPQtilHSlqwvdtuS6a8Q5qfFaVmxOr8VX5adiA501tlsCxO+yTeCNtJQEO9I8FkmJDTTsOCgh0pvjLylUm/Fn93kmUggrwAv99brMcaKUG6OL07zZAJvDgy3qceRD+ylG+n2HKtdYDuMe6+1iwxqBubVjEEQl268YmkOXMoyaAQ+GbluEBB6Agz5qglYmFCDkhrC/rlWFAWkRHAGyc8LmYocB0794SIyxUuP16cvxeieHLb1Dwrr8XxEvDGAnwg0kIielX0Z+umGME7d8TYxwmyv9aiKWr7WXOHAl/ovyv/lFGKnlpiaC5dgp97xekmYinHcq3ka/nwhW4KgVz98lBg8cfFT5HLeB1/LBZwHlRfItgOq6e5YoAIQKxG3NKF6Pu3PNzP6V1SEbuFPUqJgKEwqxCQ326ntQQfleR5emM6AgB+LUu3ZOErYErAmxOmBShqpO5WIDP2UjfczwS0+bQ32MiQBpoED71+3l+3iCiI+aisgB5KKUn2j9QPMu2Z4xBZzsIgDkxd/9/ridbmLahoelnP4L4J4vJAoRwA7Qvz2Xzxz74ODmMqfZgI38RGwG+caZjugZv2XYWiAgVQSiVnsGlfq0LTGrcX+8poK/MEgzSSuS8jdoPcDkZBIPyyvDyH3VwrMDdEMEvt3XR7DFnse08gi76f7iHLsIker0hLDZRfAtH45oMIoPEMSMIvXkZEWauarRqbekU3muCBU3/ghDv/ewC5smooat2sTY0hFDowdbCP0gTys+/WWKGaZ2FGGjx7lDr9fdisYLo1pzA9dKwjUcC0EG+VuTgRtJ5c0GKNfTkbzNIezCsQF4lfHye1uqPzl78OdTz/7D0Db/f1HNG4nTBiGsLAAP1w5fwLc8bIBl2kW5OO4nQn79V/Tv+n1tV3dEDQngmgaienk0wNpl4JMGn7xoNAXAwXJ7dU6C/yywBWd1DJ/5wF+U9Xom1uDQOgNjXleXKaAerEXAeCqdH1vqYC3C1mUFWIfxb1N66EffCXKBimvUD4pgu1gTezM0ckRSXym2BbO16JZFzAmBhpGmempjCx/X7r6pZvX9lqVtkhks5JIYBIsCeA3d013IdJzjM253vFOJrNnB8IPML9PdTo+lzhNF109m4Lt6LCp4Kp+lk0g0SoW8hQdLw3qmPFcNeCIBmqqfqlYdT9MWJxeQ/Ocyvr4n/Bvwk0b6LQo4+BWxCxqPAgtGhexfTTStbYQH0Sw/xpdMdgRREtkPLer+Vcj/FOyIkVeS7udz/t4OxwW1FXFBHMT42rfQhJ7bl4WTh44CY+6xi2XWTQyX3wRA3gH5F8qVGVuASCd2ejryjXjjS3SL4B98LRKPbH4BB+B+5NNTv9Sobz2cPW0lAXI/uZKpUCl/4coLCB+htXx5I9O8TE3w389yBnRtWnhQBVPPjZOukbYp5/98RyZCiwXlE2j9RYfbh5SLAOwl2bVR5sgRQvP31g5DvGfK08CgJEOgUDoq/GZ/VUbxnDrXCAnRP7PkXQoB4THII9IUAAiEAQSaiOG0CFIGfn5/Y+8ZFACx9FgEF8J35lb8JAT5jzfis7ITetTUEWKrTQBbTnsHREMDzPvy7XACnQOYxsTGqNBC7du8ZHrUJFJRNOad6W1kHwP1wx56FsmYOQsG6DTmOgGk9AVAgIKCeJ2uQVLRW+wrMwK1dxqb5GlGeGPKHrT5sEcg239+r2L7d9eLOFE1+HvP4Rk8AIiAgwKIBEayrjIxnuFjcCYJfxqrxrSWAYRGACKMa2gpaON4n/UKiHdKG3irBt5YAhsmeqF/t3Ntm1+5RMEVNku3rdiCwe2yb4FtPAIvAwCJ8JeZ+gwFf0eC+QICZ+nzCx/vqYEVOMxGcAGJq5RIIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCCowv8CDACZXHkSRNc0WQAAAABJRU5ErkJggg==) center no-repeat;
  background-size: cover;
}

.ntg-icon-hb {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 5px;
  font-size: 0.9rem;
}
.ntg-icon-hb::before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,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) center no-repeat;
  background-size: cover;
}

.ntg-icon-abde {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 5px;
  font-size: 0.9rem;
}
.ntg-icon-abde::before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,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) center no-repeat;
  background-size: cover;
}

.ag-figure,
.nt-figure,
.hb-figure,
.rtb-figure,
.geh-figure,
.total-figure,
.ki-figure,
.aed-figure,
.aeh-figure,
.ls-figure,
.ld-figure,
.ntg-figure,
.baseline-figure,
.current-figure,
.change-figure,
.aertb-figure {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: -1.4px;
  width: calc(100% / 8);
  white-space: nowrap;
}

.label {
  text-align: left;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.3;
  width: calc(100% / 8);
  padding-bottom: 10px;
}

.container .financial,
.container .financial-community,
.container .local-decision-making,
.container .homebuild,
.container .room-to-breathe,
.container .improvements-and-upgrades,
.container .government-employee-housing,
.container .aboriginal-employment,
.container .land-servicing,
.container .overcrowding,
.container .room-to-breathe-contracts-awarded,
.container .improvements-and-upgrades-contracts-awarded,
.container .aboriginal-business-enterprise-development,
.container .homebuild-contracts-awarded {
  border-top: 2px solid #dee2e6;
  padding: 20px 10px;
}
.container .homebuild {
  color: #727a2e;
}
.container .homebuild .program-title,
.container .homebuild .program {
  color: inherit !important;
}
.container .room-to-breathe,
.container .improvements-and-upgrades {
  color: #c1532f;
}
.container .room-to-breathe .program-title,
.container .room-to-breathe .program,
.container .improvements-and-upgrades .program-title,
.container .improvements-and-upgrades .program {
  color: inherit !important;
}
.container .government-employee-housing {
  color: #4978a2;
}
.container .government-employee-housing .program-title,
.container .government-employee-housing .program {
  color: inherit !important;
}
.container .local-decision-making {
  color: #ba591c;
}
.container .local-decision-making .program-title,
.container .local-decision-making .program {
  color: inherit !important;
}
.container .aboriginal-employment {
  color: #707070;
}
.container .aboriginal-employment .program-title,
.container .aboriginal-employment .program {
  color: inherit !important;
}
.container .aboriginal-business-enterprise-development {
  color: #707070;
}
.container .aboriginal-business-enterprise-development .program-title,
.container .aboriginal-business-enterprise-development .program {
  color: inherit !important;
}
.container .land-servicing {
  background: #707070;
  color: #fff;
}
.container .land-servicing .program-title,
.container .land-servicing .program {
  color: inherit !important;
}

.financial-community {
  margin-bottom: 40px;
}
.financial-community .fin-labels,
.financial-community .hb-figures,
.financial-community .rtb-figures,
.financial-community .geh-figures {
  border-bottom: solid 2px #d4d4d4;
}
.financial-community .hb-figures,
.financial-community .geh-figures {
  background: rgba(212, 212, 212, 0.3);
}

.body-content {
  padding: 20px 0;
}

.container.key-indicators {
  border-top: 2px solid #dee2e6;
  background-color: #edf6fa;
  padding: 20px;
}

.row {
  align-items: center;
}

.labels {
  align-items: flex-start;
}

.stats,
.stats-heading {
  min-width: 75%;
}

.dropdown-toggle::after {
  float: right;
  margin-top: 5px;
}

.figure {
  max-width: 33%;
}

.program-icon {
  min-width: 25%;
}

.program-title {
  line-height: 1.3;
}

.program-intro a {
  color: #ba591c;
}

.independent .program-icon {
  min-width: 10%;
}

.row.d-flex.stats-map {
  margin-top: 40px;
}

#land-servicing {
  margin-top: 20px;
}

.text-right.disclaimer {
  font-size: 11px;
  margin: 0;
}

.total-figures {
  text-transform: uppercase;
  font-weight: 800;
}

.land-servicing {
  color: #ffffff;
}
.land-servicing .program-title,
.land-servicing .program {
  color: #ffffff;
}

.toggle_radio {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  padding: 10px 0 !important;
  border: solid 2px #f2f2f2;
}

.toggle_radio > * {
  float: right;
}

.toggle_radio input[type=radio] {
  display: none;
  /*position: fixed;*/
}

.toggle_radio label {
  color: black;
  z-index: 0;
  display: block;
  width: 210px;
  height: 30px;
  line-height: 2.2;
  margin: 5px 10px;
  cursor: pointer;
  z-index: 1;
  /*background: rgba(0,0,0,.1);*/
  text-align: center;
  /*margin: 0 2px;*/
  /*background: blue;*/
  /*make it blue*/
}

.toggle_option_slider {
  /*display: none;*/
  /*background: red;*/
  width: 220px;
  height: 34px;
  position: absolute;
  top: 15px;
  border: solid 1px #000000;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#first_toggle:checked ~ .toggle_option_slider {
  color: #ffffff;
  right: 10px;
}

#second_toggle:checked ~ .toggle_option_slider {
  border: solid 2px #c1532f;
  right: 235px;
}

#third_toggle:checked ~ .toggle_option_slider {
  border: solid 2px #727a2e;
  right: 470px;
}

.wrapper-institutions .toggle_radio {
  position: relative;
  background: none;
  border: none;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  padding: 0;
}
.wrapper-institutions .toggle_radio > * {
  float: right;
}
.wrapper-institutions .toggle_radio input[type=radio] {
  display: none;
  /*position: fixed;*/
}
.wrapper-institutions .toggle_radio label {
  color: black;
  font-size: 0.9rem;
  z-index: 0;
  display: block;
  width: 150px;
  height: 37px;
  line-height: 1.1;
  margin: 5px 10px;
  padding: 5px 0;
  cursor: pointer;
  z-index: 1;
  /*background: rgba(0,0,0,.1);*/
  text-align: center;
  /*margin: 0 2px;*/
  /*background: blue;*/
  /*make it blue*/
}
.wrapper-institutions .toggle_option_slider {
  /*display: none;*/
  /*background: red;*/
  width: 150px;
  height: 42px;
  position: absolute;
  top: 4px;
  border: solid 1px #000000;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wrapper-institutions label[for=first_toggle] {
  padding-top: 11px;
}
.wrapper-institutions #first_toggle:checked ~ .toggle_option_slider {
  border: solid 1px #000000;
  right: 10px;
}
.wrapper-institutions #second_toggle:checked ~ .toggle_option_slider {
  border: solid 1px #000000;
  right: 180px;
}
.wrapper-institutions #third_toggle:checked ~ .toggle_option_slider {
  border: solid 1px #000000;
  right: 355px;
}

.footer-info {
  margin-top: 40px;
  font-size: 0.8rem;
}
.footer-info p {
  padding: 0;
  margin: 0;
}
.footer-info .printing {
  text-align: right;
}

.printing-info {
  margin-top: 20px;
  display: none;
}
.printing-info .logos .footer-logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.printing-info .logos .footer-logo img {
  max-width: 150px;
  margin-left: 20px;
}

@media (min-width: 768px) {
  .independent-icon {
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  .independent-icon {
    max-width: 120px;
  }
}
@media (min-width: 1200px) {
  .independent-icon {
    max-width: 140px;
  }
}
.icon {
  max-width: 100%;
  height: auto;
}

#land-servicing.container-fluid {
  background-color: #838080;
}

@media (min-width: 300px) {
  .row.d-flex.stats-map {
    margin-top: 20px;
  }
}
@media print {
  .printing-info {
    display: block;
  }
  * { overflow: visible !important; } 
   .page { page-break-after:always; }
}

/*# sourceMappingURL=0.53ed5fbf2a48026b5754.css.map*/