@charset "UTF-8";
/*
font-family: brandon-grotesque, sans-serif;
font-weight: 700;
font-style: normal;

font-family: dm-sans, sans-serif;
font-weight: 300;
font-style: normal;

font-family: dm-sans, sans-serif;
font-weight: 300;
font-style: italic;

font-family: dm-sans, sans-serif;
font-weight: 400;
font-style: normal;

font-family: dm-sans, sans-serif;
font-weight: 400;
font-style: italic;

font-family: dm-sans, sans-serif;
font-weight: 700;
font-style: normal;

font-family: dm-sans, sans-serif;
font-weight: 700;
font-style: italic;
*/
.btstrp {
  /* Bootstrap */
}
.btstrp :root {
  --blue: #007bff;
  --indigo: #244960;
  --purple: #6d2463;
  --pink: #FFE2D7;
  --red: #dc3545;
  --orange: #F16322;
  --yellow: #ffc107;
  --green: #247361;
  --teal: #32C1B5;
  --cyan: #A7C6DA;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #393739;
  --primary: #32C1B5;
  --secondary: #6c757d;
  --success: #247361;
  --info: #A7C6DA;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f5f5f5;
  --dark: #393739;
  --breakpoint-xs: 0;
  --breakpoint-sm: 480px;
  --breakpoint-md: 690px;
  --breakpoint-lg: 1000px;
  --breakpoint-xl: 1190px;
  --font-family-sans-serif: Arial, Verdana;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.btstrp *,
.btstrp *::before,
.btstrp *::after {
  box-sizing: border-box;
}
.btstrp html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.btstrp article, .btstrp aside, .btstrp figcaption, .btstrp figure, .btstrp footer, .btstrp header, .btstrp hgroup, .btstrp main, .btstrp nav, .btstrp section {
  display: block;
}
.btstrp body {
  margin: 0;
  font-family: Arial, Verdana;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #242124;
  text-align: left;
  background-color: #fff;
}
.btstrp [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
.btstrp hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.btstrp h1, .btstrp h2, .btstrp h3, .btstrp h4, .btstrp h5, .btstrp h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.btstrp p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.btstrp abbr[title],
.btstrp abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.btstrp address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.btstrp ol,
.btstrp ul,
.btstrp dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.btstrp ol ol,
.btstrp ul ul,
.btstrp ol ul,
.btstrp ul ol {
  margin-bottom: 0;
}
.btstrp dt {
  font-weight: 700;
}
.btstrp dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.btstrp blockquote {
  margin: 0 0 1rem;
}
.btstrp b,
.btstrp strong {
  font-weight: bolder;
}
.btstrp small {
  font-size: 80%;
}
.btstrp sub,
.btstrp sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.btstrp sub {
  bottom: -0.25em;
}
.btstrp sup {
  top: -0.5em;
}
.btstrp a {
  color: #32C1B5;
  text-decoration: none;
  background-color: transparent;
}
.btstrp a:hover {
  color: rgb(34.2592592593, 132.2407407407, 124.0185185185);
  text-decoration: underline;
}
.btstrp a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
.btstrp a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.btstrp pre,
.btstrp code,
.btstrp kbd,
.btstrp samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
.btstrp pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
.btstrp figure {
  margin: 0 0 1rem;
}
.btstrp img {
  vertical-align: middle;
  border-style: none;
}
.btstrp svg {
  overflow: hidden;
  vertical-align: middle;
}
.btstrp table {
  border-collapse: collapse;
}
.btstrp caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
.btstrp th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.btstrp label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.btstrp button {
  border-radius: 0;
}
.btstrp button:focus:not(:focus-visible) {
  outline: 0;
}
.btstrp input,
.btstrp button,
.btstrp select,
.btstrp optgroup,
.btstrp textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.btstrp button,
.btstrp input {
  overflow: visible;
}
.btstrp button,
.btstrp select {
  text-transform: none;
}
.btstrp [role=button] {
  cursor: pointer;
}
.btstrp select {
  word-wrap: normal;
}
.btstrp button,
.btstrp [type=button],
.btstrp [type=reset],
.btstrp [type=submit] {
  -webkit-appearance: button;
}
.btstrp button:not(:disabled),
.btstrp [type=button]:not(:disabled),
.btstrp [type=reset]:not(:disabled),
.btstrp [type=submit]:not(:disabled) {
  cursor: pointer;
}
.btstrp button::-moz-focus-inner,
.btstrp [type=button]::-moz-focus-inner,
.btstrp [type=reset]::-moz-focus-inner,
.btstrp [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.btstrp input[type=radio],
.btstrp input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
.btstrp textarea {
  overflow: auto;
  resize: vertical;
}
.btstrp fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.btstrp 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;
}
.btstrp progress {
  vertical-align: baseline;
}
.btstrp [type=number]::-webkit-inner-spin-button,
.btstrp [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.btstrp [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.btstrp [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.btstrp ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.btstrp output {
  display: inline-block;
}
.btstrp summary {
  display: list-item;
  cursor: pointer;
}
.btstrp template {
  display: none;
}
.btstrp [hidden] {
  display: none !important;
}
.btstrp h1, .btstrp h2, .btstrp h3, .btstrp h4, .btstrp h5, .btstrp h6,
.btstrp .h1, .btstrp .h2, .btstrp .h3, .btstrp .h4, .btstrp .h5, .btstrp .h6 {
  margin-bottom: 0.5rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.btstrp h1, .btstrp .h1 {
  font-size: 3rem;
}
.btstrp h2, .btstrp .h2 {
  font-size: 2.4rem;
}
.btstrp h3, .btstrp .h3 {
  font-size: 2.1rem;
}
.btstrp h4, .btstrp .h4 {
  font-size: 1.8rem;
}
.btstrp h5, .btstrp .h5 {
  font-size: 1.5rem;
}
.btstrp h6, .btstrp .h6 {
  font-size: 1.2rem;
}
.btstrp .lead {
  font-size: 1.5rem;
  font-weight: 300;
}
.btstrp .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.btstrp .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.btstrp .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.btstrp .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.btstrp hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.btstrp small,
.btstrp .small {
  font-size: 80%;
  font-weight: 400;
}
.btstrp mark,
.btstrp .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.btstrp .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.btstrp .list-inline {
  padding-left: 0;
  list-style: none;
}
.btstrp .list-inline-item {
  display: inline-block;
}
.btstrp .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.btstrp .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.btstrp .blockquote {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.btstrp .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.btstrp .blockquote-footer::before {
  content: "— ";
}
.btstrp .img-fluid {
  max-width: 100%;
  height: auto;
}
.btstrp .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}
.btstrp .figure {
  display: inline-block;
}
.btstrp .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.btstrp .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.btstrp code {
  font-size: 87.5%;
  color: #FFE2D7;
  word-wrap: break-word;
}
a > .btstrp code {
  color: inherit;
}
.btstrp kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #242124;
  border-radius: 0;
}
.btstrp kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
.btstrp pre {
  display: block;
  font-size: 87.5%;
  color: #242124;
}
.btstrp pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.btstrp .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.btstrp .container,
.btstrp .container-fluid,
.btstrp .container-xl,
.btstrp .container-lg,
.btstrp .container-md,
.btstrp .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 480px) {
  .btstrp .container-sm, .btstrp .container {
    max-width: 540px;
  }
}
@media (min-width: 690px) {
  .btstrp .container-md, .btstrp .container-sm, .btstrp .container {
    max-width: 720px;
  }
}
@media (min-width: 1000px) {
  .btstrp .container-lg, .btstrp .container-md, .btstrp .container-sm, .btstrp .container {
    max-width: 960px;
  }
}
@media (min-width: 1190px) {
  .btstrp .container-xl, .btstrp .container-lg, .btstrp .container-md, .btstrp .container-sm, .btstrp .container {
    max-width: 1425px;
  }
}
.btstrp .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.btstrp .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.btstrp .no-gutters > .col,
.btstrp .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.btstrp .col-xl,
.btstrp .col-xl-auto, .btstrp .col-xl-12, .btstrp .col-xl-11, .btstrp .col-xl-10, .btstrp .col-xl-9, .btstrp .col-xl-8, .btstrp .col-xl-7, .btstrp .col-xl-6, .btstrp .col-xl-5, .btstrp .col-xl-4, .btstrp .col-xl-3, .btstrp .col-xl-2, .btstrp .col-xl-1, .btstrp .col-lg,
.btstrp .col-lg-auto, .btstrp .col-lg-12, .btstrp .col-lg-11, .btstrp .col-lg-10, .btstrp .col-lg-9, .btstrp .col-lg-8, .btstrp .col-lg-7, .btstrp .col-lg-6, .btstrp .col-lg-5, .btstrp .col-lg-4, .btstrp .col-lg-3, .btstrp .col-lg-2, .btstrp .col-lg-1, .btstrp .col-md,
.btstrp .col-md-auto, .btstrp .col-md-12, .btstrp .col-md-11, .btstrp .col-md-10, .btstrp .col-md-9, .btstrp .col-md-8, .btstrp .col-md-7, .btstrp .col-md-6, .btstrp .col-md-5, .btstrp .col-md-4, .btstrp .col-md-3, .btstrp .col-md-2, .btstrp .col-md-1, .btstrp .col-sm,
.btstrp .col-sm-auto, .btstrp .col-sm-12, .btstrp .col-sm-11, .btstrp .col-sm-10, .btstrp .col-sm-9, .btstrp .col-sm-8, .btstrp .col-sm-7, .btstrp .col-sm-6, .btstrp .col-sm-5, .btstrp .col-sm-4, .btstrp .col-sm-3, .btstrp .col-sm-2, .btstrp .col-sm-1, .btstrp .col,
.btstrp .col-auto, .btstrp .col-12, .btstrp .col-11, .btstrp .col-10, .btstrp .col-9, .btstrp .col-8, .btstrp .col-7, .btstrp .col-6, .btstrp .col-5, .btstrp .col-4, .btstrp .col-3, .btstrp .col-2, .btstrp .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.btstrp .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.btstrp .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.btstrp .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.btstrp .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.btstrp .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.btstrp .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.btstrp .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.btstrp .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.btstrp .col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.btstrp .col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.btstrp .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.btstrp .col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.btstrp .col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.btstrp .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.btstrp .col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.btstrp .col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.btstrp .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.btstrp .col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.btstrp .col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.btstrp .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.btstrp .order-first {
  order: -1;
}
.btstrp .order-last {
  order: 13;
}
.btstrp .order-0 {
  order: 0;
}
.btstrp .order-1 {
  order: 1;
}
.btstrp .order-2 {
  order: 2;
}
.btstrp .order-3 {
  order: 3;
}
.btstrp .order-4 {
  order: 4;
}
.btstrp .order-5 {
  order: 5;
}
.btstrp .order-6 {
  order: 6;
}
.btstrp .order-7 {
  order: 7;
}
.btstrp .order-8 {
  order: 8;
}
.btstrp .order-9 {
  order: 9;
}
.btstrp .order-10 {
  order: 10;
}
.btstrp .order-11 {
  order: 11;
}
.btstrp .order-12 {
  order: 12;
}
.btstrp .offset-1 {
  margin-left: 8.33333333%;
}
.btstrp .offset-2 {
  margin-left: 16.66666667%;
}
.btstrp .offset-3 {
  margin-left: 25%;
}
.btstrp .offset-4 {
  margin-left: 33.33333333%;
}
.btstrp .offset-5 {
  margin-left: 41.66666667%;
}
.btstrp .offset-6 {
  margin-left: 50%;
}
.btstrp .offset-7 {
  margin-left: 58.33333333%;
}
.btstrp .offset-8 {
  margin-left: 66.66666667%;
}
.btstrp .offset-9 {
  margin-left: 75%;
}
.btstrp .offset-10 {
  margin-left: 83.33333333%;
}
.btstrp .offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 480px) {
  .btstrp .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .btstrp .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .btstrp .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .btstrp .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .btstrp .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .btstrp .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .btstrp .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .btstrp .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .btstrp .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .btstrp .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .btstrp .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .btstrp .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .btstrp .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .btstrp .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .btstrp .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .btstrp .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .btstrp .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .btstrp .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .btstrp .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .btstrp .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .btstrp .order-sm-first {
    order: -1;
  }
  .btstrp .order-sm-last {
    order: 13;
  }
  .btstrp .order-sm-0 {
    order: 0;
  }
  .btstrp .order-sm-1 {
    order: 1;
  }
  .btstrp .order-sm-2 {
    order: 2;
  }
  .btstrp .order-sm-3 {
    order: 3;
  }
  .btstrp .order-sm-4 {
    order: 4;
  }
  .btstrp .order-sm-5 {
    order: 5;
  }
  .btstrp .order-sm-6 {
    order: 6;
  }
  .btstrp .order-sm-7 {
    order: 7;
  }
  .btstrp .order-sm-8 {
    order: 8;
  }
  .btstrp .order-sm-9 {
    order: 9;
  }
  .btstrp .order-sm-10 {
    order: 10;
  }
  .btstrp .order-sm-11 {
    order: 11;
  }
  .btstrp .order-sm-12 {
    order: 12;
  }
  .btstrp .offset-sm-0 {
    margin-left: 0;
  }
  .btstrp .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .btstrp .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .btstrp .offset-sm-3 {
    margin-left: 25%;
  }
  .btstrp .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .btstrp .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .btstrp .offset-sm-6 {
    margin-left: 50%;
  }
  .btstrp .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .btstrp .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .btstrp .offset-sm-9 {
    margin-left: 75%;
  }
  .btstrp .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .btstrp .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 690px) {
  .btstrp .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .btstrp .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .btstrp .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .btstrp .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .btstrp .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .btstrp .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .btstrp .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .btstrp .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .btstrp .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .btstrp .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .btstrp .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .btstrp .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .btstrp .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .btstrp .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .btstrp .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .btstrp .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .btstrp .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .btstrp .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .btstrp .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .btstrp .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .btstrp .order-md-first {
    order: -1;
  }
  .btstrp .order-md-last {
    order: 13;
  }
  .btstrp .order-md-0 {
    order: 0;
  }
  .btstrp .order-md-1 {
    order: 1;
  }
  .btstrp .order-md-2 {
    order: 2;
  }
  .btstrp .order-md-3 {
    order: 3;
  }
  .btstrp .order-md-4 {
    order: 4;
  }
  .btstrp .order-md-5 {
    order: 5;
  }
  .btstrp .order-md-6 {
    order: 6;
  }
  .btstrp .order-md-7 {
    order: 7;
  }
  .btstrp .order-md-8 {
    order: 8;
  }
  .btstrp .order-md-9 {
    order: 9;
  }
  .btstrp .order-md-10 {
    order: 10;
  }
  .btstrp .order-md-11 {
    order: 11;
  }
  .btstrp .order-md-12 {
    order: 12;
  }
  .btstrp .offset-md-0 {
    margin-left: 0;
  }
  .btstrp .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .btstrp .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .btstrp .offset-md-3 {
    margin-left: 25%;
  }
  .btstrp .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .btstrp .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .btstrp .offset-md-6 {
    margin-left: 50%;
  }
  .btstrp .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .btstrp .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .btstrp .offset-md-9 {
    margin-left: 75%;
  }
  .btstrp .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .btstrp .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1000px) {
  .btstrp .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .btstrp .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .btstrp .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .btstrp .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .btstrp .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .btstrp .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .btstrp .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .btstrp .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .btstrp .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .btstrp .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .btstrp .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .btstrp .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .btstrp .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .btstrp .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .btstrp .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .btstrp .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .btstrp .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .btstrp .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .btstrp .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .btstrp .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .btstrp .order-lg-first {
    order: -1;
  }
  .btstrp .order-lg-last {
    order: 13;
  }
  .btstrp .order-lg-0 {
    order: 0;
  }
  .btstrp .order-lg-1 {
    order: 1;
  }
  .btstrp .order-lg-2 {
    order: 2;
  }
  .btstrp .order-lg-3 {
    order: 3;
  }
  .btstrp .order-lg-4 {
    order: 4;
  }
  .btstrp .order-lg-5 {
    order: 5;
  }
  .btstrp .order-lg-6 {
    order: 6;
  }
  .btstrp .order-lg-7 {
    order: 7;
  }
  .btstrp .order-lg-8 {
    order: 8;
  }
  .btstrp .order-lg-9 {
    order: 9;
  }
  .btstrp .order-lg-10 {
    order: 10;
  }
  .btstrp .order-lg-11 {
    order: 11;
  }
  .btstrp .order-lg-12 {
    order: 12;
  }
  .btstrp .offset-lg-0 {
    margin-left: 0;
  }
  .btstrp .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .btstrp .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .btstrp .offset-lg-3 {
    margin-left: 25%;
  }
  .btstrp .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .btstrp .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .btstrp .offset-lg-6 {
    margin-left: 50%;
  }
  .btstrp .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .btstrp .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .btstrp .offset-lg-9 {
    margin-left: 75%;
  }
  .btstrp .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .btstrp .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1190px) {
  .btstrp .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .btstrp .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .btstrp .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .btstrp .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .btstrp .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .btstrp .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .btstrp .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .btstrp .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .btstrp .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .btstrp .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .btstrp .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .btstrp .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .btstrp .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .btstrp .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .btstrp .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .btstrp .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .btstrp .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .btstrp .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .btstrp .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .btstrp .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .btstrp .order-xl-first {
    order: -1;
  }
  .btstrp .order-xl-last {
    order: 13;
  }
  .btstrp .order-xl-0 {
    order: 0;
  }
  .btstrp .order-xl-1 {
    order: 1;
  }
  .btstrp .order-xl-2 {
    order: 2;
  }
  .btstrp .order-xl-3 {
    order: 3;
  }
  .btstrp .order-xl-4 {
    order: 4;
  }
  .btstrp .order-xl-5 {
    order: 5;
  }
  .btstrp .order-xl-6 {
    order: 6;
  }
  .btstrp .order-xl-7 {
    order: 7;
  }
  .btstrp .order-xl-8 {
    order: 8;
  }
  .btstrp .order-xl-9 {
    order: 9;
  }
  .btstrp .order-xl-10 {
    order: 10;
  }
  .btstrp .order-xl-11 {
    order: 11;
  }
  .btstrp .order-xl-12 {
    order: 12;
  }
  .btstrp .offset-xl-0 {
    margin-left: 0;
  }
  .btstrp .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .btstrp .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .btstrp .offset-xl-3 {
    margin-left: 25%;
  }
  .btstrp .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .btstrp .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .btstrp .offset-xl-6 {
    margin-left: 50%;
  }
  .btstrp .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .btstrp .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .btstrp .offset-xl-9 {
    margin-left: 75%;
  }
  .btstrp .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .btstrp .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.btstrp .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #242124;
}
.btstrp .table th,
.btstrp .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.btstrp .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.btstrp .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.btstrp .table-sm th,
.btstrp .table-sm td {
  padding: 0.3rem;
}
.btstrp .table-bordered {
  border: 1px solid #dee2e6;
}
.btstrp .table-bordered th,
.btstrp .table-bordered td {
  border: 1px solid #dee2e6;
}
.btstrp .table-bordered thead th,
.btstrp .table-bordered thead td {
  border-bottom-width: 2px;
}
.btstrp .table-borderless th,
.btstrp .table-borderless td,
.btstrp .table-borderless thead th,
.btstrp .table-borderless tbody + tbody {
  border: 0;
}
.btstrp .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.btstrp .table-hover tbody tr:hover {
  color: #242124;
  background-color: rgba(0, 0, 0, 0.075);
}
.btstrp .table-primary,
.btstrp .table-primary > th,
.btstrp .table-primary > td {
  background-color: rgb(197.6, 237.64, 234.28);
}
.btstrp .table-primary th,
.btstrp .table-primary td,
.btstrp .table-primary thead th,
.btstrp .table-primary tbody + tbody {
  border-color: rgb(148.4, 222.76, 216.52);
}
.btstrp .table-hover .table-primary:hover {
  background-color: rgb(178.0213483146, 231.7186516854, 227.2125842697);
}
.btstrp .table-hover .table-primary:hover > td,
.btstrp .table-hover .table-primary:hover > th {
  background-color: rgb(178.0213483146, 231.7186516854, 227.2125842697);
}
.btstrp .table-secondary,
.btstrp .table-secondary > th,
.btstrp .table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.btstrp .table-secondary th,
.btstrp .table-secondary td,
.btstrp .table-secondary thead th,
.btstrp .table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}
.btstrp .table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.btstrp .table-hover .table-secondary:hover > td,
.btstrp .table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.btstrp .table-success,
.btstrp .table-success > th,
.btstrp .table-success > td {
  background-color: rgb(193.68, 215.8, 210.76);
}
.btstrp .table-success th,
.btstrp .table-success td,
.btstrp .table-success thead th,
.btstrp .table-success tbody + tbody {
  border-color: rgb(141.12, 182.2, 172.84);
}
.btstrp .table-hover .table-success:hover {
  background-color: rgb(178.1242896936, 205.8557103064, 199.5371587744);
}
.btstrp .table-hover .table-success:hover > td,
.btstrp .table-hover .table-success:hover > th {
  background-color: rgb(178.1242896936, 205.8557103064, 199.5371587744);
}
.btstrp .table-info,
.btstrp .table-info > th,
.btstrp .table-info > td {
  background-color: rgb(230.36, 239.04, 244.64);
}
.btstrp .table-info th,
.btstrp .table-info td,
.btstrp .table-info thead th,
.btstrp .table-info tbody + tbody {
  border-color: rgb(209.24, 225.36, 235.76);
}
.btstrp .table-hover .table-info:hover {
  background-color: rgb(212.408, 227.412, 237.092);
}
.btstrp .table-hover .table-info:hover > td,
.btstrp .table-hover .table-info:hover > th {
  background-color: rgb(212.408, 227.412, 237.092);
}
.btstrp .table-warning,
.btstrp .table-warning > th,
.btstrp .table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.btstrp .table-warning th,
.btstrp .table-warning td,
.btstrp .table-warning thead th,
.btstrp .table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}
.btstrp .table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.btstrp .table-hover .table-warning:hover > td,
.btstrp .table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}
.btstrp .table-danger,
.btstrp .table-danger > th,
.btstrp .table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.btstrp .table-danger th,
.btstrp .table-danger td,
.btstrp .table-danger thead th,
.btstrp .table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}
.btstrp .table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.btstrp .table-hover .table-danger:hover > td,
.btstrp .table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.btstrp .table-light,
.btstrp .table-light > th,
.btstrp .table-light > td {
  background-color: rgb(252.2, 252.2, 252.2);
}
.btstrp .table-light th,
.btstrp .table-light td,
.btstrp .table-light thead th,
.btstrp .table-light tbody + tbody {
  border-color: rgb(249.8, 249.8, 249.8);
}
.btstrp .table-hover .table-light:hover {
  background-color: rgb(239.45, 239.45, 239.45);
}
.btstrp .table-hover .table-light:hover > td,
.btstrp .table-hover .table-light:hover > th {
  background-color: rgb(239.45, 239.45, 239.45);
}
.btstrp .table-dark,
.btstrp .table-dark > th,
.btstrp .table-dark > td {
  background-color: rgb(199.56, 199, 199.56);
}
.btstrp .table-dark th,
.btstrp .table-dark td,
.btstrp .table-dark thead th,
.btstrp .table-dark tbody + tbody {
  border-color: rgb(152.04, 151, 152.04);
}
.btstrp .table-hover .table-dark:hover {
  background-color: rgb(186.8740703518, 186.1859296482, 186.8740703518);
}
.btstrp .table-hover .table-dark:hover > td,
.btstrp .table-hover .table-dark:hover > th {
  background-color: rgb(186.8740703518, 186.1859296482, 186.8740703518);
}
.btstrp .table-active,
.btstrp .table-active > th,
.btstrp .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.btstrp .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.btstrp .table-hover .table-active:hover > td,
.btstrp .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.btstrp .table .thead-dark th {
  color: #fff;
  background-color: #393739;
  border-color: rgb(76.4665178571, 73.7834821429, 76.4665178571);
}
.btstrp .table .thead-light th {
  color: #4D494D;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.btstrp .table-dark {
  color: #fff;
  background-color: #393739;
}
.btstrp .table-dark th,
.btstrp .table-dark td,
.btstrp .table-dark thead th {
  border-color: rgb(76.4665178571, 73.7834821429, 76.4665178571);
}
.btstrp .table-dark.table-bordered {
  border: 0;
}
.btstrp .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.btstrp .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 479.98px) {
  .btstrp .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .btstrp .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 689.98px) {
  .btstrp .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .btstrp .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 999.98px) {
  .btstrp .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .btstrp .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1189.98px) {
  .btstrp .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .btstrp .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.btstrp .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.btstrp .table-responsive > .table-bordered {
  border: 0;
}
.btstrp .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: dm-sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4D494D;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btstrp .form-control {
    transition: none;
  }
}
.btstrp .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.btstrp .form-control:focus {
  color: #4D494D;
  background-color: #fff;
  border-color: rgb(144.2037037037, 226.2962962963, 219.4074074074);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 193, 181, 0.25);
}
.btstrp .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.btstrp .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.btstrp .form-control:disabled, .btstrp .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.btstrp input[type=date].form-control,
.btstrp input[type=time].form-control,
.btstrp input[type=datetime-local].form-control,
.btstrp input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btstrp select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #4D494D;
}
.btstrp select.form-control:focus::-ms-value {
  color: #4D494D;
  background-color: #fff;
}
.btstrp .form-control-file,
.btstrp .form-control-range {
  display: block;
  width: 100%;
}
.btstrp .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;
}
.btstrp .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.5rem;
  line-height: 1.4;
}
.btstrp .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.05rem;
  line-height: 1.2;
}
.btstrp .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #242124;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.btstrp .form-control-plaintext.form-control-sm, .btstrp .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.btstrp .form-control-sm {
  height: calc(1.2em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.05rem;
  line-height: 1.2;
  border-radius: 0;
}
.btstrp .form-control-lg {
  height: calc(1.4em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  border-radius: 0;
}
.btstrp select.form-control[size], .btstrp select.form-control[multiple] {
  height: auto;
}
.btstrp textarea.form-control {
  height: auto;
}
.btstrp .form-group {
  margin-bottom: 1rem;
}
.btstrp .form-text {
  display: block;
  margin-top: 0.25rem;
}
.btstrp .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.btstrp .form-row > .col,
.btstrp .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.btstrp .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.btstrp .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.btstrp .form-check-input[disabled] ~ .form-check-label, .btstrp .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.btstrp .form-check-label {
  margin-bottom: 0;
}
.btstrp .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.btstrp .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.btstrp .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #247361;
}
.btstrp .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(36, 115, 97, 0.9);
  border-radius: 0;
}
.form-row > .col > .btstrp .valid-tooltip, .form-row > [class*=col-] > .btstrp .valid-tooltip {
  left: 5px;
}
.was-validated .btstrp:valid ~ .valid-feedback,
.was-validated .btstrp:valid ~ .valid-tooltip, .btstrp.is-valid ~ .valid-feedback,
.btstrp.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .btstrp .form-control:valid, .btstrp .form-control.is-valid {
  border-color: #247361;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23247361' 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: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .btstrp .form-control:valid:focus, .btstrp .form-control.is-valid:focus {
  border-color: #247361;
  box-shadow: 0 0 0 0.2rem rgba(36, 115, 97, 0.25);
}
.was-validated .btstrp select.form-control:valid, .btstrp select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated .btstrp textarea.form-control:valid, .btstrp 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 .btstrp .custom-select:valid, .btstrp .custom-select.is-valid {
  border-color: #247361;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23393739' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23247361' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .btstrp .custom-select:valid:focus, .btstrp .custom-select.is-valid:focus {
  border-color: #247361;
  box-shadow: 0 0 0 0.2rem rgba(36, 115, 97, 0.25);
}
.was-validated .btstrp .form-check-input:valid ~ .form-check-label, .btstrp .form-check-input.is-valid ~ .form-check-label {
  color: #247361;
}
.was-validated .btstrp .form-check-input:valid ~ .valid-feedback,
.was-validated .btstrp .form-check-input:valid ~ .valid-tooltip, .btstrp .form-check-input.is-valid ~ .valid-feedback,
.btstrp .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .btstrp .custom-control-input:valid ~ .custom-control-label, .btstrp .custom-control-input.is-valid ~ .custom-control-label {
  color: #247361;
}
.was-validated .btstrp .custom-control-input:valid ~ .custom-control-label::before, .btstrp .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #247361;
}
.was-validated .btstrp .custom-control-input:valid:checked ~ .custom-control-label::before, .btstrp .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(48.1589403974, 153.8410596026, 129.761589404);
  background-color: rgb(48.1589403974, 153.8410596026, 129.761589404);
}
.was-validated .btstrp .custom-control-input:valid:focus ~ .custom-control-label::before, .btstrp .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(36, 115, 97, 0.25);
}
.was-validated .btstrp .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .btstrp .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #247361;
}
.was-validated .btstrp .custom-file-input:valid ~ .custom-file-label, .btstrp .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #247361;
}
.was-validated .btstrp .custom-file-input:valid:focus ~ .custom-file-label, .btstrp .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #247361;
  box-shadow: 0 0 0 0.2rem rgba(36, 115, 97, 0.25);
}
.btstrp .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.btstrp .invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0;
}
.form-row > .col > .btstrp .invalid-tooltip, .form-row > [class*=col-] > .btstrp .invalid-tooltip {
  left: 5px;
}
.was-validated .btstrp:invalid ~ .invalid-feedback,
.was-validated .btstrp:invalid ~ .invalid-tooltip, .btstrp.is-invalid ~ .invalid-feedback,
.btstrp.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .btstrp .form-control:invalid, .btstrp .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .btstrp .form-control:invalid:focus, .btstrp .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .btstrp select.form-control:invalid, .btstrp select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated .btstrp textarea.form-control:invalid, .btstrp 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 .btstrp .custom-select:invalid, .btstrp .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23393739' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .btstrp .custom-select:invalid:focus, .btstrp .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .btstrp .form-check-input:invalid ~ .form-check-label, .btstrp .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .btstrp .form-check-input:invalid ~ .invalid-feedback,
.was-validated .btstrp .form-check-input:invalid ~ .invalid-tooltip, .btstrp .form-check-input.is-invalid ~ .invalid-feedback,
.btstrp .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .btstrp .custom-control-input:invalid ~ .custom-control-label, .btstrp .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .btstrp .custom-control-input:invalid ~ .custom-control-label::before, .btstrp .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .btstrp .custom-control-input:invalid:checked ~ .custom-control-label::before, .btstrp .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .btstrp .custom-control-input:invalid:focus ~ .custom-control-label::before, .btstrp .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 .btstrp .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .btstrp .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .btstrp .custom-file-input:invalid ~ .custom-file-label, .btstrp .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .btstrp .custom-file-input:invalid:focus ~ .custom-file-label, .btstrp .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);
}
.btstrp .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.btstrp .form-inline .form-check {
  width: 100%;
}
@media (min-width: 480px) {
  .btstrp .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .btstrp .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .btstrp .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .btstrp .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .btstrp .form-inline .input-group,
  .btstrp .form-inline .custom-select {
    width: auto;
  }
  .btstrp .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .btstrp .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .btstrp .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .btstrp .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btstrp .btn {
  display: inline-block;
  font-family: dm-sans, sans-serif;
  font-weight: 400;
  color: #242124;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0;
  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) {
  .btstrp .btn {
    transition: none;
  }
}
.btstrp .btn:hover {
  color: #242124;
  text-decoration: none;
}
.btstrp .btn:focus, .btstrp .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 193, 181, 0.25);
}
.btstrp .btn.disabled, .btstrp .btn:disabled {
  opacity: 0.65;
}
.btstrp .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btstrp a.btn.disabled,
.btstrp fieldset:disabled a.btn {
  pointer-events: none;
}
.btstrp .btn-primary {
  color: #fff;
  background-color: #32C1B5;
  border-color: #32C1B5;
}
.btstrp .btn-primary:hover {
  color: #fff;
  background-color: rgb(42.1296296296, 162.6203703704, 152.5092592593);
  border-color: rgb(39.5061728395, 152.4938271605, 143.012345679);
}
.btstrp .btn-primary:focus, .btstrp .btn-primary.focus {
  color: #fff;
  background-color: rgb(42.1296296296, 162.6203703704, 152.5092592593);
  border-color: rgb(39.5061728395, 152.4938271605, 143.012345679);
  box-shadow: 0 0 0 0.2rem rgba(80.75, 202.3, 192.1, 0.5);
}
.btstrp .btn-primary.disabled, .btstrp .btn-primary:disabled {
  color: #fff;
  background-color: #32C1B5;
  border-color: #32C1B5;
}
.btstrp .btn-primary:not(:disabled):not(.disabled):active, .btstrp .btn-primary:not(:disabled):not(.disabled).active, .show > .btstrp .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(39.5061728395, 152.4938271605, 143.012345679);
  border-color: rgb(36.8827160494, 142.3672839506, 133.5154320988);
}
.btstrp .btn-primary:not(:disabled):not(.disabled):active:focus, .btstrp .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btstrp .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(80.75, 202.3, 192.1, 0.5);
}
.btstrp .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btstrp .btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btstrp .btn-secondary:focus, .btstrp .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btstrp .btn-secondary.disabled, .btstrp .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btstrp .btn-secondary:not(:disabled):not(.disabled):active, .btstrp .btn-secondary:not(:disabled):not(.disabled).active, .show > .btstrp .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btstrp .btn-secondary:not(:disabled):not(.disabled):active:focus, .btstrp .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btstrp .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btstrp .btn-success {
  color: #fff;
  background-color: #247361;
  border-color: #247361;
}
.btstrp .btn-success:hover {
  color: #fff;
  background-color: rgb(26.880794702, 85.869205298, 72.428807947);
  border-color: rgb(23.8410596026, 76.1589403974, 64.238410596);
}
.btstrp .btn-success:focus, .btstrp .btn-success.focus {
  color: #fff;
  background-color: rgb(26.880794702, 85.869205298, 72.428807947);
  border-color: rgb(23.8410596026, 76.1589403974, 64.238410596);
  box-shadow: 0 0 0 0.2rem rgba(68.85, 136, 120.7, 0.5);
}
.btstrp .btn-success.disabled, .btstrp .btn-success:disabled {
  color: #fff;
  background-color: #247361;
  border-color: #247361;
}
.btstrp .btn-success:not(:disabled):not(.disabled):active, .btstrp .btn-success:not(:disabled):not(.disabled).active, .show > .btstrp .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(23.8410596026, 76.1589403974, 64.238410596);
  border-color: rgb(20.8013245033, 66.4486754967, 56.048013245);
}
.btstrp .btn-success:not(:disabled):not(.disabled):active:focus, .btstrp .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btstrp .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(68.85, 136, 120.7, 0.5);
}
.btstrp .btn-info {
  color: #242124;
  background-color: #A7C6DA;
  border-color: #A7C6DA;
}
.btstrp .btn-info:hover {
  color: #242124;
  background-color: rgb(140.072, 180.558, 206.678);
  border-color: rgb(131.096, 174.744, 202.904);
}
.btstrp .btn-info:focus, .btstrp .btn-info.focus {
  color: #242124;
  background-color: rgb(140.072, 180.558, 206.678);
  border-color: rgb(131.096, 174.744, 202.904);
  box-shadow: 0 0 0 0.2rem rgba(147.35, 173.25, 190.7, 0.5);
}
.btstrp .btn-info.disabled, .btstrp .btn-info:disabled {
  color: #242124;
  background-color: #A7C6DA;
  border-color: #A7C6DA;
}
.btstrp .btn-info:not(:disabled):not(.disabled):active, .btstrp .btn-info:not(:disabled):not(.disabled).active, .show > .btstrp .btn-info.dropdown-toggle {
  color: #242124;
  background-color: rgb(131.096, 174.744, 202.904);
  border-color: rgb(122.12, 168.93, 199.13);
}
.btstrp .btn-info:not(:disabled):not(.disabled):active:focus, .btstrp .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btstrp .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147.35, 173.25, 190.7, 0.5);
}
.btstrp .btn-warning {
  color: #242124;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btstrp .btn-warning:hover {
  color: #242124;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btstrp .btn-warning:focus, .btstrp .btn-warning.focus {
  color: #242124;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(222.15, 169, 11.35, 0.5);
}
.btstrp .btn-warning.disabled, .btstrp .btn-warning:disabled {
  color: #242124;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btstrp .btn-warning:not(:disabled):not(.disabled):active, .btstrp .btn-warning:not(:disabled):not(.disabled).active, .show > .btstrp .btn-warning.dropdown-toggle {
  color: #242124;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btstrp .btn-warning:not(:disabled):not(.disabled):active:focus, .btstrp .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btstrp .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222.15, 169, 11.35, 0.5);
}
.btstrp .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btstrp .btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btstrp .btn-danger:focus, .btstrp .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btstrp .btn-danger.disabled, .btstrp .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btstrp .btn-danger:not(:disabled):not(.disabled):active, .btstrp .btn-danger:not(:disabled):not(.disabled).active, .show > .btstrp .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btstrp .btn-danger:not(:disabled):not(.disabled):active:focus, .btstrp .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btstrp .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btstrp .btn-light {
  color: #242124;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btstrp .btn-light:hover {
  color: #242124;
  background-color: rgb(225.875, 225.875, 225.875);
  border-color: rgb(219.5, 219.5, 219.5);
}
.btstrp .btn-light:focus, .btstrp .btn-light.focus {
  color: #242124;
  background-color: rgb(225.875, 225.875, 225.875);
  border-color: rgb(219.5, 219.5, 219.5);
  box-shadow: 0 0 0 0.2rem rgba(213.65, 213.2, 213.65, 0.5);
}
.btstrp .btn-light.disabled, .btstrp .btn-light:disabled {
  color: #242124;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btstrp .btn-light:not(:disabled):not(.disabled):active, .btstrp .btn-light:not(:disabled):not(.disabled).active, .show > .btstrp .btn-light.dropdown-toggle {
  color: #242124;
  background-color: rgb(219.5, 219.5, 219.5);
  border-color: rgb(213.125, 213.125, 213.125);
}
.btstrp .btn-light:not(:disabled):not(.disabled):active:focus, .btstrp .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btstrp .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213.65, 213.2, 213.65, 0.5);
}
.btstrp .btn-dark {
  color: #fff;
  background-color: #393739;
  border-color: #393739;
}
.btstrp .btn-dark:hover {
  color: #fff;
  background-color: rgb(37.5334821429, 36.2165178571, 37.5334821429);
  border-color: rgb(31.0446428571, 29.9553571429, 31.0446428571);
}
.btstrp .btn-dark:focus, .btstrp .btn-dark.focus {
  color: #fff;
  background-color: rgb(37.5334821429, 36.2165178571, 37.5334821429);
  border-color: rgb(31.0446428571, 29.9553571429, 31.0446428571);
  box-shadow: 0 0 0 0.2rem rgba(86.7, 85, 86.7, 0.5);
}
.btstrp .btn-dark.disabled, .btstrp .btn-dark:disabled {
  color: #fff;
  background-color: #393739;
  border-color: #393739;
}
.btstrp .btn-dark:not(:disabled):not(.disabled):active, .btstrp .btn-dark:not(:disabled):not(.disabled).active, .show > .btstrp .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(31.0446428571, 29.9553571429, 31.0446428571);
  border-color: rgb(24.5558035714, 23.6941964286, 24.5558035714);
}
.btstrp .btn-dark:not(:disabled):not(.disabled):active:focus, .btstrp .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btstrp .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(86.7, 85, 86.7, 0.5);
}
.btstrp .btn-outline-primary {
  color: #32C1B5;
  border-color: #32C1B5;
}
.btstrp .btn-outline-primary:hover {
  color: #fff;
  background-color: #32C1B5;
  border-color: #32C1B5;
}
.btstrp .btn-outline-primary:focus, .btstrp .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 193, 181, 0.5);
}
.btstrp .btn-outline-primary.disabled, .btstrp .btn-outline-primary:disabled {
  color: #32C1B5;
  background-color: transparent;
}
.btstrp .btn-outline-primary:not(:disabled):not(.disabled):active, .btstrp .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btstrp .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #32C1B5;
  border-color: #32C1B5;
}
.btstrp .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btstrp .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btstrp .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 193, 181, 0.5);
}
.btstrp .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btstrp .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btstrp .btn-outline-secondary:focus, .btstrp .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btstrp .btn-outline-secondary.disabled, .btstrp .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btstrp .btn-outline-secondary:not(:disabled):not(.disabled):active, .btstrp .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btstrp .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btstrp .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btstrp .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btstrp .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btstrp .btn-outline-success {
  color: #247361;
  border-color: #247361;
}
.btstrp .btn-outline-success:hover {
  color: #fff;
  background-color: #247361;
  border-color: #247361;
}
.btstrp .btn-outline-success:focus, .btstrp .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 115, 97, 0.5);
}
.btstrp .btn-outline-success.disabled, .btstrp .btn-outline-success:disabled {
  color: #247361;
  background-color: transparent;
}
.btstrp .btn-outline-success:not(:disabled):not(.disabled):active, .btstrp .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btstrp .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #247361;
  border-color: #247361;
}
.btstrp .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btstrp .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btstrp .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 115, 97, 0.5);
}
.btstrp .btn-outline-info {
  color: #A7C6DA;
  border-color: #A7C6DA;
}
.btstrp .btn-outline-info:hover {
  color: #242124;
  background-color: #A7C6DA;
  border-color: #A7C6DA;
}
.btstrp .btn-outline-info:focus, .btstrp .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 198, 218, 0.5);
}
.btstrp .btn-outline-info.disabled, .btstrp .btn-outline-info:disabled {
  color: #A7C6DA;
  background-color: transparent;
}
.btstrp .btn-outline-info:not(:disabled):not(.disabled):active, .btstrp .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btstrp .btn-outline-info.dropdown-toggle {
  color: #242124;
  background-color: #A7C6DA;
  border-color: #A7C6DA;
}
.btstrp .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btstrp .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btstrp .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 198, 218, 0.5);
}
.btstrp .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btstrp .btn-outline-warning:hover {
  color: #242124;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btstrp .btn-outline-warning:focus, .btstrp .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btstrp .btn-outline-warning.disabled, .btstrp .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btstrp .btn-outline-warning:not(:disabled):not(.disabled):active, .btstrp .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btstrp .btn-outline-warning.dropdown-toggle {
  color: #242124;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btstrp .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btstrp .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btstrp .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btstrp .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btstrp .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btstrp .btn-outline-danger:focus, .btstrp .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btstrp .btn-outline-danger.disabled, .btstrp .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btstrp .btn-outline-danger:not(:disabled):not(.disabled):active, .btstrp .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btstrp .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btstrp .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btstrp .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btstrp .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btstrp .btn-outline-light {
  color: #f5f5f5;
  border-color: #f5f5f5;
}
.btstrp .btn-outline-light:hover {
  color: #242124;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btstrp .btn-outline-light:focus, .btstrp .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btstrp .btn-outline-light.disabled, .btstrp .btn-outline-light:disabled {
  color: #f5f5f5;
  background-color: transparent;
}
.btstrp .btn-outline-light:not(:disabled):not(.disabled):active, .btstrp .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btstrp .btn-outline-light.dropdown-toggle {
  color: #242124;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btstrp .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btstrp .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btstrp .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btstrp .btn-outline-dark {
  color: #393739;
  border-color: #393739;
}
.btstrp .btn-outline-dark:hover {
  color: #fff;
  background-color: #393739;
  border-color: #393739;
}
.btstrp .btn-outline-dark:focus, .btstrp .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 55, 57, 0.5);
}
.btstrp .btn-outline-dark.disabled, .btstrp .btn-outline-dark:disabled {
  color: #393739;
  background-color: transparent;
}
.btstrp .btn-outline-dark:not(:disabled):not(.disabled):active, .btstrp .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btstrp .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #393739;
  border-color: #393739;
}
.btstrp .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btstrp .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btstrp .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 55, 57, 0.5);
}
.btstrp .btn-link {
  font-weight: 400;
  color: #32C1B5;
  text-decoration: none;
}
.btstrp .btn-link:hover {
  color: rgb(34.2592592593, 132.2407407407, 124.0185185185);
  text-decoration: underline;
}
.btstrp .btn-link:focus, .btstrp .btn-link.focus {
  text-decoration: underline;
}
.btstrp .btn-link:disabled, .btstrp .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btstrp .btn-lg, .btstrp .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  border-radius: 0;
}
.btstrp .btn-sm, .btstrp .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.05rem;
  line-height: 1.2;
  border-radius: 0;
}
.btstrp .btn-block {
  display: block;
  width: 100%;
}
.btstrp .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.btstrp input[type=submit].btn-block,
.btstrp input[type=reset].btn-block,
.btstrp input[type=button].btn-block {
  width: 100%;
}
.btstrp .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .btstrp .fade {
    transition: none;
  }
}
.btstrp .fade:not(.show) {
  opacity: 0;
}
.btstrp .collapse:not(.show) {
  display: none;
}
.btstrp .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .btstrp .collapsing {
    transition: none;
  }
}
.btstrp .collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .btstrp .collapsing.width {
    transition: none;
  }
}
.btstrp .dropup,
.btstrp .dropright,
.btstrp .dropdown,
.btstrp .dropleft {
  position: relative;
}
.btstrp .dropdown-toggle {
  white-space: nowrap;
}
.btstrp .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;
}
.btstrp .dropdown-toggle:empty::after {
  margin-left: 0;
}
.btstrp .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: 1.2rem;
  color: #242124;
  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;
}
.btstrp .dropdown-menu-left {
  right: auto;
  left: 0;
}
.btstrp .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 480px) {
  .btstrp .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .btstrp .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 690px) {
  .btstrp .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .btstrp .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1000px) {
  .btstrp .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .btstrp .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1190px) {
  .btstrp .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .btstrp .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.btstrp .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.btstrp .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;
}
.btstrp .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.btstrp .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.btstrp .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;
}
.btstrp .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.btstrp .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.btstrp .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.btstrp .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.btstrp .dropleft .dropdown-toggle::after {
  display: none;
}
.btstrp .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;
}
.btstrp .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.btstrp .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.btstrp .dropdown-menu[x-placement^=top], .btstrp .dropdown-menu[x-placement^=right], .btstrp .dropdown-menu[x-placement^=bottom], .btstrp .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.btstrp .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.btstrp .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #242124;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.btstrp .dropdown-item:hover, .btstrp .dropdown-item:focus {
  color: rgb(22.6956521739, 20.8043478261, 22.6956521739);
  text-decoration: none;
  background-color: #f5f5f5;
}
.btstrp .dropdown-item.active, .btstrp .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #32C1B5;
}
.btstrp .dropdown-item.disabled, .btstrp .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.btstrp .dropdown-menu.show {
  display: block;
}
.btstrp .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.05rem;
  color: #6c757d;
  white-space: nowrap;
}
.btstrp .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #242124;
}
.btstrp .btn-group,
.btstrp .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btstrp .btn-group > .btn,
.btstrp .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btstrp .btn-group > .btn:hover,
.btstrp .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btstrp .btn-group > .btn:focus, .btstrp .btn-group > .btn:active, .btstrp .btn-group > .btn.active,
.btstrp .btn-group-vertical > .btn:focus,
.btstrp .btn-group-vertical > .btn:active,
.btstrp .btn-group-vertical > .btn.active {
  z-index: 1;
}
.btstrp .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btstrp .btn-toolbar .input-group {
  width: auto;
}
.btstrp .btn-group > .btn:not(:first-child),
.btstrp .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btstrp .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btstrp .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btstrp .btn-group > .btn:not(:first-child),
.btstrp .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btstrp .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.btstrp .dropdown-toggle-split::after, .dropup .btstrp .dropdown-toggle-split::after, .dropright .btstrp .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .btstrp .dropdown-toggle-split::before {
  margin-right: 0;
}
.btstrp .btn-sm + .dropdown-toggle-split, .btstrp .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btstrp .btn-lg + .dropdown-toggle-split, .btstrp .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btstrp .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btstrp .btn-group-vertical > .btn,
.btstrp .btn-group-vertical > .btn-group {
  width: 100%;
}
.btstrp .btn-group-vertical > .btn:not(:first-child),
.btstrp .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btstrp .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btstrp .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btstrp .btn-group-vertical > .btn:not(:first-child),
.btstrp .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btstrp .btn-group-toggle > .btn,
.btstrp .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btstrp .btn-group-toggle > .btn input[type=radio],
.btstrp .btn-group-toggle > .btn input[type=checkbox],
.btstrp .btn-group-toggle > .btn-group > .btn input[type=radio],
.btstrp .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btstrp .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.btstrp .input-group > .form-control,
.btstrp .input-group > .form-control-plaintext,
.btstrp .input-group > .custom-select,
.btstrp .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.btstrp .input-group > .form-control + .form-control,
.btstrp .input-group > .form-control + .custom-select,
.btstrp .input-group > .form-control + .custom-file,
.btstrp .input-group > .form-control-plaintext + .form-control,
.btstrp .input-group > .form-control-plaintext + .custom-select,
.btstrp .input-group > .form-control-plaintext + .custom-file,
.btstrp .input-group > .custom-select + .form-control,
.btstrp .input-group > .custom-select + .custom-select,
.btstrp .input-group > .custom-select + .custom-file,
.btstrp .input-group > .custom-file + .form-control,
.btstrp .input-group > .custom-file + .custom-select,
.btstrp .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.btstrp .input-group > .form-control:focus,
.btstrp .input-group > .custom-select:focus,
.btstrp .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.btstrp .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.btstrp .input-group > .form-control:not(:first-child),
.btstrp .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btstrp .input-group > .custom-file {
  display: flex;
  align-items: center;
}
.btstrp .input-group > .custom-file:not(:last-child) .custom-file-label, .btstrp .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btstrp .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btstrp .input-group:not(.has-validation) > .form-control:not(:last-child),
.btstrp .input-group:not(.has-validation) > .custom-select:not(:last-child),
.btstrp .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.btstrp .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btstrp .input-group.has-validation > .form-control:nth-last-child(n+3),
.btstrp .input-group.has-validation > .custom-select:nth-last-child(n+3),
.btstrp .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.btstrp .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btstrp .input-group-prepend,
.btstrp .input-group-append {
  display: flex;
}
.btstrp .input-group-prepend .btn,
.btstrp .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.btstrp .input-group-prepend .btn:focus,
.btstrp .input-group-append .btn:focus {
  z-index: 3;
}
.btstrp .input-group-prepend .btn + .btn,
.btstrp .input-group-prepend .btn + .input-group-text,
.btstrp .input-group-prepend .input-group-text + .input-group-text,
.btstrp .input-group-prepend .input-group-text + .btn,
.btstrp .input-group-append .btn + .btn,
.btstrp .input-group-append .btn + .input-group-text,
.btstrp .input-group-append .input-group-text + .input-group-text,
.btstrp .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.btstrp .input-group-prepend {
  margin-right: -1px;
}
.btstrp .input-group-append {
  margin-left: -1px;
}
.btstrp .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4D494D;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.btstrp .input-group-text input[type=radio],
.btstrp .input-group-text input[type=checkbox] {
  margin-top: 0;
}
.btstrp .input-group-lg > .form-control:not(textarea),
.btstrp .input-group-lg > .custom-select {
  height: calc(1.4em + 1rem + 2px);
}
.btstrp .input-group-lg > .form-control,
.btstrp .input-group-lg > .custom-select,
.btstrp .input-group-lg > .input-group-prepend > .input-group-text,
.btstrp .input-group-lg > .input-group-append > .input-group-text,
.btstrp .input-group-lg > .input-group-prepend > .btn,
.btstrp .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  border-radius: 0;
}
.btstrp .input-group-sm > .form-control:not(textarea),
.btstrp .input-group-sm > .custom-select {
  height: calc(1.2em + 0.5rem + 2px);
}
.btstrp .input-group-sm > .form-control,
.btstrp .input-group-sm > .custom-select,
.btstrp .input-group-sm > .input-group-prepend > .input-group-text,
.btstrp .input-group-sm > .input-group-append > .input-group-text,
.btstrp .input-group-sm > .input-group-prepend > .btn,
.btstrp .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.05rem;
  line-height: 1.2;
  border-radius: 0;
}
.btstrp .input-group-lg > .custom-select,
.btstrp .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.btstrp .input-group > .input-group-prepend > .btn,
.btstrp .input-group > .input-group-prepend > .input-group-text,
.btstrp .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.btstrp .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.btstrp .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.btstrp .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.btstrp .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.btstrp .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btstrp .input-group > .input-group-append > .btn,
.btstrp .input-group > .input-group-append > .input-group-text,
.btstrp .input-group > .input-group-prepend:not(:first-child) > .btn,
.btstrp .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.btstrp .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.btstrp .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btstrp .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.8rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.btstrp .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.btstrp .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.4rem;
  opacity: 0;
}
.btstrp .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #32C1B5;
  background-color: #32C1B5;
}
.btstrp .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(50, 193, 181, 0.25);
}
.btstrp .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(144.2037037037, 226.2962962963, 219.4074074074);
}
.btstrp .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(184.7098765432, 236.7901234568, 232.4197530864);
  border-color: rgb(184.7098765432, 236.7901234568, 232.4197530864);
}
.btstrp .custom-control-input[disabled] ~ .custom-control-label, .btstrp .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.btstrp .custom-control-input[disabled] ~ .custom-control-label::before, .btstrp .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.btstrp .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.btstrp .custom-control-label::before {
  position: absolute;
  top: 0.4rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.btstrp .custom-control-label::after {
  position: absolute;
  top: 0.4rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.btstrp .custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.btstrp .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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.btstrp .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #32C1B5;
  background-color: #32C1B5;
}
.btstrp .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' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.btstrp .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(50, 193, 181, 0.5);
}
.btstrp .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(50, 193, 181, 0.5);
}
.btstrp .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.btstrp .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' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.btstrp .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(50, 193, 181, 0.5);
}
.btstrp .custom-switch {
  padding-left: 2.25rem;
}
.btstrp .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.btstrp .custom-switch .custom-control-label::after {
  top: calc(0.4rem + 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) {
  .btstrp .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.btstrp .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.btstrp .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(50, 193, 181, 0.5);
}
.btstrp .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-family: dm-sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4D494D;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23393739' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btstrp .custom-select:focus {
  border-color: rgb(144.2037037037, 226.2962962963, 219.4074074074);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 193, 181, 0.25);
}
.btstrp .custom-select:focus::-ms-value {
  color: #4D494D;
  background-color: #fff;
}
.btstrp .custom-select[multiple], .btstrp .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.btstrp .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.btstrp .custom-select::-ms-expand {
  display: none;
}
.btstrp .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #4D494D;
}
.btstrp .custom-select-sm {
  height: calc(1.2em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.05rem;
}
.btstrp .custom-select-lg {
  height: calc(1.4em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.5rem;
}
.btstrp .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.btstrp .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.btstrp .custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(144.2037037037, 226.2962962963, 219.4074074074);
  box-shadow: 0 0 0 0.2rem rgba(50, 193, 181, 0.25);
}
.btstrp .custom-file-input[disabled] ~ .custom-file-label, .btstrp .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.btstrp .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.btstrp .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.btstrp .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;
  overflow: hidden;
  font-family: dm-sans, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #4D494D;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.btstrp .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: #4D494D;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0;
}
.btstrp .custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btstrp .custom-range:focus {
  outline: 0;
}
.btstrp .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(50, 193, 181, 0.25);
}
.btstrp .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(50, 193, 181, 0.25);
}
.btstrp .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(50, 193, 181, 0.25);
}
.btstrp .custom-range::-moz-focus-outer {
  border: 0;
}
.btstrp .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #32C1B5;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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) {
  .btstrp .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.btstrp .custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}
.btstrp .custom-range::-webkit-slider-thumb:active {
  background-color: rgb(184.7098765432, 236.7901234568, 232.4197530864);
}
.btstrp .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.btstrp .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #32C1B5;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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) {
  .btstrp .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.btstrp .custom-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
}
.btstrp .custom-range::-moz-range-thumb:active {
  background-color: rgb(184.7098765432, 236.7901234568, 232.4197530864);
}
.btstrp .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.btstrp .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #32C1B5;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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) {
  .btstrp .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.btstrp .custom-range::-ms-thumb {
  appearance: none;
}
.btstrp .custom-range::-ms-thumb:active {
  background-color: rgb(184.7098765432, 236.7901234568, 232.4197530864);
}
.btstrp .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.btstrp .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.btstrp .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.btstrp .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.btstrp .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.btstrp .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.btstrp .custom-range:disabled::-moz-range-track {
  cursor: default;
}
.btstrp .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.btstrp .custom-control-label::before,
.btstrp .custom-file-label,
.btstrp .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) {
  .btstrp .custom-control-label::before,
  .btstrp .custom-file-label,
  .btstrp .custom-select {
    transition: none;
  }
}
.btstrp .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.btstrp .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.btstrp .nav-link:hover, .btstrp .nav-link:focus {
  text-decoration: none;
}
.btstrp .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.btstrp .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.btstrp .nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btstrp .nav-tabs .nav-link:hover, .btstrp .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.btstrp .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.btstrp .nav-tabs .nav-link.active,
.btstrp .nav-tabs .nav-item.show .nav-link {
  color: #4D494D;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.btstrp .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btstrp .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0;
}
.btstrp .nav-pills .nav-link.active,
.btstrp .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #32C1B5;
}
.btstrp .nav-fill > .nav-link,
.btstrp .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.btstrp .nav-justified > .nav-link,
.btstrp .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.btstrp .tab-content > .tab-pane {
  display: none;
}
.btstrp .tab-content > .active {
  display: block;
}
.btstrp .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.btstrp .navbar .container,
.btstrp .navbar .container-fluid,
.btstrp .navbar .container-sm,
.btstrp .navbar .container-md,
.btstrp .navbar .container-lg,
.btstrp .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.btstrp .navbar-brand {
  display: inline-block;
  padding-top: 0.275rem;
  padding-bottom: 0.275rem;
  margin-right: 1rem;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: nowrap;
}
.btstrp .navbar-brand:hover, .btstrp .navbar-brand:focus {
  text-decoration: none;
}
.btstrp .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.btstrp .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.btstrp .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.btstrp .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.btstrp .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.btstrp .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.btstrp .navbar-toggler:hover, .btstrp .navbar-toggler:focus {
  text-decoration: none;
}
.btstrp .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.btstrp .navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 479.98px) {
  .btstrp .navbar-expand-sm > .container,
  .btstrp .navbar-expand-sm > .container-fluid,
  .btstrp .navbar-expand-sm > .container-sm,
  .btstrp .navbar-expand-sm > .container-md,
  .btstrp .navbar-expand-sm > .container-lg,
  .btstrp .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 480px) {
  .btstrp .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .btstrp .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .btstrp .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .btstrp .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .btstrp .navbar-expand-sm > .container,
  .btstrp .navbar-expand-sm > .container-fluid,
  .btstrp .navbar-expand-sm > .container-sm,
  .btstrp .navbar-expand-sm > .container-md,
  .btstrp .navbar-expand-sm > .container-lg,
  .btstrp .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .btstrp .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .btstrp .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .btstrp .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 689.98px) {
  .btstrp .navbar-expand-md > .container,
  .btstrp .navbar-expand-md > .container-fluid,
  .btstrp .navbar-expand-md > .container-sm,
  .btstrp .navbar-expand-md > .container-md,
  .btstrp .navbar-expand-md > .container-lg,
  .btstrp .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 690px) {
  .btstrp .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .btstrp .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .btstrp .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .btstrp .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .btstrp .navbar-expand-md > .container,
  .btstrp .navbar-expand-md > .container-fluid,
  .btstrp .navbar-expand-md > .container-sm,
  .btstrp .navbar-expand-md > .container-md,
  .btstrp .navbar-expand-md > .container-lg,
  .btstrp .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .btstrp .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .btstrp .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .btstrp .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 999.98px) {
  .btstrp .navbar-expand-lg > .container,
  .btstrp .navbar-expand-lg > .container-fluid,
  .btstrp .navbar-expand-lg > .container-sm,
  .btstrp .navbar-expand-lg > .container-md,
  .btstrp .navbar-expand-lg > .container-lg,
  .btstrp .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1000px) {
  .btstrp .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .btstrp .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .btstrp .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .btstrp .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .btstrp .navbar-expand-lg > .container,
  .btstrp .navbar-expand-lg > .container-fluid,
  .btstrp .navbar-expand-lg > .container-sm,
  .btstrp .navbar-expand-lg > .container-md,
  .btstrp .navbar-expand-lg > .container-lg,
  .btstrp .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .btstrp .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .btstrp .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .btstrp .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1189.98px) {
  .btstrp .navbar-expand-xl > .container,
  .btstrp .navbar-expand-xl > .container-fluid,
  .btstrp .navbar-expand-xl > .container-sm,
  .btstrp .navbar-expand-xl > .container-md,
  .btstrp .navbar-expand-xl > .container-lg,
  .btstrp .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1190px) {
  .btstrp .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .btstrp .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .btstrp .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .btstrp .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .btstrp .navbar-expand-xl > .container,
  .btstrp .navbar-expand-xl > .container-fluid,
  .btstrp .navbar-expand-xl > .container-sm,
  .btstrp .navbar-expand-xl > .container-md,
  .btstrp .navbar-expand-xl > .container-lg,
  .btstrp .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .btstrp .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .btstrp .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .btstrp .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.btstrp .navbar-expand > .container,
.btstrp .navbar-expand > .container-fluid,
.btstrp .navbar-expand > .container-sm,
.btstrp .navbar-expand > .container-md,
.btstrp .navbar-expand > .container-lg,
.btstrp .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.btstrp .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.btstrp .navbar-expand .navbar-nav {
  flex-direction: row;
}
.btstrp .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.btstrp .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.btstrp .navbar-expand > .container,
.btstrp .navbar-expand > .container-fluid,
.btstrp .navbar-expand > .container-sm,
.btstrp .navbar-expand > .container-md,
.btstrp .navbar-expand > .container-lg,
.btstrp .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.btstrp .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.btstrp .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.btstrp .navbar-expand .navbar-toggler {
  display: none;
}
.btstrp .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.btstrp .navbar-light .navbar-brand:hover, .btstrp .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.btstrp .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.btstrp .navbar-light .navbar-nav .nav-link:hover, .btstrp .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.btstrp .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.btstrp .navbar-light .navbar-nav .show > .nav-link,
.btstrp .navbar-light .navbar-nav .active > .nav-link,
.btstrp .navbar-light .navbar-nav .nav-link.show,
.btstrp .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.btstrp .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.btstrp .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.btstrp .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.btstrp .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.btstrp .navbar-light .navbar-text a:hover, .btstrp .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.btstrp .navbar-dark .navbar-brand {
  color: #fff;
}
.btstrp .navbar-dark .navbar-brand:hover, .btstrp .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.btstrp .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.btstrp .navbar-dark .navbar-nav .nav-link:hover, .btstrp .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.btstrp .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.btstrp .navbar-dark .navbar-nav .show > .nav-link,
.btstrp .navbar-dark .navbar-nav .active > .nav-link,
.btstrp .navbar-dark .navbar-nav .nav-link.show,
.btstrp .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.btstrp .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.btstrp .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.btstrp .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.btstrp .navbar-dark .navbar-text a {
  color: #fff;
}
.btstrp .navbar-dark .navbar-text a:hover, .btstrp .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.btstrp .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;
}
.btstrp .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.btstrp .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.btstrp .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btstrp .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btstrp .card > .card-header + .list-group,
.btstrp .card > .list-group + .card-footer {
  border-top: 0;
}
.btstrp .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.btstrp .card-title {
  margin-bottom: 0.75rem;
}
.btstrp .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.btstrp .card-text:last-child {
  margin-bottom: 0;
}
.btstrp .card-link:hover {
  text-decoration: none;
}
.btstrp .card-link + .card-link {
  margin-left: 1.25rem;
}
.btstrp .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);
}
.btstrp .card-header:first-child {
  border-radius: 0 0 0 0;
}
.btstrp .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);
}
.btstrp .card-footer:last-child {
  border-radius: 0 0 0 0;
}
.btstrp .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.btstrp .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.btstrp .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 0;
}
.btstrp .card-img,
.btstrp .card-img-top,
.btstrp .card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.btstrp .card-img,
.btstrp .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btstrp .card-img,
.btstrp .card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btstrp .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .btstrp .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .btstrp .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.btstrp .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .btstrp .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .btstrp .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .btstrp .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .btstrp .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .btstrp .card-group > .card:not(:last-child) .card-img-top,
  .btstrp .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .btstrp .card-group > .card:not(:last-child) .card-img-bottom,
  .btstrp .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .btstrp .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btstrp .card-group > .card:not(:first-child) .card-img-top,
  .btstrp .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .btstrp .card-group > .card:not(:first-child) .card-img-bottom,
  .btstrp .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.btstrp .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 480px) {
  .btstrp .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .btstrp .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.btstrp .accordion {
  overflow-anchor: none;
}
.btstrp .accordion > .card {
  overflow: hidden;
}
.btstrp .accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btstrp .accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btstrp .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.btstrp .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0;
}
.btstrp .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.btstrp .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.btstrp .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.btstrp .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.btstrp .breadcrumb-item.active {
  color: #6c757d;
}
.btstrp .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}
.btstrp .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #32C1B5;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.btstrp .page-link:hover {
  z-index: 2;
  color: rgb(34.2592592593, 132.2407407407, 124.0185185185);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.btstrp .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 193, 181, 0.25);
}
.btstrp .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btstrp .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btstrp .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #32C1B5;
  border-color: #32C1B5;
}
.btstrp .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.btstrp .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.4;
}
.btstrp .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btstrp .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btstrp .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.05rem;
  line-height: 1.2;
}
.btstrp .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btstrp .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btstrp .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;
  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) {
  .btstrp .badge {
    transition: none;
  }
}
a.btstrp .badge:hover, a.btstrp .badge:focus {
  text-decoration: none;
}

.btstrp .badge:empty {
  display: none;
}
.btstrp .btn .badge {
  position: relative;
  top: -1px;
}
.btstrp .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.btstrp .badge-primary {
  color: #fff;
  background-color: #32C1B5;
}
a.btstrp .badge-primary:hover, a.btstrp .badge-primary:focus {
  color: #fff;
  background-color: rgb(39.5061728395, 152.4938271605, 143.012345679);
}
a.btstrp .badge-primary:focus, a.btstrp .badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 193, 181, 0.5);
}

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

.btstrp .badge-success {
  color: #fff;
  background-color: #247361;
}
a.btstrp .badge-success:hover, a.btstrp .badge-success:focus {
  color: #fff;
  background-color: rgb(23.8410596026, 76.1589403974, 64.238410596);
}
a.btstrp .badge-success:focus, a.btstrp .badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(36, 115, 97, 0.5);
}

.btstrp .badge-info {
  color: #242124;
  background-color: #A7C6DA;
}
a.btstrp .badge-info:hover, a.btstrp .badge-info:focus {
  color: #242124;
  background-color: rgb(131.096, 174.744, 202.904);
}
a.btstrp .badge-info:focus, a.btstrp .badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(167, 198, 218, 0.5);
}

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

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

.btstrp .badge-light {
  color: #242124;
  background-color: #f5f5f5;
}
a.btstrp .badge-light:hover, a.btstrp .badge-light:focus {
  color: #242124;
  background-color: rgb(219.5, 219.5, 219.5);
}
a.btstrp .badge-light:focus, a.btstrp .badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.btstrp .badge-dark {
  color: #fff;
  background-color: #393739;
}
a.btstrp .badge-dark:hover, a.btstrp .badge-dark:focus {
  color: #fff;
  background-color: rgb(31.0446428571, 29.9553571429, 31.0446428571);
}
a.btstrp .badge-dark:focus, a.btstrp .badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(57, 55, 57, 0.5);
}

.btstrp .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0;
}
@media (min-width: 480px) {
  .btstrp .jumbotron {
    padding: 4rem 2rem;
  }
}
.btstrp .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.btstrp .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}
.btstrp .alert-heading {
  color: inherit;
}
.btstrp .alert-link {
  font-weight: 700;
}
.btstrp .alert-dismissible {
  padding-right: 4.3rem;
}
.btstrp .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.btstrp .alert-primary {
  color: rgb(26, 100.36, 94.12);
  background-color: rgb(214, 242.6, 240.2);
  border-color: rgb(197.6, 237.64, 234.28);
}
.btstrp .alert-primary hr {
  border-top-color: rgb(178.0213483146, 231.7186516854, 227.2125842697);
}
.btstrp .alert-primary .alert-link {
  color: rgb(15.5061728395, 59.8538271605, 56.132345679);
}
.btstrp .alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.btstrp .alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.btstrp .alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}
.btstrp .alert-success {
  color: rgb(18.72, 59.8, 50.44);
  background-color: rgb(211.2, 227, 223.4);
  border-color: rgb(193.68, 215.8, 210.76);
}
.btstrp .alert-success hr {
  border-top-color: rgb(178.1242896936, 205.8557103064, 199.5371587744);
}
.btstrp .alert-success .alert-link {
  color: rgb(6.5610596026, 20.9589403974, 17.678410596);
}
.btstrp .alert-info {
  color: rgb(86.84, 102.96, 113.36);
  background-color: rgb(237.4, 243.6, 247.6);
  border-color: rgb(230.36, 239.04, 244.64);
}
.btstrp .alert-info hr {
  border-top-color: rgb(212.408, 227.412, 237.092);
}
.btstrp .alert-info .alert-link {
  color: rgb(64.7179220779, 76.7314285714, 84.4820779221);
}
.btstrp .alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.btstrp .alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.btstrp .alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}
.btstrp .alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.btstrp .alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.btstrp .alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}
.btstrp .alert-light {
  color: rgb(127.4, 127.4, 127.4);
  background-color: #fdfdfd;
  border-color: rgb(252.2, 252.2, 252.2);
}
.btstrp .alert-light hr {
  border-top-color: rgb(239.45, 239.45, 239.45);
}
.btstrp .alert-light .alert-link {
  color: rgb(101.9, 101.9, 101.9);
}
.btstrp .alert-dark {
  color: rgb(29.64, 28.6, 29.64);
  background-color: rgb(215.4, 215, 215.4);
  border-color: rgb(199.56, 199, 199.56);
}
.btstrp .alert-dark hr {
  border-top-color: rgb(186.8740703518, 186.1859296482, 186.8740703518);
}
.btstrp .alert-dark .alert-link {
  color: rgb(3.6846428571, 3.5553571429, 3.6846428571);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.btstrp .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.9rem;
  background-color: #e9ecef;
  border-radius: 0;
}
.btstrp .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #32C1B5;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .btstrp .progress-bar {
    transition: none;
  }
}
.btstrp .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;
}
.btstrp .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .btstrp .progress-bar-animated {
    animation: none;
  }
}
.btstrp .media {
  display: flex;
  align-items: flex-start;
}
.btstrp .media-body {
  flex: 1;
}
.btstrp .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.btstrp .list-group-item-action {
  width: 100%;
  color: #4D494D;
  text-align: inherit;
}
.btstrp .list-group-item-action:hover, .btstrp .list-group-item-action:focus {
  z-index: 1;
  color: #4D494D;
  text-decoration: none;
  background-color: #f5f5f5;
}
.btstrp .list-group-item-action:active {
  color: #242124;
  background-color: #e9ecef;
}
.btstrp .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.btstrp .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.btstrp .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.btstrp .list-group-item.disabled, .btstrp .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.btstrp .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #32C1B5;
  border-color: #32C1B5;
}
.btstrp .list-group-item + .btstrp .list-group-item {
  border-top-width: 0;
}
.btstrp .list-group-item + .btstrp .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.btstrp .list-group-horizontal {
  flex-direction: row;
}
.btstrp .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.btstrp .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btstrp .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.btstrp .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.btstrp .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 480px) {
  .btstrp .list-group-horizontal-sm {
    flex-direction: row;
  }
  .btstrp .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .btstrp .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btstrp .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .btstrp .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .btstrp .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 690px) {
  .btstrp .list-group-horizontal-md {
    flex-direction: row;
  }
  .btstrp .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .btstrp .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btstrp .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .btstrp .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .btstrp .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1000px) {
  .btstrp .list-group-horizontal-lg {
    flex-direction: row;
  }
  .btstrp .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .btstrp .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btstrp .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .btstrp .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .btstrp .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1190px) {
  .btstrp .list-group-horizontal-xl {
    flex-direction: row;
  }
  .btstrp .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .btstrp .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btstrp .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .btstrp .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .btstrp .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.btstrp .list-group-flush {
  border-radius: 0;
}
.btstrp .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.btstrp .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.btstrp .list-group-item-primary {
  color: rgb(26, 100.36, 94.12);
  background-color: rgb(197.6, 237.64, 234.28);
}
.btstrp .list-group-item-primary.list-group-item-action:hover, .btstrp .list-group-item-primary.list-group-item-action:focus {
  color: rgb(26, 100.36, 94.12);
  background-color: rgb(178.0213483146, 231.7186516854, 227.2125842697);
}
.btstrp .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(26, 100.36, 94.12);
  border-color: rgb(26, 100.36, 94.12);
}
.btstrp .list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.btstrp .list-group-item-secondary.list-group-item-action:hover, .btstrp .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.btstrp .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}
.btstrp .list-group-item-success {
  color: rgb(18.72, 59.8, 50.44);
  background-color: rgb(193.68, 215.8, 210.76);
}
.btstrp .list-group-item-success.list-group-item-action:hover, .btstrp .list-group-item-success.list-group-item-action:focus {
  color: rgb(18.72, 59.8, 50.44);
  background-color: rgb(178.1242896936, 205.8557103064, 199.5371587744);
}
.btstrp .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(18.72, 59.8, 50.44);
  border-color: rgb(18.72, 59.8, 50.44);
}
.btstrp .list-group-item-info {
  color: rgb(86.84, 102.96, 113.36);
  background-color: rgb(230.36, 239.04, 244.64);
}
.btstrp .list-group-item-info.list-group-item-action:hover, .btstrp .list-group-item-info.list-group-item-action:focus {
  color: rgb(86.84, 102.96, 113.36);
  background-color: rgb(212.408, 227.412, 237.092);
}
.btstrp .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(86.84, 102.96, 113.36);
  border-color: rgb(86.84, 102.96, 113.36);
}
.btstrp .list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.btstrp .list-group-item-warning.list-group-item-action:hover, .btstrp .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.btstrp .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}
.btstrp .list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.btstrp .list-group-item-danger.list-group-item-action:hover, .btstrp .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.btstrp .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}
.btstrp .list-group-item-light {
  color: rgb(127.4, 127.4, 127.4);
  background-color: rgb(252.2, 252.2, 252.2);
}
.btstrp .list-group-item-light.list-group-item-action:hover, .btstrp .list-group-item-light.list-group-item-action:focus {
  color: rgb(127.4, 127.4, 127.4);
  background-color: rgb(239.45, 239.45, 239.45);
}
.btstrp .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(127.4, 127.4, 127.4);
  border-color: rgb(127.4, 127.4, 127.4);
}
.btstrp .list-group-item-dark {
  color: rgb(29.64, 28.6, 29.64);
  background-color: rgb(199.56, 199, 199.56);
}
.btstrp .list-group-item-dark.list-group-item-action:hover, .btstrp .list-group-item-dark.list-group-item-action:focus {
  color: rgb(29.64, 28.6, 29.64);
  background-color: rgb(186.8740703518, 186.1859296482, 186.8740703518);
}
.btstrp .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(29.64, 28.6, 29.64);
  border-color: rgb(29.64, 28.6, 29.64);
}
.btstrp .close {
  float: right;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.btstrp .close:hover {
  color: #000;
  text-decoration: none;
}
.btstrp .close:not(:disabled):not(.disabled):hover, .btstrp .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
.btstrp button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.btstrp a.close.disabled {
  pointer-events: none;
}
.btstrp .modal-open {
  overflow: hidden;
}
.btstrp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.btstrp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.btstrp .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .btstrp .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .btstrp .modal-dialog {
    transition: none;
  }
}
.modal.fade .btstrp .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .btstrp .modal-dialog {
  transform: none;
}
.modal.modal-static .btstrp .modal-dialog {
  transform: scale(1.02);
}
.btstrp .modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.btstrp .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.btstrp .modal-dialog-scrollable .modal-header,
.btstrp .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.btstrp .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.btstrp .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.btstrp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.btstrp .modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.btstrp .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.btstrp .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.btstrp .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;
  outline: 0;
}
.btstrp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.btstrp .modal-backdrop.fade {
  opacity: 0;
}
.btstrp .modal-backdrop.show {
  opacity: 0.5;
}
.btstrp .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;
  border-top-right-radius: 0;
}
.btstrp .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.btstrp .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.btstrp .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.btstrp .modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btstrp .modal-footer > * {
  margin: 0.25rem;
}
.btstrp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 480px) {
  .btstrp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .btstrp .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .btstrp .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .btstrp .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .btstrp .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .btstrp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1000px) {
  .btstrp .modal-lg,
  .btstrp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1190px) {
  .btstrp .modal-xl {
    max-width: 1140px;
  }
}
.btstrp .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Arial, Verdana;
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 1.05rem;
  word-wrap: break-word;
  opacity: 0;
}
.btstrp .tooltip.show {
  opacity: 0.9;
}
.btstrp .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.btstrp .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.btstrp .bs-tooltip-top, .btstrp .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.btstrp .bs-tooltip-top .arrow, .btstrp .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.btstrp .bs-tooltip-top .arrow::before, .btstrp .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.btstrp .bs-tooltip-right, .btstrp .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.btstrp .bs-tooltip-right .arrow, .btstrp .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.btstrp .bs-tooltip-right .arrow::before, .btstrp .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.btstrp .bs-tooltip-bottom, .btstrp .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.btstrp .bs-tooltip-bottom .arrow, .btstrp .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.btstrp .bs-tooltip-bottom .arrow::before, .btstrp .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.btstrp .bs-tooltip-left, .btstrp .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.btstrp .bs-tooltip-left .arrow, .btstrp .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.btstrp .bs-tooltip-left .arrow::before, .btstrp .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.btstrp .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.btstrp .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Arial, Verdana;
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 1.05rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.btstrp .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0;
}
.btstrp .popover .arrow::before, .btstrp .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.btstrp .bs-popover-top, .btstrp .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.btstrp .bs-popover-top > .arrow, .btstrp .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.btstrp .bs-popover-top > .arrow::before, .btstrp .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);
}
.btstrp .bs-popover-top > .arrow::after, .btstrp .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.btstrp .bs-popover-right, .btstrp .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.btstrp .bs-popover-right > .arrow, .btstrp .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0 0;
}
.btstrp .bs-popover-right > .arrow::before, .btstrp .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);
}
.btstrp .bs-popover-right > .arrow::after, .btstrp .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.btstrp .bs-popover-bottom, .btstrp .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.btstrp .bs-popover-bottom > .arrow, .btstrp .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.btstrp .bs-popover-bottom > .arrow::before, .btstrp .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);
}
.btstrp .bs-popover-bottom > .arrow::after, .btstrp .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.btstrp .bs-popover-bottom .popover-header::before, .btstrp .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 rgb(247.35, 247.35, 247.35);
}
.btstrp .bs-popover-left, .btstrp .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.btstrp .bs-popover-left > .arrow, .btstrp .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0 0;
}
.btstrp .bs-popover-left > .arrow::before, .btstrp .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);
}
.btstrp .bs-popover-left > .arrow::after, .btstrp .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.btstrp .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btstrp .popover-header:empty {
  display: none;
}
.btstrp .popover-body {
  padding: 0.5rem 0.75rem;
  color: #242124;
}
.btstrp .carousel {
  position: relative;
}
.btstrp .carousel.pointer-event {
  touch-action: pan-y;
}
.btstrp .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.btstrp .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.btstrp .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) {
  .btstrp .carousel-item {
    transition: none;
  }
}
.btstrp .carousel-item.active,
.btstrp .carousel-item-next,
.btstrp .carousel-item-prev {
  display: block;
}
.btstrp .carousel-item-next:not(.carousel-item-left),
.btstrp .active.carousel-item-right {
  transform: translateX(100%);
}
.btstrp .carousel-item-prev:not(.carousel-item-right),
.btstrp .active.carousel-item-left {
  transform: translateX(-100%);
}
.btstrp .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.btstrp .carousel-fade .carousel-item.active,
.btstrp .carousel-fade .carousel-item-next.carousel-item-left,
.btstrp .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.btstrp .carousel-fade .active.carousel-item-left,
.btstrp .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .btstrp .carousel-fade .active.carousel-item-left,
  .btstrp .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.btstrp .carousel-control-prev,
.btstrp .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .btstrp .carousel-control-prev,
  .btstrp .carousel-control-next {
    transition: none;
  }
}
.btstrp .carousel-control-prev:hover, .btstrp .carousel-control-prev:focus,
.btstrp .carousel-control-next:hover,
.btstrp .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.btstrp .carousel-control-prev {
  left: 0;
}
.btstrp .carousel-control-next {
  right: 0;
}
.btstrp .carousel-control-prev-icon,
.btstrp .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.btstrp .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.btstrp .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.btstrp .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;
}
.btstrp .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) {
  .btstrp .carousel-indicators li {
    transition: none;
  }
}
.btstrp .carousel-indicators .active {
  opacity: 1;
}
.btstrp .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.btstrp .align-baseline {
  vertical-align: baseline !important;
}
.btstrp .align-top {
  vertical-align: top !important;
}
.btstrp .align-middle {
  vertical-align: middle !important;
}
.btstrp .align-bottom {
  vertical-align: bottom !important;
}
.btstrp .align-text-bottom {
  vertical-align: text-bottom !important;
}
.btstrp .align-text-top {
  vertical-align: text-top !important;
}
.btstrp .bg-primary {
  background-color: #32C1B5 !important;
}
.btstrp a.bg-primary:hover, .btstrp a.bg-primary:focus,
.btstrp button.bg-primary:hover,
.btstrp button.bg-primary:focus {
  background-color: rgb(39.5061728395, 152.4938271605, 143.012345679) !important;
}
.btstrp .bg-secondary {
  background-color: #6c757d !important;
}
.btstrp a.bg-secondary:hover, .btstrp a.bg-secondary:focus,
.btstrp button.bg-secondary:hover,
.btstrp button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}
.btstrp .bg-success {
  background-color: #247361 !important;
}
.btstrp a.bg-success:hover, .btstrp a.bg-success:focus,
.btstrp button.bg-success:hover,
.btstrp button.bg-success:focus {
  background-color: rgb(23.8410596026, 76.1589403974, 64.238410596) !important;
}
.btstrp .bg-info {
  background-color: #A7C6DA !important;
}
.btstrp a.bg-info:hover, .btstrp a.bg-info:focus,
.btstrp button.bg-info:hover,
.btstrp button.bg-info:focus {
  background-color: rgb(131.096, 174.744, 202.904) !important;
}
.btstrp .bg-warning {
  background-color: #ffc107 !important;
}
.btstrp a.bg-warning:hover, .btstrp a.bg-warning:focus,
.btstrp button.bg-warning:hover,
.btstrp button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}
.btstrp .bg-danger {
  background-color: #dc3545 !important;
}
.btstrp a.bg-danger:hover, .btstrp a.bg-danger:focus,
.btstrp button.bg-danger:hover,
.btstrp button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}
.btstrp .bg-light {
  background-color: #f5f5f5 !important;
}
.btstrp a.bg-light:hover, .btstrp a.bg-light:focus,
.btstrp button.bg-light:hover,
.btstrp button.bg-light:focus {
  background-color: rgb(219.5, 219.5, 219.5) !important;
}
.btstrp .bg-dark {
  background-color: #393739 !important;
}
.btstrp a.bg-dark:hover, .btstrp a.bg-dark:focus,
.btstrp button.bg-dark:hover,
.btstrp button.bg-dark:focus {
  background-color: rgb(31.0446428571, 29.9553571429, 31.0446428571) !important;
}
.btstrp .bg-white {
  background-color: #fff !important;
}
.btstrp .bg-transparent {
  background-color: transparent !important;
}
.btstrp .border {
  border: 1px solid #dee2e6 !important;
}
.btstrp .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.btstrp .border-right {
  border-right: 1px solid #dee2e6 !important;
}
.btstrp .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.btstrp .border-left {
  border-left: 1px solid #dee2e6 !important;
}
.btstrp .border-0 {
  border: 0 !important;
}
.btstrp .border-top-0 {
  border-top: 0 !important;
}
.btstrp .border-right-0 {
  border-right: 0 !important;
}
.btstrp .border-bottom-0 {
  border-bottom: 0 !important;
}
.btstrp .border-left-0 {
  border-left: 0 !important;
}
.btstrp .border-primary {
  border-color: #32C1B5 !important;
}
.btstrp .border-secondary {
  border-color: #6c757d !important;
}
.btstrp .border-success {
  border-color: #247361 !important;
}
.btstrp .border-info {
  border-color: #A7C6DA !important;
}
.btstrp .border-warning {
  border-color: #ffc107 !important;
}
.btstrp .border-danger {
  border-color: #dc3545 !important;
}
.btstrp .border-light {
  border-color: #f5f5f5 !important;
}
.btstrp .border-dark {
  border-color: #393739 !important;
}
.btstrp .border-white {
  border-color: #fff !important;
}
.btstrp .rounded-sm {
  border-radius: 0 !important;
}
.btstrp .rounded {
  border-radius: 0 !important;
}
.btstrp .rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.btstrp .rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.btstrp .rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.btstrp .rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.btstrp .rounded-lg {
  border-radius: 0 !important;
}
.btstrp .rounded-circle {
  border-radius: 50% !important;
}
.btstrp .rounded-pill {
  border-radius: 50rem !important;
}
.btstrp .rounded-0 {
  border-radius: 0 !important;
}
.btstrp .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.btstrp .d-none {
  display: none !important;
}
.btstrp .d-inline {
  display: inline !important;
}
.btstrp .d-inline-block {
  display: inline-block !important;
}
.btstrp .d-block {
  display: block !important;
}
.btstrp .d-table {
  display: table !important;
}
.btstrp .d-table-row {
  display: table-row !important;
}
.btstrp .d-table-cell {
  display: table-cell !important;
}
.btstrp .d-flex {
  display: flex !important;
}
.btstrp .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 480px) {
  .btstrp .d-sm-none {
    display: none !important;
  }
  .btstrp .d-sm-inline {
    display: inline !important;
  }
  .btstrp .d-sm-inline-block {
    display: inline-block !important;
  }
  .btstrp .d-sm-block {
    display: block !important;
  }
  .btstrp .d-sm-table {
    display: table !important;
  }
  .btstrp .d-sm-table-row {
    display: table-row !important;
  }
  .btstrp .d-sm-table-cell {
    display: table-cell !important;
  }
  .btstrp .d-sm-flex {
    display: flex !important;
  }
  .btstrp .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 690px) {
  .btstrp .d-md-none {
    display: none !important;
  }
  .btstrp .d-md-inline {
    display: inline !important;
  }
  .btstrp .d-md-inline-block {
    display: inline-block !important;
  }
  .btstrp .d-md-block {
    display: block !important;
  }
  .btstrp .d-md-table {
    display: table !important;
  }
  .btstrp .d-md-table-row {
    display: table-row !important;
  }
  .btstrp .d-md-table-cell {
    display: table-cell !important;
  }
  .btstrp .d-md-flex {
    display: flex !important;
  }
  .btstrp .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1000px) {
  .btstrp .d-lg-none {
    display: none !important;
  }
  .btstrp .d-lg-inline {
    display: inline !important;
  }
  .btstrp .d-lg-inline-block {
    display: inline-block !important;
  }
  .btstrp .d-lg-block {
    display: block !important;
  }
  .btstrp .d-lg-table {
    display: table !important;
  }
  .btstrp .d-lg-table-row {
    display: table-row !important;
  }
  .btstrp .d-lg-table-cell {
    display: table-cell !important;
  }
  .btstrp .d-lg-flex {
    display: flex !important;
  }
  .btstrp .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1190px) {
  .btstrp .d-xl-none {
    display: none !important;
  }
  .btstrp .d-xl-inline {
    display: inline !important;
  }
  .btstrp .d-xl-inline-block {
    display: inline-block !important;
  }
  .btstrp .d-xl-block {
    display: block !important;
  }
  .btstrp .d-xl-table {
    display: table !important;
  }
  .btstrp .d-xl-table-row {
    display: table-row !important;
  }
  .btstrp .d-xl-table-cell {
    display: table-cell !important;
  }
  .btstrp .d-xl-flex {
    display: flex !important;
  }
  .btstrp .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .btstrp .d-print-none {
    display: none !important;
  }
  .btstrp .d-print-inline {
    display: inline !important;
  }
  .btstrp .d-print-inline-block {
    display: inline-block !important;
  }
  .btstrp .d-print-block {
    display: block !important;
  }
  .btstrp .d-print-table {
    display: table !important;
  }
  .btstrp .d-print-table-row {
    display: table-row !important;
  }
  .btstrp .d-print-table-cell {
    display: table-cell !important;
  }
  .btstrp .d-print-flex {
    display: flex !important;
  }
  .btstrp .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.btstrp .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.btstrp .embed-responsive::before {
  display: block;
  content: "";
}
.btstrp .embed-responsive .embed-responsive-item,
.btstrp .embed-responsive iframe,
.btstrp .embed-responsive embed,
.btstrp .embed-responsive object,
.btstrp .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.btstrp .embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.btstrp .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.btstrp .embed-responsive-4by3::before {
  padding-top: 75%;
}
.btstrp .embed-responsive-1by1::before {
  padding-top: 100%;
}
.btstrp .embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.btstrp .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.btstrp .embed-responsive-4by3::before {
  padding-top: 75%;
}
.btstrp .embed-responsive-1by1::before {
  padding-top: 100%;
}
.btstrp .flex-row {
  flex-direction: row !important;
}
.btstrp .flex-column {
  flex-direction: column !important;
}
.btstrp .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.btstrp .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.btstrp .flex-wrap {
  flex-wrap: wrap !important;
}
.btstrp .flex-nowrap {
  flex-wrap: nowrap !important;
}
.btstrp .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.btstrp .flex-fill {
  flex: 1 1 auto !important;
}
.btstrp .flex-grow-0 {
  flex-grow: 0 !important;
}
.btstrp .flex-grow-1 {
  flex-grow: 1 !important;
}
.btstrp .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.btstrp .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.btstrp .justify-content-start {
  justify-content: flex-start !important;
}
.btstrp .justify-content-end {
  justify-content: flex-end !important;
}
.btstrp .justify-content-center {
  justify-content: center !important;
}
.btstrp .justify-content-between {
  justify-content: space-between !important;
}
.btstrp .justify-content-around {
  justify-content: space-around !important;
}
.btstrp .align-items-start {
  align-items: flex-start !important;
}
.btstrp .align-items-end {
  align-items: flex-end !important;
}
.btstrp .align-items-center {
  align-items: center !important;
}
.btstrp .align-items-baseline {
  align-items: baseline !important;
}
.btstrp .align-items-stretch {
  align-items: stretch !important;
}
.btstrp .align-content-start {
  align-content: flex-start !important;
}
.btstrp .align-content-end {
  align-content: flex-end !important;
}
.btstrp .align-content-center {
  align-content: center !important;
}
.btstrp .align-content-between {
  align-content: space-between !important;
}
.btstrp .align-content-around {
  align-content: space-around !important;
}
.btstrp .align-content-stretch {
  align-content: stretch !important;
}
.btstrp .align-self-auto {
  align-self: auto !important;
}
.btstrp .align-self-start {
  align-self: flex-start !important;
}
.btstrp .align-self-end {
  align-self: flex-end !important;
}
.btstrp .align-self-center {
  align-self: center !important;
}
.btstrp .align-self-baseline {
  align-self: baseline !important;
}
.btstrp .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 480px) {
  .btstrp .flex-sm-row {
    flex-direction: row !important;
  }
  .btstrp .flex-sm-column {
    flex-direction: column !important;
  }
  .btstrp .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .btstrp .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .btstrp .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .btstrp .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .btstrp .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .btstrp .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .btstrp .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .btstrp .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .btstrp .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .btstrp .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .btstrp .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .btstrp .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .btstrp .justify-content-sm-center {
    justify-content: center !important;
  }
  .btstrp .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .btstrp .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .btstrp .align-items-sm-start {
    align-items: flex-start !important;
  }
  .btstrp .align-items-sm-end {
    align-items: flex-end !important;
  }
  .btstrp .align-items-sm-center {
    align-items: center !important;
  }
  .btstrp .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .btstrp .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .btstrp .align-content-sm-start {
    align-content: flex-start !important;
  }
  .btstrp .align-content-sm-end {
    align-content: flex-end !important;
  }
  .btstrp .align-content-sm-center {
    align-content: center !important;
  }
  .btstrp .align-content-sm-between {
    align-content: space-between !important;
  }
  .btstrp .align-content-sm-around {
    align-content: space-around !important;
  }
  .btstrp .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .btstrp .align-self-sm-auto {
    align-self: auto !important;
  }
  .btstrp .align-self-sm-start {
    align-self: flex-start !important;
  }
  .btstrp .align-self-sm-end {
    align-self: flex-end !important;
  }
  .btstrp .align-self-sm-center {
    align-self: center !important;
  }
  .btstrp .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .btstrp .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 690px) {
  .btstrp .flex-md-row {
    flex-direction: row !important;
  }
  .btstrp .flex-md-column {
    flex-direction: column !important;
  }
  .btstrp .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .btstrp .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .btstrp .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .btstrp .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .btstrp .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .btstrp .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .btstrp .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .btstrp .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .btstrp .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .btstrp .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .btstrp .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .btstrp .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .btstrp .justify-content-md-center {
    justify-content: center !important;
  }
  .btstrp .justify-content-md-between {
    justify-content: space-between !important;
  }
  .btstrp .justify-content-md-around {
    justify-content: space-around !important;
  }
  .btstrp .align-items-md-start {
    align-items: flex-start !important;
  }
  .btstrp .align-items-md-end {
    align-items: flex-end !important;
  }
  .btstrp .align-items-md-center {
    align-items: center !important;
  }
  .btstrp .align-items-md-baseline {
    align-items: baseline !important;
  }
  .btstrp .align-items-md-stretch {
    align-items: stretch !important;
  }
  .btstrp .align-content-md-start {
    align-content: flex-start !important;
  }
  .btstrp .align-content-md-end {
    align-content: flex-end !important;
  }
  .btstrp .align-content-md-center {
    align-content: center !important;
  }
  .btstrp .align-content-md-between {
    align-content: space-between !important;
  }
  .btstrp .align-content-md-around {
    align-content: space-around !important;
  }
  .btstrp .align-content-md-stretch {
    align-content: stretch !important;
  }
  .btstrp .align-self-md-auto {
    align-self: auto !important;
  }
  .btstrp .align-self-md-start {
    align-self: flex-start !important;
  }
  .btstrp .align-self-md-end {
    align-self: flex-end !important;
  }
  .btstrp .align-self-md-center {
    align-self: center !important;
  }
  .btstrp .align-self-md-baseline {
    align-self: baseline !important;
  }
  .btstrp .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1000px) {
  .btstrp .flex-lg-row {
    flex-direction: row !important;
  }
  .btstrp .flex-lg-column {
    flex-direction: column !important;
  }
  .btstrp .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .btstrp .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .btstrp .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .btstrp .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .btstrp .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .btstrp .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .btstrp .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .btstrp .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .btstrp .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .btstrp .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .btstrp .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .btstrp .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .btstrp .justify-content-lg-center {
    justify-content: center !important;
  }
  .btstrp .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .btstrp .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .btstrp .align-items-lg-start {
    align-items: flex-start !important;
  }
  .btstrp .align-items-lg-end {
    align-items: flex-end !important;
  }
  .btstrp .align-items-lg-center {
    align-items: center !important;
  }
  .btstrp .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .btstrp .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .btstrp .align-content-lg-start {
    align-content: flex-start !important;
  }
  .btstrp .align-content-lg-end {
    align-content: flex-end !important;
  }
  .btstrp .align-content-lg-center {
    align-content: center !important;
  }
  .btstrp .align-content-lg-between {
    align-content: space-between !important;
  }
  .btstrp .align-content-lg-around {
    align-content: space-around !important;
  }
  .btstrp .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .btstrp .align-self-lg-auto {
    align-self: auto !important;
  }
  .btstrp .align-self-lg-start {
    align-self: flex-start !important;
  }
  .btstrp .align-self-lg-end {
    align-self: flex-end !important;
  }
  .btstrp .align-self-lg-center {
    align-self: center !important;
  }
  .btstrp .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .btstrp .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1190px) {
  .btstrp .flex-xl-row {
    flex-direction: row !important;
  }
  .btstrp .flex-xl-column {
    flex-direction: column !important;
  }
  .btstrp .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .btstrp .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .btstrp .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .btstrp .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .btstrp .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .btstrp .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .btstrp .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .btstrp .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .btstrp .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .btstrp .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .btstrp .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .btstrp .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .btstrp .justify-content-xl-center {
    justify-content: center !important;
  }
  .btstrp .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .btstrp .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .btstrp .align-items-xl-start {
    align-items: flex-start !important;
  }
  .btstrp .align-items-xl-end {
    align-items: flex-end !important;
  }
  .btstrp .align-items-xl-center {
    align-items: center !important;
  }
  .btstrp .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .btstrp .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .btstrp .align-content-xl-start {
    align-content: flex-start !important;
  }
  .btstrp .align-content-xl-end {
    align-content: flex-end !important;
  }
  .btstrp .align-content-xl-center {
    align-content: center !important;
  }
  .btstrp .align-content-xl-between {
    align-content: space-between !important;
  }
  .btstrp .align-content-xl-around {
    align-content: space-around !important;
  }
  .btstrp .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .btstrp .align-self-xl-auto {
    align-self: auto !important;
  }
  .btstrp .align-self-xl-start {
    align-self: flex-start !important;
  }
  .btstrp .align-self-xl-end {
    align-self: flex-end !important;
  }
  .btstrp .align-self-xl-center {
    align-self: center !important;
  }
  .btstrp .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .btstrp .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.btstrp .float-left {
  float: left !important;
}
.btstrp .float-right {
  float: right !important;
}
.btstrp .float-none {
  float: none !important;
}
@media (min-width: 480px) {
  .btstrp .float-sm-left {
    float: left !important;
  }
  .btstrp .float-sm-right {
    float: right !important;
  }
  .btstrp .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 690px) {
  .btstrp .float-md-left {
    float: left !important;
  }
  .btstrp .float-md-right {
    float: right !important;
  }
  .btstrp .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1000px) {
  .btstrp .float-lg-left {
    float: left !important;
  }
  .btstrp .float-lg-right {
    float: right !important;
  }
  .btstrp .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1190px) {
  .btstrp .float-xl-left {
    float: left !important;
  }
  .btstrp .float-xl-right {
    float: right !important;
  }
  .btstrp .float-xl-none {
    float: none !important;
  }
}
.btstrp .user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}
.btstrp .user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}
.btstrp .user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.btstrp .overflow-auto {
  overflow: auto !important;
}
.btstrp .overflow-hidden {
  overflow: hidden !important;
}
.btstrp .position-static {
  position: static !important;
}
.btstrp .position-relative {
  position: relative !important;
}
.btstrp .position-absolute {
  position: absolute !important;
}
.btstrp .position-fixed {
  position: fixed !important;
}
.btstrp .position-sticky {
  position: sticky !important;
}
.btstrp .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.btstrp .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .btstrp .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.btstrp .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.btstrp .sr-only-focusable:active, .btstrp .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.btstrp .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.btstrp .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.btstrp .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.btstrp .shadow-none {
  box-shadow: none !important;
}
.btstrp .w-25 {
  width: 25% !important;
}
.btstrp .w-50 {
  width: 50% !important;
}
.btstrp .w-75 {
  width: 75% !important;
}
.btstrp .w-100 {
  width: 100% !important;
}
.btstrp .w-auto {
  width: auto !important;
}
.btstrp .h-25 {
  height: 25% !important;
}
.btstrp .h-50 {
  height: 50% !important;
}
.btstrp .h-75 {
  height: 75% !important;
}
.btstrp .h-100 {
  height: 100% !important;
}
.btstrp .h-auto {
  height: auto !important;
}
.btstrp .mw-100 {
  max-width: 100% !important;
}
.btstrp .mh-100 {
  max-height: 100% !important;
}
.btstrp .min-vw-100 {
  min-width: 100vw !important;
}
.btstrp .min-vh-100 {
  min-height: 100vh !important;
}
.btstrp .vw-100 {
  width: 100vw !important;
}
.btstrp .vh-100 {
  height: 100vh !important;
}
.btstrp .m-0 {
  margin: 0 !important;
}
.btstrp .mt-0,
.btstrp .my-0 {
  margin-top: 0 !important;
}
.btstrp .mr-0,
.btstrp .mx-0 {
  margin-right: 0 !important;
}
.btstrp .mb-0,
.btstrp .my-0 {
  margin-bottom: 0 !important;
}
.btstrp .ml-0,
.btstrp .mx-0 {
  margin-left: 0 !important;
}
.btstrp .m-1 {
  margin: 0.25rem !important;
}
.btstrp .mt-1,
.btstrp .my-1 {
  margin-top: 0.25rem !important;
}
.btstrp .mr-1,
.btstrp .mx-1 {
  margin-right: 0.25rem !important;
}
.btstrp .mb-1,
.btstrp .my-1 {
  margin-bottom: 0.25rem !important;
}
.btstrp .ml-1,
.btstrp .mx-1 {
  margin-left: 0.25rem !important;
}
.btstrp .m-2 {
  margin: 0.5rem !important;
}
.btstrp .mt-2,
.btstrp .my-2 {
  margin-top: 0.5rem !important;
}
.btstrp .mr-2,
.btstrp .mx-2 {
  margin-right: 0.5rem !important;
}
.btstrp .mb-2,
.btstrp .my-2 {
  margin-bottom: 0.5rem !important;
}
.btstrp .ml-2,
.btstrp .mx-2 {
  margin-left: 0.5rem !important;
}
.btstrp .m-3 {
  margin: 1rem !important;
}
.btstrp .mt-3,
.btstrp .my-3 {
  margin-top: 1rem !important;
}
.btstrp .mr-3,
.btstrp .mx-3 {
  margin-right: 1rem !important;
}
.btstrp .mb-3,
.btstrp .my-3 {
  margin-bottom: 1rem !important;
}
.btstrp .ml-3,
.btstrp .mx-3 {
  margin-left: 1rem !important;
}
.btstrp .m-4 {
  margin: 1.5rem !important;
}
.btstrp .mt-4,
.btstrp .my-4 {
  margin-top: 1.5rem !important;
}
.btstrp .mr-4,
.btstrp .mx-4 {
  margin-right: 1.5rem !important;
}
.btstrp .mb-4,
.btstrp .my-4 {
  margin-bottom: 1.5rem !important;
}
.btstrp .ml-4,
.btstrp .mx-4 {
  margin-left: 1.5rem !important;
}
.btstrp .m-5 {
  margin: 3rem !important;
}
.btstrp .mt-5,
.btstrp .my-5 {
  margin-top: 3rem !important;
}
.btstrp .mr-5,
.btstrp .mx-5 {
  margin-right: 3rem !important;
}
.btstrp .mb-5,
.btstrp .my-5 {
  margin-bottom: 3rem !important;
}
.btstrp .ml-5,
.btstrp .mx-5 {
  margin-left: 3rem !important;
}
.btstrp .m-6 {
  margin: 4.5rem !important;
}
.btstrp .mt-6,
.btstrp .my-6 {
  margin-top: 4.5rem !important;
}
.btstrp .mr-6,
.btstrp .mx-6 {
  margin-right: 4.5rem !important;
}
.btstrp .mb-6,
.btstrp .my-6 {
  margin-bottom: 4.5rem !important;
}
.btstrp .ml-6,
.btstrp .mx-6 {
  margin-left: 4.5rem !important;
}
.btstrp .m-7 {
  margin: 6rem !important;
}
.btstrp .mt-7,
.btstrp .my-7 {
  margin-top: 6rem !important;
}
.btstrp .mr-7,
.btstrp .mx-7 {
  margin-right: 6rem !important;
}
.btstrp .mb-7,
.btstrp .my-7 {
  margin-bottom: 6rem !important;
}
.btstrp .ml-7,
.btstrp .mx-7 {
  margin-left: 6rem !important;
}
.btstrp .p-0 {
  padding: 0 !important;
}
.btstrp .pt-0,
.btstrp .py-0 {
  padding-top: 0 !important;
}
.btstrp .pr-0,
.btstrp .px-0 {
  padding-right: 0 !important;
}
.btstrp .pb-0,
.btstrp .py-0 {
  padding-bottom: 0 !important;
}
.btstrp .pl-0,
.btstrp .px-0 {
  padding-left: 0 !important;
}
.btstrp .p-1 {
  padding: 0.25rem !important;
}
.btstrp .pt-1,
.btstrp .py-1 {
  padding-top: 0.25rem !important;
}
.btstrp .pr-1,
.btstrp .px-1 {
  padding-right: 0.25rem !important;
}
.btstrp .pb-1,
.btstrp .py-1 {
  padding-bottom: 0.25rem !important;
}
.btstrp .pl-1,
.btstrp .px-1 {
  padding-left: 0.25rem !important;
}
.btstrp .p-2 {
  padding: 0.5rem !important;
}
.btstrp .pt-2,
.btstrp .py-2 {
  padding-top: 0.5rem !important;
}
.btstrp .pr-2,
.btstrp .px-2 {
  padding-right: 0.5rem !important;
}
.btstrp .pb-2,
.btstrp .py-2 {
  padding-bottom: 0.5rem !important;
}
.btstrp .pl-2,
.btstrp .px-2 {
  padding-left: 0.5rem !important;
}
.btstrp .p-3 {
  padding: 1rem !important;
}
.btstrp .pt-3,
.btstrp .py-3 {
  padding-top: 1rem !important;
}
.btstrp .pr-3,
.btstrp .px-3 {
  padding-right: 1rem !important;
}
.btstrp .pb-3,
.btstrp .py-3 {
  padding-bottom: 1rem !important;
}
.btstrp .pl-3,
.btstrp .px-3 {
  padding-left: 1rem !important;
}
.btstrp .p-4 {
  padding: 1.5rem !important;
}
.btstrp .pt-4,
.btstrp .py-4 {
  padding-top: 1.5rem !important;
}
.btstrp .pr-4,
.btstrp .px-4 {
  padding-right: 1.5rem !important;
}
.btstrp .pb-4,
.btstrp .py-4 {
  padding-bottom: 1.5rem !important;
}
.btstrp .pl-4,
.btstrp .px-4 {
  padding-left: 1.5rem !important;
}
.btstrp .p-5 {
  padding: 3rem !important;
}
.btstrp .pt-5,
.btstrp .py-5 {
  padding-top: 3rem !important;
}
.btstrp .pr-5,
.btstrp .px-5 {
  padding-right: 3rem !important;
}
.btstrp .pb-5,
.btstrp .py-5 {
  padding-bottom: 3rem !important;
}
.btstrp .pl-5,
.btstrp .px-5 {
  padding-left: 3rem !important;
}
.btstrp .p-6 {
  padding: 4.5rem !important;
}
.btstrp .pt-6,
.btstrp .py-6 {
  padding-top: 4.5rem !important;
}
.btstrp .pr-6,
.btstrp .px-6 {
  padding-right: 4.5rem !important;
}
.btstrp .pb-6,
.btstrp .py-6 {
  padding-bottom: 4.5rem !important;
}
.btstrp .pl-6,
.btstrp .px-6 {
  padding-left: 4.5rem !important;
}
.btstrp .p-7 {
  padding: 6rem !important;
}
.btstrp .pt-7,
.btstrp .py-7 {
  padding-top: 6rem !important;
}
.btstrp .pr-7,
.btstrp .px-7 {
  padding-right: 6rem !important;
}
.btstrp .pb-7,
.btstrp .py-7 {
  padding-bottom: 6rem !important;
}
.btstrp .pl-7,
.btstrp .px-7 {
  padding-left: 6rem !important;
}
.btstrp .m-n1 {
  margin: -0.25rem !important;
}
.btstrp .mt-n1,
.btstrp .my-n1 {
  margin-top: -0.25rem !important;
}
.btstrp .mr-n1,
.btstrp .mx-n1 {
  margin-right: -0.25rem !important;
}
.btstrp .mb-n1,
.btstrp .my-n1 {
  margin-bottom: -0.25rem !important;
}
.btstrp .ml-n1,
.btstrp .mx-n1 {
  margin-left: -0.25rem !important;
}
.btstrp .m-n2 {
  margin: -0.5rem !important;
}
.btstrp .mt-n2,
.btstrp .my-n2 {
  margin-top: -0.5rem !important;
}
.btstrp .mr-n2,
.btstrp .mx-n2 {
  margin-right: -0.5rem !important;
}
.btstrp .mb-n2,
.btstrp .my-n2 {
  margin-bottom: -0.5rem !important;
}
.btstrp .ml-n2,
.btstrp .mx-n2 {
  margin-left: -0.5rem !important;
}
.btstrp .m-n3 {
  margin: -1rem !important;
}
.btstrp .mt-n3,
.btstrp .my-n3 {
  margin-top: -1rem !important;
}
.btstrp .mr-n3,
.btstrp .mx-n3 {
  margin-right: -1rem !important;
}
.btstrp .mb-n3,
.btstrp .my-n3 {
  margin-bottom: -1rem !important;
}
.btstrp .ml-n3,
.btstrp .mx-n3 {
  margin-left: -1rem !important;
}
.btstrp .m-n4 {
  margin: -1.5rem !important;
}
.btstrp .mt-n4,
.btstrp .my-n4 {
  margin-top: -1.5rem !important;
}
.btstrp .mr-n4,
.btstrp .mx-n4 {
  margin-right: -1.5rem !important;
}
.btstrp .mb-n4,
.btstrp .my-n4 {
  margin-bottom: -1.5rem !important;
}
.btstrp .ml-n4,
.btstrp .mx-n4 {
  margin-left: -1.5rem !important;
}
.btstrp .m-n5 {
  margin: -3rem !important;
}
.btstrp .mt-n5,
.btstrp .my-n5 {
  margin-top: -3rem !important;
}
.btstrp .mr-n5,
.btstrp .mx-n5 {
  margin-right: -3rem !important;
}
.btstrp .mb-n5,
.btstrp .my-n5 {
  margin-bottom: -3rem !important;
}
.btstrp .ml-n5,
.btstrp .mx-n5 {
  margin-left: -3rem !important;
}
.btstrp .m-n6 {
  margin: -4.5rem !important;
}
.btstrp .mt-n6,
.btstrp .my-n6 {
  margin-top: -4.5rem !important;
}
.btstrp .mr-n6,
.btstrp .mx-n6 {
  margin-right: -4.5rem !important;
}
.btstrp .mb-n6,
.btstrp .my-n6 {
  margin-bottom: -4.5rem !important;
}
.btstrp .ml-n6,
.btstrp .mx-n6 {
  margin-left: -4.5rem !important;
}
.btstrp .m-n7 {
  margin: -6rem !important;
}
.btstrp .mt-n7,
.btstrp .my-n7 {
  margin-top: -6rem !important;
}
.btstrp .mr-n7,
.btstrp .mx-n7 {
  margin-right: -6rem !important;
}
.btstrp .mb-n7,
.btstrp .my-n7 {
  margin-bottom: -6rem !important;
}
.btstrp .ml-n7,
.btstrp .mx-n7 {
  margin-left: -6rem !important;
}
.btstrp .m-auto {
  margin: auto !important;
}
.btstrp .mt-auto,
.btstrp .my-auto {
  margin-top: auto !important;
}
.btstrp .mr-auto,
.btstrp .mx-auto {
  margin-right: auto !important;
}
.btstrp .mb-auto,
.btstrp .my-auto {
  margin-bottom: auto !important;
}
.btstrp .ml-auto,
.btstrp .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 480px) {
  .btstrp .m-sm-0 {
    margin: 0 !important;
  }
  .btstrp .mt-sm-0,
  .btstrp .my-sm-0 {
    margin-top: 0 !important;
  }
  .btstrp .mr-sm-0,
  .btstrp .mx-sm-0 {
    margin-right: 0 !important;
  }
  .btstrp .mb-sm-0,
  .btstrp .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .btstrp .ml-sm-0,
  .btstrp .mx-sm-0 {
    margin-left: 0 !important;
  }
  .btstrp .m-sm-1 {
    margin: 0.25rem !important;
  }
  .btstrp .mt-sm-1,
  .btstrp .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .btstrp .mr-sm-1,
  .btstrp .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .btstrp .mb-sm-1,
  .btstrp .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .btstrp .ml-sm-1,
  .btstrp .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .btstrp .m-sm-2 {
    margin: 0.5rem !important;
  }
  .btstrp .mt-sm-2,
  .btstrp .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .btstrp .mr-sm-2,
  .btstrp .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .btstrp .mb-sm-2,
  .btstrp .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .btstrp .ml-sm-2,
  .btstrp .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .btstrp .m-sm-3 {
    margin: 1rem !important;
  }
  .btstrp .mt-sm-3,
  .btstrp .my-sm-3 {
    margin-top: 1rem !important;
  }
  .btstrp .mr-sm-3,
  .btstrp .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .btstrp .mb-sm-3,
  .btstrp .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .btstrp .ml-sm-3,
  .btstrp .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .btstrp .m-sm-4 {
    margin: 1.5rem !important;
  }
  .btstrp .mt-sm-4,
  .btstrp .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .btstrp .mr-sm-4,
  .btstrp .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .btstrp .mb-sm-4,
  .btstrp .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .btstrp .ml-sm-4,
  .btstrp .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .btstrp .m-sm-5 {
    margin: 3rem !important;
  }
  .btstrp .mt-sm-5,
  .btstrp .my-sm-5 {
    margin-top: 3rem !important;
  }
  .btstrp .mr-sm-5,
  .btstrp .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .btstrp .mb-sm-5,
  .btstrp .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .btstrp .ml-sm-5,
  .btstrp .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .btstrp .m-sm-6 {
    margin: 4.5rem !important;
  }
  .btstrp .mt-sm-6,
  .btstrp .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .btstrp .mr-sm-6,
  .btstrp .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .btstrp .mb-sm-6,
  .btstrp .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .btstrp .ml-sm-6,
  .btstrp .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .btstrp .m-sm-7 {
    margin: 6rem !important;
  }
  .btstrp .mt-sm-7,
  .btstrp .my-sm-7 {
    margin-top: 6rem !important;
  }
  .btstrp .mr-sm-7,
  .btstrp .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .btstrp .mb-sm-7,
  .btstrp .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .btstrp .ml-sm-7,
  .btstrp .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .btstrp .p-sm-0 {
    padding: 0 !important;
  }
  .btstrp .pt-sm-0,
  .btstrp .py-sm-0 {
    padding-top: 0 !important;
  }
  .btstrp .pr-sm-0,
  .btstrp .px-sm-0 {
    padding-right: 0 !important;
  }
  .btstrp .pb-sm-0,
  .btstrp .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .btstrp .pl-sm-0,
  .btstrp .px-sm-0 {
    padding-left: 0 !important;
  }
  .btstrp .p-sm-1 {
    padding: 0.25rem !important;
  }
  .btstrp .pt-sm-1,
  .btstrp .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .btstrp .pr-sm-1,
  .btstrp .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .btstrp .pb-sm-1,
  .btstrp .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .btstrp .pl-sm-1,
  .btstrp .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .btstrp .p-sm-2 {
    padding: 0.5rem !important;
  }
  .btstrp .pt-sm-2,
  .btstrp .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .btstrp .pr-sm-2,
  .btstrp .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .btstrp .pb-sm-2,
  .btstrp .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .btstrp .pl-sm-2,
  .btstrp .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .btstrp .p-sm-3 {
    padding: 1rem !important;
  }
  .btstrp .pt-sm-3,
  .btstrp .py-sm-3 {
    padding-top: 1rem !important;
  }
  .btstrp .pr-sm-3,
  .btstrp .px-sm-3 {
    padding-right: 1rem !important;
  }
  .btstrp .pb-sm-3,
  .btstrp .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .btstrp .pl-sm-3,
  .btstrp .px-sm-3 {
    padding-left: 1rem !important;
  }
  .btstrp .p-sm-4 {
    padding: 1.5rem !important;
  }
  .btstrp .pt-sm-4,
  .btstrp .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .btstrp .pr-sm-4,
  .btstrp .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .btstrp .pb-sm-4,
  .btstrp .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .btstrp .pl-sm-4,
  .btstrp .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .btstrp .p-sm-5 {
    padding: 3rem !important;
  }
  .btstrp .pt-sm-5,
  .btstrp .py-sm-5 {
    padding-top: 3rem !important;
  }
  .btstrp .pr-sm-5,
  .btstrp .px-sm-5 {
    padding-right: 3rem !important;
  }
  .btstrp .pb-sm-5,
  .btstrp .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .btstrp .pl-sm-5,
  .btstrp .px-sm-5 {
    padding-left: 3rem !important;
  }
  .btstrp .p-sm-6 {
    padding: 4.5rem !important;
  }
  .btstrp .pt-sm-6,
  .btstrp .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .btstrp .pr-sm-6,
  .btstrp .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .btstrp .pb-sm-6,
  .btstrp .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .btstrp .pl-sm-6,
  .btstrp .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .btstrp .p-sm-7 {
    padding: 6rem !important;
  }
  .btstrp .pt-sm-7,
  .btstrp .py-sm-7 {
    padding-top: 6rem !important;
  }
  .btstrp .pr-sm-7,
  .btstrp .px-sm-7 {
    padding-right: 6rem !important;
  }
  .btstrp .pb-sm-7,
  .btstrp .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .btstrp .pl-sm-7,
  .btstrp .px-sm-7 {
    padding-left: 6rem !important;
  }
  .btstrp .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .btstrp .mt-sm-n1,
  .btstrp .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .btstrp .mr-sm-n1,
  .btstrp .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .btstrp .mb-sm-n1,
  .btstrp .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .btstrp .ml-sm-n1,
  .btstrp .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .btstrp .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .btstrp .mt-sm-n2,
  .btstrp .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .btstrp .mr-sm-n2,
  .btstrp .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .btstrp .mb-sm-n2,
  .btstrp .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .btstrp .ml-sm-n2,
  .btstrp .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .btstrp .m-sm-n3 {
    margin: -1rem !important;
  }
  .btstrp .mt-sm-n3,
  .btstrp .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .btstrp .mr-sm-n3,
  .btstrp .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .btstrp .mb-sm-n3,
  .btstrp .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .btstrp .ml-sm-n3,
  .btstrp .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .btstrp .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .btstrp .mt-sm-n4,
  .btstrp .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .btstrp .mr-sm-n4,
  .btstrp .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .btstrp .mb-sm-n4,
  .btstrp .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .btstrp .ml-sm-n4,
  .btstrp .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .btstrp .m-sm-n5 {
    margin: -3rem !important;
  }
  .btstrp .mt-sm-n5,
  .btstrp .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .btstrp .mr-sm-n5,
  .btstrp .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .btstrp .mb-sm-n5,
  .btstrp .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .btstrp .ml-sm-n5,
  .btstrp .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .btstrp .m-sm-n6 {
    margin: -4.5rem !important;
  }
  .btstrp .mt-sm-n6,
  .btstrp .my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .btstrp .mr-sm-n6,
  .btstrp .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .btstrp .mb-sm-n6,
  .btstrp .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .btstrp .ml-sm-n6,
  .btstrp .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .btstrp .m-sm-n7 {
    margin: -6rem !important;
  }
  .btstrp .mt-sm-n7,
  .btstrp .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .btstrp .mr-sm-n7,
  .btstrp .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .btstrp .mb-sm-n7,
  .btstrp .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .btstrp .ml-sm-n7,
  .btstrp .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .btstrp .m-sm-auto {
    margin: auto !important;
  }
  .btstrp .mt-sm-auto,
  .btstrp .my-sm-auto {
    margin-top: auto !important;
  }
  .btstrp .mr-sm-auto,
  .btstrp .mx-sm-auto {
    margin-right: auto !important;
  }
  .btstrp .mb-sm-auto,
  .btstrp .my-sm-auto {
    margin-bottom: auto !important;
  }
  .btstrp .ml-sm-auto,
  .btstrp .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 690px) {
  .btstrp .m-md-0 {
    margin: 0 !important;
  }
  .btstrp .mt-md-0,
  .btstrp .my-md-0 {
    margin-top: 0 !important;
  }
  .btstrp .mr-md-0,
  .btstrp .mx-md-0 {
    margin-right: 0 !important;
  }
  .btstrp .mb-md-0,
  .btstrp .my-md-0 {
    margin-bottom: 0 !important;
  }
  .btstrp .ml-md-0,
  .btstrp .mx-md-0 {
    margin-left: 0 !important;
  }
  .btstrp .m-md-1 {
    margin: 0.25rem !important;
  }
  .btstrp .mt-md-1,
  .btstrp .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .btstrp .mr-md-1,
  .btstrp .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .btstrp .mb-md-1,
  .btstrp .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .btstrp .ml-md-1,
  .btstrp .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .btstrp .m-md-2 {
    margin: 0.5rem !important;
  }
  .btstrp .mt-md-2,
  .btstrp .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .btstrp .mr-md-2,
  .btstrp .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .btstrp .mb-md-2,
  .btstrp .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .btstrp .ml-md-2,
  .btstrp .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .btstrp .m-md-3 {
    margin: 1rem !important;
  }
  .btstrp .mt-md-3,
  .btstrp .my-md-3 {
    margin-top: 1rem !important;
  }
  .btstrp .mr-md-3,
  .btstrp .mx-md-3 {
    margin-right: 1rem !important;
  }
  .btstrp .mb-md-3,
  .btstrp .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .btstrp .ml-md-3,
  .btstrp .mx-md-3 {
    margin-left: 1rem !important;
  }
  .btstrp .m-md-4 {
    margin: 1.5rem !important;
  }
  .btstrp .mt-md-4,
  .btstrp .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .btstrp .mr-md-4,
  .btstrp .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .btstrp .mb-md-4,
  .btstrp .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .btstrp .ml-md-4,
  .btstrp .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .btstrp .m-md-5 {
    margin: 3rem !important;
  }
  .btstrp .mt-md-5,
  .btstrp .my-md-5 {
    margin-top: 3rem !important;
  }
  .btstrp .mr-md-5,
  .btstrp .mx-md-5 {
    margin-right: 3rem !important;
  }
  .btstrp .mb-md-5,
  .btstrp .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .btstrp .ml-md-5,
  .btstrp .mx-md-5 {
    margin-left: 3rem !important;
  }
  .btstrp .m-md-6 {
    margin: 4.5rem !important;
  }
  .btstrp .mt-md-6,
  .btstrp .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .btstrp .mr-md-6,
  .btstrp .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .btstrp .mb-md-6,
  .btstrp .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .btstrp .ml-md-6,
  .btstrp .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .btstrp .m-md-7 {
    margin: 6rem !important;
  }
  .btstrp .mt-md-7,
  .btstrp .my-md-7 {
    margin-top: 6rem !important;
  }
  .btstrp .mr-md-7,
  .btstrp .mx-md-7 {
    margin-right: 6rem !important;
  }
  .btstrp .mb-md-7,
  .btstrp .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .btstrp .ml-md-7,
  .btstrp .mx-md-7 {
    margin-left: 6rem !important;
  }
  .btstrp .p-md-0 {
    padding: 0 !important;
  }
  .btstrp .pt-md-0,
  .btstrp .py-md-0 {
    padding-top: 0 !important;
  }
  .btstrp .pr-md-0,
  .btstrp .px-md-0 {
    padding-right: 0 !important;
  }
  .btstrp .pb-md-0,
  .btstrp .py-md-0 {
    padding-bottom: 0 !important;
  }
  .btstrp .pl-md-0,
  .btstrp .px-md-0 {
    padding-left: 0 !important;
  }
  .btstrp .p-md-1 {
    padding: 0.25rem !important;
  }
  .btstrp .pt-md-1,
  .btstrp .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .btstrp .pr-md-1,
  .btstrp .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .btstrp .pb-md-1,
  .btstrp .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .btstrp .pl-md-1,
  .btstrp .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .btstrp .p-md-2 {
    padding: 0.5rem !important;
  }
  .btstrp .pt-md-2,
  .btstrp .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .btstrp .pr-md-2,
  .btstrp .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .btstrp .pb-md-2,
  .btstrp .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .btstrp .pl-md-2,
  .btstrp .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .btstrp .p-md-3 {
    padding: 1rem !important;
  }
  .btstrp .pt-md-3,
  .btstrp .py-md-3 {
    padding-top: 1rem !important;
  }
  .btstrp .pr-md-3,
  .btstrp .px-md-3 {
    padding-right: 1rem !important;
  }
  .btstrp .pb-md-3,
  .btstrp .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .btstrp .pl-md-3,
  .btstrp .px-md-3 {
    padding-left: 1rem !important;
  }
  .btstrp .p-md-4 {
    padding: 1.5rem !important;
  }
  .btstrp .pt-md-4,
  .btstrp .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .btstrp .pr-md-4,
  .btstrp .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .btstrp .pb-md-4,
  .btstrp .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .btstrp .pl-md-4,
  .btstrp .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .btstrp .p-md-5 {
    padding: 3rem !important;
  }
  .btstrp .pt-md-5,
  .btstrp .py-md-5 {
    padding-top: 3rem !important;
  }
  .btstrp .pr-md-5,
  .btstrp .px-md-5 {
    padding-right: 3rem !important;
  }
  .btstrp .pb-md-5,
  .btstrp .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .btstrp .pl-md-5,
  .btstrp .px-md-5 {
    padding-left: 3rem !important;
  }
  .btstrp .p-md-6 {
    padding: 4.5rem !important;
  }
  .btstrp .pt-md-6,
  .btstrp .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .btstrp .pr-md-6,
  .btstrp .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .btstrp .pb-md-6,
  .btstrp .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .btstrp .pl-md-6,
  .btstrp .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .btstrp .p-md-7 {
    padding: 6rem !important;
  }
  .btstrp .pt-md-7,
  .btstrp .py-md-7 {
    padding-top: 6rem !important;
  }
  .btstrp .pr-md-7,
  .btstrp .px-md-7 {
    padding-right: 6rem !important;
  }
  .btstrp .pb-md-7,
  .btstrp .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .btstrp .pl-md-7,
  .btstrp .px-md-7 {
    padding-left: 6rem !important;
  }
  .btstrp .m-md-n1 {
    margin: -0.25rem !important;
  }
  .btstrp .mt-md-n1,
  .btstrp .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .btstrp .mr-md-n1,
  .btstrp .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .btstrp .mb-md-n1,
  .btstrp .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .btstrp .ml-md-n1,
  .btstrp .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .btstrp .m-md-n2 {
    margin: -0.5rem !important;
  }
  .btstrp .mt-md-n2,
  .btstrp .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .btstrp .mr-md-n2,
  .btstrp .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .btstrp .mb-md-n2,
  .btstrp .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .btstrp .ml-md-n2,
  .btstrp .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .btstrp .m-md-n3 {
    margin: -1rem !important;
  }
  .btstrp .mt-md-n3,
  .btstrp .my-md-n3 {
    margin-top: -1rem !important;
  }
  .btstrp .mr-md-n3,
  .btstrp .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .btstrp .mb-md-n3,
  .btstrp .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .btstrp .ml-md-n3,
  .btstrp .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .btstrp .m-md-n4 {
    margin: -1.5rem !important;
  }
  .btstrp .mt-md-n4,
  .btstrp .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .btstrp .mr-md-n4,
  .btstrp .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .btstrp .mb-md-n4,
  .btstrp .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .btstrp .ml-md-n4,
  .btstrp .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .btstrp .m-md-n5 {
    margin: -3rem !important;
  }
  .btstrp .mt-md-n5,
  .btstrp .my-md-n5 {
    margin-top: -3rem !important;
  }
  .btstrp .mr-md-n5,
  .btstrp .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .btstrp .mb-md-n5,
  .btstrp .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .btstrp .ml-md-n5,
  .btstrp .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .btstrp .m-md-n6 {
    margin: -4.5rem !important;
  }
  .btstrp .mt-md-n6,
  .btstrp .my-md-n6 {
    margin-top: -4.5rem !important;
  }
  .btstrp .mr-md-n6,
  .btstrp .mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  .btstrp .mb-md-n6,
  .btstrp .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .btstrp .ml-md-n6,
  .btstrp .mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  .btstrp .m-md-n7 {
    margin: -6rem !important;
  }
  .btstrp .mt-md-n7,
  .btstrp .my-md-n7 {
    margin-top: -6rem !important;
  }
  .btstrp .mr-md-n7,
  .btstrp .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .btstrp .mb-md-n7,
  .btstrp .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .btstrp .ml-md-n7,
  .btstrp .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .btstrp .m-md-auto {
    margin: auto !important;
  }
  .btstrp .mt-md-auto,
  .btstrp .my-md-auto {
    margin-top: auto !important;
  }
  .btstrp .mr-md-auto,
  .btstrp .mx-md-auto {
    margin-right: auto !important;
  }
  .btstrp .mb-md-auto,
  .btstrp .my-md-auto {
    margin-bottom: auto !important;
  }
  .btstrp .ml-md-auto,
  .btstrp .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1000px) {
  .btstrp .m-lg-0 {
    margin: 0 !important;
  }
  .btstrp .mt-lg-0,
  .btstrp .my-lg-0 {
    margin-top: 0 !important;
  }
  .btstrp .mr-lg-0,
  .btstrp .mx-lg-0 {
    margin-right: 0 !important;
  }
  .btstrp .mb-lg-0,
  .btstrp .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .btstrp .ml-lg-0,
  .btstrp .mx-lg-0 {
    margin-left: 0 !important;
  }
  .btstrp .m-lg-1 {
    margin: 0.25rem !important;
  }
  .btstrp .mt-lg-1,
  .btstrp .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .btstrp .mr-lg-1,
  .btstrp .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .btstrp .mb-lg-1,
  .btstrp .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .btstrp .ml-lg-1,
  .btstrp .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .btstrp .m-lg-2 {
    margin: 0.5rem !important;
  }
  .btstrp .mt-lg-2,
  .btstrp .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .btstrp .mr-lg-2,
  .btstrp .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .btstrp .mb-lg-2,
  .btstrp .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .btstrp .ml-lg-2,
  .btstrp .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .btstrp .m-lg-3 {
    margin: 1rem !important;
  }
  .btstrp .mt-lg-3,
  .btstrp .my-lg-3 {
    margin-top: 1rem !important;
  }
  .btstrp .mr-lg-3,
  .btstrp .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .btstrp .mb-lg-3,
  .btstrp .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .btstrp .ml-lg-3,
  .btstrp .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .btstrp .m-lg-4 {
    margin: 1.5rem !important;
  }
  .btstrp .mt-lg-4,
  .btstrp .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .btstrp .mr-lg-4,
  .btstrp .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .btstrp .mb-lg-4,
  .btstrp .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .btstrp .ml-lg-4,
  .btstrp .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .btstrp .m-lg-5 {
    margin: 3rem !important;
  }
  .btstrp .mt-lg-5,
  .btstrp .my-lg-5 {
    margin-top: 3rem !important;
  }
  .btstrp .mr-lg-5,
  .btstrp .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .btstrp .mb-lg-5,
  .btstrp .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .btstrp .ml-lg-5,
  .btstrp .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .btstrp .m-lg-6 {
    margin: 4.5rem !important;
  }
  .btstrp .mt-lg-6,
  .btstrp .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .btstrp .mr-lg-6,
  .btstrp .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .btstrp .mb-lg-6,
  .btstrp .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .btstrp .ml-lg-6,
  .btstrp .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .btstrp .m-lg-7 {
    margin: 6rem !important;
  }
  .btstrp .mt-lg-7,
  .btstrp .my-lg-7 {
    margin-top: 6rem !important;
  }
  .btstrp .mr-lg-7,
  .btstrp .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .btstrp .mb-lg-7,
  .btstrp .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .btstrp .ml-lg-7,
  .btstrp .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .btstrp .p-lg-0 {
    padding: 0 !important;
  }
  .btstrp .pt-lg-0,
  .btstrp .py-lg-0 {
    padding-top: 0 !important;
  }
  .btstrp .pr-lg-0,
  .btstrp .px-lg-0 {
    padding-right: 0 !important;
  }
  .btstrp .pb-lg-0,
  .btstrp .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .btstrp .pl-lg-0,
  .btstrp .px-lg-0 {
    padding-left: 0 !important;
  }
  .btstrp .p-lg-1 {
    padding: 0.25rem !important;
  }
  .btstrp .pt-lg-1,
  .btstrp .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .btstrp .pr-lg-1,
  .btstrp .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .btstrp .pb-lg-1,
  .btstrp .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .btstrp .pl-lg-1,
  .btstrp .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .btstrp .p-lg-2 {
    padding: 0.5rem !important;
  }
  .btstrp .pt-lg-2,
  .btstrp .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .btstrp .pr-lg-2,
  .btstrp .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .btstrp .pb-lg-2,
  .btstrp .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .btstrp .pl-lg-2,
  .btstrp .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .btstrp .p-lg-3 {
    padding: 1rem !important;
  }
  .btstrp .pt-lg-3,
  .btstrp .py-lg-3 {
    padding-top: 1rem !important;
  }
  .btstrp .pr-lg-3,
  .btstrp .px-lg-3 {
    padding-right: 1rem !important;
  }
  .btstrp .pb-lg-3,
  .btstrp .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .btstrp .pl-lg-3,
  .btstrp .px-lg-3 {
    padding-left: 1rem !important;
  }
  .btstrp .p-lg-4 {
    padding: 1.5rem !important;
  }
  .btstrp .pt-lg-4,
  .btstrp .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .btstrp .pr-lg-4,
  .btstrp .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .btstrp .pb-lg-4,
  .btstrp .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .btstrp .pl-lg-4,
  .btstrp .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .btstrp .p-lg-5 {
    padding: 3rem !important;
  }
  .btstrp .pt-lg-5,
  .btstrp .py-lg-5 {
    padding-top: 3rem !important;
  }
  .btstrp .pr-lg-5,
  .btstrp .px-lg-5 {
    padding-right: 3rem !important;
  }
  .btstrp .pb-lg-5,
  .btstrp .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .btstrp .pl-lg-5,
  .btstrp .px-lg-5 {
    padding-left: 3rem !important;
  }
  .btstrp .p-lg-6 {
    padding: 4.5rem !important;
  }
  .btstrp .pt-lg-6,
  .btstrp .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .btstrp .pr-lg-6,
  .btstrp .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .btstrp .pb-lg-6,
  .btstrp .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .btstrp .pl-lg-6,
  .btstrp .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .btstrp .p-lg-7 {
    padding: 6rem !important;
  }
  .btstrp .pt-lg-7,
  .btstrp .py-lg-7 {
    padding-top: 6rem !important;
  }
  .btstrp .pr-lg-7,
  .btstrp .px-lg-7 {
    padding-right: 6rem !important;
  }
  .btstrp .pb-lg-7,
  .btstrp .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .btstrp .pl-lg-7,
  .btstrp .px-lg-7 {
    padding-left: 6rem !important;
  }
  .btstrp .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .btstrp .mt-lg-n1,
  .btstrp .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .btstrp .mr-lg-n1,
  .btstrp .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .btstrp .mb-lg-n1,
  .btstrp .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .btstrp .ml-lg-n1,
  .btstrp .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .btstrp .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .btstrp .mt-lg-n2,
  .btstrp .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .btstrp .mr-lg-n2,
  .btstrp .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .btstrp .mb-lg-n2,
  .btstrp .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .btstrp .ml-lg-n2,
  .btstrp .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .btstrp .m-lg-n3 {
    margin: -1rem !important;
  }
  .btstrp .mt-lg-n3,
  .btstrp .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .btstrp .mr-lg-n3,
  .btstrp .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .btstrp .mb-lg-n3,
  .btstrp .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .btstrp .ml-lg-n3,
  .btstrp .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .btstrp .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .btstrp .mt-lg-n4,
  .btstrp .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .btstrp .mr-lg-n4,
  .btstrp .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .btstrp .mb-lg-n4,
  .btstrp .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .btstrp .ml-lg-n4,
  .btstrp .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .btstrp .m-lg-n5 {
    margin: -3rem !important;
  }
  .btstrp .mt-lg-n5,
  .btstrp .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .btstrp .mr-lg-n5,
  .btstrp .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .btstrp .mb-lg-n5,
  .btstrp .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .btstrp .ml-lg-n5,
  .btstrp .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .btstrp .m-lg-n6 {
    margin: -4.5rem !important;
  }
  .btstrp .mt-lg-n6,
  .btstrp .my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .btstrp .mr-lg-n6,
  .btstrp .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .btstrp .mb-lg-n6,
  .btstrp .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .btstrp .ml-lg-n6,
  .btstrp .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .btstrp .m-lg-n7 {
    margin: -6rem !important;
  }
  .btstrp .mt-lg-n7,
  .btstrp .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .btstrp .mr-lg-n7,
  .btstrp .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .btstrp .mb-lg-n7,
  .btstrp .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .btstrp .ml-lg-n7,
  .btstrp .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .btstrp .m-lg-auto {
    margin: auto !important;
  }
  .btstrp .mt-lg-auto,
  .btstrp .my-lg-auto {
    margin-top: auto !important;
  }
  .btstrp .mr-lg-auto,
  .btstrp .mx-lg-auto {
    margin-right: auto !important;
  }
  .btstrp .mb-lg-auto,
  .btstrp .my-lg-auto {
    margin-bottom: auto !important;
  }
  .btstrp .ml-lg-auto,
  .btstrp .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1190px) {
  .btstrp .m-xl-0 {
    margin: 0 !important;
  }
  .btstrp .mt-xl-0,
  .btstrp .my-xl-0 {
    margin-top: 0 !important;
  }
  .btstrp .mr-xl-0,
  .btstrp .mx-xl-0 {
    margin-right: 0 !important;
  }
  .btstrp .mb-xl-0,
  .btstrp .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .btstrp .ml-xl-0,
  .btstrp .mx-xl-0 {
    margin-left: 0 !important;
  }
  .btstrp .m-xl-1 {
    margin: 0.25rem !important;
  }
  .btstrp .mt-xl-1,
  .btstrp .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .btstrp .mr-xl-1,
  .btstrp .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .btstrp .mb-xl-1,
  .btstrp .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .btstrp .ml-xl-1,
  .btstrp .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .btstrp .m-xl-2 {
    margin: 0.5rem !important;
  }
  .btstrp .mt-xl-2,
  .btstrp .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .btstrp .mr-xl-2,
  .btstrp .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .btstrp .mb-xl-2,
  .btstrp .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .btstrp .ml-xl-2,
  .btstrp .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .btstrp .m-xl-3 {
    margin: 1rem !important;
  }
  .btstrp .mt-xl-3,
  .btstrp .my-xl-3 {
    margin-top: 1rem !important;
  }
  .btstrp .mr-xl-3,
  .btstrp .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .btstrp .mb-xl-3,
  .btstrp .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .btstrp .ml-xl-3,
  .btstrp .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .btstrp .m-xl-4 {
    margin: 1.5rem !important;
  }
  .btstrp .mt-xl-4,
  .btstrp .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .btstrp .mr-xl-4,
  .btstrp .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .btstrp .mb-xl-4,
  .btstrp .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .btstrp .ml-xl-4,
  .btstrp .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .btstrp .m-xl-5 {
    margin: 3rem !important;
  }
  .btstrp .mt-xl-5,
  .btstrp .my-xl-5 {
    margin-top: 3rem !important;
  }
  .btstrp .mr-xl-5,
  .btstrp .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .btstrp .mb-xl-5,
  .btstrp .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .btstrp .ml-xl-5,
  .btstrp .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .btstrp .m-xl-6 {
    margin: 4.5rem !important;
  }
  .btstrp .mt-xl-6,
  .btstrp .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .btstrp .mr-xl-6,
  .btstrp .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .btstrp .mb-xl-6,
  .btstrp .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .btstrp .ml-xl-6,
  .btstrp .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .btstrp .m-xl-7 {
    margin: 6rem !important;
  }
  .btstrp .mt-xl-7,
  .btstrp .my-xl-7 {
    margin-top: 6rem !important;
  }
  .btstrp .mr-xl-7,
  .btstrp .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .btstrp .mb-xl-7,
  .btstrp .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .btstrp .ml-xl-7,
  .btstrp .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .btstrp .p-xl-0 {
    padding: 0 !important;
  }
  .btstrp .pt-xl-0,
  .btstrp .py-xl-0 {
    padding-top: 0 !important;
  }
  .btstrp .pr-xl-0,
  .btstrp .px-xl-0 {
    padding-right: 0 !important;
  }
  .btstrp .pb-xl-0,
  .btstrp .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .btstrp .pl-xl-0,
  .btstrp .px-xl-0 {
    padding-left: 0 !important;
  }
  .btstrp .p-xl-1 {
    padding: 0.25rem !important;
  }
  .btstrp .pt-xl-1,
  .btstrp .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .btstrp .pr-xl-1,
  .btstrp .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .btstrp .pb-xl-1,
  .btstrp .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .btstrp .pl-xl-1,
  .btstrp .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .btstrp .p-xl-2 {
    padding: 0.5rem !important;
  }
  .btstrp .pt-xl-2,
  .btstrp .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .btstrp .pr-xl-2,
  .btstrp .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .btstrp .pb-xl-2,
  .btstrp .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .btstrp .pl-xl-2,
  .btstrp .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .btstrp .p-xl-3 {
    padding: 1rem !important;
  }
  .btstrp .pt-xl-3,
  .btstrp .py-xl-3 {
    padding-top: 1rem !important;
  }
  .btstrp .pr-xl-3,
  .btstrp .px-xl-3 {
    padding-right: 1rem !important;
  }
  .btstrp .pb-xl-3,
  .btstrp .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .btstrp .pl-xl-3,
  .btstrp .px-xl-3 {
    padding-left: 1rem !important;
  }
  .btstrp .p-xl-4 {
    padding: 1.5rem !important;
  }
  .btstrp .pt-xl-4,
  .btstrp .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .btstrp .pr-xl-4,
  .btstrp .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .btstrp .pb-xl-4,
  .btstrp .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .btstrp .pl-xl-4,
  .btstrp .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .btstrp .p-xl-5 {
    padding: 3rem !important;
  }
  .btstrp .pt-xl-5,
  .btstrp .py-xl-5 {
    padding-top: 3rem !important;
  }
  .btstrp .pr-xl-5,
  .btstrp .px-xl-5 {
    padding-right: 3rem !important;
  }
  .btstrp .pb-xl-5,
  .btstrp .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .btstrp .pl-xl-5,
  .btstrp .px-xl-5 {
    padding-left: 3rem !important;
  }
  .btstrp .p-xl-6 {
    padding: 4.5rem !important;
  }
  .btstrp .pt-xl-6,
  .btstrp .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .btstrp .pr-xl-6,
  .btstrp .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .btstrp .pb-xl-6,
  .btstrp .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .btstrp .pl-xl-6,
  .btstrp .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .btstrp .p-xl-7 {
    padding: 6rem !important;
  }
  .btstrp .pt-xl-7,
  .btstrp .py-xl-7 {
    padding-top: 6rem !important;
  }
  .btstrp .pr-xl-7,
  .btstrp .px-xl-7 {
    padding-right: 6rem !important;
  }
  .btstrp .pb-xl-7,
  .btstrp .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .btstrp .pl-xl-7,
  .btstrp .px-xl-7 {
    padding-left: 6rem !important;
  }
  .btstrp .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .btstrp .mt-xl-n1,
  .btstrp .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .btstrp .mr-xl-n1,
  .btstrp .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .btstrp .mb-xl-n1,
  .btstrp .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .btstrp .ml-xl-n1,
  .btstrp .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .btstrp .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .btstrp .mt-xl-n2,
  .btstrp .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .btstrp .mr-xl-n2,
  .btstrp .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .btstrp .mb-xl-n2,
  .btstrp .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .btstrp .ml-xl-n2,
  .btstrp .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .btstrp .m-xl-n3 {
    margin: -1rem !important;
  }
  .btstrp .mt-xl-n3,
  .btstrp .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .btstrp .mr-xl-n3,
  .btstrp .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .btstrp .mb-xl-n3,
  .btstrp .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .btstrp .ml-xl-n3,
  .btstrp .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .btstrp .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .btstrp .mt-xl-n4,
  .btstrp .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .btstrp .mr-xl-n4,
  .btstrp .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .btstrp .mb-xl-n4,
  .btstrp .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .btstrp .ml-xl-n4,
  .btstrp .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .btstrp .m-xl-n5 {
    margin: -3rem !important;
  }
  .btstrp .mt-xl-n5,
  .btstrp .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .btstrp .mr-xl-n5,
  .btstrp .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .btstrp .mb-xl-n5,
  .btstrp .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .btstrp .ml-xl-n5,
  .btstrp .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .btstrp .m-xl-n6 {
    margin: -4.5rem !important;
  }
  .btstrp .mt-xl-n6,
  .btstrp .my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .btstrp .mr-xl-n6,
  .btstrp .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .btstrp .mb-xl-n6,
  .btstrp .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .btstrp .ml-xl-n6,
  .btstrp .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .btstrp .m-xl-n7 {
    margin: -6rem !important;
  }
  .btstrp .mt-xl-n7,
  .btstrp .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .btstrp .mr-xl-n7,
  .btstrp .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .btstrp .mb-xl-n7,
  .btstrp .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .btstrp .ml-xl-n7,
  .btstrp .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .btstrp .m-xl-auto {
    margin: auto !important;
  }
  .btstrp .mt-xl-auto,
  .btstrp .my-xl-auto {
    margin-top: auto !important;
  }
  .btstrp .mr-xl-auto,
  .btstrp .mx-xl-auto {
    margin-right: auto !important;
  }
  .btstrp .mb-xl-auto,
  .btstrp .my-xl-auto {
    margin-bottom: auto !important;
  }
  .btstrp .ml-xl-auto,
  .btstrp .mx-xl-auto {
    margin-left: auto !important;
  }
}
.btstrp .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);
}
.btstrp .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.btstrp .text-justify {
  text-align: justify !important;
}
.btstrp .text-wrap {
  white-space: normal !important;
}
.btstrp .text-nowrap {
  white-space: nowrap !important;
}
.btstrp .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btstrp .text-left {
  text-align: left !important;
}
.btstrp .text-right {
  text-align: right !important;
}
.btstrp .text-center {
  text-align: center !important;
}
@media (min-width: 480px) {
  .btstrp .text-sm-left {
    text-align: left !important;
  }
  .btstrp .text-sm-right {
    text-align: right !important;
  }
  .btstrp .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 690px) {
  .btstrp .text-md-left {
    text-align: left !important;
  }
  .btstrp .text-md-right {
    text-align: right !important;
  }
  .btstrp .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1000px) {
  .btstrp .text-lg-left {
    text-align: left !important;
  }
  .btstrp .text-lg-right {
    text-align: right !important;
  }
  .btstrp .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1190px) {
  .btstrp .text-xl-left {
    text-align: left !important;
  }
  .btstrp .text-xl-right {
    text-align: right !important;
  }
  .btstrp .text-xl-center {
    text-align: center !important;
  }
}
.btstrp .text-lowercase {
  text-transform: lowercase !important;
}
.btstrp .text-uppercase {
  text-transform: uppercase !important;
}
.btstrp .text-capitalize {
  text-transform: capitalize !important;
}
.btstrp .font-weight-light {
  font-weight: 300 !important;
}
.btstrp .font-weight-lighter {
  font-weight: lighter !important;
}
.btstrp .font-weight-normal {
  font-weight: 400 !important;
}
.btstrp .font-weight-bold {
  font-weight: 700 !important;
}
.btstrp .font-weight-bolder {
  font-weight: bolder !important;
}
.btstrp .font-italic {
  font-style: italic !important;
}
.btstrp .text-white {
  color: #fff !important;
}
.btstrp .text-primary {
  color: #32C1B5 !important;
}
.btstrp a.text-primary:hover, .btstrp a.text-primary:focus {
  color: rgb(34.2592592593, 132.2407407407, 124.0185185185) !important;
}
.btstrp .text-secondary {
  color: #6c757d !important;
}
.btstrp a.text-secondary:hover, .btstrp a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}
.btstrp .text-success {
  color: #247361 !important;
}
.btstrp a.text-success:hover, .btstrp a.text-success:focus {
  color: rgb(17.761589404, 56.738410596, 47.857615894) !important;
}
.btstrp .text-info {
  color: #A7C6DA !important;
}
.btstrp a.text-info:hover, .btstrp a.text-info:focus {
  color: rgb(113.144, 163.116, 195.356) !important;
}
.btstrp .text-warning {
  color: #ffc107 !important;
}
.btstrp a.text-warning:hover, .btstrp a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}
.btstrp .text-danger {
  color: #dc3545 !important;
}
.btstrp a.text-danger:hover, .btstrp a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}
.btstrp .text-light {
  color: #f5f5f5 !important;
}
.btstrp a.text-light:hover, .btstrp a.text-light:focus {
  color: rgb(206.75, 206.75, 206.75) !important;
}
.btstrp .text-dark {
  color: #393739 !important;
}
.btstrp a.text-dark:hover, .btstrp a.text-dark:focus {
  color: rgb(18.0669642857, 17.4330357143, 18.0669642857) !important;
}
.btstrp .text-body {
  color: #242124 !important;
}
.btstrp .text-muted {
  color: #6c757d !important;
}
.btstrp .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.btstrp .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.btstrp .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.btstrp .text-decoration-none {
  text-decoration: none !important;
}
.btstrp .text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.btstrp .text-reset {
  color: inherit !important;
}
.btstrp .visible {
  visibility: visible !important;
}
.btstrp .invisible {
  visibility: hidden !important;
}
@media print {
  .btstrp *,
  .btstrp *::before,
  .btstrp *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .btstrp a:not(.btn) {
    text-decoration: underline;
  }
  .btstrp abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .btstrp pre {
    white-space: pre-wrap !important;
  }
  .btstrp pre,
  .btstrp blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  .btstrp tr,
  .btstrp img {
    page-break-inside: avoid;
  }
  .btstrp p,
  .btstrp h2,
  .btstrp h3 {
    orphans: 3;
    widows: 3;
  }
  .btstrp h2,
  .btstrp h3 {
    page-break-after: avoid;
  }
  @page {
    .btstrp {
      size: a3;
    }
  }
  .btstrp body {
    min-width: 1000px !important;
  }
  .btstrp .container {
    min-width: 1000px !important;
  }
  .btstrp .navbar {
    display: none;
  }
  .btstrp .badge {
    border: 1px solid #000;
  }
  .btstrp .table {
    border-collapse: collapse !important;
  }
  .btstrp .table td,
  .btstrp .table th {
    background-color: #fff !important;
  }
  .btstrp .table-bordered th,
  .btstrp .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .btstrp .table-dark {
    color: inherit;
  }
  .btstrp .table-dark th,
  .btstrp .table-dark td,
  .btstrp .table-dark thead th,
  .btstrp .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .btstrp .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* Colors Vars, Mixins */
/* Mixin */
/* Absolute positioned
========================================================================== */
/* Placeholder
========================================================================== */
/* Transition */
/* Border Radius
========================================================================== */
/* Animate
========================================================================== */
/* Common Styles */
.img-fluid {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}

small {
  font-size: 80% !important;
  line-height: 1.4 !important;
}

.small .wpb_wrapper {
  font-size: 80% !important;
  line-height: 1.4 !important;
}

.d-none {
  display: none;
}

a, .btn {
  transition: all 0.2s ease-out 0s !important;
}

.bold, .bold *, .strong, .strong * {
  font-weight: 700 !important;
}

.font-title, .font-title *:not(.fa), .font-title, .font-title *:not(.fa) {
  font-family: brandon-grotesque, sans-serif !important;
}

.font-main, .font-main *:not(.fa), .font-main, .font-main *:not(.fa) {
  font-family: dm-sans, sans-serif !important;
}

.nexa, .nexa *:not(.fa), .font-family-nexa, .font-family-nexa *:not(.fa) {
  font-family: dm-sans, sans-serif !important;
}

.proxima, .proxima *:not(.fa), .font-family-proxima, .font-family-proxima *:not(.fa) {
  font-family: dm-sans, sans-serif !important;
}

.bg-orange {
  background-color: #32C1B5 !important;
}

.color-orange, .org, .color-orange * {
  color: #32C1B5 !important;
}

.color-primary, .color-primary * {
  color: #32C1B5 !important;
}

.bg-peach {
  background-color: #FFE2D7 !important;
}

.color-peach, .color-peach * {
  color: #FFE2D7 !important;
}

.bg-gray-dark {
  background-color: #4A4A4A !important;
}

.bg-gray-darker {
  background-color: #333 !important;
}

.bg-gray-darkest {
  background-color: #202020 !important;
}

.color-gray-dark, .color-gray-dark * {
  color: #4A4A4A !important;
}

.color-gray-medium, .color-gray-medium * {
  color: #8a8a8a !important;
}

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

.bg-gray-lighter {
  background-color: #e5e5e5 !important;
}

.bg-gray-lightest {
  background-color: #f5f5f5 !important;
}

.color-gray-light, .color-gray-light * {
  color: #BEBEBE !important;
}

.bg-navy {
  background-color: #244960 !important;
}

.color-navy, .color-navy * {
  color: #244960 !important;
}

.bg-sky {
  background-color: #A7C6DA !important;
}

.color-sky, .color-sky * {
  color: #A7C6DA !important;
}

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

.color-white, .color-white * {
  color: #FFF !important;
}

.bg-black {
  background-color: #000 !important;
}

.color-black, .color-black * {
  color: #000 !important;
}

.color-green, .color-green * {
  color: #13A700 !important;
}

.color-red, .color-red * {
  color: #D0021B !important;
}

.material .wpb_content_element {
  margin-bottom: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.ico-download {
  display: inline-block;
  background-image: url("../img/ico_download.svg");
  background-position: 0 6px;
  background-repeat: no-repeat;
  padding-left: 25px;
}

.ico-arrow-start {
  display: inline-block;
  background-image: url("../img/ico_arrow.svg");
  background-position: 0 6px;
  background-size: auto 16px;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.ico-arrow-end {
  display: inline-block;
  background-image: url("../img/ico_arrow.svg");
  background-position: 100% 6px;
  background-size: auto 16px;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.font-size-70, .font-size-70 * {
  font-size: 70px !important;
  line-height: 1.1 !important;
}

.font-size-45, .font-size-45 * {
  font-size: 32px !important;
  line-height: 1.2 !important;
}
@media (min-width: 1000px) {
  .font-size-45, .font-size-45 * {
    font-size: 45px !important;
  }
}

.font-size-28, .toggles[data-style=minimal] .toggle h3 a, .font-size-28 *, .toggles[data-style=minimal] .toggle h3 a * {
  font-size: 22px !important;
  line-height: 1.2 !important;
}
@media (min-width: 1000px) {
  .font-size-28, .toggles[data-style=minimal] .toggle h3 a, .font-size-28 *, .toggles[data-style=minimal] .toggle h3 a * {
    font-size: 28px !important;
  }
}

.font-size-24, .font-size-24 * {
  font-size: 20px !important;
  line-height: 1.2 !important;
}
@media (min-width: 1000px) {
  .font-size-24, .font-size-24 * {
    font-size: 24px !important;
  }
}

.font-size-22, .font-size-22 * {
  font-size: 18px !important;
  line-height: 1.2 !important;
}
@media (min-width: 1000px) {
  .font-size-22, .font-size-22 * {
    font-size: 22px !important;
    line-height: 1.2 !important;
  }
}

.font-size-20, .toggles[data-style=default] .toggle h3 a, .font-size-20 *, .toggles[data-style=default] .toggle h3 a * {
  font-size: 18px !important;
  line-height: 1.2 !important;
}
@media (min-width: 1000px) {
  .font-size-20, .toggles[data-style=default] .toggle h3 a, .font-size-20 *, .toggles[data-style=default] .toggle h3 a * {
    font-size: 20px !important;
  }
}

.font-size-16, .font-size-16 * {
  font-size: 14px !important;
  line-height: 1.4 !important;
}
@media (min-width: 1000px) {
  .font-size-16, .font-size-16 * {
    font-size: 16px !important;
  }
}

.font-weight-light, .font-weight-light * {
  font-weight: 300 !important;
}

.row-borders-gray .row-bg-wrap {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.row-border-bottom-gray .row-bg-wrap {
  border-bottom: 1px solid #e5e5e5;
}

.display-inline-block {
  display: inline-block;
  vertical-align: middle;
}

.text-align-center {
  text-align: center;
}

@media (min-width: 1000px) {
  .text-align-lg-right {
    text-align: right;
  }
}

@media (min-width: 1000px) {
  .text-align-lg-left {
    text-align: left;
  }
}

.list-unstyled ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.list-unstyled ul > li {
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.vertical-align-center, .vertical-align-center * {
  vertical-align: middle !important;
}

.max-width-720 {
  max-width: 850px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

.max-width-1000 {
  max-width: 1000px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

.black-link {
  color: #000 !important;
}
.black-link:hover {
  color: #32C1B5 !important;
}
.black-link i.fa {
  color: #32C1B5 !important;
}

.gradient-gray .row-bg-overlay {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(242, 242, 242) 0%, rgb(255, 255, 255) 30%);
}

.gradient-gray-light {
  background: #FFF;
  background: linear-gradient(180deg, #dbe3e5 0%, #FFF 52%);
}

.gradient-vertical {
  background: linear-gradient(to right, #000 0%, #3c3c3c 30%, #3c3c3c 70%, #000 100%);
}

.list-checks-orange ul, .list-checks-orange li {
  list-style: none !important;
  padding: 0;
  margin: 0 !important;
}
.list-checks-orange li {
  padding-bottom: 10px !important;
  padding-left: 44px !important;
  min-height: 27px !important;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2020/01/img_tick.svg");
  background-position: 0 0;
}

.list-angle-orange ul, .list-angle-orange li {
  list-style: none !important;
  padding: 0;
  margin: 0 !important;
}
.list-angle-orange li {
  padding-bottom: 10px !important;
  padding-left: 30px !important;
  min-height: 23px !important;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2020/01/ico_angle.svg");
  background-size: auto 18px;
  background-position: 0 7px;
  text-align: left;
}

.list-angle-gray ul, .list-angle-gray li {
  list-style: none !important;
  padding: 0;
  margin: 0 !important;
}
.list-angle-gray li {
  padding-bottom: 10px !important;
  padding-left: 30px !important;
  min-height: 23px !important;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2020/01/ico_angle_gray.svg");
  background-size: auto 18px;
  background-position: 0 7px;
  text-align: left;
}

.list-arrow-orange ul, .list-arrow-orange li {
  list-style: none !important;
  padding: 0;
  margin: 0 !important;
}
.list-arrow-orange li {
  padding-bottom: 10px !important;
  padding-left: 30px !important;
  min-height: 23px !important;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2020/03/ico_arrow.svg");
  background-size: auto 18px;
  background-position: 0 7px;
  text-align: left;
}
.list-arrow-orange a {
  color: #000;
}
.list-arrow-orange a:hover {
  color: #32C1B5;
  text-decoration: none;
}

.scroll-lock {
  overflow-y: hidden !important;
}

@media only screen and (max-width: 1025px) {
  img.img-with-animation[data-animation=fade-in-from-bottom] {
    transform: translateY(0px) !important;
  }
}
.toggles .toggle.open h3 + div {
  display: block !important;
}

.toggles-grey .toggles[data-style=minimal] .toggle.open h3 a {
  color: #AAA !important;
}
.toggles-grey .toggles[data-style=minimal] .toggle h3 a:hover {
  color: #AAA !important;
}
.toggles-grey .toggles[data-style=minimal] .toggle i {
  border-color: #AAA !important;
}
.toggles-grey .toggles[data-style=minimal] .toggle i:before, .toggles-grey .toggles[data-style=minimal] .toggle i:after {
  background-color: #AAA !important;
}

/*
.orange-underline {
	h1, h2, h3, h4, h5 {

		display: inline !important;

		// background-size: 1px 1em;
		text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
		box-shadow: inset 0 -6px white, inset 0 -10px $color-primary;
		@include device(desktop) {
			box-shadow: inset 0 -8px white, inset 0 -13px $color-primary;
		}

	}

}

.orange-underline-peach {
	h1, h2, h3, h4, h5 {

		display: inline !important;

		// background-size: 1px 1em;
		text-shadow: 2px 2px #ffe2d7, 2px -2px #ffe2d7, -2px 2px #ffe2d7, -2px -2px #ffe2d7;
		box-shadow: inset 0 -6px #ffe2d7, inset 0 -10px $color-primary;
		@include device(desktop) {
			box-shadow: inset 0 -8px #ffe2d7, inset 0 -13px $color-primary;
		}

	}

}

.orange-underline-gray {
	h1, h2, h3, h4, h5 {

		display: inline !important;

		// background-size: 1px 1em;
		text-shadow: 2px 2px #f5f5f5, 2px -2px #f5f5f5, -2px 2px #f5f5f5, -2px -2px #f5f5f5;
		box-shadow: inset 0 -6px #f5f5f5, inset 0 -10px $color-primary;
		@include device(desktop) {
			box-shadow: inset 0 -8px #f5f5f5, inset 0 -13px $color-primary;
		}

	}

}


.grey-underline {
	h1, h2, h3, h4, h5 {

		display: inline !important;

		// background-size: 1px 1em;
		text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
		box-shadow: inset 0 -6px white, inset 0 -10px #A0B5BA;
		@include device(desktop) {
			box-shadow: inset 0 -8px white, inset 0 -13px #A0B5BA;
		}
	}

}


.grey-underline-grey {
	h1, h2, h3, h4, h5 {

		display: inline !important;

		// background-size: 1px 1em;
		text-shadow: 2px 2px #f5f5f5, 2px -2px #f5f5f5, -2px 2px #f5f5f5, -2px -2px #f5f5f5;
		box-shadow: inset 0 -6px #f5f5f5, inset 0 -10px #A0B5BA;
		@include device(desktop) {
			box-shadow: inset 0 -8px #f5f5f5, inset 0 -13px #A0B5BA;
		}
	}

}

.grey-underline-black {
	h1, h2, h3, h4, h5 {

		display: inline !important;

		// background-size: 1px 1em;
		text-shadow: 2px 2px #000000, 2px -2px #000000, -2px 2px #000000, -2px -2px #000000;
		box-shadow: inset 0 -6px #000000, inset 0 -10px #A0B5BA;
		@include device(desktop) {
			box-shadow: inset 0 -8px #000000, inset 0 -13px #A0B5BA;
		}
	}

}

.grey-underline-charcoal {
	h1, h2, h3, h4, h5 {

		display: inline !important;

		// background-size: 1px 1em;
		text-shadow: 2px 2px #111111, 2px -2px #111111, -2px 2px #111111, -2px -2px #111111;
		box-shadow: inset 0 -6px #111111, inset 0 -10px #A0B5BA;
		@include device(desktop) {
			box-shadow: inset 0 -8px #111111, inset 0 -13px #A0B5BA;
		}
	}

}
*/
[data-toggle=popover] {
  text-decoration: underline;
  text-decoration-color: #32C1B5;
  cursor: pointer;
}

.popover {
  border-radius: 5px !important;
}
.popover .popover-header {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  margin: 0 !important;
  font-size: 18px !important;
  letter-spacing: 0 !important;
  color: #32C1B5;
}
.popover .popover-body {
  color: #000 !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.page-title .row-bg-wrap {
  background-color: #000000;
}
.page-title .row_col_wrap_12 {
  background-repeat: no-repeat;
  background-image: url("../img/page_bg_02.png");
  background-position: 100% 50%;
  background-size: auto 100%;
}
.page-title .row_col_wrap_12 .column_container {
  padding: 40px 0 !important;
}
@media (max-width: 999px) {
  .page-title .row_col_wrap_12 .column_container {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

/* Globals */
.btstrp .row:before, .btstrp .row:after {
  display: none !important;
}
.btstrp p {
  margin: 0 0 18px 0 !important;
  padding: 0 !important;
}
.btstrp p:last-child {
  margin: 0 !important;
}

.container-wrap {
  padding-bottom: 0 !important;
}

.alert .alert-text {
  position: relative;
  padding-right: 30px;
  min-height: 24px;
}
.alert .alert-text i.fa {
  font-size: 20px !important;
  width: 20px !important;
  text-align: center !important;
  height: 20px !important;
  line-height: 1 !important;
  margin-right: 5px;
}
.alert .alert-text .btn-close {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  display: inline-block;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute;
  transform: translateY(-50%);
  line-height: 1;
  cursor: pointer;
  height: 20px;
  width: 20px;
  text-align: center;
}
.alert .alert-text .btn-close i {
  color: #FFF !important;
  font-size: 20px !important;
  line-height: 20px !important;
}
.alert-closed .alert {
  display: none;
}

.light .alert-text i.fa {
  color: #FFF !important;
}
.light .alert-text a {
  color: #FFF !important;
  text-decoration: underline !important;
}
.light .alert-text a:hover {
  color: #FFF !important;
  text-decoration: none !important;
}

.dark .alert-text i.fa {
  color: #000 !important;
}
.dark .alert-text a {
  color: #000 !important;
  text-decoration: underline !important;
}
.dark .alert-text a:hover {
  color: #000 !important;
  text-decoration: none !important;
}

.card-tools {
  padding-top: 20px;
  min-height: 55px;
}

.addthis_sharing_toolbox .at-share-btn {
  border-radius: 10% !important;
}
.addthis_sharing_toolbox .at4-visually-hidden {
  position: absolute !important;
}

.row .col.section-title .card-tools .addthis_sharing_toolbox span {
  padding-left: 0;
}

.logged-never {
  display: block;
}

.logged-before {
  display: none;
}

/* Sections */
html {
  scroll-behavior: smooth;
}

#header-outer .sf-menu:not(.buttons) > li {
  margin-left: 30px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transition: all 0.2s ease-out 0s;
}
#header-outer .sf-menu:not(.buttons) > li a {
  padding: 0 !important;
  white-space: nowrap;
}
#header-outer .sf-menu:not(.buttons) > li:hover {
  border-bottom-color: #BEBEBE;
}
#header-outer .sf-menu:not(.buttons) > li.current-menu-ancestor, #header-outer .sf-menu:not(.buttons) > li.current-menu-item {
  border-bottom-color: #32C1B5;
}
#header-outer .sf-menu:not(.buttons) > li.alt a {
  text-transform: uppercase;
  font-size: 20px !important;
}
#header-outer .sf-menu:not(.buttons) > li.alt.login {
  border-bottom-color: #32C1B5;
  margin-left: 30px;
}
@media (min-width: 1250px) {
  #header-outer .sf-menu:not(.buttons) > li.alt.login {
    margin-left: 50px;
  }
}
#header-outer .sf-menu:not(.buttons) > li.alt.login.active:after {
  display: block;
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: #DFE2EB;
  top: -6px;
  margin-left: -6px;
  z-index: 1;
  left: 50%;
}
#header-outer .sf-menu:not(.buttons) > li.alt.join {
  border-bottom-color: #32C1B5;
}
#header-outer .sf-menu:not(.buttons) > li.alt:hover {
  border-bottom-color: #000;
}
#header-outer .sf-menu:not(.buttons) > li .sf-sub-indicator {
  display: none;
}
#header-outer .sf-menu:not(.buttons) > .sf-with-ul > a {
  padding-right: 0 !important;
}
#header-outer .sub-menu {
  box-shadow: none !important;
  border: 1px solid #d9d9d9 !important;
  margin-top: 6px !important;
}
#header-outer .sub-menu > li {
  margin-bottom: 15px !important;
}
#header-outer .sub-menu > li:last-child {
  margin-bottom: 0 !important;
}
#header-outer ul.buttons {
  margin-left: 30px !important;
}
@media (min-width: 1250px) {
  #header-outer ul.buttons {
    margin-left: 50px !important;
  }
}
#header-outer ul.buttons #nectar-user-account {
  margin-right: 0 !important;
}
#header-outer .icon-salient-search, #header-outer .icon-salient-m-user {
  width: 20px;
  height: 20px;
}
#header-outer .icon-salient-search:before, #header-outer .icon-salient-m-user:before {
  display: none;
}
#header-outer .icon-salient-search:after, #header-outer .icon-salient-m-user:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
}
#header-outer .icon-salient-search:after {
  background-image: url("../img/ico_fa_search.svg");
}
#header-outer .icon-salient-m-user:after {
  background-image: url("../img/ico_fa_phone.svg");
}

#mobile-menu:before {
  border-bottom: 1px solid #d9d9d9;
}
#mobile-menu .join, #mobile-menu .login {
  border-right: 6px solid transparent;
}
#mobile-menu .join span {
  color: #32C1B5 !important;
}
#mobile-menu .join:after {
  background-color: transparent !important;
}
#mobile-menu .login span {
  color: #32C1B5 !important;
}
#mobile-menu .sub-menu {
  border: none !important;
}
#mobile-menu .sub-menu > li {
  margin: 0 !important;
}

.container-wrap {
  padding-top: 0 !important;
}

html body #header-outer #top .sf-menu > .sf-with-ul > a {
  padding-right: 0 !important;
}

#search-outer {
  height: 150px !important;
  min-height: auto !important;
}
#search-outer input {
  border-radius: 0 !important;
  font-size: 44px !important;
  height: 44px !important;
  line-height: 1 !important;
  border-bottom-color: #32C1B5;
}
@media (min-width: 1000px) {
  #search-outer #search .span_12 form > span {
    bottom: -30px;
    font-size: 16px;
  }
}
#search-outer #close a:before {
  background-color: rgba(255, 255, 255, 0.5) !important;
  width: 40px !important;
  height: 40px !important;
  margin: -20px 0 0 -20px !important;
}
#search-outer #close a .close-wrap {
  height: 16px !important;
}

html body #footer-outer #footer-widgets {
  padding: 60px 0 45px 0 !important;
}
html body #footer-outer #footer-widgets .row {
  padding: 0 !important;
}
html body #footer-outer #footer-widgets .col:first-child .widget_media_image img {
  width: 80% !important;
}
html body #footer-outer #footer-widgets .col .social {
  overflow: hidden;
  max-width: 200px;
}
html body #footer-outer #footer-widgets .col .social li {
  float: left;
  display: block;
  margin: 0 20px 20px 0 !important;
  padding: 0 !important;
}
html body #footer-outer #footer-widgets .col .social li > a {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 5px !important;
  border: 1px solid #FFF;
  border-radius: 50%;
}
html body #footer-outer #footer-widgets .col .social li > a i {
  transition: all 0.2s ease-out 0s;
  line-height: 20px;
}
html body #footer-outer #footer-widgets .col .social li > a i.fa.fa-twitter.bd-ico-twitter svg {
  fill: #FFF;
  width: auto;
  height: 20px;
  transition: all 0.2s ease-out 0s;
}
html body #footer-outer #footer-widgets .col .social li > a i.fa.fa-twitter.bd-ico-twitter:before {
  display: none;
}
html body #footer-outer #footer-widgets .col .social li > a:hover {
  opacity: 1 !important;
}
html body #footer-outer #footer-widgets .col .social li > a:hover i {
  color: #32C1B5 !important;
}
html body #footer-outer #footer-widgets .widget_nav_menu li a {
  font-weight: 700;
}
html body #footer-outer #footer-widgets .widget_nav_menu li a:hover {
  color: #FFF !important;
  opacity: 1 !important;
  text-decoration: underline;
}
html body #footer-outer #footer-widgets .it-award {
  overflow: hidden;
  width: 100%;
}
html body #footer-outer #footer-widgets .it-award img {
  float: left;
  width: 30%;
}
html body #footer-outer #footer-widgets .it-award .txt {
  padding-top: 10px;
  margin-left: 35%;
  font-family: dm-sans, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}
html body #footer-outer #footer-widgets .it-award .border {
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
}

#copyright {
  padding: 60px 0 45px 0 !important;
  background-color: #000 !important;
}
#copyright * {
  color: #FFF;
  line-height: 1.4;
}
#copyright a:hover {
  text-decoration: underline;
}
#copyright .row {
  padding: 0 !important;
  overflow: hidden;
}
#copyright .footer-copy, #copyright .footer-menu {
  margin: 0 0 30px 0 !important;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 1000px) {
  #copyright .footer-copy {
    float: left;
  }
}
@media (min-width: 1000px) {
  #copyright .footer-menu {
    float: right;
  }
}
#copyright .footer-menu ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#copyright .footer-menu ul li {
  float: left;
  margin-left: 0 !important;
  margin-right: 10px !important;
}
#copyright .footer-menu ul li a {
  display: inline-block !important;
  margin-right: 10px !important;
}
#copyright .footer-menu ul li:after {
  display: inline-block;
  content: "•";
}
#copyright .footer-menu ul li:last-child {
  margin-right: 0 !important;
}
#copyright .footer-menu ul li:last-child:after {
  display: none;
}
#copyright .footer-menu ul li:last-child a {
  margin-right: 0 !important;
}
#copyright .footer-legal {
  margin: 0 0 15px 0;
  font-size: 16px;
  clear: both;
}
#copyright .footer-template {
  opacity: 0.2;
}

.nectar-social {
  right: 16px !important;
  bottom: 36px !important;
}

#to-top {
  background-color: rgba(0, 0, 0, 0.3137254902) !important;
}

.overlay {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  position: fixed;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100vh;
}
.overlay .video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 60px 20px;
  width: 100%;
  max-width: 1080px;
}
.overlay .video-wrapper video {
  width: 100%;
  height: auto;
  outline: none !important;
}
.overlay .video-close {
  top: 10px;
  right: 15px;
  bottom: auto;
  left: auto;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: right;
  background-color: transparent;
  color: #FFF;
  opacity: 0.5;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
  background-image: url("../img/ico_fa_close.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
}
.overlay .video-close:hover, .overlay .video-close.active {
  opacity: 1;
}
.overlay .video-cta {
  top: 11px;
  right: 60px;
  bottom: auto;
  left: auto;
  position: absolute;
  border-radius: 4px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  display: inline-block;
  background-color: #32C1B5;
  color: #FFF;
  font-family: dm-sans, sans-serif;
  font-weight: 700;
  padding: 6px 15px;
  line-height: 1;
  text-decoration: none;
}
.overlay .video-cta:hover, .overlay .video-cta.active {
  color: #000;
}

#video-overlay {
  left: 100vw;
}
#video-overlay.active {
  left: 0;
}

.hero-banner .hero-banner-txt-col {
  text-align: center;
}
@media (min-width: 1000px) {
  .hero-banner .hero-banner-txt-col {
    width: 45% !important;
    text-align: left;
  }
}
.hero-banner .hero-banner-txt-col .h1 h1, .hero-banner .hero-banner-txt-col .h1 h2, .hero-banner .hero-banner-txt-col .h1 h3, .hero-banner .hero-banner-txt-col .h1 h4, .hero-banner .hero-banner-txt-col .h1 h5, .hero-banner .hero-banner-txt-col .h1 p {
  font-size: 50px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}
@media (min-width: 1000px) {
  .hero-banner .hero-banner-txt-col .h1 h1, .hero-banner .hero-banner-txt-col .h1 h2, .hero-banner .hero-banner-txt-col .h1 h3, .hero-banner .hero-banner-txt-col .h1 h4, .hero-banner .hero-banner-txt-col .h1 h5, .hero-banner .hero-banner-txt-col .h1 p {
    font-size: 60px !important;
  }
}
.hero-banner .video-column {
  position: relative !important;
  margin-left: 0 !important;
  width: 55% !important;
}
.hero-banner .video-column #hero-teaser {
  margin: 0;
  position: relative;
  padding-top: 75%;
}
.hero-banner .video-column #hero-teaser .wpb_wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.hero-banner .video-column #hero-teaser video {
  width: 100%;
  display: block;
}
.hero-banner.banner-mapp h1 {
  text-shadow: 2px 2px #444757, 2px -2px #444757, -2px 2px #444757, -2px -2px #444757 !important;
  box-shadow: inset 0 -8px #444757, inset 0 -13px #32C1B5 !important;
}

.hero-banner-txt-col .vc_column-inner, .justify-content-center .vc_column-inner {
  justify-content: center !important;
}

.btn-play {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-family: dm-sans, sans-serif !important;
  font-size: 28px !important;
  color: #000 !important;
}
.btn-play:hover {
  color: #32C1B5 !important;
}
.btn-play:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 73px;
  height: 73px;
  background-image: url("/wp-content/uploads/2020/01/icn_play.svg");
  background-position: 50% 50%;
  background-size: 100% auto;
  margin-right: 15px;
  transform: scale(1);
  transition: all 0.2s ease-out 0s;
  animation: pulse 1s infinite;
  will-change: transform;
  transform: scale(1);
}
.btn-play.inactive:before {
  animation: none;
}

#home-hero-banner .video-column #hero-teaser {
  visibility: hidden;
}
#home-hero-banner .video-column .img-with-aniamtion-wrap {
  display: none;
}
#home-hero-banner .video-column .img-with-aniamtion-wrap img {
  margin-bottom: 0 !important;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.toggles[data-style=minimal] .toggle {
  background-color: #fff;
  border-radius: 10px;
  border: none;
  text-align: left;
  margin-bottom: 15px;
}
.toggles[data-style=minimal] .toggle h3 a {
  color: #000 !important;
  padding: 10px 50px 10px 15px;
}
@media (min-width: 1000px) {
  .toggles[data-style=minimal] .toggle h3 a {
    padding: 15px 50px 15px 15px;
  }
}
.toggles[data-style=minimal] .toggle h3 a:hover {
  color: #32C1B5 !important;
}
.toggles[data-style=minimal] .toggle h3 a i {
  margin-right: 15px !important;
  border-color: #32C1B5 !important;
}
.toggles[data-style=minimal] .toggle h3 a i:after, .toggles[data-style=minimal] .toggle h3 a i:before {
  background-color: #32C1B5 !important;
}
.toggles[data-style=minimal] .toggle h3 + div .inner-toggle-wrap {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.toggles[data-style=minimal] .toggle.open h3 a {
  color: #32C1B5 !important;
}
.toggles[data-style=minimal] .toggle.open h3 + div {
  border-top: 1px solid #DDD;
}

.toggles[data-style=default] .toggle h3 a {
  font-family: dm-sans, sans-serif !important;
  color: #000 !important;
  font-weight: 600;
}
.toggles[data-style=default] .toggle h3 a:hover {
  color: #32C1B5 !important;
}
.toggles[data-style=default] .toggle h3 a i {
  color: #32C1B5 !important;
}
.toggles[data-style=default] .toggle.open h3 a {
  color: #FFF !important;
}
.toggles[data-style=default] .toggle.open h3 a:hover {
  color: #FFF !important;
}
.toggles[data-style=default] .toggle.open h3 a i {
  color: #FFF !important;
}

.faq-tab-list ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.faq-tab-list ul > li {
  list-style: none !important;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
}
.faq-tab-list ul > li a {
  display: block;
  font-family: dm-sans, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #000 !important;
}
.faq-tab-list ul > li a:hover {
  color: #32C1B5 !important;
}
.faq-tab-list ul > li.active a {
  color: #32C1B5 !important;
}

.faq-tab-row .toggles {
  display: none !important;
}
.faq-tab-row .toggles.active {
  display: block !important;
}

.table-fluid {
  padding: 6px 0;
  overflow-x: auto;
}
.table-fluid .tablepress {
  margin: 0 !important;
}
.table-fluid .tablepress caption {
  display: none;
}

html body .main-content .tablepress thead th {
  background-color: transparent;
}
html body .main-content .tablepress tbody tr td {
  background-color: transparent;
  font-size: inherit;
}
html body .main-content .tablepress tbody tr:hover td {
  background-color: transparent;
}
html body .main-content .tablepress tbody tr.odd {
  background-color: transparent;
}
html body .main-content .tablepress tbody tr.even {
  background-color: transparent;
}

.table-compare {
  border-top: none !important;
  width: 100% !important;
}
.table-compare td, .table-compare th {
  text-align: center !important;
  font-family: dm-sans, sans-serif;
  border-width: 3px !important;
  border-color: #E1E2EA !important;
  position: relative;
}
.table-compare th {
  font-size: 20px !important;
  color: #000 !important;
  background-color: #E1E2EA !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.table-compare th.column-1 {
  border-right-color: #32C1B5 !important;
}
.table-compare th.column-2 {
  color: #FFF !important;
  background-color: #32C1B5 !important;
  border-bottom-color: #32C1B5 !important;
  border-left-color: #32C1B5 !important;
  border-right-color: #32C1B5 !important;
  font-size: 26px !important;
}
.table-compare th.column-2:before {
  position: absolute;
  top: -6px;
  left: -3px;
  right: -3px;
  content: "";
  height: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #32C1B5;
}
.table-compare th.column-3 {
  border-left-color: #32C1B5 !important;
  border-right-color: #FFF !important;
}
.table-compare th.column-4 {
  border-right-color: #FFF !important;
}
.table-compare th.column-5 {
  border-right-color: #FFF !important;
}
.table-compare td {
  vertical-align: middle !important;
  font-size: 18px !important;
  color: #4a4a4a !important;
  background-color: #fff !important;
}
.table-compare td.column-1, .table-compare td.column-2 {
  color: #000 !important;
}
.table-compare td.column-1 {
  font-size: 20px !important;
  border-right-color: #32C1B5 !important;
}
.table-compare td.column-2 {
  font-size: 22px !important;
  border-bottom-color: #fafafa !important;
  border-right-color: #32C1B5 !important;
}
.table-compare tr:last-child td.column-2 {
  border-bottom-color: #32C1B5 !important;
}
.table-compare tr:last-child td.column-2:after {
  position: absolute;
  bottom: -9px;
  left: -3px;
  right: -3px;
  content: "";
  height: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #32C1B5;
}
.table-compare .small-org {
  font-size: 16px !important;
  color: #32C1B5 !important;
  white-space: nowrap;
}
.table-compare br {
  display: none;
}

.table-fees {
  border: none !important;
}
.table-fees tr, .table-fees td {
  background-color: transparent !important;
}
.table-fees td {
  border: none !important;
  font-size: 20px !important;
}
.table-fees td.column-1 {
  padding-left: 0 !important;
}
.table-fees td.column-2 {
  text-align: right;
  padding-right: 0 !important;
}

.table-column-promotion {
  border-top: none !important;
  width: 100% !important;
}
.table-column-promotion td, .table-column-promotion th {
  text-align: center !important;
  border-width: 3px !important;
  border-color: #000 !important;
  position: relative;
}
.table-column-promotion th {
  border-top: 3px solid #000 !important;
  font-size: 20px !important;
  color: #FFF !important;
  background-color: #32C1B5 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-family: dm-sans, sans-serif;
}
.table-column-promotion td {
  vertical-align: top !important;
  font-size: 18px !important;
  color: #000 !important;
  background-color: #FFE2D7 !important;
}

html body .main-content .tablepress.tbl-default {
  border-color: #000;
}
html body .main-content .tablepress.tbl-default tr {
  background-color: transparent;
}
html body .main-content .tablepress.tbl-default th, html body .main-content .tablepress.tbl-default td {
  text-align: left;
  border-color: #000;
}
html body .main-content .tablepress.tbl-default th {
  background-color: #32C1B5;
  color: #FFF;
  font-weight: 700;
}
html body .main-content .tablepress.tbl-stripes {
  border-color: #FFF;
}
html body .main-content .tablepress.tbl-stripes th, html body .main-content .tablepress.tbl-stripes td {
  border-color: #FFF;
}
html body .main-content .tablepress.tbl-stripes tbody tr:nth-child(even) td {
  background-color: #f5f5f5;
}
html body .main-content .tablepress.tbl-stripes tbody tr:nth-child(odd) td {
  background-color: #FFE2D7;
}
html body .main-content .tablepress.tbl-margin-bg-orange .column-1 {
  background-color: #32C1B5 !important;
}
html body .main-content .tablepress.tbl-margin-txt-white .column-1 {
  color: #FFF !important;
}

.table-contact .column-1 {
  font-weight: 700;
  color: #32C1B5;
}

.angle-panel {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 15px;
}
.angle-panel-ico {
  width: 30px !important;
}
.angle-panel p {
  line-height: 1.2 !important;
}

.bordered-panel .column-bg-overlay {
  border-radius: 10px;
}
.bordered-panel .vc_column-inner {
  border-radius: 10px;
  border: 1px solid #ddd;
  border-top: 6px solid #32C1B5;
  overflow: hidden;
  padding: 25px 15px !important;
}
.bordered-panel.service-fees .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bordered-panel.service-fees .toggle.default {
  margin: 0 !important;
}
.bordered-panel.service-fees .toggle.default h3 a {
  font-size: 22px !important;
}

.bd-flip-box .flip-box-front, .bd-flip-box .flip-box-back {
  border-radius: 10px;
  border-top: 6px solid #32C1B5;
}
.bd-flip-box .flip-box-front .inner {
  color: #000;
  font-family: dm-sans, sans-serif !important;
  font-size: 26px !important;
  line-height: 1.2 !important;
}
.bd-flip-box .flip-box-front .inner i.fa {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
  margin-bottom: 5px !important;
}
.bd-flip-box .flip-box-front .inner i.fa:before {
  opacity: 0 !important;
}
.bd-flip-box .flip-box-back p:empty {
  display: none;
}
.bd-flip-box .flip-box-back p:not(:empty) {
  margin-top: 15px;
}
.bd-flip-box-asx .flip-box-front .inner i.fa {
  background-image: url("/wp-content/uploads/2020/01/icn_asxlisted.svg");
}
.bd-flip-box-etf .flip-box-front .inner i.fa {
  background-image: url("/wp-content/uploads/2020/01/icn_etf_2.svg");
}
.bd-flip-box-warrants .flip-box-front .inner i.fa {
  background-image: url("/wp-content/uploads/2020/01/icn_warrants.svg");
}
.bd-flip-box-securities .flip-box-front .inner i.fa {
  background-image: url("/wp-content/uploads/2020/01/icn_interestrates.svg");
}
.bd-flip-box-eto .flip-box-front .inner i.fa {
  background-image: url("/wp-content/uploads/2020/01/icn_eto.svg");
}
.bd-flip-box-mfund .flip-box-front .inner i.fa {
  background-image: url("/wp-content/uploads/2020/01/icn_mfundtrades.svg");
}
.bd-flip-box-xtb .flip-box-front .inner i.fa {
  background-image: url("/wp-content/uploads/2020/01/icn_xtb.svg");
}
.bd-flip-box-ipo .flip-box-front .inner i.fa {
  background-image: url("/wp-content/uploads/2020/01/icn_ipoicon.svg");
}
.bd-flip-box-margin .flip-box-front .inner i.fa {
  background-image: url("/wp-content/uploads/2020/01/icn_marginlending.svg");
}
.bd-flip-box-value .flip-box-front .inner i.fa {
  background-image: url("/wp-content/uploads/2022/03/icn_value.svg");
}
.bd-flip-box-transparent .flip-box-front .inner i.fa {
  background-image: url("/wp-content/uploads/2022/03/icn_transparent.svg");
}
.bd-flip-box-award .flip-box-front .inner i.fa {
  background-image: url("/wp-content/uploads/2022/03/icn_award.svg");
}

.icon-text {
  background-color: transparent !important;
}
.icon-text .iwithtext {
  overflow: hidden;
  min-height: 145px;
}
.icon-text .iwithtext .iwt-icon {
  width: 145px !important;
}
.icon-text .iwithtext .iwt-icon img {
  width: 145px !important;
}
.icon-text .iwithtext .iwt-text {
  font-family: dm-sans, sans-serif;
  margin-left: 145px !important;
  padding-top: 15px;
  padding-left: 30px;
}
.icon-text .iwithtext .iwt-text p {
  padding-bottom: 15px !important;
}

.product-col img, .product-col .wpb_wrapper {
  transition: all 0.2s ease-out 0s;
}
.product-col:hover img {
  transform: scale(1.1);
}
.product-col:hover .wpb_wrapper {
  color: #32C1B5;
}

.gform_wrapper {
  margin-top: 0 !important;
}
.gform_wrapper .gform_submission_error {
  letter-spacing: 0 !important;
}
.gform_wrapper select {
  box-shadow: none !important;
  padding: 10px 15px !important;
  background-color: #f3f3f3 !important;
  border: 1px solid #ccc !important;
  color: #000 !important;
}
.gform-fields-bg-white .gform_wrapper select {
  background-color: #FFF !important;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper textarea {
  padding: 10px 15px !important;
  background-color: #f3f3f3 !important;
  border: 1px solid #ccc !important;
  color: #000 !important;
}
.gform-fields-bg-white .gform_wrapper input[type=text], .gform-fields-bg-white .gform_wrapper input[type=email], .gform-fields-bg-white .gform_wrapper textarea {
  background-color: #FFF !important;
}
.gform_wrapper input + label {
  margin: 9px 0 1px 1px !important;
  font-weight: 400 !important;
  color: #244960;
}

.gfield_radio > li {
  display: inline-block !important;
  margin-right: 20px !important;
}
.gform-fields-bg-white .gfield_radio > li {
  display: block !important;
}

.gfield_required {
  color: #32C1B5 !important;
}
.form-light .gfield_required {
  color: #FFF !important;
}

.gfield_label {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  color: #244960;
}
.form-light .gfield_label {
  color: #D8D8D8 !important;
}

.ginput_container {
  margin-top: 3px !important;
}

.gfield_validation_message {
  border: none !important;
  background-color: transparent !important;
  padding: 0 !important;
}

.gform_confirmation_message {
  font-size: 18px !important;
}

#search input[type=text] {
  border-color: #32C1B5 !important;
}

.form-light .gform_button {
  background-color: #888 !important;
}

.ico-fa i.fa {
  font-size: 120% !important;
  line-height: inherit !important;
  height: auto !important;
  width: auto !important;
  margin-left: 5px !important;
}

body[data-button-style*=slightly_rounded] .nectar-button, body[data-button-style*=slightly_rounded] .swiper-slide .button a {
  border-radius: 4px !important;
}

.nectar-button.see-through-2.has-icon[data-color-override="#000000"] .icon-button-arrow {
  color: #32C1B5 !important;
}
.nectar-button.see-through-2.has-icon[data-color-override="#000000"]:hover .icon-button-arrow {
  color: #FFF !important;
}

.nectar-button.see-through-2.has-icon[data-color-override="#ffffff"][data-hover-color-override="#000000"] .icon-button-arrow {
  color: #000 !important;
}
.nectar-button.see-through-2.has-icon[data-color-override="#ffffff"][data-hover-color-override="#000000"]:hover .icon-button-arrow {
  color: #FFF !important;
}

.nectar-button.see-through-2.has-icon[data-color-override="#ffffff"][data-hover-color-override="#f16321"] .icon-button-arrow {
  color: #32C1B5 !important;
}
.nectar-button.see-through-2.has-icon[data-color-override="#ffffff"][data-hover-color-override="#f16321"]:hover .icon-button-arrow {
  color: #FFF !important;
}

@media (max-width: 999px) {
  .cta-org-btns .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.archive-title {
  font-size: 32px !important;
  margin: 0 !important;
  letter-spacing: -1px !important;
  font-family: brandon-grotesque, sans-serif !important;
}

.category-dropdown .dropdown-toggle {
  box-shadow: none !important;
  width: 100%;
  border-radius: 6px;
  border-width: 1px;
  font-family: dm-sans, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
@media (min-width: 690px) {
  .category-dropdown .dropdown-toggle {
    width: auto;
  }
}
.category-dropdown .dropdown-toggle:after {
  border-top-color: #32C1B5;
}
.category-dropdown .dropdown-menu {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  margin-top: 3px !important;
  border-radius: 6px;
  border-width: 1px;
  left: 0;
}
@media (min-width: 690px) {
  .category-dropdown .dropdown-menu {
    left: auto;
  }
}
.category-dropdown .dropdown-menu .dropdown-item {
  font-family: dm-sans, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.category-dropdown .dropdown-menu .dropdown-item:hover {
  color: #32C1B5;
}

.container-wrap.bd-container-wrap {
  padding-top: 1rem !important;
  padding-bottom: 0 !important;
}

.col-gutter {
  padding-bottom: 30px;
}

.card-post {
  height: 100%;
  background-color: #fff;
}
.card-post .card-img {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  background: linear-gradient(180deg, rgb(77, 73, 77) 0%, rgb(53, 53, 53) 100%);
}
.card-post .card-img .card-img-bg, .card-post .card-img .card-img-icon, .card-post .card-img .card-img-link {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.card-post .card-img .card-img-bg {
  background-size: cover;
  background-position: 50% 50%;
  transition: all 0.2s ease-out 0s;
}
.card-post .card-img:hover .card-img-bg {
  transform: scale(1.1);
}
.card-post .card-txt {
  padding: 20px 10px;
  text-align: center;
}
.card-post .card-cats {
  margin-bottom: 10px;
}
.card-post .card-cats a {
  display: inline-block;
  margin: 0 5px 10px 5px;
  font-family: dm-sans, sans-serif !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.card-post .card-cats a + a {
  border-left: 2px solid #32C1B5;
  padding-left: 10px;
}
.card-post .card-title {
  margin-bottom: 10px !important;
  font-family: dm-sans, sans-serif !important;
  line-height: 1.2 !important;
  font-size: 22px !important;
  letter-spacing: -1px !important;
  font-weight: 600;
}
.card-post .card-title a {
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.card-post .card-meta {
  font-family: dm-sans, sans-serif !important;
  text-transform: uppercase;
  color: #8a8a8a;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1.2 !important;
}
.card-post .card-excerpt {
  padding: 30px 10px 10px 10px;
}

.navigation * {
  line-height: 1 !important;
}
.navigation .wp-paginate {
  border-top: 1px solid #BEBEBE;
  padding: 24px 0;
}
.navigation .wp-paginate .title, .navigation .wp-paginate .prev, .navigation .wp-paginate .next {
  display: none;
}
.navigation .wp-paginate .page {
  display: inline-block;
  background-color: #fff;
  min-width: 30px;
  font-size: 20px;
  font-weight: 600;
  border: none;
  text-align: center;
}
.navigation .wp-paginate .page.current {
  background-color: #32C1B5;
}
.navigation .wp-paginate a.page:hover {
  text-decoration: none;
  color: #000;
}

.hero-menu {
  min-height: 400px;
}
@media (min-width: 1000px) {
  .hero-menu {
    min-height: auto;
  }
}
.hero-menu .hero-menu-nav {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.hero-menu .hero-menu-nav > li {
  list-style: none !important;
  opacity: 0.8;
  font-family: dm-sans, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFF;
  margin: 0;
  padding: 80px 0 10px 0;
  border-bottom: 1px solid #FFF;
  transition: all 0.2s ease-out 0s;
}
.hero-menu .hero-menu-nav > li a {
  text-decoration: none;
  color: #FFF;
}
.hero-menu .hero-menu-nav > li:first-child {
  padding-top: 0;
}
.hero-menu .hero-menu-nav > li:hover {
  opacity: 1;
}
.hero-menu .hero-menu-nav > li.active {
  opacity: 1;
  border-bottom-color: #32C1B5;
}
.hero-menu .hero-menu-posts {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.hero-menu .hero-menu-posts > li {
  list-style: none !important;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
  transform: translateY(10px);
  display: none;
}
.hero-menu .hero-menu-posts > li.active {
  opacity: 1;
  transform: translateY(0);
}
.hero-menu .hero-post .hero-cats, .hero-menu .hero-post .hero-meta {
  font-family: dm-sans, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.hero-menu .hero-post .hero-title {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.hero-menu .hero-post .hero-cats {
  margin-bottom: 10px;
  line-height: 1;
}
.hero-menu .hero-post .hero-cats a {
  padding-right: 10px;
}
.hero-menu .hero-post .hero-cats a + a {
  border-left: 2px solid #32C1B5;
  padding-left: 10px;
}
.hero-menu .hero-post .hero-title {
  color: #FFF;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -1;
}
@media (min-width: 690px) {
  .hero-menu .hero-post .hero-title {
    font-size: 45px;
  }
}
.hero-menu .hero-post .hero-meta {
  margin-bottom: 40px;
  color: #FFF;
}
@media (min-width: 690px) {
  .hero-menu .hero-post .hero-meta .hero-meta-author, .hero-menu .hero-post .hero-meta .hero-meta-date {
    display: inline-block;
    line-height: 1;
  }
}
@media (min-width: 690px) {
  .hero-menu .hero-post .hero-meta .hero-meta-date {
    border-left: 2px solid #FFF;
    margin-left: 10px;
    padding-left: 10px;
  }
}
.hero-menu .hero-post .hero-btn {
  display: inline-block;
  background-color: #32C1B5;
  font-family: dm-sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 20px 15px 25px;
  text-transform: uppercase;
  line-height: 1;
  color: #FFF;
  border-radius: 4px;
  opacity: 1 !important;
}
.hero-menu .hero-post .hero-btn:hover {
  text-decoration: none;
  background-color: rgb(103.6975308642, 215.8024691358, 206.3950617284);
}
.hero-menu .hero-post .hero-btn i {
  margin-left: 10px;
}

.blog .page-header-no-bg, .archive .page-header-no-bg {
  display: none;
}
.blog .post .inner-wrap, .archive .post .inner-wrap {
  border-radius: 0 !important;
}
.blog .post .inner-wrap .meta-category, .archive .post .inner-wrap .meta-category {
  text-align: center !important;
}
.blog .post .inner-wrap .meta-category a, .archive .post .inner-wrap .meta-category a {
  font-weight: 400 !important;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.2 !important;
}
.blog .post .inner-wrap .meta-category a:before, .archive .post .inner-wrap .meta-category a:before {
  display: none;
}
.blog .post .inner-wrap .meta-category a + a, .archive .post .inner-wrap .meta-category a + a {
  border-left: 2px solid #32C1B5;
  padding-left: 10px;
}
.blog .post .inner-wrap .excerpt, .archive .post .inner-wrap .excerpt {
  display: none;
}
.blog .post .inner-wrap .article-content-wrap, .archive .post .inner-wrap .article-content-wrap {
  text-align: center;
}
.blog .post .inner-wrap .post-header .title, .archive .post .inner-wrap .post-header .title {
  font-size: 22px !important;
  line-height: 1.2 !important;
}
.blog .post .inner-wrap .grav-wrap, .archive .post .inner-wrap .grav-wrap {
  margin-top: 20px !important;
}
.blog .post .inner-wrap .grav-wrap .text, .archive .post .inner-wrap .grav-wrap .text {
  font-family: dm-sans, sans-serif !important;
  color: #4A4A4A;
  font-size: 16px !important;
  line-height: 1.2 !important;
}
.blog .post .inner-wrap .grav-wrap .text span, .archive .post .inner-wrap .grav-wrap .text span {
  display: block;
  font-size: 16px !important;
}
.blog .hero-posts-wrapper, .archive .hero-posts-wrapper {
  background-image: url("/wp-content/uploads/2020/01/img_charts.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0;
}
.blog .hero-posts-wrapper:before, .archive .hero-posts-wrapper:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
  background-color: #000;
  opacity: 0.5;
}

.blog .bd-container-wrap {
  padding-top: 0 !important;
}

.single-post .section-title .inner-wrap > a {
  border-color: transparent !important;
}
.single-post .section-title .inner-wrap .meta-date, .single-post .section-title .inner-wrap .meta-author {
  font-family: dm-sans, sans-serif !important;
  text-transform: none !important;
  color: #FFF !important;
}
.single-post .section-title .inner-wrap .meta-date span, .single-post .section-title .inner-wrap .meta-date a, .single-post .section-title .inner-wrap .meta-author span, .single-post .section-title .inner-wrap .meta-author a {
  font-family: dm-sans, sans-serif !important;
  text-transform: none !important;
  color: #FFF !important;
}
.single-post .nectar_single_testimonial .open-quote {
  color: #32C1B5;
}

.post-type-archive-video .category-title {
  font-size: 24px;
  letter-spacing: 0px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.post-type-archive-video .category-description {
  padding: 0;
  margin: 0;
}
.post-type-archive-video .category-carousel {
  margin-top: 20px;
}

.single-video-wrapper {
  padding: 70px 0 0 0;
}
@media (min-width: 690px) {
  .single-video-wrapper {
    padding: 0 60px;
  }
}
.single-video-wrapper .single-prev, .single-video-wrapper .single-next {
  position: absolute;
  top: 45px;
  font-size: 60px;
  text-decoration: none;
  color: #FFF;
}
.single-video-wrapper .single-prev:hover, .single-video-wrapper .single-next:hover {
  color: #32C1B5;
  text-decoration: none !important;
}
.single-video-wrapper .single-prev {
  left: 25px;
}
.single-video-wrapper .single-next {
  right: 25px;
}
.single-video-wrapper .card-post {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.single-video-wrapper .card-post .card-player {
  background: linear-gradient(180deg, rgb(77, 73, 77) 0%, rgb(53, 53, 53) 100%);
}
.single-video-wrapper .card-post .card-txt .card-title {
  padding-left: 40px;
  padding-right: 40px;
  font-weight: bold;
  font-family: brandon-grotesque, sans-serif;
}
.single-video-wrapper .card-post .card-txt .card-meta-author, .single-video-wrapper .card-post .card-txt .card-meta-date {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.single-video-wrapper .card-post .card-txt .card-meta-date {
  border-left: 2px solid #8a8a8a;
  padding-left: 10px;
  margin-left: 10px;
}
.single-video-wrapper .card-post .card-txt .card-excerpt {
  text-align: left;
}

.card-video {
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, rgb(77, 73, 77) 0%, rgb(53, 53, 53) 100%);
}
.card-video .card-img {
  padding-top: 103%;
  position: relative;
}
.card-video .card-img .card-img-bg, .card-video .card-img .card-img-icon, .card-video .card-img .card-img-link {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.card-video .card-img .card-img-bg {
  background-size: cover;
  background-position: 50% 50%;
  transition: all 0.2s ease-out 0s;
}
.card-video .card-img .card-img-icon {
  display: block;
  transition: all 0.2s ease-out 0s;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  color: #FFF;
  vertical-align: middle;
  line-height: 400px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 40%, rgb(0, 0, 0) 100%);
}
.card-video .card-img .card-img-icon i {
  display: none;
  transition: all 0.2s ease-out 0s;
  font-size: 60px;
  vertical-align: middle;
  margin-top: -20px;
}
.card-video .card-img .card-txt {
  top: auto;
  right: 10px;
  bottom: 15px;
  left: 10px;
  position: absolute;
  color: #FFF;
  text-align: center;
}
.card-video .card-img .card-txt .card-cats {
  font-family: dm-sans, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.card-video .card-img .card-txt .card-cats a {
  padding: 0 5px;
}
.card-video .card-img .card-txt .card-cats a + a {
  border-left: 1px solid #32C1B5;
}
.card-video .card-img .card-txt .card-title {
  font-family: dm-sans, sans-serif;
  font-size: 22px;
  line-height: 26px !important;
  font-weight: 600;
}
.card-video .card-img .card-txt .card-title a {
  font-weight: 600;
  color: #FFF !important;
}
.card-video .card-img .card-txt .card-meta {
  font-family: dm-sans, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.card-video .card-img:hover .card-img-bg {
  transform: scale(1.1);
}
.card-video .card-img:hover .card-img-icon {
  background: rgba(0, 0, 0, 0.1);
}
.card-video .card-img:hover .card-img-icon i {
  opacity: 0;
}

.transcript {
  display: none;
  text-align: left;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 15px 0;
  max-height: 300px;
  overflow-y: auto;
}
.transcript .transcript-toggle, .transcript .transcript-close {
  display: block;
  margin-top: 15px;
}

@media (min-width: 1000px) {
  .post-type-archive-podcast .podcast-archive-max {
    max-width: 1000px !important;
  }
}
.post-type-archive-podcast .category-title {
  font-size: 24px;
  letter-spacing: -1px;
  margin: 0;
}
.post-type-archive-podcast .category-description {
  padding: 30px;
}

.single-podcast .card-post .card-img, .post-type-archive-podcast .card-post .card-img, .tax-show .card-post .card-img {
  padding-top: 100% !important;
}

.single-podcast-wrapper {
  padding: 70px 0 0 0;
}
@media (min-width: 690px) {
  .single-podcast-wrapper {
    padding: 0 60px;
  }
}
.single-podcast-wrapper .single-prev, .single-podcast-wrapper .single-next {
  position: absolute;
  top: 45px;
  font-size: 60px;
  text-decoration: none;
  color: #FFF;
}
.single-podcast-wrapper .single-prev:hover, .single-podcast-wrapper .single-next:hover {
  color: #32C1B5;
  text-decoration: none !important;
}
.single-podcast-wrapper .single-prev {
  left: 25px;
}
.single-podcast-wrapper .single-next {
  right: 25px;
}
.single-podcast-wrapper .card-post {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  background: transparent;
}
.single-podcast-wrapper .card-post .card-player {
  background: linear-gradient(180deg, rgb(77, 73, 77) 0%, rgb(53, 53, 53) 100%);
}
.single-podcast-wrapper .card-post .card-txt {
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  padding: 20px;
}
.single-podcast-wrapper .card-post .card-txt .card-meta-author, .single-podcast-wrapper .card-post .card-txt .card-meta-date {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
}
.single-podcast-wrapper .card-post .card-txt .card-meta-date {
  border-left: 2px solid #4A4A4A;
  padding-left: 10px;
  margin-left: 10px;
}
.single-podcast-wrapper .card-post .card-txt .card-excerpt {
  margin-top: 20px;
  padding: 0px;
}

.article-index {
  width: 205px;
  position: relative;
}
.article-index .article-angle {
  display: block;
  background-repeat: no-repeat;
  background-image: url("../img/article_angle.svg");
  background-position: 0 100%;
  background-size: cover;
  width: 100%;
  padding-top: 174%;
}
.article-index .article-count {
  position: absolute;
  left: 40%;
  top: 50%;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  font-family: dm-sans, sans-serif;
  line-height: 1;
  font-size: 18px;
}

.article-header-angle--disabled .article-angle {
  background-image: url("../img/article_angle_grey.svg") !important;
}

.archive .course-header-img-wrap {
  padding: 20px 0;
}
@media (min-width: 690px) {
  .archive .course-header-img-wrap {
    padding: 50px 0;
  }
}
.archive .course-header-img-wrap {
  text-align: center;
}
.archive .course-header-img-wrap img {
  display: block !important;
  height: auto !important;
  width: 100%;
  max-width: 600px !important;
  margin: 0 auto;
}
.archive .course-cta {
  text-align: center;
}
.archive .course-cta .course-cta__text {
  color: #FFF;
  margin-bottom: 15px;
}
@media (min-width: 1190px) {
  .archive .course-cta .course-cta__text {
    display: inline-block;
    margin: 0 15px 0 0;
  }
}
.archive .course-cta .course-cta__btn {
  border-radius: 4px;
  font-weight: bold;
}
.archive .course-name {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 0px;
  margin: 0;
}
.archive .card-post .card-img-icon .article-header-angle {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  position: absolute;
}
.archive .card-post .card-img-icon .article-header-angle .article-index {
  width: 60px;
}

.single-customer-article .article-header .container, .single-customer-article .article-body .container {
  max-width: 350px;
}
@media (min-width: 480px) {
  .single-customer-article .article-header .container, .single-customer-article .article-body .container {
    max-width: 450px;
  }
}
@media (min-width: 690px) {
  .single-customer-article .article-header .container, .single-customer-article .article-body .container {
    max-width: 600px;
  }
}
@media (min-width: 1000px) {
  .single-customer-article .article-header .container, .single-customer-article .article-body .container {
    max-width: 1425px;
    padding: 0 90px;
  }
}
.single-customer-article .article-header {
  position: relative;
}
.single-customer-article .article-header .article-header-bg {
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-position: 50% 50%;
  background-size: cover;
}
.single-customer-article .article-header .article-header-bg:before {
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}
.single-customer-article .article-header .article-header-angle {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  position: absolute;
}
.single-customer-article .article-header .article-header-angle .article-index {
  width: 60px;
}
@media (min-width: 690px) {
  .single-customer-article .article-header .article-header-angle .article-index {
    width: 120px;
  }
}
@media (min-width: 1000px) {
  .single-customer-article .article-header .article-header-angle .article-index {
    width: 160px;
  }
}
@media (min-width: 690px) {
  .single-customer-article .article-header .article-header-angle .article-index .article-count {
    font-size: 32px;
  }
}
@media (min-width: 1000px) {
  .single-customer-article .article-header .article-header-angle .article-index .article-count {
    font-size: 48px;
  }
}
.single-customer-article .article-header .article-header-content {
  position: relative;
  z-index: 2;
  color: #FFF;
  text-align: center;
  padding: 50px 15px;
}
@media (min-width: 690px) {
  .single-customer-article .article-header .article-header-content {
    padding: 70px 0;
  }
}
@media (min-width: 1000px) {
  .single-customer-article .article-header .article-header-content {
    padding: 100px 0;
  }
}
.single-customer-article .article-header .article-cat a {
  font-family: dm-sans, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  color: #FFF;
}
.single-customer-article .article-header .article-cat a:hover {
  text-decoration: underline;
  color: #32C1B5;
}
.single-customer-article .article-header .article-title {
  padding: 20px 0;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #FFF;
  margin: 0;
}
@media (min-width: 690px) {
  .single-customer-article .article-header .article-title {
    font-size: 42px;
  }
}
@media (min-width: 1000px) {
  .single-customer-article .article-header .article-title {
    font-size: 51px;
  }
}
@media (min-width: 1190px) {
  .single-customer-article .article-header .article-title {
    font-size: 60px;
  }
}
.single-customer-article .article-header .article-meta .article-author, .single-customer-article .article-header .article-meta .article-date {
  font-family: dm-sans, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  color: #FFF;
}
.single-customer-article .article-header .article-share {
  padding-top: 20px;
}
.single-customer-article .course-dropdown .dropdown-menu .dropdown-item {
  white-space: normal;
  overflow: hidden;
}
.single-customer-article .course-dropdown .dropdown-menu .dropdown-item .dropdown-item-index {
  float: left;
  color: #32C1B5;
  display: block;
  width: 30px;
}
.single-customer-article .course-dropdown .dropdown-menu .dropdown-item .dropdown-item-name {
  margin-left: 30px;
  display: block;
}
.single-customer-article .course-dropdown .dropdown-menu .dropdown-item.dropdown-item--disabled:hover {
  background-color: transparent;
}
.single-customer-article .course-dropdown .dropdown-menu .dropdown-item.dropdown-item--disabled .dropdown-item-index, .single-customer-article .course-dropdown .dropdown-menu .dropdown-item.dropdown-item--disabled .dropdown-item-name {
  color: #8a8a8a;
}
.single-customer-article .article-content * {
  font-family: dm-sans, sans-serif;
}
.single-customer-article .article-dummy-content .article-content {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1000px) {
  .single-customer-article .article-author {
    text-align: center;
  }
}
.single-customer-article .article-author .article-author-img {
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .single-customer-article .article-author .article-author-img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
  }
}
.single-customer-article .article-author .article-author-name {
  line-height: 1.1;
  margin-bottom: 5px;
}
.single-customer-article .article-author .article-author-role {
  color: #32C1B5;
  line-height: 1.1;
  margin-bottom: 15px;
}
.single-customer-article .article-author .article-author-txt {
  font-size: 16px;
  line-height: 1.2;
}
.single-customer-article .article-author .article-author-btn {
  background-color: #32C1B5;
  color: #FFF;
  line-height: 1.1;
  display: inline-block;
  text-align: center;
  padding: 10px 30px;
  border-radius: 3px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  text-decoration: none;
  font-family: dm-sans, sans-serif;
  font-weight: 600;
}
.single-customer-article .article-author .article-author-btn:hover {
  text-decoration: none;
  background-color: rgb(34.2592592593, 132.2407407407, 124.0185185185);
}
.single-customer-article .article-author .article-author-btn i.fa {
  margin-right: 5px;
}
.single-customer-article .article-overlay-wrap {
  position: relative;
}
.single-customer-article .article-overlay-wrap .article-overlay {
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
}
.single-customer-article .article-overlay-wrap .article-dummy-content {
  padding: 10px;
  filter: blur(5px);
}
.single-customer-article .article-alert .alert-icon {
  font-size: 56px;
  color: #32C1B5;
}
.single-customer-article .article-alert p {
  font-family: dm-sans, sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
}
.single-customer-article .article-alert p strong {
  font-weight: 600;
}

.careousel-wrapper, .carousel, .flickity-viewport {
  outline: none !important;
}

.carousel-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.carousel-wrapper .flickity-viewport {
  overflow: hidden;
}
.carousel-wrapper .flickity-slider {
  height: 100%;
}
.carousel-wrapper .flickity-resize .carousel-cell {
  min-height: 100%;
}
.carousel-wrapper .carousel-cell {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 480px) {
  .carousel-wrapper .carousel-cell {
    width: 50%;
  }
}
@media (min-width: 1190px) {
  .carousel-wrapper .carousel-cell {
    width: 33%;
  }
}
.carousel-wrapper .carousel-cell .card-post {
  flex: 1 0 auto;
}
.carousel-wrapper .flickity-button {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
}
.carousel-wrapper .flickity-button svg {
  width: 100%;
  height: 100%;
}
.carousel-wrapper .flickity-button svg path {
  color: #000;
  background-color: #000;
}
.carousel-wrapper .flickity-button[disabled] {
  opacity: 0.1;
}
.carousel-wrapper .flickity-button.next {
  right: -25px;
}
.carousel-wrapper .flickity-button.previous {
  left: -25px;
}

.carousel-video-cards .carousel-cell {
  width: 100%;
}
@media (min-width: 690px) {
  .carousel-video-cards .carousel-cell {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .carousel-video-cards .carousel-cell {
    width: 33%;
  }
}
@media (min-width: 1190px) {
  .carousel-video-cards .carousel-cell {
    width: 25%;
  }
}
.carousel-video-cards .flickity-page-dots {
  margin: 30px 0;
  text-align: center;
  list-style: none;
}
.carousel-video-cards .flickity-page-dots li {
  transition: all 0.2s ease-out 0s;
  list-style: none;
  margin: 0 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #BEBEBE;
  cursor: pointer;
  vertical-align: middle;
}
.carousel-video-cards .flickity-page-dots li.is-selected {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-color: #000;
  cursor: default;
}

@media (max-width: 999px) {
  .nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide .content {
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
  }
  .nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide .content .buttons {
    justify-content: center;
  }
}
.nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide .content h2 {
  line-height: 1.2 !important;
  margin-bottom: 0;
  font-size: 40px !important;
}
@media (min-width: 1000px) {
  .nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide .content h2 {
    font-size: 48px !important;
  }
}
@media (min-width: 1190px) {
  .nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide .content h2 {
    font-size: 56px !important;
  }
}
.nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide .content p {
  font-size: 20px !important;
  line-height: 1.3 !important;
  margin-top: 15px !important;
}
@media (min-width: 1000px) {
  .nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide .content p {
    margin-top: 30px !important;
  }
}
.nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide .content .button a {
  text-transform: none;
  font-size: 18px !important;
}
.nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide[data-x-pos=right] .content {
  padding-left: 30px;
}
.nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide[data-x-pos=left] .content {
  padding-right: 30px;
}
.nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide .content-img {
  display: none;
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}
@media (min-width: 1000px) {
  .nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide .content-img {
    padding-left: 90px;
    padding-right: 90px;
    display: block;
  }
}
.nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide .content-img img {
  max-width: 100%;
  height: auto;
  margin: 0 !important;
}
.nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide[data-x-pos=right] .content-img {
  left: 0;
}
@media (min-width: 1000px) {
  .nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide[data-x-pos=right] .content-img {
    padding-right: 0px;
  }
}
.nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide[data-x-pos=left] .content-img {
  right: 0;
}
@media (min-width: 1000px) {
  .nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide[data-x-pos=left] .content-img {
    padding-left: 0px;
  }
}
.nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide[img-y-pos=top] .content-img {
  top: 0;
  transform: none;
}
.nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide[img-y-pos=bottom] .content-img {
  bottom: 0;
  top: auto;
  transform: none;
}
.nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide[data-desktop-content-width="50%"] .content-img, .nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide[data-desktop-content-width=auto] .content-img {
  width: 50%;
}
.nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide[data-desktop-content-width="60%"] .content-img {
  width: 40%;
}
.nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide[data-desktop-content-width="70%"] .content-img {
  width: 30%;
}
.nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide[data-desktop-content-width="80%"] .content-img {
  width: 20%;
}
.nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide[data-desktop-content-width="90%"] .content-img {
  width: 10%;
}

.slide-count {
  display: none;
}

.swiper-container .slider-prev i, .swiper-container .slider-next i {
  font-size: 28px;
}

.swiper-container {
  background-color: transparent !important;
}
.swiper-container .slider-prev, .swiper-container .slider-next {
  width: 50px !important;
}
.swiper-container .slider-prev i, .swiper-container .slider-next i {
  font-size: 28px;
}

@media (max-width: 999px) {
  .swiper-slide, .swiper-wrapper, .swiper-container, .nectar-slider-wrap {
    height: 460px !important;
  }
}

@media (max-width: 999px) {
  .swiper-wrapper, .swiper-container, .nectar-slider-wrap {
    height: 458px !important;
  }
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}
.owl-carousel .owl-nav button {
  position: absolute;
  top: 45%;
  border: none;
  background-color: transparent !important;
}
.owl-carousel .owl-nav button span {
  display: none;
}
.owl-carousel .owl-nav button:before {
  transition: color 0.2s;
  display: inline-block;
  font: normal normal normal 40px/1 FontAwesome;
  color: #000;
}
.owl-carousel .owl-nav button:hover:before {
  color: #ee6223;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -30px;
  right: auto;
}
.owl-carousel .owl-nav button.owl-prev:before {
  content: "\f104";
}
.owl-carousel .owl-nav button.owl-next {
  right: -30px;
  left: auto;
}
.owl-carousel .owl-nav button.owl-next:before {
  content: "\f105";
}

.jump-nav {
  display: none;
}
@media (min-width: 1000px) {
  .jump-nav {
    display: block;
  }
}
.jump-nav .page-submenu .full-width-section {
  border-bottom: 1px solid #d9d9d9;
}
.jump-nav .page-submenu ul {
  padding-left: 4px;
}
.jump-nav .page-submenu ul > li {
  margin-right: 20px;
}
.jump-nav .page-submenu ul > li a {
  transition: all 0.2s ease-out 0s;
  font-size: 14px !important;
  font-family: dm-sans, sans-serif;
  font-weight: 700 !important;
  padding-top: 12px !important;
  padding-bottom: 8px !important;
  border-bottom: 5px solid transparent;
  letter-spacing: 0px !important;
  text-transform: uppercase;
  color: #000;
  opacity: 1;
}
.jump-nav .page-submenu ul > li a:hover {
  border-bottom-color: #BEBEBE;
}
.jump-nav .page-submenu ul > li a.active {
  border-bottom-color: #32C1B5;
}

.btn-calculator {
  width: 100% !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  overflow: hidden !important;
  line-height: 1 !important;
  padding: 16px 16px 14px 16px !important;
  font-weight: 600;
  background-color: #32C1B5 !important;
  color: #FFF !important;
}
.btn-calculator:hover, .btn-calculator:active {
  color: #000 !important;
}

.mlc-calculator {
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}
.mlc-calculator .title-calculator {
  padding: 15px 0;
  position: relative;
}
.mlc-calculator .title-calculator h3 {
  margin: 0;
}
.mlc-calculator .title-calculator strong {
  display: block;
  background-color: #f2f2f2;
  padding: 10px 10px 10px 30px;
  color: #000 !important;
}
.mlc-calculator .title-calculator:after {
  display: block;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 10px;
  position: absolute;
  content: "";
  width: 50px;
  height: 62px;
  background-size: 100% auto;
  background-image: url("../img/ico_calculator.png");
}
.mlc-calculator #mlc-content {
  position: relative;
  transition: height 0.2s ease-out 0s;
  overflow: hidden;
  min-height: 270px;
}
.mlc-calculator #mlc-content .btn-nectar {
  color: #FFF !important;
}
.mlc-calculator #mlc-content .btn-nectar:hover, .mlc-calculator #mlc-content .btn-nectar:active {
  color: #000 !important;
  opacity: 1 !important;
}
.mlc-calculator #mlc-fields, .mlc-calculator #mlc-result {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  width: 100%;
  padding: 10px;
  transition: all 0.2s ease-out 0s;
}
.mlc-calculator #mlc-fields {
  margin-left: -100%;
}
.mlc-calculator #mlc-fields label {
  font-weight: normal;
}
.mlc-calculator #mlc-fields input[type=text] {
  font-weight: bold;
}
.mlc-calculator #mlc-fields .input-group-addon {
  color: #32C1B5;
}
.mlc-calculator #mlc-fields.active {
  margin-left: 0;
}
.mlc-calculator #mlc-result {
  margin-left: 100%;
}
.mlc-calculator #mlc-result h3 {
  padding-top: 15px;
}
.mlc-calculator #mlc-result h3 strong {
  color: #000 !important;
}
.mlc-calculator #mlc-result ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  text-align: center;
  background-color: #FFF6F1;
  overflow: hidden;
  position: relative;
  display: flex;
}
.mlc-calculator #mlc-result ul > li {
  display: block;
  flex: 1 auto;
  text-indent: 0 !important;
  width: 50%;
  padding: 15px 5px;
  margin: 0;
}
.mlc-calculator #mlc-result ul > li:before {
  display: none !important;
}
.mlc-calculator #mlc-result ul > li:first-child {
  border-right: 10px solid #FFF;
}
.mlc-calculator #mlc-result dl {
  margin: 0;
  padding: 0;
}
.mlc-calculator #mlc-result dl dt {
  font-family: dm-sans, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.mlc-calculator #mlc-result dl dd {
  color: #32C1B5;
  font-weight: bold;
  font-size: 16px;
}
.mlc-calculator #mlc-result.active {
  margin-left: 0;
}

#login-panel {
  position: relative;
  background-color: #000;
  display: none;
  padding: 15px 15px 0 15px;
  border-bottom: 1px solid #586a71;
  margin-bottom: 12px;
}
@media (min-width: 1000px) {
  #login-panel {
    margin-bottom: 0;
  }
}
#login-panel .btn-close {
  top: 5px;
  right: 5px;
  bottom: auto;
  left: auto;
  position: absolute;
}
@media (min-width: 1190px) {
  #login-panel .btn-close {
    top: 16px;
    right: 10px;
    bottom: auto;
    left: auto;
    position: absolute;
  }
}
#login-panel .btn-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: none;
  border-radius: 50% !important;
  background-color: #333;
  z-index: 1000 !important;
  cursor: pointer;
  color: #8b9194;
}
#login-panel .btn-close:hover {
  color: #32C1B5;
  transform: rotate(180deg);
}
#login-panel .btn-close .fa {
  line-height: inherit;
  vertical-align: unset;
}
#login-panel #login-frame {
  display: block;
  width: 100%;
  height: 230px;
}
@media (min-width: 1190px) {
  #login-panel #login-frame {
    height: 53px;
  }
}

#fincal-row .vc_column-inner {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

#fincal-wrapper ul, #fincal-wrapper li, #fincal-wrapper dl, #fincal-wrapper dt, #fincal-wrapper dd {
  font-family: dm-sans, sans-serif;
  display: block;
  list-style: none !important;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.2;
}
#fincal-wrapper #fincal-search {
  position: relative;
  margin: 0 auto 50px auto;
}
@media (min-width: 1000px) {
  #fincal-wrapper #fincal-search {
    max-width: 600px;
  }
}
#fincal-wrapper #fincal-search:after {
  text-align: center;
  content: "\f002";
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  color: #32C1B5;
  display: block;
  top: 15px;
  right: auto;
  bottom: auto;
  left: 15px;
  position: absolute;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  font-smoothing: antialiased;
}
#fincal-wrapper #fincal-search #fincal-search-input, #fincal-wrapper #fincal-search #fincal-search-results {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
#fincal-wrapper #fincal-search #fincal-search-input {
  padding: 15px 15px 15px 50px;
  color: #000;
  height: auto;
  line-height: 1;
}
#fincal-wrapper #fincal-search #fincal-search-results {
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 999;
  width: 100%;
  font-size: 80%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
#fincal-wrapper #fincal-search #fincal-search-results > li {
  border-bottom: 1px solid #d9d9d9;
}
#fincal-wrapper #fincal-search #fincal-search-results > li:last-child {
  border-bottom: none !important;
}
#fincal-wrapper #fincal-search #fincal-search-results > li:nth-child(even) {
  background-color: #f5f5f5;
}
#fincal-wrapper #fincal-search #fincal-search-results > li ul.record {
  overflow: hidden;
}
#fincal-wrapper #fincal-search #fincal-search-results > li ul.record > li {
  padding: 10px 5px;
  overflow: hidden;
  float: left;
}
#fincal-wrapper #fincal-search #fincal-search-results > li ul.record > li.code {
  width: 80px;
  padding: 7px 5px;
}
#fincal-wrapper #fincal-search #fincal-search-results > li ul.record > li.code a {
  padding: 3px;
  display: inline-block;
  min-width: 70px;
  border-radius: 4px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #32C1B5;
  color: #FFF;
  text-decoration: none !important;
  font-weight: bold;
  text-align: center;
}
#fincal-wrapper #fincal-search #fincal-search-results > li ul.record > li.code a:hover {
  background-color: #bb430c;
}
#fincal-wrapper #fincal-search #fincal-search-results > li ul.record > li.company {
  display: none;
  color: #000;
  width: 270px;
  font-weight: 600;
}
@media (min-width: 690px) {
  #fincal-wrapper #fincal-search #fincal-search-results > li ul.record > li.company {
    display: block;
  }
}
#fincal-wrapper #fincal-search #fincal-search-results > li ul.record > li.date {
  float: right;
  text-transform: uppercase;
  width: 100px;
  color: #8a8a8a;
}
#fincal-wrapper #fincal-search #fincal-search-results > li ul.record > li.results {
  float: right;
  text-align: right;
  width: 130px;
}
#fincal-wrapper #fincal-search #fincal-search-results > li ul.record > li.results a {
  text-decoration: none !important;
}
#fincal-wrapper #fincal-search #fincal-search-results > li ul.record > li.results .fa {
  margin-right: 1px;
}
#fincal-wrapper #fincal-search #fincal-search-results.active {
  display: block;
}
#fincal-wrapper #list-data {
  position: relative;
}
@media (min-width: 1000px) {
  #fincal-wrapper #list-data {
    display: flex;
  }
}
#fincal-wrapper #list-data > li {
  border-top: 1px solid #000;
}
@media (min-width: 1000px) {
  #fincal-wrapper #list-data > li {
    border: none !important;
    flex: 1 1 auto;
  }
}
#fincal-wrapper #list-data > li:last-child {
  border-bottom: 1px solid #000;
}
#fincal-wrapper #list-data > li > dl.week-handle {
  position: relative;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: 600;
}
@media (min-width: 1000px) {
  #fincal-wrapper #list-data > li > dl.week-handle {
    padding: 10px;
    border-bottom: 5px solid transparent;
  }
}
#fincal-wrapper #list-data > li > dl.week-handle > dt {
  transition: color 0.2s ease-out 0s;
  color: #8a8a8a;
}
@media (min-width: 1000px) {
  #fincal-wrapper #list-data > li > dl.week-handle > dt {
    text-align: center;
    margin-bottom: 5px;
  }
}
#fincal-wrapper #list-data > li > dl.week-handle > dd {
  transition: color 0.2s ease-out 0s;
  color: #BEBEBE;
}
@media (min-width: 1000px) {
  #fincal-wrapper #list-data > li > dl.week-handle > dd {
    text-align: center;
  }
}
#fincal-wrapper #list-data > li > dl.week-handle:hover > dt, #fincal-wrapper #list-data > li > dl.week-handle:hover > dd {
  color: #000;
}
#fincal-wrapper #list-data > li > dl.week-handle:after {
  text-align: center;
  content: "\f078";
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  color: #8a8a8a;
  display: block;
  top: 15px;
  right: 15px;
  bottom: auto;
  left: auto;
  position: absolute;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  font-smoothing: antialiased;
}
@media (min-width: 1000px) {
  #fincal-wrapper #list-data > li > dl.week-handle:after {
    display: none;
  }
}
#fincal-wrapper #list-data > li > div.week {
  display: none;
}
@media (min-width: 1000px) {
  #fincal-wrapper #list-data > li > div.week {
    position: absolute;
    top: 88px;
    left: 0;
    width: 100%;
  }
}
#fincal-wrapper #list-data > li > div.week ul.header {
  display: none;
}
@media (min-width: 1000px) {
  #fincal-wrapper #list-data > li > div.week ul.header {
    display: block;
  }
}
#fincal-wrapper #list-data > li > div.week ul.header {
  border-top: 1px solid #d9d9d9;
  background-color: #FFE2D7;
  overflow: hidden;
}
#fincal-wrapper #list-data > li > div.week ul.header > li {
  padding: 10px 5px;
  overflow: hidden;
  float: left;
  text-align: center;
  font-weight: 600;
}
#fincal-wrapper #list-data > li > div.week ul.header > li.date {
  width: 30%;
}
#fincal-wrapper #list-data > li > div.week ul.header > li.code {
  width: 10%;
}
#fincal-wrapper #list-data > li > div.week ul.header > li.company {
  width: 30%;
}
#fincal-wrapper #list-data > li > div.week ul.header > li.results {
  width: 30%;
}
#fincal-wrapper #list-data > li > div.week ul.data > li {
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 999px) {
  #fincal-wrapper #list-data > li > div.week ul.data > li:first-child {
    border-top: 5px solid #32C1B5;
  }
}
#fincal-wrapper #list-data > li > div.week ul.data > li:nth-child(even) {
  background-color: #f5f5f5;
}
@media (min-width: 1000px) {
  #fincal-wrapper #list-data > li > div.week ul.data > li:last-child {
    border-bottom: 1px solid #d9d9d9;
  }
}
#fincal-wrapper #list-data > li > div.week ul.data > li ul.record {
  overflow: hidden;
  padding: 10px 15px;
}
@media (min-width: 1000px) {
  #fincal-wrapper #list-data > li > div.week ul.data > li ul.record {
    padding: 0;
  }
}
@media (min-width: 1000px) {
  #fincal-wrapper #list-data > li > div.week ul.data > li ul.record > li {
    padding: 10px 5px;
    overflow: hidden;
    float: left;
    text-align: center;
  }
}
#fincal-wrapper #list-data > li > div.week ul.data > li ul.record > li.date {
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  #fincal-wrapper #list-data > li > div.week ul.data > li ul.record > li.date {
    font-weight: 400;
    margin: 0;
    width: 30%;
  }
}
#fincal-wrapper #list-data > li > div.week ul.data > li ul.record > li.code {
  margin-bottom: 10px;
  float: left;
  width: 70px;
}
@media (min-width: 1000px) {
  #fincal-wrapper #list-data > li > div.week ul.data > li ul.record > li.code {
    margin: 0;
    width: 10%;
    padding: 7px 5px;
  }
}
#fincal-wrapper #list-data > li > div.week ul.data > li ul.record > li.code a {
  padding: 3px;
  display: inline-block;
  min-width: 70px;
  border-radius: 4px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #32C1B5;
  color: #FFF;
  text-decoration: none !important;
  font-weight: bold;
  text-align: center;
}
#fincal-wrapper #list-data > li > div.week ul.data > li ul.record > li.code a:hover {
  background-color: #bb430c;
}
#fincal-wrapper #list-data > li > div.week ul.data > li ul.record > li.company {
  padding: 3px 0px;
  margin-bottom: 10px;
  margin-left: 85px;
}
@media (min-width: 1000px) {
  #fincal-wrapper #list-data > li > div.week ul.data > li ul.record > li.company {
    padding: 10px 5px;
    margin: 0;
    width: 30%;
  }
}
#fincal-wrapper #list-data > li > div.week ul.data > li ul.record > li.results {
  clear: left;
  margin-left: 85px;
}
@media (min-width: 1000px) {
  #fincal-wrapper #list-data > li > div.week ul.data > li ul.record > li.results {
    clear: none;
    margin: 0;
    width: 30%;
  }
}
#fincal-wrapper #list-data > li > div.week ul.data > li ul.record > li.results a {
  text-decoration: none !important;
}
#fincal-wrapper #list-data > li > div.week ul.data > li ul.record > li.results .fa {
  margin-right: 5px;
}
@media (min-width: 1000px) {
  #fincal-wrapper #list-data > li.active > dl.week-handle {
    border-bottom-color: #32C1B5;
  }
}
#fincal-wrapper #list-data > li.active > dl.week-handle > dt {
  color: #32C1B5;
}
#fincal-wrapper #list-data > li.active > dl.week-handle > dd {
  color: #000;
}
#fincal-wrapper #list-data > li.active > dl.week-handle:after {
  content: "\f077";
  color: #32C1B5;
}
#fincal-wrapper #list-data > li.active > div.week {
  display: block;
  /*
  ul.header {

  	> li {
  		&.date {

  		}
  		&.code {

  		}
  		&.company {

  		}
  		&.results {

  		}
  	}
  }
  ul.data {

  	> li {
  		ul.record {
  			> li {
  				&.date {

  				}
  				&.code {

  				}
  				&.company {

  				}
  				&.results {

  				}
  			}
  		}
  	}
  }
  */
}

.page-template-template-no-header .zopim, .page-template-template-no-header #footer-widgets {
  display: none !important;
}
.page-template-template-no-header .team-member[data-style=bio_fullscreen_alt]:hover .team-member-image {
  transform: none !important;
}
.page-template-template-no-header .nectar_team_member_overlay .team_member_details .bio-inner .mobile-close {
  border-color: #a0b5ba !important;
}
.page-template-template-no-header .nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:before, .page-template-template-no-header .nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:after {
  background-color: #a0b5ba !important;
}
.page-template-template-no-header .nectar_team_member_overlay .team_member_details .bio-inner .title {
  margin-bottom: 30px;
}
.page-template-template-no-header .nectar_team_member_overlay .team_member_details .bio-inner h2 {
  margin-bottom: 10px;
}
.page-template-template-no-header .team-meta h5 {
  margin-bottom: 10px;
}
.page-template-template-no-header .team-meta h3 {
  margin-bottom: 5px;
}

.advantage-faq-toggle * {
  text-align: left !important;
}
.advantage-faq-toggle .gform_fields {
  display: block !important;
}
.advantage-faq-toggle .gform_fields > li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}
.advantage-faq-toggle .gform_fields .gfield_label {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font-size: 22px !important;
}
@media (min-width: 1000px) {
  .advantage-faq-toggle .gform_fields .gfield_label {
    font-size: 28px !important;
  }
}
.advantage-faq-toggle .gform_fields .gfield_radio {
  margin-top: 15px !important;
  width: 100% !important;
  display: block !important;
  border: 2px solid #f16322 !important;
  padding: 5px 15px 15px 15px !important;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.advantage-faq-toggle .gform_fields .gfield_radio > li {
  display: block !important;
  margin: 5px 0 0 0 !important;
  color: #000 !important;
}
.advantage-faq-toggle .gform_fields .gfield_radio > li label {
  margin-left: 10px !important;
  color: #000 !important;
}
.advantage-faq-toggle .gform_footer {
  display: none !important;
}

#advantage-faqs .toggles {
  display: none;
}

.banner-bda-202108 h2 {
  font-weight: 400 !important;
  text-shadow: 2px 2px black, 2px -2px black, -2px 2px black, -2px -2px black !important;
  box-shadow: inset 0 -8px black, inset 0 -13px #A0B5BA !important;
}
.banner-bda-202108 .button.solid_color .primary-color {
  border-radius: 0 !important;
  background-color: #A0B5BA !important;
}
.banner-bda-202108 .button.solid_color .primary-color:hover {
  background-color: rgb(102.6585365854, 133.9024390244, 141.3414634146) !important;
}
.banner-bda-202108 .button.solid_color .primary-color {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.banner-mapp-202202 .image-bg {
  background-position: 0 100% !important;
}
.banner-mapp-202202 h2 {
  font-weight: 400 !important;
  text-shadow: 2px 2px #454958, 2px -2px #454958, -2px 2px #454958, -2px -2px #454958 !important;
  box-shadow: inset 0 -8px #454958, inset 0 -13px #32C1B5 !important;
}

@media (min-width: 1000px) {
  .bda2022-divider {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

.bda2022-divider + .bda2022-divider .vc_column-inner {
  padding-top: 80px;
}
.bda2022-divider + .bda2022-divider .vc_column-inner:before {
  content: "OR";
  display: block;
  top: auto;
  right: 20px;
  bottom: auto;
  left: 50%;
  position: absolute;
  margin-left: -30px;
  margin-top: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: #FFF;
  font-size: 40px;
  background-color: #a4b4b9;
}
@media (min-width: 1000px) {
  .bda2022-divider + .bda2022-divider .vc_column-inner {
    padding-top: 0;
  }
  .bda2022-divider + .bda2022-divider .vc_column-inner:before {
    top: 0px;
    bottom: auto;
    left: -80px;
    margin-left: 0;
    margin-top: 37%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #FFF;
    font-size: 40px;
  }
}

.bda-faq .toggles[data-style=minimal] .toggle.open h3 a, .bda-faq .toggles[data-style=minimal] .toggle h3 a:hover {
  color: #A0B5BA !important;
}
.bda-faq .toggles[data-style=minimal] .toggle h3 a i {
  border-color: #A0B5BA !important;
}
.bda-faq .toggles[data-style=minimal] .toggle h3 a i:before, .bda-faq .toggles[data-style=minimal] .toggle h3 a i:after {
  background-color: #A0B5BA !important;
}

.pum.pum-theme-default-theme .pum-close {
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

html body .row .col .team-member h4 {
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.2;
}
html body .row .col .team-member .position {
  font-weight: 700;
  color: #32C1B5;
}
html body .row .col .team-member .description {
  border-top-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: transparent;
}

html body .ee-home-tabs {
  background-color: #fff;
  border: 1px solid #dbdbdb;
}
html body .ee-home-tabs .wpb_tabs_nav {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  html body .ee-home-tabs .wpb_tabs_nav {
    width: 33% !important;
  }
}
html body .ee-home-tabs .wpb_tabs_nav li {
  display: block !important;
  margin: 0 !important;
  border-bottom: 1px solid #dbdbdb;
}
html body .ee-home-tabs .wpb_tabs_nav li a {
  text-align: left;
  background-color: #FFF;
  color: #000;
  font-size: 16px !important;
  min-height: 40px;
}
html body .ee-home-tabs .wpb_tabs_nav li a i.fa {
  min-width: 22px;
  color: #32C1B5 !important;
}
html body .ee-home-tabs .wpb_tabs_nav li a span {
  font-weight: normal !important;
  -webkit-font-smoothing: auto;
}
@media (min-width: 1000px) {
  html body .ee-home-tabs .wpb_tabs_nav li a {
    position: relative;
    min-height: 40px;
  }
  html body .ee-home-tabs .wpb_tabs_nav li a:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
    border: 20px solid transparent;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: -40px;
  }
}
html body .ee-home-tabs .wpb_tabs_nav li a:hover {
  color: #FFF;
  background-color: #8a8a8a;
}
html body .ee-home-tabs .wpb_tabs_nav li a:hover i.fa {
  color: #FFF !important;
}
html body .ee-home-tabs .wpb_tabs_nav li a.active-tab, html body .ee-home-tabs .wpb_tabs_nav li a.active-tab:hover {
  background-color: #32C1B5;
  color: #FFF;
}
html body .ee-home-tabs .wpb_tabs_nav li a.active-tab i.fa, html body .ee-home-tabs .wpb_tabs_nav li a.active-tab:hover i.fa {
  color: #FFF !important;
}
@media (min-width: 1000px) {
  html body .ee-home-tabs .wpb_tabs_nav li a.active-tab:after, html body .ee-home-tabs .wpb_tabs_nav li a.active-tab:hover:after {
    border-left-color: #32C1B5;
  }
}
html body .ee-home-tabs .wpb_tab {
  min-height: 390px;
  padding: 30px;
}
@media (min-width: 1000px) {
  html body .ee-home-tabs .wpb_tab {
    border-left: 1px solid #dbdbdb;
    width: 67% !important;
  }
}
html body .ee-home-tabs .wpb_tab .wpb_text_column p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

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