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

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

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

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

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

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -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;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}*/


.bootstrap_h1__3oKfT, .bootstrap_h2__kPBR1, .bootstrap_h3__osUJT, .bootstrap_h4__2Qs25, .bootstrap_h5__W5ayu, .bootstrap_h6__1G3py {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

 .bootstrap_h1__3oKfT {
  font-size: 2.5rem;
}

 .bootstrap_h2__kPBR1 {
  font-size: 2rem;
}

 .bootstrap_h3__osUJT {
  font-size: 1.75rem;
}

 .bootstrap_h4__2Qs25 {
  font-size: 1.5rem;
}

 .bootstrap_h5__W5ayu {
  font-size: 1.25rem;
}

.bootstrap_h6__1G3py {
  font-size: 1rem;
}

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

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

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

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

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

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


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


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

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

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

.bootstrap_list-inline-item__1UVFN {
  display: inline-block;
}

.bootstrap_list-inline-item__1UVFN:not(:last-child) {
  margin-right: 0.5rem;
}

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

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

.bootstrap_blockquote-footer__3HMZk {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.bootstrap_blockquote-footer__3HMZk::before {
  content: "\2014\00A0";
}

.bootstrap_img-fluid__1NlPl {
  max-width: 100%;
  height: auto;
}

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

.bootstrap_figure__lUqJb {
  display: inline-block;
}

.bootstrap_figure-img__1ItGO {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.bootstrap_figure-caption__eE6rp {
  font-size: 90%;
  color: #6c757d;
}

.bootstrap_code__1PCSu {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

.bootstrap_a__2fvGM > code {
  color: inherit;
}

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

.bootstrap_pre__1diSv {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

.bootstrap_pre__1diSv code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.bootstrap_pre-scrollable__14i3R {
  max-height: 340px;
  overflow-y: scroll;
}

.bootstrap_container__2NIBC {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/*
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
*/
.bootstrap_container-fluid__2CRfO, .bootstrap_container-sm__3qdUR, .bootstrap_container-md__2jd74, .bootstrap_container-lg__A3Ioa, .bootstrap_container-xl__2myUQ {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/*
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
*/
.bootstrap_row__fRqWS {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.bootstrap_no-gutters__36-f5 {
  margin-right: 0;
  margin-left: 0;
}

.bootstrap_no-gutters__36-f5 > .bootstrap_col__9oTyK,
.bootstrap_no-gutters__36-f5 > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.bootstrap_col-1__3ZwFF, .bootstrap_col-2__2kelG, .bootstrap_col-3__3rM26, .bootstrap_col-4__3n2Se, .bootstrap_col-5__2BEYq, .bootstrap_col-6__2_Kp1, .bootstrap_col-7__1ShwV, .bootstrap_col-8__2LSSb, .bootstrap_col-9__Ify8C, .bootstrap_col-10__1UOzs, .bootstrap_col-11__2NAa-, .bootstrap_col-12__1RL2N, .bootstrap_col__9oTyK,
.bootstrap_col-auto__17knD, .bootstrap_col-sm-1__QTMey, .bootstrap_col-sm-2__WCnj4, .bootstrap_col-sm-3__3bc7K, .bootstrap_col-sm-4__1PUQK, .bootstrap_col-sm-5__1y0Eq, .bootstrap_col-sm-6__3ncF9, .bootstrap_col-sm-7__223JU, .bootstrap_col-sm-8__2Hq_h, .bootstrap_col-sm-9__2zVsZ, .bootstrap_col-sm-10__1eVD3, .bootstrap_col-sm-11__1N9Oh, .bootstrap_col-sm-12__1t5vk, .bootstrap_col-sm__2tHGR,
.bootstrap_col-sm-auto__CEGAe, .bootstrap_col-md-1__3faP7, .bootstrap_col-md-2__1MX8n, .bootstrap_col-md-3__3Iqmx, .bootstrap_col-md-4__3L2T0, .bootstrap_col-md-5__3un4K, .bootstrap_col-md-6__23_SN, .bootstrap_col-md-7__3piTM, .bootstrap_col-md-8__2jAos, .bootstrap_col-md-9__lAWOY, .bootstrap_col-md-10__UVx6w, .bootstrap_col-md-11__Le2_W, .bootstrap_col-md-12__2xV8t, .bootstrap_col-md__Y8-1R,
.bootstrap_col-md-auto__1XT_3, .bootstrap_col-lg-1__2YXPm, .bootstrap_col-lg-2__L13dg, .bootstrap_col-lg-3__1vSb_, .bootstrap_col-lg-4__1B1aX, .bootstrap_col-lg-5__3u_sd, .bootstrap_col-lg-6__2V5n6, .bootstrap_col-lg-7__nS9Y4, .bootstrap_col-lg-8__1QQA8, .bootstrap_col-lg-9__1UcZN, .bootstrap_col-lg-10__2oJE5, .bootstrap_col-lg-11__3zGKH, .bootstrap_col-lg-12__15YmO, .bootstrap_col-lg__YiORD,
.bootstrap_col-lg-auto__24P29, .bootstrap_col-xl-1__1mhC9, .bootstrap_col-xl-2__2Bh-x, .bootstrap_col-xl-3__2vKYc, .bootstrap_col-xl-4__3IcS4, .bootstrap_col-xl-5__piuBw, .bootstrap_col-xl-6__1RZp5, .bootstrap_col-xl-7__2RPUD, .bootstrap_col-xl-8__3YJpR, .bootstrap_col-xl-9__1aKaM, .bootstrap_col-xl-10__1q6qZ, .bootstrap_col-xl-11__1at96, .bootstrap_col-xl-12__2aZUW, .bootstrap_col-xl__2wQVX,
.bootstrap_col-xl-auto__Og0Kp {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.bootstrap_row-cols-1__2obIR > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.bootstrap_row-cols-2__1AFMm > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.bootstrap_row-cols-3__2z5oa > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.bootstrap_row-cols-4__12AVQ > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.bootstrap_row-cols-5__2Qy_S > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.bootstrap_row-cols-6__34vpa > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.bootstrap_col-1__3ZwFF {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.bootstrap_col-2__2kelG {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.bootstrap_col-4__3n2Se {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.bootstrap_col-5__2BEYq {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.bootstrap_col-7__1ShwV {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.bootstrap_col-8__2LSSb {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.bootstrap_col-10__1UOzs {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.bootstrap_col-11__2NAa- {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.bootstrap_order-first__2nRVk {
  order: -1;
}

.bootstrap_order-last__Ig83H {
  order: 13;
}

.bootstrap_order-0__c-ZqV {
  order: 0;
}

.bootstrap_order-1__11AU7 {
  order: 1;
}

.bootstrap_order-2__vE0fe {
  order: 2;
}

.bootstrap_order-3__P32SB {
  order: 3;
}

.bootstrap_order-4__3vidj {
  order: 4;
}

.bootstrap_order-5__2hVE1 {
  order: 5;
}

.bootstrap_order-6__3Fiae {
  order: 6;
}

.bootstrap_order-7__29GnP {
  order: 7;
}

.bootstrap_order-8__1tx77 {
  order: 8;
}

.bootstrap_order-9__2ljlz {
  order: 9;
}

.bootstrap_order-10__31B0b {
  order: 10;
}

.bootstrap_order-11__3pomM {
  order: 11;
}

.bootstrap_order-12__3cQzd {
  order: 12;
}

.bootstrap_offset-1__2jShI {
  margin-left: 8.333333%;
}

.bootstrap_offset-2__3JDet {
  margin-left: 16.666667%;
}

.bootstrap_offset-3__2eCXv {
  margin-left: 25%;
}

.bootstrap_offset-4__1l3tN {
  margin-left: 33.333333%;
}

.bootstrap_offset-5__gVthZ {
  margin-left: 41.666667%;
}

.bootstrap_offset-6__3Vd1F {
  margin-left: 50%;
}

.bootstrap_offset-7__1qMuq {
  margin-left: 58.333333%;
}

.bootstrap_offset-8__JoXGb {
  margin-left: 66.666667%;
}

.bootstrap_offset-9__2L50l {
  margin-left: 75%;
}

.bootstrap_offset-10__1OAjH {
  margin-left: 83.333333%;
}

.bootstrap_offset-11__32E2Q {
  margin-left: 91.666667%;
}
/*
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}*/

.bootstrap_table__2hea- {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.bootstrap_table__2hea- th,
.bootstrap_table__2hea- td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.bootstrap_table__2hea- thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.bootstrap_table__2hea- tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.bootstrap_table-sm__fWhYF th,
.bootstrap_table-sm__fWhYF td {
  padding: 0.3rem;
}

.bootstrap_table-bordered__hTTMo {
  border: 1px solid #dee2e6;
}

.bootstrap_table-bordered__hTTMo th,
.bootstrap_table-bordered__hTTMo td {
  border: 1px solid #dee2e6;
}

.bootstrap_table-bordered__hTTMo thead th,
.bootstrap_table-bordered__hTTMo thead td {
  border-bottom-width: 2px;
}

.bootstrap_table-borderless__2RZ3o th,
.bootstrap_table-borderless__2RZ3o td,
.bootstrap_table-borderless__2RZ3o thead th,
.bootstrap_table-borderless__2RZ3o tbody + tbody {
  border: 0;
}

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

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

.bootstrap_table-primary__1xzjd,
.bootstrap_table-primary__1xzjd > th,
.bootstrap_table-primary__1xzjd > td {
  background-color: #b8daff;
}

.bootstrap_table-primary__1xzjd th,
.bootstrap_table-primary__1xzjd td,
.bootstrap_table-primary__1xzjd thead th,
.bootstrap_table-primary__1xzjd tbody + tbody {
  border-color: #7abaff;
}

.bootstrap_table-hover__2-bLY .bootstrap_table-primary__1xzjd:hover {
  background-color: #9fcdff;
}

.bootstrap_table-hover__2-bLY .bootstrap_table-primary__1xzjd:hover > td,
.bootstrap_table-hover__2-bLY .bootstrap_table-primary__1xzjd:hover > th {
  background-color: #9fcdff;
}

.bootstrap_table-secondary__3tnjT,
.bootstrap_table-secondary__3tnjT > th,
.bootstrap_table-secondary__3tnjT > td {
  background-color: #d6d8db;
}

.bootstrap_table-secondary__3tnjT th,
.bootstrap_table-secondary__3tnjT td,
.bootstrap_table-secondary__3tnjT thead th,
.bootstrap_table-secondary__3tnjT tbody + tbody {
  border-color: #b3b7bb;
}

.bootstrap_table-hover__2-bLY .bootstrap_table-secondary__3tnjT:hover {
  background-color: #c8cbcf;
}

.bootstrap_table-hover__2-bLY .bootstrap_table-secondary__3tnjT:hover > td,
.bootstrap_table-hover__2-bLY .bootstrap_table-secondary__3tnjT:hover > th {
  background-color: #c8cbcf;
}

.bootstrap_table-success__1jcKk,
.bootstrap_table-success__1jcKk > th,
.bootstrap_table-success__1jcKk > td {
  background-color: #c3e6cb;
}

.bootstrap_table-success__1jcKk th,
.bootstrap_table-success__1jcKk td,
.bootstrap_table-success__1jcKk thead th,
.bootstrap_table-success__1jcKk tbody + tbody {
  border-color: #8fd19e;
}

.bootstrap_table-hover__2-bLY .bootstrap_table-success__1jcKk:hover {
  background-color: #b1dfbb;
}

.bootstrap_table-hover__2-bLY .bootstrap_table-success__1jcKk:hover > td,
.bootstrap_table-hover__2-bLY .bootstrap_table-success__1jcKk:hover > th {
  background-color: #b1dfbb;
}

.bootstrap_table-info__2OlUj,
.bootstrap_table-info__2OlUj > th,
.bootstrap_table-info__2OlUj > td {
  background-color: #bee5eb;
}

.bootstrap_table-info__2OlUj th,
.bootstrap_table-info__2OlUj td,
.bootstrap_table-info__2OlUj thead th,
.bootstrap_table-info__2OlUj tbody + tbody {
  border-color: #86cfda;
}

.bootstrap_table-hover__2-bLY .bootstrap_table-info__2OlUj:hover {
  background-color: #abdde5;
}

.bootstrap_table-hover__2-bLY .bootstrap_table-info__2OlUj:hover > td,
.bootstrap_table-hover__2-bLY .bootstrap_table-info__2OlUj:hover > th {
  background-color: #abdde5;
}

.bootstrap_table-warning__2bUqn,
.bootstrap_table-warning__2bUqn > th,
.bootstrap_table-warning__2bUqn > td {
  background-color: #ffeeba;
}

.bootstrap_table-warning__2bUqn th,
.bootstrap_table-warning__2bUqn td,
.bootstrap_table-warning__2bUqn thead th,
.bootstrap_table-warning__2bUqn tbody + tbody {
  border-color: #ffdf7e;
}

.bootstrap_table-hover__2-bLY .bootstrap_table-warning__2bUqn:hover {
  background-color: #ffe8a1;
}

.bootstrap_table-hover__2-bLY .bootstrap_table-warning__2bUqn:hover > td,
.bootstrap_table-hover__2-bLY .bootstrap_table-warning__2bUqn:hover > th {
  background-color: #ffe8a1;
}

.bootstrap_table-danger__iLXRD,
.bootstrap_table-danger__iLXRD > th,
.bootstrap_table-danger__iLXRD > td {
  background-color: #f5c6cb;
}

.bootstrap_table-danger__iLXRD th,
.bootstrap_table-danger__iLXRD td,
.bootstrap_table-danger__iLXRD thead th,
.bootstrap_table-danger__iLXRD tbody + tbody {
  border-color: #ed969e;
}

.bootstrap_table-hover__2-bLY .bootstrap_table-danger__iLXRD:hover {
  background-color: #f1b0b7;
}

.bootstrap_table-hover__2-bLY .bootstrap_table-danger__iLXRD:hover > td,
.bootstrap_table-hover__2-bLY .bootstrap_table-danger__iLXRD:hover > th {
  background-color: #f1b0b7;
}

.bootstrap_table-light__1UFsc,
.bootstrap_table-light__1UFsc > th,
.bootstrap_table-light__1UFsc > td {
  background-color: #fdfdfe;
}

.bootstrap_table-light__1UFsc th,
.bootstrap_table-light__1UFsc td,
.bootstrap_table-light__1UFsc thead th,
.bootstrap_table-light__1UFsc tbody + tbody {
  border-color: #fbfcfc;
}

.bootstrap_table-hover__2-bLY .bootstrap_table-light__1UFsc:hover {
  background-color: #ececf6;
}

.bootstrap_table-hover__2-bLY .bootstrap_table-light__1UFsc:hover > td,
.bootstrap_table-hover__2-bLY .bootstrap_table-light__1UFsc:hover > th {
  background-color: #ececf6;
}

.bootstrap_table-dark__2kBQB,
.bootstrap_table-dark__2kBQB > th,
.bootstrap_table-dark__2kBQB > td {
  background-color: #c6c8ca;
}

.bootstrap_table-dark__2kBQB th,
.bootstrap_table-dark__2kBQB td,
.bootstrap_table-dark__2kBQB thead th,
.bootstrap_table-dark__2kBQB tbody + tbody {
  border-color: #95999c;
}

.bootstrap_table-hover__2-bLY .bootstrap_table-dark__2kBQB:hover {
  background-color: #b9bbbe;
}

.bootstrap_table-hover__2-bLY .bootstrap_table-dark__2kBQB:hover > td,
.bootstrap_table-hover__2-bLY .bootstrap_table-dark__2kBQB:hover > th {
  background-color: #b9bbbe;
}

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

.bootstrap_table-hover__2-bLY .bootstrap_table-active__1vf8o:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.bootstrap_table-hover__2-bLY .bootstrap_table-active__1vf8o:hover > td,
.bootstrap_table-hover__2-bLY .bootstrap_table-active__1vf8o:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.bootstrap_table__2hea- .bootstrap_thead-dark__1in0t th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.bootstrap_table__2hea- .bootstrap_thead-light__15GL2 th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.bootstrap_table-dark__2kBQB {
  color: #fff;
  background-color: #343a40;
}

.bootstrap_table-dark__2kBQB th,
.bootstrap_table-dark__2kBQB td,
.bootstrap_table-dark__2kBQB thead th {
  border-color: #454d55;
}

.bootstrap_table-dark__2kBQB.bootstrap_table-bordered__hTTMo {
  border: 0;
}

.bootstrap_table-dark__2kBQB.bootstrap_table-striped__3m4oi tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.bootstrap_table-dark__2kBQB.bootstrap_table-hover__2-bLY tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
/*
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

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

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

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}*/

.bootstrap_table-responsive__NmunW {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.bootstrap_table-responsive__NmunW > .bootstrap_table-bordered__hTTMo {
  border: 0;
}

.bootstrap_form-control__1r3RI {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/*
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}*/

.bootstrap_form-control__1r3RI::-ms-expand {
  background-color: transparent;
  border: 0;
}

.bootstrap_form-control__1r3RI:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.bootstrap_form-control__1r3RI:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.bootstrap_form-control__1r3RI::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.bootstrap_form-control__1r3RI:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.bootstrap_form-control__1r3RI::placeholder {
  color: #6c757d;
  opacity: 1;
}

.bootstrap_form-control__1r3RI:disabled, .bootstrap_form-control__1r3RI[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.bootstrap_form-control__1r3RI:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.bootstrap_form-control-file__-B_3Z,
.bootstrap_form-control-range__1tBze {
  display: block;
  width: 100%;
}

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

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

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

.bootstrap_form-control-plaintext__3tuq3 {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.bootstrap_form-control-plaintext__3tuq3.bootstrap_form-control-sm__3x9OZ, .bootstrap_form-control-plaintext__3tuq3.bootstrap_form-control-lg__1S7Lt {
  padding-right: 0;
  padding-left: 0;
}

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

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

select.bootstrap_form-control__1r3RI[size], select.bootstrap_form-control__1r3RI[multiple] {
  height: auto;
}

textarea.bootstrap_form-control__1r3RI {
  height: auto;
}

.bootstrap_form-group__1M3oQ {
  margin-bottom: 1rem;
}

.bootstrap_form-text__2Rnrt {
  display: block;
  margin-top: 0.25rem;
}

.bootstrap_form-row__3Kn_J {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.bootstrap_form-row__3Kn_J > .bootstrap_col__9oTyK,
.bootstrap_form-row__3Kn_J > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.bootstrap_form-check__LIQvc {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.bootstrap_form-check-input__1fb84 {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.bootstrap_form-check-input__1fb84[disabled] ~ .bootstrap_form-check-label__15X-E,
.bootstrap_form-check-input__1fb84:disabled ~ .bootstrap_form-check-label__15X-E {
  color: #6c757d;
}

.bootstrap_form-check-label__15X-E {
  margin-bottom: 0;
}

.bootstrap_form-check-inline__3A07n {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.bootstrap_form-check-inline__3A07n .bootstrap_form-check-input__1fb84 {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

.bootstrap_was-validated__1ziUn :valid ~ .bootstrap_valid-feedback__3ntsE,
.bootstrap_was-validated__1ziUn :valid ~ .bootstrap_valid-tooltip__1Q5Y7,
.bootstrap_is-valid__3Nu6G ~ .bootstrap_valid-feedback__3ntsE,
.bootstrap_is-valid__3Nu6G ~ .bootstrap_valid-tooltip__1Q5Y7 {
  display: block;
}

.bootstrap_was-validated__1ziUn .bootstrap_form-control__1r3RI:valid, .bootstrap_form-control__1r3RI.bootstrap_is-valid__3Nu6G {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.bootstrap_was-validated__1ziUn .bootstrap_form-control__1r3RI:valid:focus, .bootstrap_form-control__1r3RI.bootstrap_is-valid__3Nu6G:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.bootstrap_was-validated__1ziUn textarea.bootstrap_form-control__1r3RI:valid, textarea.bootstrap_form-control__1r3RI.bootstrap_is-valid__3Nu6G {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.bootstrap_was-validated__1ziUn .bootstrap_custom-select__31gdq:valid, .bootstrap_custom-select__31gdq.bootstrap_is-valid__3Nu6G {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.bootstrap_was-validated__1ziUn .bootstrap_custom-select__31gdq:valid:focus, .bootstrap_custom-select__31gdq.bootstrap_is-valid__3Nu6G:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.bootstrap_was-validated__1ziUn .bootstrap_form-check-input__1fb84:valid ~ .bootstrap_form-check-label__15X-E, .bootstrap_form-check-input__1fb84.bootstrap_is-valid__3Nu6G ~ .bootstrap_form-check-label__15X-E {
  color: #28a745;
}

.bootstrap_was-validated__1ziUn .bootstrap_form-check-input__1fb84:valid ~ .bootstrap_valid-feedback__3ntsE,
.bootstrap_was-validated__1ziUn .bootstrap_form-check-input__1fb84:valid ~ .bootstrap_valid-tooltip__1Q5Y7, .bootstrap_form-check-input__1fb84.bootstrap_is-valid__3Nu6G ~ .bootstrap_valid-feedback__3ntsE,
.bootstrap_form-check-input__1fb84.bootstrap_is-valid__3Nu6G ~ .bootstrap_valid-tooltip__1Q5Y7 {
  display: block;
}

.bootstrap_was-validated__1ziUn .bootstrap_custom-control-input__q0hQU:valid ~ .bootstrap_custom-control-label__2fakX, .bootstrap_custom-control-input__q0hQU.bootstrap_is-valid__3Nu6G ~ .bootstrap_custom-control-label__2fakX {
  color: #28a745;
}

.bootstrap_was-validated__1ziUn .bootstrap_custom-control-input__q0hQU:valid ~ .bootstrap_custom-control-label__2fakX::before, .bootstrap_custom-control-input__q0hQU.bootstrap_is-valid__3Nu6G ~ .bootstrap_custom-control-label__2fakX::before {
  border-color: #28a745;
}

.bootstrap_was-validated__1ziUn .bootstrap_custom-control-input__q0hQU:valid:checked ~ .bootstrap_custom-control-label__2fakX::before, .bootstrap_custom-control-input__q0hQU.bootstrap_is-valid__3Nu6G:checked ~ .bootstrap_custom-control-label__2fakX::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.bootstrap_was-validated__1ziUn .bootstrap_custom-control-input__q0hQU:valid:focus ~ .bootstrap_custom-control-label__2fakX::before, .bootstrap_custom-control-input__q0hQU.bootstrap_is-valid__3Nu6G:focus ~ .bootstrap_custom-control-label__2fakX::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.bootstrap_was-validated__1ziUn .bootstrap_custom-control-input__q0hQU:valid:focus:not(:checked) ~ .bootstrap_custom-control-label__2fakX::before, .bootstrap_custom-control-input__q0hQU.bootstrap_is-valid__3Nu6G:focus:not(:checked) ~ .bootstrap_custom-control-label__2fakX::before {
  border-color: #28a745;
}

.bootstrap_was-validated__1ziUn .bootstrap_custom-file-input__WgMtt:valid ~ .bootstrap_custom-file-label__2lepR, .bootstrap_custom-file-input__WgMtt.bootstrap_is-valid__3Nu6G ~ .bootstrap_custom-file-label__2lepR {
  border-color: #28a745;
}

.bootstrap_was-validated__1ziUn .bootstrap_custom-file-input__WgMtt:valid:focus ~ .bootstrap_custom-file-label__2lepR, .bootstrap_custom-file-input__WgMtt.bootstrap_is-valid__3Nu6G:focus ~ .bootstrap_custom-file-label__2lepR {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.bootstrap_was-validated__1ziUn :invalid ~ .bootstrap_invalid-feedback__3PZqQ,
.bootstrap_was-validated__1ziUn :invalid ~ .bootstrap_invalid-tooltip__1u6vl,
.bootstrap_is-invalid__T57BX ~ .bootstrap_invalid-feedback__3PZqQ,
.bootstrap_is-invalid__T57BX ~ .bootstrap_invalid-tooltip__1u6vl {
  display: block;
}

.bootstrap_was-validated__1ziUn .bootstrap_form-control__1r3RI:invalid, .bootstrap_form-control__1r3RI.bootstrap_is-invalid__T57BX {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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);
}

.bootstrap_was-validated__1ziUn .bootstrap_form-control__1r3RI:invalid:focus, .bootstrap_form-control__1r3RI.bootstrap_is-invalid__T57BX:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.bootstrap_was-validated__1ziUn textarea.bootstrap_form-control__1r3RI:invalid, textarea.bootstrap_form-control__1r3RI.bootstrap_is-invalid__T57BX {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.bootstrap_was-validated__1ziUn .bootstrap_custom-select__31gdq:invalid, .bootstrap_custom-select__31gdq.bootstrap_is-invalid__T57BX {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.bootstrap_was-validated__1ziUn .bootstrap_custom-select__31gdq:invalid:focus, .bootstrap_custom-select__31gdq.bootstrap_is-invalid__T57BX:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.bootstrap_was-validated__1ziUn .bootstrap_form-check-input__1fb84:invalid ~ .bootstrap_form-check-label__15X-E, .bootstrap_form-check-input__1fb84.bootstrap_is-invalid__T57BX ~ .bootstrap_form-check-label__15X-E {
  color: #dc3545;
}

.bootstrap_was-validated__1ziUn .bootstrap_form-check-input__1fb84:invalid ~ .bootstrap_invalid-feedback__3PZqQ,
.bootstrap_was-validated__1ziUn .bootstrap_form-check-input__1fb84:invalid ~ .bootstrap_invalid-tooltip__1u6vl, .bootstrap_form-check-input__1fb84.bootstrap_is-invalid__T57BX ~ .bootstrap_invalid-feedback__3PZqQ,
.bootstrap_form-check-input__1fb84.bootstrap_is-invalid__T57BX ~ .bootstrap_invalid-tooltip__1u6vl {
  display: block;
}

.bootstrap_was-validated__1ziUn .bootstrap_custom-control-input__q0hQU:invalid ~ .bootstrap_custom-control-label__2fakX, .bootstrap_custom-control-input__q0hQU.bootstrap_is-invalid__T57BX ~ .bootstrap_custom-control-label__2fakX {
  color: #dc3545;
}

.bootstrap_was-validated__1ziUn .bootstrap_custom-control-input__q0hQU:invalid ~ .bootstrap_custom-control-label__2fakX::before, .bootstrap_custom-control-input__q0hQU.bootstrap_is-invalid__T57BX ~ .bootstrap_custom-control-label__2fakX::before {
  border-color: #dc3545;
}

.bootstrap_was-validated__1ziUn .bootstrap_custom-control-input__q0hQU:invalid:checked ~ .bootstrap_custom-control-label__2fakX::before, .bootstrap_custom-control-input__q0hQU.bootstrap_is-invalid__T57BX:checked ~ .bootstrap_custom-control-label__2fakX::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.bootstrap_was-validated__1ziUn .bootstrap_custom-control-input__q0hQU:invalid:focus ~ .bootstrap_custom-control-label__2fakX::before, .bootstrap_custom-control-input__q0hQU.bootstrap_is-invalid__T57BX:focus ~ .bootstrap_custom-control-label__2fakX::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.bootstrap_was-validated__1ziUn .bootstrap_custom-control-input__q0hQU:invalid:focus:not(:checked) ~ .bootstrap_custom-control-label__2fakX::before, .bootstrap_custom-control-input__q0hQU.bootstrap_is-invalid__T57BX:focus:not(:checked) ~ .bootstrap_custom-control-label__2fakX::before {
  border-color: #dc3545;
}

.bootstrap_was-validated__1ziUn .bootstrap_custom-file-input__WgMtt:invalid ~ .bootstrap_custom-file-label__2lepR, .bootstrap_custom-file-input__WgMtt.bootstrap_is-invalid__T57BX ~ .bootstrap_custom-file-label__2lepR {
  border-color: #dc3545;
}

.bootstrap_was-validated__1ziUn .bootstrap_custom-file-input__WgMtt:invalid:focus ~ .bootstrap_custom-file-label__2lepR, .bootstrap_custom-file-input__WgMtt.bootstrap_is-invalid__T57BX:focus ~ .bootstrap_custom-file-label__2lepR {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.bootstrap_form-inline__2BoBU {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

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

.bootstrap_btn__2ni4i {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/*
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}*/

.bootstrap_btn__2ni4i:hover {
  color: #212529;
  text-decoration: none;
}

.bootstrap_btn__2ni4i:focus, .bootstrap_btn__2ni4i.bootstrap_focus__4Nhfl {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.bootstrap_btn__2ni4i.bootstrap_disabled__1QYaB, .bootstrap_btn__2ni4i:disabled {
  opacity: 0.65;
}

.bootstrap_a__2fvGM.bootstrap_btn__2ni4i.bootstrap_disabled__1QYaB,
fieldset:disabled a.bootstrap_btn__2ni4i {
  pointer-events: none;
}

.bootstrap_btn-primary__2puaE {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.bootstrap_btn-primary__2puaE:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.bootstrap_btn-primary__2puaE:focus, .bootstrap_btn-primary__2puaE.bootstrap_focus__4Nhfl {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.bootstrap_btn-primary__2puaE.bootstrap_disabled__1QYaB, .bootstrap_btn-primary__2puaE:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.bootstrap_btn-primary__2puaE:not(:disabled):not(.bootstrap_disabled__1QYaB):active, .bootstrap_btn-primary__2puaE:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C,
.bootstrap_show__2L59V > .bootstrap_btn-primary__2puaE.bootstrap_dropdown-toggle__3IXau {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.bootstrap_btn-primary__2puaE:not(:disabled):not(.bootstrap_disabled__1QYaB):active:focus, .bootstrap_btn-primary__2puaE:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C:focus,
.bootstrap_show__2L59V > .bootstrap_btn-primary__2puaE.bootstrap_dropdown-toggle__3IXau:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.bootstrap_btn-secondary__F03Dv {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bootstrap_btn-secondary__F03Dv:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.bootstrap_btn-secondary__F03Dv:focus, .bootstrap_btn-secondary__F03Dv.bootstrap_focus__4Nhfl {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.bootstrap_btn-secondary__F03Dv.bootstrap_disabled__1QYaB, .bootstrap_btn-secondary__F03Dv:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bootstrap_btn-secondary__F03Dv:not(:disabled):not(.bootstrap_disabled__1QYaB):active, .bootstrap_btn-secondary__F03Dv:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C,
.bootstrap_show__2L59V > .bootstrap_btn-secondary__F03Dv.bootstrap_dropdown-toggle__3IXau {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.bootstrap_btn-secondary__F03Dv:not(:disabled):not(.bootstrap_disabled__1QYaB):active:focus, .bootstrap_btn-secondary__F03Dv:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C:focus,
.bootstrap_show__2L59V > .bootstrap_btn-secondary__F03Dv.bootstrap_dropdown-toggle__3IXau:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.bootstrap_btn-success__FsgY9 {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.bootstrap_btn-success__FsgY9:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.bootstrap_btn-success__FsgY9:focus, .bootstrap_btn-success__FsgY9.bootstrap_focus__4Nhfl {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.bootstrap_btn-success__FsgY9.bootstrap_disabled__1QYaB, .bootstrap_btn-success__FsgY9:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.bootstrap_btn-success__FsgY9:not(:disabled):not(.bootstrap_disabled__1QYaB):active, .bootstrap_btn-success__FsgY9:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C,
.bootstrap_show__2L59V > .bootstrap_btn-success__FsgY9.bootstrap_dropdown-toggle__3IXau {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.bootstrap_btn-success__FsgY9:not(:disabled):not(.bootstrap_disabled__1QYaB):active:focus, .bootstrap_btn-success__FsgY9:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C:focus,
.bootstrap_show__2L59V > .bootstrap_btn-success__FsgY9.bootstrap_dropdown-toggle__3IXau:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.bootstrap_btn-info__3-P6P {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.bootstrap_btn-info__3-P6P:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.bootstrap_btn-info__3-P6P:focus, .bootstrap_btn-info__3-P6P.bootstrap_focus__4Nhfl {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.bootstrap_btn-info__3-P6P.bootstrap_disabled__1QYaB, .bootstrap_btn-info__3-P6P:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.bootstrap_btn-info__3-P6P:not(:disabled):not(.bootstrap_disabled__1QYaB):active, .bootstrap_btn-info__3-P6P:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C,
.bootstrap_show__2L59V > .bootstrap_btn-info__3-P6P.bootstrap_dropdown-toggle__3IXau {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.bootstrap_btn-info__3-P6P:not(:disabled):not(.bootstrap_disabled__1QYaB):active:focus, .bootstrap_btn-info__3-P6P:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C:focus,
.bootstrap_show__2L59V > .bootstrap_btn-info__3-P6P.bootstrap_dropdown-toggle__3IXau:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.bootstrap_btn-warning__uaTrT {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.bootstrap_btn-warning__uaTrT:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.bootstrap_btn-warning__uaTrT:focus, .bootstrap_btn-warning__uaTrT.bootstrap_focus__4Nhfl {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.bootstrap_btn-warning__uaTrT.bootstrap_disabled__1QYaB, .bootstrap_btn-warning__uaTrT:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.bootstrap_btn-warning__uaTrT:not(:disabled):not(.bootstrap_disabled__1QYaB):active, .bootstrap_btn-warning__uaTrT:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C,
.bootstrap_show__2L59V > .bootstrap_btn-warning__uaTrT.bootstrap_dropdown-toggle__3IXau {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.bootstrap_btn-warning__uaTrT:not(:disabled):not(.bootstrap_disabled__1QYaB):active:focus, .bootstrap_btn-warning__uaTrT:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C:focus,
.bootstrap_show__2L59V > .bootstrap_btn-warning__uaTrT.bootstrap_dropdown-toggle__3IXau:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.bootstrap_btn-danger__2NTpf {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.bootstrap_btn-danger__2NTpf:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.bootstrap_btn-danger__2NTpf:focus, .bootstrap_btn-danger__2NTpf.bootstrap_focus__4Nhfl {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.bootstrap_btn-danger__2NTpf.bootstrap_disabled__1QYaB, .bootstrap_btn-danger__2NTpf:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.bootstrap_btn-danger__2NTpf:not(:disabled):not(.bootstrap_disabled__1QYaB):active, .bootstrap_btn-danger__2NTpf:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C,
.bootstrap_show__2L59V > .bootstrap_btn-danger__2NTpf.bootstrap_dropdown-toggle__3IXau {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.bootstrap_btn-danger__2NTpf:not(:disabled):not(.bootstrap_disabled__1QYaB):active:focus, .bootstrap_btn-danger__2NTpf:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C:focus,
.bootstrap_show__2L59V > .bootstrap_btn-danger__2NTpf.bootstrap_dropdown-toggle__3IXau:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.bootstrap_btn-light__Jalup {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.bootstrap_btn-light__Jalup:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.bootstrap_btn-light__Jalup:focus, .bootstrap_btn-light__Jalup.bootstrap_focus__4Nhfl {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.bootstrap_btn-light__Jalup.bootstrap_disabled__1QYaB, .bootstrap_btn-light__Jalup:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.bootstrap_btn-light__Jalup:not(:disabled):not(.bootstrap_disabled__1QYaB):active, .bootstrap_btn-light__Jalup:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C,
.bootstrap_show__2L59V > .bootstrap_btn-light__Jalup.bootstrap_dropdown-toggle__3IXau {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.bootstrap_btn-light__Jalup:not(:disabled):not(.bootstrap_disabled__1QYaB):active:focus, .bootstrap_btn-light__Jalup:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C:focus,
.bootstrap_show__2L59V > .bootstrap_btn-light__Jalup.bootstrap_dropdown-toggle__3IXau:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.bootstrap_btn-dark__2yCAd {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.bootstrap_btn-dark__2yCAd:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.bootstrap_btn-dark__2yCAd:focus, .bootstrap_btn-dark__2yCAd.bootstrap_focus__4Nhfl {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.bootstrap_btn-dark__2yCAd.bootstrap_disabled__1QYaB, .bootstrap_btn-dark__2yCAd:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.bootstrap_btn-dark__2yCAd:not(:disabled):not(.bootstrap_disabled__1QYaB):active, .bootstrap_btn-dark__2yCAd:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C,
.bootstrap_show__2L59V > .bootstrap_btn-dark__2yCAd.bootstrap_dropdown-toggle__3IXau {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.bootstrap_btn-dark__2yCAd:not(:disabled):not(.bootstrap_disabled__1QYaB):active:focus, .bootstrap_btn-dark__2yCAd:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C:focus,
.bootstrap_show__2L59V > .bootstrap_btn-dark__2yCAd.bootstrap_dropdown-toggle__3IXau:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.bootstrap_btn-outline-primary__2EeGJ {
  color: #007bff;
  border-color: #007bff;
}

.bootstrap_btn-outline-primary__2EeGJ:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.bootstrap_btn-outline-primary__2EeGJ:focus, .bootstrap_btn-outline-primary__2EeGJ.bootstrap_focus__4Nhfl {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.bootstrap_btn-outline-primary__2EeGJ.bootstrap_disabled__1QYaB, .bootstrap_btn-outline-primary__2EeGJ:disabled {
  color: #007bff;
  background-color: transparent;
}

.bootstrap_btn-outline-primary__2EeGJ:not(:disabled):not(.bootstrap_disabled__1QYaB):active, .bootstrap_btn-outline-primary__2EeGJ:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C,
.bootstrap_show__2L59V > .bootstrap_btn-outline-primary__2EeGJ.bootstrap_dropdown-toggle__3IXau {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.bootstrap_btn-outline-primary__2EeGJ:not(:disabled):not(.bootstrap_disabled__1QYaB):active:focus, .bootstrap_btn-outline-primary__2EeGJ:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C:focus,
.bootstrap_show__2L59V > .bootstrap_btn-outline-primary__2EeGJ.bootstrap_dropdown-toggle__3IXau:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.bootstrap_btn-outline-secondary__xCbR4 {
  color: #6c757d;
  border-color: #6c757d;
}

.bootstrap_btn-outline-secondary__xCbR4:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bootstrap_btn-outline-secondary__xCbR4:focus, .bootstrap_btn-outline-secondary__xCbR4.bootstrap_focus__4Nhfl {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.bootstrap_btn-outline-secondary__xCbR4.bootstrap_disabled__1QYaB, .bootstrap_btn-outline-secondary__xCbR4:disabled {
  color: #6c757d;
  background-color: transparent;
}

.bootstrap_btn-outline-secondary__xCbR4:not(:disabled):not(.bootstrap_disabled__1QYaB):active, .bootstrap_btn-outline-secondary__xCbR4:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C,
.bootstrap_show__2L59V > .bootstrap_btn-outline-secondary__xCbR4.bootstrap_dropdown-toggle__3IXau {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bootstrap_btn-outline-secondary__xCbR4:not(:disabled):not(.bootstrap_disabled__1QYaB):active:focus, .bootstrap_btn-outline-secondary__xCbR4:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C:focus,
.bootstrap_show__2L59V > .bootstrap_btn-outline-secondary__xCbR4.bootstrap_dropdown-toggle__3IXau:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.bootstrap_btn-outline-success__2KFp2 {
  color: #28a745;
  border-color: #28a745;
}

.bootstrap_btn-outline-success__2KFp2:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.bootstrap_btn-outline-success__2KFp2:focus, .bootstrap_btn-outline-success__2KFp2.bootstrap_focus__4Nhfl {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.bootstrap_btn-outline-success__2KFp2.bootstrap_disabled__1QYaB, .bootstrap_btn-outline-success__2KFp2:disabled {
  color: #28a745;
  background-color: transparent;
}

.bootstrap_btn-outline-success__2KFp2:not(:disabled):not(.bootstrap_disabled__1QYaB):active, .bootstrap_btn-outline-success__2KFp2:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C,
.bootstrap_show__2L59V > .bootstrap_btn-outline-success__2KFp2.bootstrap_dropdown-toggle__3IXau {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.bootstrap_btn-outline-success__2KFp2:not(:disabled):not(.bootstrap_disabled__1QYaB):active:focus, .bootstrap_btn-outline-success__2KFp2:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C:focus,
.bootstrap_show__2L59V > .bootstrap_btn-outline-success__2KFp2.bootstrap_dropdown-toggle__3IXau:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.bootstrap_btn-outline-info__OOiFS {
  color: #17a2b8;
  border-color: #17a2b8;
}

.bootstrap_btn-outline-info__OOiFS:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.bootstrap_btn-outline-info__OOiFS:focus, .bootstrap_btn-outline-info__OOiFS.bootstrap_focus__4Nhfl {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.bootstrap_btn-outline-info__OOiFS.bootstrap_disabled__1QYaB, .bootstrap_btn-outline-info__OOiFS:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.bootstrap_btn-outline-info__OOiFS:not(:disabled):not(.bootstrap_disabled__1QYaB):active, .bootstrap_btn-outline-info__OOiFS:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C,
.bootstrap_show__2L59V > .bootstrap_btn-outline-info__OOiFS.bootstrap_dropdown-toggle__3IXau {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.bootstrap_btn-outline-info__OOiFS:not(:disabled):not(.bootstrap_disabled__1QYaB):active:focus, .bootstrap_btn-outline-info__OOiFS:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C:focus,
.bootstrap_show__2L59V > .bootstrap_btn-outline-info__OOiFS.bootstrap_dropdown-toggle__3IXau:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.bootstrap_btn-outline-warning__3dNi0 {
  color: #ffc107;
  border-color: #ffc107;
}

.bootstrap_btn-outline-warning__3dNi0:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.bootstrap_btn-outline-warning__3dNi0:focus, .bootstrap_btn-outline-warning__3dNi0.bootstrap_focus__4Nhfl {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.bootstrap_btn-outline-warning__3dNi0.bootstrap_disabled__1QYaB, .bootstrap_btn-outline-warning__3dNi0:disabled {
  color: #ffc107;
  background-color: transparent;
}

.bootstrap_btn-outline-warning__3dNi0:not(:disabled):not(.bootstrap_disabled__1QYaB):active, .bootstrap_btn-outline-warning__3dNi0:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C,
.bootstrap_show__2L59V > .bootstrap_btn-outline-warning__3dNi0.bootstrap_dropdown-toggle__3IXau {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.bootstrap_btn-outline-warning__3dNi0:not(:disabled):not(.bootstrap_disabled__1QYaB):active:focus, .bootstrap_btn-outline-warning__3dNi0:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C:focus,
.bootstrap_show__2L59V > .bootstrap_btn-outline-warning__3dNi0.bootstrap_dropdown-toggle__3IXau:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.bootstrap_btn-outline-danger__396i9 {
  color: #dc3545;
  border-color: #dc3545;
}

.bootstrap_btn-outline-danger__396i9:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.bootstrap_btn-outline-danger__396i9:focus, .bootstrap_btn-outline-danger__396i9.bootstrap_focus__4Nhfl {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.bootstrap_btn-outline-danger__396i9.bootstrap_disabled__1QYaB, .bootstrap_btn-outline-danger__396i9:disabled {
  color: #dc3545;
  background-color: transparent;
}

.bootstrap_btn-outline-danger__396i9:not(:disabled):not(.bootstrap_disabled__1QYaB):active, .bootstrap_btn-outline-danger__396i9:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C,
.bootstrap_show__2L59V > .bootstrap_btn-outline-danger__396i9.bootstrap_dropdown-toggle__3IXau {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.bootstrap_btn-outline-danger__396i9:not(:disabled):not(.bootstrap_disabled__1QYaB):active:focus, .bootstrap_btn-outline-danger__396i9:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C:focus,
.bootstrap_show__2L59V > .bootstrap_btn-outline-danger__396i9.bootstrap_dropdown-toggle__3IXau:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.bootstrap_btn-outline-light__20krh {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.bootstrap_btn-outline-light__20krh:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.bootstrap_btn-outline-light__20krh:focus, .bootstrap_btn-outline-light__20krh.bootstrap_focus__4Nhfl {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.bootstrap_btn-outline-light__20krh.bootstrap_disabled__1QYaB, .bootstrap_btn-outline-light__20krh:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.bootstrap_btn-outline-light__20krh:not(:disabled):not(.bootstrap_disabled__1QYaB):active, .bootstrap_btn-outline-light__20krh:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C,
.bootstrap_show__2L59V > .bootstrap_btn-outline-light__20krh.bootstrap_dropdown-toggle__3IXau {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.bootstrap_btn-outline-light__20krh:not(:disabled):not(.bootstrap_disabled__1QYaB):active:focus, .bootstrap_btn-outline-light__20krh:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C:focus,
.bootstrap_show__2L59V > .bootstrap_btn-outline-light__20krh.bootstrap_dropdown-toggle__3IXau:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.bootstrap_btn-outline-dark__3aGoL {
  color: #343a40;
  border-color: #343a40;
}

.bootstrap_btn-outline-dark__3aGoL:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.bootstrap_btn-outline-dark__3aGoL:focus, .bootstrap_btn-outline-dark__3aGoL.bootstrap_focus__4Nhfl {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.bootstrap_btn-outline-dark__3aGoL.bootstrap_disabled__1QYaB, .bootstrap_btn-outline-dark__3aGoL:disabled {
  color: #343a40;
  background-color: transparent;
}

.bootstrap_btn-outline-dark__3aGoL:not(:disabled):not(.bootstrap_disabled__1QYaB):active, .bootstrap_btn-outline-dark__3aGoL:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C,
.bootstrap_show__2L59V > .bootstrap_btn-outline-dark__3aGoL.bootstrap_dropdown-toggle__3IXau {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.bootstrap_btn-outline-dark__3aGoL:not(:disabled):not(.bootstrap_disabled__1QYaB):active:focus, .bootstrap_btn-outline-dark__3aGoL:not(:disabled):not(.bootstrap_disabled__1QYaB).bootstrap_active__g432C:focus,
.bootstrap_show__2L59V > .bootstrap_btn-outline-dark__3aGoL.bootstrap_dropdown-toggle__3IXau:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.bootstrap_btn-link__Yde-m {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.bootstrap_btn-link__Yde-m:hover {
  color: #0056b3;
  text-decoration: underline;
}

.bootstrap_btn-link__Yde-m:focus, .bootstrap_btn-link__Yde-m.bootstrap_focus__4Nhfl {
  text-decoration: underline;
  box-shadow: none;
}

.bootstrap_btn-link__Yde-m:disabled, .bootstrap_btn-link__Yde-m.bootstrap_disabled__1QYaB {
  color: #6c757d;
  pointer-events: none;
}

.bootstrap_btn-lg__1hGvT, .bootstrap_btn-group-lg__2Td9t > .bootstrap_btn__2ni4i {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.bootstrap_btn-sm__1d6zJ, .bootstrap_btn-group-sm__iOjle > .bootstrap_btn__2ni4i {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.bootstrap_btn-block__2eAri {
  display: block;
  width: 100%;
}

.bootstrap_btn-block__2eAri + .bootstrap_btn-block__2eAri {
  margin-top: 0.5rem;
}

input[type="submit"].bootstrap_btn-block__2eAri,
input[type="reset"].bootstrap_btn-block__2eAri,
input[type="button"].bootstrap_btn-block__2eAri {
  width: 100%;
}

.bootstrap_fade__17uxw {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/*
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}*/

.bootstrap_fade__17uxw:not(.bootstrap_show__2L59V) {
  opacity: 0;
}

.bootstrap_collapse__3sXUR:not(.bootstrap_show__2L59V) {
  display: none;
}

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

.bootstrap_dropup__3hyz_,
.bootstrap_dropright__MvXIG,
.bootstrap_dropdown__2PSpi,
.bootstrap_dropleft__1TkyA {
  position: relative;
}

.bootstrap_dropdown-toggle__3IXau {
  white-space: nowrap;
}

.bootstrap_dropdown-toggle__3IXau::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;
}

.bootstrap_dropdown-toggle__3IXau:empty::after {
  margin-left: 0;
}

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

.bootstrap_dropdown-menu-left__yavnZ {
  right: auto;
  left: 0;
}

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

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

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

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

.bootstrap_dropup__3hyz_ .bootstrap_dropdown-menu__2DDcc {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.bootstrap_dropup__3hyz_ .bootstrap_dropdown-toggle__3IXau::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;
}

.bootstrap_dropup__3hyz_ .bootstrap_dropdown-toggle__3IXau:empty::after {
  margin-left: 0;
}

.bootstrap_dropright__MvXIG .bootstrap_dropdown-menu__2DDcc {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.bootstrap_dropright__MvXIG .bootstrap_dropdown-toggle__3IXau::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;
}

.bootstrap_dropright__MvXIG .bootstrap_dropdown-toggle__3IXau:empty::after {
  margin-left: 0;
}

.bootstrap_dropright__MvXIG .bootstrap_dropdown-toggle__3IXau::after {
  vertical-align: 0;
}

.bootstrap_dropleft__1TkyA .bootstrap_dropdown-menu__2DDcc {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.bootstrap_dropleft__1TkyA .bootstrap_dropdown-toggle__3IXau::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.bootstrap_dropleft__1TkyA .bootstrap_dropdown-toggle__3IXau::after {
  display: none;
}

.bootstrap_dropleft__1TkyA .bootstrap_dropdown-toggle__3IXau::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;
}

.bootstrap_dropleft__1TkyA .bootstrap_dropdown-toggle__3IXau:empty::after {
  margin-left: 0;
}

.bootstrap_dropleft__1TkyA .bootstrap_dropdown-toggle__3IXau::before {
  vertical-align: 0;
}

.bootstrap_dropdown-menu__2DDcc[x-placement^="top"], .bootstrap_dropdown-menu__2DDcc[x-placement^="right"], .bootstrap_dropdown-menu__2DDcc[x-placement^="bottom"], .bootstrap_dropdown-menu__2DDcc[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

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

.bootstrap_dropdown-item__1QP1- {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.bootstrap_dropdown-item__1QP1-:hover, .bootstrap_dropdown-item__1QP1-:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.bootstrap_dropdown-item__1QP1-.bootstrap_active__g432C, .bootstrap_dropdown-item__1QP1-:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.bootstrap_dropdown-item__1QP1-.bootstrap_disabled__1QYaB, .bootstrap_dropdown-item__1QP1-:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.bootstrap_dropdown-menu__2DDcc.bootstrap_show__2L59V {
  display: block;
}

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

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

.bootstrap_btn-group__1emlT,
.bootstrap_btn-group-vertical__1V7mE {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.bootstrap_btn-group__1emlT > .bootstrap_btn__2ni4i,
.bootstrap_btn-group-vertical__1V7mE > .bootstrap_btn__2ni4i {
  position: relative;
  flex: 1 1 auto;
}

.bootstrap_btn-group__1emlT > .bootstrap_btn__2ni4i:hover,
.bootstrap_btn-group-vertical__1V7mE > .bootstrap_btn__2ni4i:hover {
  z-index: 1;
}

.bootstrap_btn-group__1emlT > .bootstrap_btn__2ni4i:focus, .bootstrap_btn-group__1emlT > .bootstrap_btn__2ni4i:active, .bootstrap_btn-group__1emlT > .bootstrap_btn__2ni4i.bootstrap_active__g432C,
.bootstrap_btn-group-vertical__1V7mE > .bootstrap_btn__2ni4i:focus,
.bootstrap_btn-group-vertical__1V7mE > .bootstrap_btn__2ni4i:active,
.bootstrap_btn-group-vertical__1V7mE > .bootstrap_btn__2ni4i.bootstrap_active__g432C {
  z-index: 1;
}

.bootstrap_btn-toolbar__FY86S {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.bootstrap_btn-toolbar__FY86S .bootstrap_input-group__3gahf {
  width: auto;
}

.bootstrap_btn-group__1emlT > .bootstrap_btn__2ni4i:not(:first-child),
.bootstrap_btn-group__1emlT > .bootstrap_btn-group__1emlT:not(:first-child) {
  margin-left: -1px;
}

.bootstrap_btn-group__1emlT > .bootstrap_btn__2ni4i:not(:last-child):not(.bootstrap_dropdown-toggle__3IXau),
.bootstrap_btn-group__1emlT > .bootstrap_btn-group__1emlT:not(:last-child) > .bootstrap_btn__2ni4i {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bootstrap_btn-group__1emlT > .bootstrap_btn__2ni4i:not(:first-child),
.bootstrap_btn-group__1emlT > .bootstrap_btn-group__1emlT:not(:first-child) > .bootstrap_btn__2ni4i {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bootstrap_dropdown-toggle-split__3xzjC {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.bootstrap_dropdown-toggle-split__3xzjC::after,
.bootstrap_dropup__3hyz_ .bootstrap_dropdown-toggle-split__3xzjC::after,
.bootstrap_dropright__MvXIG .bootstrap_dropdown-toggle-split__3xzjC::after {
  margin-left: 0;
}

.bootstrap_dropleft__1TkyA .bootstrap_dropdown-toggle-split__3xzjC::before {
  margin-right: 0;
}

.bootstrap_btn-sm__1d6zJ + .bootstrap_dropdown-toggle-split__3xzjC, .bootstrap_btn-group-sm__iOjle > .bootstrap_btn__2ni4i + .bootstrap_dropdown-toggle-split__3xzjC {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.bootstrap_btn-lg__1hGvT + .bootstrap_dropdown-toggle-split__3xzjC, .bootstrap_btn-group-lg__2Td9t > .bootstrap_btn__2ni4i + .bootstrap_dropdown-toggle-split__3xzjC {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.bootstrap_btn-group-vertical__1V7mE {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.bootstrap_btn-group-vertical__1V7mE > .bootstrap_btn__2ni4i,
.bootstrap_btn-group-vertical__1V7mE > .bootstrap_btn-group__1emlT {
  width: 100%;
}

.bootstrap_btn-group-vertical__1V7mE > .bootstrap_btn__2ni4i:not(:first-child),
.bootstrap_btn-group-vertical__1V7mE > .bootstrap_btn-group__1emlT:not(:first-child) {
  margin-top: -1px;
}

.bootstrap_btn-group-vertical__1V7mE > .bootstrap_btn__2ni4i:not(:last-child):not(.bootstrap_dropdown-toggle__3IXau),
.bootstrap_btn-group-vertical__1V7mE > .bootstrap_btn-group__1emlT:not(:last-child) > .bootstrap_btn__2ni4i {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.bootstrap_btn-group-vertical__1V7mE > .bootstrap_btn__2ni4i:not(:first-child),
.bootstrap_btn-group-vertical__1V7mE > .bootstrap_btn-group__1emlT:not(:first-child) > .bootstrap_btn__2ni4i {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bootstrap_btn-group-toggle__skbJ7 > .bootstrap_btn__2ni4i,
.bootstrap_btn-group-toggle__skbJ7 > .bootstrap_btn-group__1emlT > .bootstrap_btn__2ni4i {
  margin-bottom: 0;
}

.bootstrap_btn-group-toggle__skbJ7 > .bootstrap_btn__2ni4i input[type="radio"],
.bootstrap_btn-group-toggle__skbJ7 > .bootstrap_btn__2ni4i input[type="checkbox"],
.bootstrap_btn-group-toggle__skbJ7 > .bootstrap_btn-group__1emlT > .bootstrap_btn__2ni4i input[type="radio"],
.bootstrap_btn-group-toggle__skbJ7 > .bootstrap_btn-group__1emlT > .bootstrap_btn__2ni4i input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.bootstrap_input-group__3gahf {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.bootstrap_input-group__3gahf > .bootstrap_form-control__1r3RI,
.bootstrap_input-group__3gahf > .bootstrap_form-control-plaintext__3tuq3,
.bootstrap_input-group__3gahf > .bootstrap_custom-select__31gdq,
.bootstrap_input-group__3gahf > .bootstrap_custom-file__BuRxJ {
  position: relative;
  flex: 1 1;
  min-width: 0;
  margin-bottom: 0;
}

.bootstrap_input-group__3gahf > .bootstrap_form-control__1r3RI + .bootstrap_form-control__1r3RI,
.bootstrap_input-group__3gahf > .bootstrap_form-control__1r3RI + .bootstrap_custom-select__31gdq,
.bootstrap_input-group__3gahf > .bootstrap_form-control__1r3RI + .bootstrap_custom-file__BuRxJ,
.bootstrap_input-group__3gahf > .bootstrap_form-control-plaintext__3tuq3 + .bootstrap_form-control__1r3RI,
.bootstrap_input-group__3gahf > .bootstrap_form-control-plaintext__3tuq3 + .bootstrap_custom-select__31gdq,
.bootstrap_input-group__3gahf > .bootstrap_form-control-plaintext__3tuq3 + .bootstrap_custom-file__BuRxJ,
.bootstrap_input-group__3gahf > .bootstrap_custom-select__31gdq + .bootstrap_form-control__1r3RI,
.bootstrap_input-group__3gahf > .bootstrap_custom-select__31gdq + .bootstrap_custom-select__31gdq,
.bootstrap_input-group__3gahf > .bootstrap_custom-select__31gdq + .bootstrap_custom-file__BuRxJ,
.bootstrap_input-group__3gahf > .bootstrap_custom-file__BuRxJ + .bootstrap_form-control__1r3RI,
.bootstrap_input-group__3gahf > .bootstrap_custom-file__BuRxJ + .bootstrap_custom-select__31gdq,
.bootstrap_input-group__3gahf > .bootstrap_custom-file__BuRxJ + .bootstrap_custom-file__BuRxJ {
  margin-left: -1px;
}

.bootstrap_input-group__3gahf > .bootstrap_form-control__1r3RI:focus,
.bootstrap_input-group__3gahf > .bootstrap_custom-select__31gdq:focus,
.bootstrap_input-group__3gahf > .bootstrap_custom-file__BuRxJ .bootstrap_custom-file-input__WgMtt:focus ~ .bootstrap_custom-file-label__2lepR {
  z-index: 3;
}

.bootstrap_input-group__3gahf > .bootstrap_custom-file__BuRxJ .bootstrap_custom-file-input__WgMtt:focus {
  z-index: 4;
}

.bootstrap_input-group__3gahf > .bootstrap_form-control__1r3RI:not(:last-child),
.bootstrap_input-group__3gahf > .bootstrap_custom-select__31gdq:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bootstrap_input-group__3gahf > .bootstrap_form-control__1r3RI:not(:first-child),
.bootstrap_input-group__3gahf > .bootstrap_custom-select__31gdq:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bootstrap_input-group__3gahf > .bootstrap_custom-file__BuRxJ {
  display: flex;
  align-items: center;
}

.bootstrap_input-group__3gahf > .bootstrap_custom-file__BuRxJ:not(:last-child) .bootstrap_custom-file-label__2lepR,
.bootstrap_input-group__3gahf > .bootstrap_custom-file__BuRxJ:not(:last-child) .bootstrap_custom-file-label__2lepR::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bootstrap_input-group__3gahf > .bootstrap_custom-file__BuRxJ:not(:first-child) .bootstrap_custom-file-label__2lepR {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bootstrap_input-group-prepend__1n9g9,
.bootstrap_input-group-append__19h9i {
  display: flex;
}

.bootstrap_input-group-prepend__1n9g9 .bootstrap_btn__2ni4i,
.bootstrap_input-group-append__19h9i .bootstrap_btn__2ni4i {
  position: relative;
  z-index: 2;
}

.bootstrap_input-group-prepend__1n9g9 .bootstrap_btn__2ni4i:focus,
.bootstrap_input-group-append__19h9i .bootstrap_btn__2ni4i:focus {
  z-index: 3;
}

.bootstrap_input-group-prepend__1n9g9 .bootstrap_btn__2ni4i + .bootstrap_btn__2ni4i,
.bootstrap_input-group-prepend__1n9g9 .bootstrap_btn__2ni4i + .bootstrap_input-group-text__3QJHR,
.bootstrap_input-group-prepend__1n9g9 .bootstrap_input-group-text__3QJHR + .bootstrap_input-group-text__3QJHR,
.bootstrap_input-group-prepend__1n9g9 .bootstrap_input-group-text__3QJHR + .bootstrap_btn__2ni4i,
.bootstrap_input-group-append__19h9i .bootstrap_btn__2ni4i + .bootstrap_btn__2ni4i,
.bootstrap_input-group-append__19h9i .bootstrap_btn__2ni4i + .bootstrap_input-group-text__3QJHR,
.bootstrap_input-group-append__19h9i .bootstrap_input-group-text__3QJHR + .bootstrap_input-group-text__3QJHR,
.bootstrap_input-group-append__19h9i .bootstrap_input-group-text__3QJHR + .bootstrap_btn__2ni4i {
  margin-left: -1px;
}

.bootstrap_input-group-prepend__1n9g9 {
  margin-right: -1px;
}

.bootstrap_input-group-append__19h9i {
  margin-left: -1px;
}

.bootstrap_input-group-text__3QJHR {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.bootstrap_input-group-text__3QJHR input[type="radio"],
.bootstrap_input-group-text__3QJHR input[type="checkbox"] {
  margin-top: 0;
}

.bootstrap_input-group-lg__Bc8Rl > .bootstrap_form-control__1r3RI:not(textarea),
.bootstrap_input-group-lg__Bc8Rl > .bootstrap_custom-select__31gdq {
  height: calc(1.5em + 1rem + 2px);
}

.bootstrap_input-group-lg__Bc8Rl > .bootstrap_form-control__1r3RI,
.bootstrap_input-group-lg__Bc8Rl > .bootstrap_custom-select__31gdq,
.bootstrap_input-group-lg__Bc8Rl > .bootstrap_input-group-prepend__1n9g9 > .bootstrap_input-group-text__3QJHR,
.bootstrap_input-group-lg__Bc8Rl > .bootstrap_input-group-append__19h9i > .bootstrap_input-group-text__3QJHR,
.bootstrap_input-group-lg__Bc8Rl > .bootstrap_input-group-prepend__1n9g9 > .bootstrap_btn__2ni4i,
.bootstrap_input-group-lg__Bc8Rl > .bootstrap_input-group-append__19h9i > .bootstrap_btn__2ni4i {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.bootstrap_input-group-sm__1OXeQ > .bootstrap_form-control__1r3RI:not(textarea),
.bootstrap_input-group-sm__1OXeQ > .bootstrap_custom-select__31gdq {
  height: calc(1.5em + 0.5rem + 2px);
}

.bootstrap_input-group-sm__1OXeQ > .bootstrap_form-control__1r3RI,
.bootstrap_input-group-sm__1OXeQ > .bootstrap_custom-select__31gdq,
.bootstrap_input-group-sm__1OXeQ > .bootstrap_input-group-prepend__1n9g9 > .bootstrap_input-group-text__3QJHR,
.bootstrap_input-group-sm__1OXeQ > .bootstrap_input-group-append__19h9i > .bootstrap_input-group-text__3QJHR,
.bootstrap_input-group-sm__1OXeQ > .bootstrap_input-group-prepend__1n9g9 > .bootstrap_btn__2ni4i,
.bootstrap_input-group-sm__1OXeQ > .bootstrap_input-group-append__19h9i > .bootstrap_btn__2ni4i {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.bootstrap_input-group-lg__Bc8Rl > .bootstrap_custom-select__31gdq,
.bootstrap_input-group-sm__1OXeQ > .bootstrap_custom-select__31gdq {
  padding-right: 1.75rem;
}

.bootstrap_input-group__3gahf > .bootstrap_input-group-prepend__1n9g9 > .bootstrap_btn__2ni4i,
.bootstrap_input-group__3gahf > .bootstrap_input-group-prepend__1n9g9 > .bootstrap_input-group-text__3QJHR,
.bootstrap_input-group__3gahf > .bootstrap_input-group-append__19h9i:not(:last-child) > .bootstrap_btn__2ni4i,
.bootstrap_input-group__3gahf > .bootstrap_input-group-append__19h9i:not(:last-child) > .bootstrap_input-group-text__3QJHR,
.bootstrap_input-group__3gahf > .bootstrap_input-group-append__19h9i:last-child > .bootstrap_btn__2ni4i:not(:last-child):not(.bootstrap_dropdown-toggle__3IXau),
.bootstrap_input-group__3gahf > .bootstrap_input-group-append__19h9i:last-child > .bootstrap_input-group-text__3QJHR:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bootstrap_input-group__3gahf > .bootstrap_input-group-append__19h9i > .bootstrap_btn__2ni4i,
.bootstrap_input-group__3gahf > .bootstrap_input-group-append__19h9i > .bootstrap_input-group-text__3QJHR,
.bootstrap_input-group__3gahf > .bootstrap_input-group-prepend__1n9g9:not(:first-child) > .bootstrap_btn__2ni4i,
.bootstrap_input-group__3gahf > .bootstrap_input-group-prepend__1n9g9:not(:first-child) > .bootstrap_input-group-text__3QJHR,
.bootstrap_input-group__3gahf > .bootstrap_input-group-prepend__1n9g9:first-child > .bootstrap_btn__2ni4i:not(:first-child),
.bootstrap_input-group__3gahf > .bootstrap_input-group-prepend__1n9g9:first-child > .bootstrap_input-group-text__3QJHR:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.bootstrap_custom-control-input__q0hQU {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.bootstrap_custom-control-input__q0hQU:checked ~ .bootstrap_custom-control-label__2fakX::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.bootstrap_custom-control-input__q0hQU:focus ~ .bootstrap_custom-control-label__2fakX::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.bootstrap_custom-control-input__q0hQU:focus:not(:checked) ~ .bootstrap_custom-control-label__2fakX::before {
  border-color: #80bdff;
}

.bootstrap_custom-control-input__q0hQU:not(:disabled):active ~ .bootstrap_custom-control-label__2fakX::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.bootstrap_custom-control-input__q0hQU[disabled] ~ .bootstrap_custom-control-label__2fakX, .bootstrap_custom-control-input__q0hQU:disabled ~ .bootstrap_custom-control-label__2fakX {
  color: #6c757d;
}

.bootstrap_custom-control-input__q0hQU[disabled] ~ .bootstrap_custom-control-label__2fakX::before, .bootstrap_custom-control-input__q0hQU:disabled ~ .bootstrap_custom-control-label__2fakX::before {
  background-color: #e9ecef;
}

.bootstrap_custom-control-label__2fakX {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.bootstrap_custom-control-label__2fakX::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.bootstrap_custom-control-label__2fakX::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.bootstrap_custom-checkbox__lohSG .bootstrap_custom-control-label__2fakX::before {
  border-radius: 0.25rem;
}

.bootstrap_custom-checkbox__lohSG .bootstrap_custom-control-input__q0hQU:checked ~ .bootstrap_custom-control-label__2fakX::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");
}

.bootstrap_custom-checkbox__lohSG .bootstrap_custom-control-input__q0hQU:indeterminate ~ .bootstrap_custom-control-label__2fakX::before {
  border-color: #007bff;
  background-color: #007bff;
}

.bootstrap_custom-checkbox__lohSG .bootstrap_custom-control-input__q0hQU:indeterminate ~ .bootstrap_custom-control-label__2fakX::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");
}

.bootstrap_custom-checkbox__lohSG .bootstrap_custom-control-input__q0hQU:disabled:checked ~ .bootstrap_custom-control-label__2fakX::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.bootstrap_custom-checkbox__lohSG .bootstrap_custom-control-input__q0hQU:disabled:indeterminate ~ .bootstrap_custom-control-label__2fakX::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.bootstrap_custom-radio__R3UTA .bootstrap_custom-control-label__2fakX::before {
  border-radius: 50%;
}

.bootstrap_custom-radio__R3UTA .bootstrap_custom-control-input__q0hQU:checked ~ .bootstrap_custom-control-label__2fakX::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");
}

.bootstrap_custom-radio__R3UTA .bootstrap_custom-control-input__q0hQU:disabled:checked ~ .bootstrap_custom-control-label__2fakX::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.bootstrap_custom-switch__JL4FL {
  padding-left: 2.25rem;
}

.bootstrap_custom-switch__JL4FL .bootstrap_custom-control-label__2fakX::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.bootstrap_custom-switch__JL4FL .bootstrap_custom-control-label__2fakX::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  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;
  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, -webkit-transform 0.15s ease-in-out;
}

/*@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}*/

.bootstrap_custom-switch__JL4FL .bootstrap_custom-control-input__q0hQU:checked ~ .bootstrap_custom-control-label__2fakX::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.bootstrap_custom-switch__JL4FL .bootstrap_custom-control-input__q0hQU:disabled:checked ~ .bootstrap_custom-control-label__2fakX::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.bootstrap_custom-select__31gdq {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #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='%23343a40' 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.25rem;
  -webkit-appearance: none;
  appearance: none;
}

.bootstrap_custom-select__31gdq:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.bootstrap_custom-select__31gdq:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.bootstrap_custom-select__31gdq[multiple], .bootstrap_custom-select__31gdq[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.bootstrap_custom-select__31gdq:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.bootstrap_custom-select__31gdq::-ms-expand {
  display: none;
}

.bootstrap_custom-select__31gdq:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

.bootstrap_custom-file-input__WgMtt {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.bootstrap_custom-file-input__WgMtt:focus ~ .bootstrap_custom-file-label__2lepR {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.bootstrap_custom-file-input__WgMtt[disabled] ~ .bootstrap_custom-file-label__2lepR,
.bootstrap_custom-file-input__WgMtt:disabled ~ .bootstrap_custom-file-label__2lepR {
  background-color: #e9ecef;
}

.bootstrap_custom-file-input__WgMtt:lang(en) ~ .bootstrap_custom-file-label__2lepR::after {
  content: "Browse";
}

.bootstrap_custom-file-input__WgMtt ~ .bootstrap_custom-file-label__2lepR[data-browse]::after {
  content: attr(data-browse);
}

.bootstrap_custom-file-label__2lepR {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.bootstrap_custom-file-label__2lepR::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.bootstrap_custom-range__sLd22 {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.bootstrap_custom-range__sLd22:focus {
  outline: none;
}

.bootstrap_custom-range__sLd22:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.bootstrap_custom-range__sLd22:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.bootstrap_custom-range__sLd22:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.bootstrap_custom-range__sLd22::-moz-focus-outer {
  border: 0;
}

.bootstrap_custom-range__sLd22::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  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;
  -webkit-appearance: none;
  appearance: none;
}

/*@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}*/

.bootstrap_custom-range__sLd22::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.bootstrap_custom-range__sLd22::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.bootstrap_custom-range__sLd22::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  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;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap_custom-range__sLd22::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.bootstrap_custom-range__sLd22::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.bootstrap_custom-range__sLd22::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.bootstrap_custom-range__sLd22::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -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;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap_custom-range__sLd22::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.bootstrap_custom-range__sLd22::-ms-thumb:active {
  background-color: #b3d7ff;
}

.bootstrap_custom-range__sLd22::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.bootstrap_custom-range__sLd22::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.bootstrap_custom-range__sLd22::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.bootstrap_custom-range__sLd22:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.bootstrap_custom-range__sLd22:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.bootstrap_custom-range__sLd22:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.bootstrap_custom-range__sLd22:disabled::-moz-range-track {
  cursor: default;
}

.bootstrap_custom-range__sLd22:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.bootstrap_custom-control-label__2fakX::before,
.bootstrap_custom-file-label__2lepR,
.bootstrap_custom-select__31gdq {
  -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) {
  .bootstrap_custom-control-label__2fakX::before,
  .bootstrap_custom-file-label__2lepR,
  .bootstrap_custom-select__31gdq {
    -webkit-transition: none;
    transition: none;
  }
}

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

.bootstrap_nav-link__3lsdE {
  display: block;
  padding: 0.5rem 1rem;
}

.bootstrap_nav-link__3lsdE:hover, .bootstrap_nav-link__3lsdE:focus {
  text-decoration: none;
}

.bootstrap_nav-link__3lsdE.bootstrap_disabled__1QYaB {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.bootstrap_nav-tabs__aXWVk {
  border-bottom: 1px solid #dee2e6;
}

.bootstrap_nav-tabs__aXWVk .bootstrap_nav-item__jmkxT {
  margin-bottom: -1px;
}

.bootstrap_nav-tabs__aXWVk .bootstrap_nav-link__3lsdE {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.bootstrap_nav-tabs__aXWVk .bootstrap_nav-link__3lsdE:hover, .bootstrap_nav-tabs__aXWVk .bootstrap_nav-link__3lsdE:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.bootstrap_nav-tabs__aXWVk .bootstrap_nav-link__3lsdE.bootstrap_disabled__1QYaB {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.bootstrap_nav-tabs__aXWVk .bootstrap_nav-link__3lsdE.bootstrap_active__g432C,
.bootstrap_nav-tabs__aXWVk .bootstrap_nav-item__jmkxT.bootstrap_show__2L59V .bootstrap_nav-link__3lsdE {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.bootstrap_nav-tabs__aXWVk .bootstrap_dropdown-menu__2DDcc {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bootstrap_nav-pills__1Pfsp .bootstrap_nav-link__3lsdE {
  border-radius: 0.25rem;
}

.bootstrap_nav-pills__1Pfsp .bootstrap_nav-link__3lsdE.bootstrap_active__g432C,
.bootstrap_nav-pills__1Pfsp .bootstrap_show__2L59V > .bootstrap_nav-link__3lsdE {
  color: #fff;
  background-color: #007bff;
}

.bootstrap_nav-fill__3FVnx .bootstrap_nav-item__jmkxT {
  flex: 1 1 auto;
  text-align: center;
}

.bootstrap_nav-justified__1N-a8 .bootstrap_nav-item__jmkxT {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.bootstrap_tab-content__2owhK > .bootstrap_tab-pane__3bwZH {
  display: none;
}

.bootstrap_tab-content__2owhK > .bootstrap_active__g432C {
  display: block;
}

.bootstrap_navbar__9Q5QD {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.bootstrap_navbar__9Q5QD .bootstrap_container__2NIBC,
.bootstrap_navbar__9Q5QD .bootstrap_container-fluid__2CRfO, .bootstrap_navbar__9Q5QD .bootstrap_container-sm__3qdUR, .bootstrap_navbar__9Q5QD .bootstrap_container-md__2jd74, .bootstrap_navbar__9Q5QD .bootstrap_container-lg__A3Ioa, .bootstrap_navbar__9Q5QD .bootstrap_container-xl__2myUQ {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.bootstrap_navbar-brand__FbD1S {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.bootstrap_navbar-brand__FbD1S:hover, .bootstrap_navbar-brand__FbD1S:focus {
  text-decoration: none;
}

.bootstrap_navbar-nav__3Hz0o {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.bootstrap_navbar-nav__3Hz0o .bootstrap_nav-link__3lsdE {
  padding-right: 0;
  padding-left: 0;
}

.bootstrap_navbar-nav__3Hz0o .bootstrap_dropdown-menu__2DDcc {
  position: static;
  float: none;
}

.bootstrap_navbar-text__2-Xh9 {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.bootstrap_navbar-collapse__2wQ5s {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.bootstrap_navbar-toggler__2GuZh {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.bootstrap_navbar-toggler__2GuZh:hover, .bootstrap_navbar-toggler__2GuZh:focus {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {
  .bootstrap_navbar-expand-sm__1U-U7 > .bootstrap_container__2NIBC,
  .bootstrap_navbar-expand-sm__1U-U7 > .bootstrap_container-fluid__2CRfO, .bootstrap_navbar-expand-sm__1U-U7 > .bootstrap_container-sm__3qdUR, .bootstrap_navbar-expand-sm__1U-U7 > .bootstrap_container-md__2jd74, .bootstrap_navbar-expand-sm__1U-U7 > .bootstrap_container-lg__A3Ioa, .bootstrap_navbar-expand-sm__1U-U7 > .bootstrap_container-xl__2myUQ {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .bootstrap_navbar-expand-sm__1U-U7 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap_navbar-expand-sm__1U-U7 .bootstrap_navbar-nav__3Hz0o {
    flex-direction: row;
  }
  .bootstrap_navbar-expand-sm__1U-U7 .bootstrap_navbar-nav__3Hz0o .bootstrap_dropdown-menu__2DDcc {
    position: absolute;
  }
  .bootstrap_navbar-expand-sm__1U-U7 .bootstrap_navbar-nav__3Hz0o .bootstrap_nav-link__3lsdE {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap_navbar-expand-sm__1U-U7 > .bootstrap_container__2NIBC,
  .bootstrap_navbar-expand-sm__1U-U7 > .bootstrap_container-fluid__2CRfO, .bootstrap_navbar-expand-sm__1U-U7 > .bootstrap_container-sm__3qdUR, .bootstrap_navbar-expand-sm__1U-U7 > .bootstrap_container-md__2jd74, .bootstrap_navbar-expand-sm__1U-U7 > .bootstrap_container-lg__A3Ioa, .bootstrap_navbar-expand-sm__1U-U7 > .bootstrap_container-xl__2myUQ {
    flex-wrap: nowrap;
  }
  .bootstrap_navbar-expand-sm__1U-U7 .bootstrap_navbar-collapse__2wQ5s {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap_navbar-expand-sm__1U-U7 .bootstrap_navbar-toggler__2GuZh {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .bootstrap_navbar-expand-md__41CGr > .bootstrap_container__2NIBC,
  .bootstrap_navbar-expand-md__41CGr > .bootstrap_container-fluid__2CRfO, .bootstrap_navbar-expand-md__41CGr > .bootstrap_container-sm__3qdUR, .bootstrap_navbar-expand-md__41CGr > .bootstrap_container-md__2jd74, .bootstrap_navbar-expand-md__41CGr > .bootstrap_container-lg__A3Ioa, .bootstrap_navbar-expand-md__41CGr > .bootstrap_container-xl__2myUQ {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .bootstrap_navbar-expand-md__41CGr {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap_navbar-expand-md__41CGr .bootstrap_navbar-nav__3Hz0o {
    flex-direction: row;
  }
  .bootstrap_navbar-expand-md__41CGr .bootstrap_navbar-nav__3Hz0o .bootstrap_dropdown-menu__2DDcc {
    position: absolute;
  }
  .bootstrap_navbar-expand-md__41CGr .bootstrap_navbar-nav__3Hz0o .bootstrap_nav-link__3lsdE {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap_navbar-expand-md__41CGr > .bootstrap_container__2NIBC,
  .bootstrap_navbar-expand-md__41CGr > .bootstrap_container-fluid__2CRfO, .bootstrap_navbar-expand-md__41CGr > .bootstrap_container-sm__3qdUR, .bootstrap_navbar-expand-md__41CGr > .bootstrap_container-md__2jd74, .bootstrap_navbar-expand-md__41CGr > .bootstrap_container-lg__A3Ioa, .bootstrap_navbar-expand-md__41CGr > .bootstrap_container-xl__2myUQ {
    flex-wrap: nowrap;
  }
  .bootstrap_navbar-expand-md__41CGr .bootstrap_navbar-collapse__2wQ5s {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap_navbar-expand-md__41CGr .bootstrap_navbar-toggler__2GuZh {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .bootstrap_navbar-expand-lg__gD7NE > .bootstrap_container__2NIBC,
  .bootstrap_navbar-expand-lg__gD7NE > .bootstrap_container-fluid__2CRfO, .bootstrap_navbar-expand-lg__gD7NE > .bootstrap_container-sm__3qdUR, .bootstrap_navbar-expand-lg__gD7NE > .bootstrap_container-md__2jd74, .bootstrap_navbar-expand-lg__gD7NE > .bootstrap_container-lg__A3Ioa, .bootstrap_navbar-expand-lg__gD7NE > .bootstrap_container-xl__2myUQ {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .bootstrap_navbar-expand-lg__gD7NE {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap_navbar-expand-lg__gD7NE .bootstrap_navbar-nav__3Hz0o {
    flex-direction: row;
  }
  .bootstrap_navbar-expand-lg__gD7NE .bootstrap_navbar-nav__3Hz0o .bootstrap_dropdown-menu__2DDcc {
    position: absolute;
  }
  .bootstrap_navbar-expand-lg__gD7NE .bootstrap_navbar-nav__3Hz0o .bootstrap_nav-link__3lsdE {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap_navbar-expand-lg__gD7NE > .bootstrap_container__2NIBC,
  .bootstrap_navbar-expand-lg__gD7NE > .bootstrap_container-fluid__2CRfO, .bootstrap_navbar-expand-lg__gD7NE > .bootstrap_container-sm__3qdUR, .bootstrap_navbar-expand-lg__gD7NE > .bootstrap_container-md__2jd74, .bootstrap_navbar-expand-lg__gD7NE > .bootstrap_container-lg__A3Ioa, .bootstrap_navbar-expand-lg__gD7NE > .bootstrap_container-xl__2myUQ {
    flex-wrap: nowrap;
  }
  .bootstrap_navbar-expand-lg__gD7NE .bootstrap_navbar-collapse__2wQ5s {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap_navbar-expand-lg__gD7NE .bootstrap_navbar-toggler__2GuZh {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .bootstrap_navbar-expand-xl__1K4we > .bootstrap_container__2NIBC,
  .bootstrap_navbar-expand-xl__1K4we > .bootstrap_container-fluid__2CRfO, .bootstrap_navbar-expand-xl__1K4we > .bootstrap_container-sm__3qdUR, .bootstrap_navbar-expand-xl__1K4we > .bootstrap_container-md__2jd74, .bootstrap_navbar-expand-xl__1K4we > .bootstrap_container-lg__A3Ioa, .bootstrap_navbar-expand-xl__1K4we > .bootstrap_container-xl__2myUQ {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .bootstrap_navbar-expand-xl__1K4we {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap_navbar-expand-xl__1K4we .bootstrap_navbar-nav__3Hz0o {
    flex-direction: row;
  }
  .bootstrap_navbar-expand-xl__1K4we .bootstrap_navbar-nav__3Hz0o .bootstrap_dropdown-menu__2DDcc {
    position: absolute;
  }
  .bootstrap_navbar-expand-xl__1K4we .bootstrap_navbar-nav__3Hz0o .bootstrap_nav-link__3lsdE {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap_navbar-expand-xl__1K4we > .bootstrap_container__2NIBC,
  .bootstrap_navbar-expand-xl__1K4we > .bootstrap_container-fluid__2CRfO, .bootstrap_navbar-expand-xl__1K4we > .bootstrap_container-sm__3qdUR, .bootstrap_navbar-expand-xl__1K4we > .bootstrap_container-md__2jd74, .bootstrap_navbar-expand-xl__1K4we > .bootstrap_container-lg__A3Ioa, .bootstrap_navbar-expand-xl__1K4we > .bootstrap_container-xl__2myUQ {
    flex-wrap: nowrap;
  }
  .bootstrap_navbar-expand-xl__1K4we .bootstrap_navbar-collapse__2wQ5s {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap_navbar-expand-xl__1K4we .bootstrap_navbar-toggler__2GuZh {
    display: none;
  }
}

.bootstrap_navbar-expand__21-3_ {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.bootstrap_navbar-expand__21-3_ > .bootstrap_container__2NIBC,
.bootstrap_navbar-expand__21-3_ > .bootstrap_container-fluid__2CRfO, .bootstrap_navbar-expand__21-3_ > .bootstrap_container-sm__3qdUR, .bootstrap_navbar-expand__21-3_ > .bootstrap_container-md__2jd74, .bootstrap_navbar-expand__21-3_ > .bootstrap_container-lg__A3Ioa, .bootstrap_navbar-expand__21-3_ > .bootstrap_container-xl__2myUQ {
  padding-right: 0;
  padding-left: 0;
}

.bootstrap_navbar-expand__21-3_ .bootstrap_navbar-nav__3Hz0o {
  flex-direction: row;
}

.bootstrap_navbar-expand__21-3_ .bootstrap_navbar-nav__3Hz0o .bootstrap_dropdown-menu__2DDcc {
  position: absolute;
}

.bootstrap_navbar-expand__21-3_ .bootstrap_navbar-nav__3Hz0o .bootstrap_nav-link__3lsdE {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.bootstrap_navbar-expand__21-3_ > .bootstrap_container__2NIBC,
.bootstrap_navbar-expand__21-3_ > .bootstrap_container-fluid__2CRfO, .bootstrap_navbar-expand__21-3_ > .bootstrap_container-sm__3qdUR, .bootstrap_navbar-expand__21-3_ > .bootstrap_container-md__2jd74, .bootstrap_navbar-expand__21-3_ > .bootstrap_container-lg__A3Ioa, .bootstrap_navbar-expand__21-3_ > .bootstrap_container-xl__2myUQ {
  flex-wrap: nowrap;
}

.bootstrap_navbar-expand__21-3_ .bootstrap_navbar-collapse__2wQ5s {
  display: flex !important;
  flex-basis: auto;
}

.bootstrap_navbar-expand__21-3_ .bootstrap_navbar-toggler__2GuZh {
  display: none;
}

.bootstrap_navbar-light__2txzR .bootstrap_navbar-brand__FbD1S {
  color: rgba(0, 0, 0, 0.9);
}

.bootstrap_navbar-light__2txzR .bootstrap_navbar-brand__FbD1S:hover, .bootstrap_navbar-light__2txzR .bootstrap_navbar-brand__FbD1S:focus {
  color: rgba(0, 0, 0, 0.9);
}

.bootstrap_navbar-light__2txzR .bootstrap_navbar-nav__3Hz0o .bootstrap_nav-link__3lsdE {
  color: rgba(0, 0, 0, 0.5);
}

.bootstrap_navbar-light__2txzR .bootstrap_navbar-nav__3Hz0o .bootstrap_nav-link__3lsdE:hover, .bootstrap_navbar-light__2txzR .bootstrap_navbar-nav__3Hz0o .bootstrap_nav-link__3lsdE:focus {
  color: rgba(0, 0, 0, 0.7);
}

.bootstrap_navbar-light__2txzR .bootstrap_navbar-nav__3Hz0o .bootstrap_nav-link__3lsdE.bootstrap_disabled__1QYaB {
  color: rgba(0, 0, 0, 0.3);
}

.bootstrap_navbar-light__2txzR .bootstrap_navbar-nav__3Hz0o .bootstrap_show__2L59V > .bootstrap_nav-link__3lsdE,
.bootstrap_navbar-light__2txzR .bootstrap_navbar-nav__3Hz0o .bootstrap_active__g432C > .bootstrap_nav-link__3lsdE,
.bootstrap_navbar-light__2txzR .bootstrap_navbar-nav__3Hz0o .bootstrap_nav-link__3lsdE.bootstrap_show__2L59V,
.bootstrap_navbar-light__2txzR .bootstrap_navbar-nav__3Hz0o .bootstrap_nav-link__3lsdE.bootstrap_active__g432C {
  color: rgba(0, 0, 0, 0.9);
}

.bootstrap_navbar-light__2txzR .bootstrap_navbar-toggler__2GuZh {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.bootstrap_navbar-light__2txzR .bootstrap_navbar-toggler-icon__1iCIX {
  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(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bootstrap_navbar-light__2txzR .bootstrap_navbar-text__2-Xh9 {
  color: rgba(0, 0, 0, 0.5);
}

.bootstrap_navbar-light__2txzR .bootstrap_navbar-text__2-Xh9 a {
  color: rgba(0, 0, 0, 0.9);
}

.bootstrap_navbar-light__2txzR .bootstrap_navbar-text__2-Xh9 a:hover, .bootstrap_navbar-light__2txzR .bootstrap_navbar-text__2-Xh9 a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.bootstrap_navbar-dark__kx4zV .bootstrap_navbar-brand__FbD1S {
  color: #fff;
}

.bootstrap_navbar-dark__kx4zV .bootstrap_navbar-brand__FbD1S:hover, .bootstrap_navbar-dark__kx4zV .bootstrap_navbar-brand__FbD1S:focus {
  color: #fff;
}

.bootstrap_navbar-dark__kx4zV .bootstrap_navbar-nav__3Hz0o .bootstrap_nav-link__3lsdE {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap_navbar-dark__kx4zV .bootstrap_navbar-nav__3Hz0o .bootstrap_nav-link__3lsdE:hover, .bootstrap_navbar-dark__kx4zV .bootstrap_navbar-nav__3Hz0o .bootstrap_nav-link__3lsdE:focus {
  color: rgba(255, 255, 255, 0.75);
}

.bootstrap_navbar-dark__kx4zV .bootstrap_navbar-nav__3Hz0o .bootstrap_nav-link__3lsdE.bootstrap_disabled__1QYaB {
  color: rgba(255, 255, 255, 0.25);
}

.bootstrap_navbar-dark__kx4zV .bootstrap_navbar-nav__3Hz0o .bootstrap_show__2L59V > .bootstrap_nav-link__3lsdE,
.bootstrap_navbar-dark__kx4zV .bootstrap_navbar-nav__3Hz0o .bootstrap_active__g432C > .bootstrap_nav-link__3lsdE,
.bootstrap_navbar-dark__kx4zV .bootstrap_navbar-nav__3Hz0o .bootstrap_nav-link__3lsdE.bootstrap_show__2L59V,
.bootstrap_navbar-dark__kx4zV .bootstrap_navbar-nav__3Hz0o .bootstrap_nav-link__3lsdE.bootstrap_active__g432C {
  color: #fff;
}

.bootstrap_navbar-dark__kx4zV .bootstrap_navbar-toggler__2GuZh {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.bootstrap_navbar-dark__kx4zV .bootstrap_navbar-toggler-icon__1iCIX {
  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(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bootstrap_navbar-dark__kx4zV .bootstrap_navbar-text__2-Xh9 {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap_navbar-dark__kx4zV .bootstrap_navbar-text__2-Xh9 a {
  color: #fff;
}

.bootstrap_navbar-dark__kx4zV .bootstrap_navbar-text__2-Xh9 a:hover, .bootstrap_navbar-dark__kx4zV .bootstrap_navbar-text__2-Xh9 a:focus {
  color: #fff;
}

.bootstrap_card__2W8bM {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.bootstrap_card__2W8bM > hr {
  margin-right: 0;
  margin-left: 0;
}

.bootstrap_card__2W8bM > .bootstrap_list-group__31Qpy:first-child .bootstrap_list-group-item__2_3CR:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.bootstrap_card__2W8bM > .bootstrap_list-group__31Qpy:last-child .bootstrap_list-group-item__2_3CR:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.bootstrap_card-body__N5CVA {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.bootstrap_card-title__3KFUA {
  margin-bottom: 0.75rem;
}

.bootstrap_card-subtitle__3yZHE {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.bootstrap_card-text__S7Oo-:last-child {
  margin-bottom: 0;
}

.bootstrap_card-link__i1ET8:hover {
  text-decoration: none;
}

.bootstrap_card-link__i1ET8 + .bootstrap_card-link__i1ET8 {
  margin-left: 1.25rem;
}

.bootstrap_card-header__18NEa {
  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);
}

.bootstrap_card-header__18NEa:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.bootstrap_card-header__18NEa + .bootstrap_list-group__31Qpy .bootstrap_list-group-item__2_3CR:first-child {
  border-top: 0;
}

.bootstrap_card-footer__CZZO5 {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.bootstrap_card-footer__CZZO5:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

.bootstrap_card-header-pills__RxmCs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

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

.bootstrap_card-img__3nSjj,
.bootstrap_card-img-top__ySTWP,
.bootstrap_card-img-bottom__3e9tC {
  flex-shrink: 0;
  width: 100%;
}

.bootstrap_card-img__3nSjj,
.bootstrap_card-img-top__ySTWP {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.bootstrap_card-img__3nSjj,
.bootstrap_card-img-bottom__3e9tC {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.bootstrap_card-deck__2HmN1 .bootstrap_card__2W8bM {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .bootstrap_card-deck__2HmN1 {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .bootstrap_card-deck__2HmN1 .bootstrap_card__2W8bM {
    flex: 1 0;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.bootstrap_card-group__3PeVy > .bootstrap_card__2W8bM {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .bootstrap_card-group__3PeVy {
    display: flex;
    flex-flow: row wrap;
  }
  .bootstrap_card-group__3PeVy > .bootstrap_card__2W8bM {
    flex: 1 0;
    margin-bottom: 0;
  }
  .bootstrap_card-group__3PeVy > .bootstrap_card__2W8bM + .bootstrap_card__2W8bM {
    margin-left: 0;
    border-left: 0;
  }
  .bootstrap_card-group__3PeVy > .bootstrap_card__2W8bM:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bootstrap_card-group__3PeVy > .bootstrap_card__2W8bM:not(:last-child) .bootstrap_card-img-top__ySTWP,
  .bootstrap_card-group__3PeVy > .bootstrap_card__2W8bM:not(:last-child) .bootstrap_card-header__18NEa {
    border-top-right-radius: 0;
  }
  .bootstrap_card-group__3PeVy > .bootstrap_card__2W8bM:not(:last-child) .bootstrap_card-img-bottom__3e9tC,
  .bootstrap_card-group__3PeVy > .bootstrap_card__2W8bM:not(:last-child) .bootstrap_card-footer__CZZO5 {
    border-bottom-right-radius: 0;
  }
  .bootstrap_card-group__3PeVy > .bootstrap_card__2W8bM:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bootstrap_card-group__3PeVy > .bootstrap_card__2W8bM:not(:first-child) .bootstrap_card-img-top__ySTWP,
  .bootstrap_card-group__3PeVy > .bootstrap_card__2W8bM:not(:first-child) .bootstrap_card-header__18NEa {
    border-top-left-radius: 0;
  }
  .bootstrap_card-group__3PeVy > .bootstrap_card__2W8bM:not(:first-child) .bootstrap_card-img-bottom__3e9tC,
  .bootstrap_card-group__3PeVy > .bootstrap_card__2W8bM:not(:first-child) .bootstrap_card-footer__CZZO5 {
    border-bottom-left-radius: 0;
  }
}

.bootstrap_card-columns__35rc7 .bootstrap_card__2W8bM {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .bootstrap_card-columns__35rc7 {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .bootstrap_card-columns__35rc7 .bootstrap_card__2W8bM {
    display: inline-block;
    width: 100%;
  }
}

.bootstrap_accordion__2Q9ZT > .bootstrap_card__2W8bM {
  overflow: hidden;
}

.bootstrap_accordion__2Q9ZT > .bootstrap_card__2W8bM:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.bootstrap_accordion__2Q9ZT > .bootstrap_card__2W8bM:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bootstrap_accordion__2Q9ZT > .bootstrap_card__2W8bM > .bootstrap_card-header__18NEa {
  border-radius: 0;
  margin-bottom: -1px;
}

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

.bootstrap_breadcrumb-item__2CPh0 + .bootstrap_breadcrumb-item__2CPh0 {
  padding-left: 0.5rem;
}

.bootstrap_breadcrumb-item__2CPh0 + .bootstrap_breadcrumb-item__2CPh0::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.bootstrap_breadcrumb-item__2CPh0 + .bootstrap_breadcrumb-item__2CPh0:hover::before {
  text-decoration: underline;
}

.bootstrap_breadcrumb-item__2CPh0 + .bootstrap_breadcrumb-item__2CPh0:hover::before {
  text-decoration: none;
}

.bootstrap_breadcrumb-item__2CPh0.bootstrap_active__g432C {
  color: #6c757d;
}

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

.bootstrap_page-link__3AZ5b {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.bootstrap_page-link__3AZ5b:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.bootstrap_page-link__3AZ5b:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.bootstrap_page-item__32Vtz:first-child .bootstrap_page-link__3AZ5b {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.bootstrap_page-item__32Vtz:last-child .bootstrap_page-link__3AZ5b {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.bootstrap_page-item__32Vtz.bootstrap_active__g432C .bootstrap_page-link__3AZ5b {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.bootstrap_page-item__32Vtz.bootstrap_disabled__1QYaB .bootstrap_page-link__3AZ5b {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.bootstrap_pagination-lg__2HEPl .bootstrap_page-link__3AZ5b {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.bootstrap_pagination-lg__2HEPl .bootstrap_page-item__32Vtz:first-child .bootstrap_page-link__3AZ5b {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.bootstrap_pagination-lg__2HEPl .bootstrap_page-item__32Vtz:last-child .bootstrap_page-link__3AZ5b {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.bootstrap_pagination-sm__3x3GM .bootstrap_page-link__3AZ5b {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.bootstrap_pagination-sm__3x3GM .bootstrap_page-item__32Vtz:first-child .bootstrap_page-link__3AZ5b {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.bootstrap_pagination-sm__3x3GM .bootstrap_page-item__32Vtz:last-child .bootstrap_page-link__3AZ5b {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.bootstrap_badge__1TVWh {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-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;
  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) {
  .bootstrap_badge__1TVWh {
    -webkit-transition: none;
    transition: none;
  }
}

a.bootstrap_badge__1TVWh:hover, a.bootstrap_badge__1TVWh:focus {
  text-decoration: none;
}

.bootstrap_badge__1TVWh:empty {
  display: none;
}

.bootstrap_btn__2ni4i .bootstrap_badge__1TVWh {
  position: relative;
  top: -1px;
}

.bootstrap_badge-pill__1ql9d {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.bootstrap_badge-primary__2cd7Q {
  color: #fff;
  background-color: #007bff;
}

a.bootstrap_badge-primary__2cd7Q:hover, a.bootstrap_badge-primary__2cd7Q:focus {
  color: #fff;
  background-color: #0062cc;
}

a.bootstrap_badge-primary__2cd7Q:focus, a.bootstrap_badge-primary__2cd7Q.bootstrap_focus__4Nhfl {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.bootstrap_badge-secondary__1-DrS {
  color: #fff;
  background-color: #6c757d;
}

a.bootstrap_badge-secondary__1-DrS:hover, a.bootstrap_badge-secondary__1-DrS:focus {
  color: #fff;
  background-color: #545b62;
}

a.bootstrap_badge-secondary__1-DrS:focus, a.bootstrap_badge-secondary__1-DrS.bootstrap_focus__4Nhfl {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.bootstrap_badge-success__WBYyV {
  color: #fff;
  background-color: #28a745;
}

a.bootstrap_badge-success__WBYyV:hover, a.bootstrap_badge-success__WBYyV:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.bootstrap_badge-success__WBYyV:focus, a.bootstrap_badge-success__WBYyV.bootstrap_focus__4Nhfl {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.bootstrap_badge-info__1ld9- {
  color: #fff;
  background-color: #17a2b8;
}

a.bootstrap_badge-info__1ld9-:hover, a.bootstrap_badge-info__1ld9-:focus {
  color: #fff;
  background-color: #117a8b;
}

a.bootstrap_badge-info__1ld9-:focus, a.bootstrap_badge-info__1ld9-.bootstrap_focus__4Nhfl {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.bootstrap_badge-warning__6FfST {
  color: #212529;
  background-color: #ffc107;
}

a.bootstrap_badge-warning__6FfST:hover, a.bootstrap_badge-warning__6FfST:focus {
  color: #212529;
  background-color: #d39e00;
}

a.bootstrap_badge-warning__6FfST:focus, a.bootstrap_badge-warning__6FfST.bootstrap_focus__4Nhfl {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.bootstrap_badge-danger__i8ftd {
  color: #fff;
  background-color: #dc3545;
}

a.bootstrap_badge-danger__i8ftd:hover, a.bootstrap_badge-danger__i8ftd:focus {
  color: #fff;
  background-color: #bd2130;
}

a.bootstrap_badge-danger__i8ftd:focus, a.bootstrap_badge-danger__i8ftd.bootstrap_focus__4Nhfl {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.bootstrap_badge-light__2gjDL {
  color: #212529;
  background-color: #f8f9fa;
}

a.bootstrap_badge-light__2gjDL:hover, a.bootstrap_badge-light__2gjDL:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.bootstrap_badge-light__2gjDL:focus, a.bootstrap_badge-light__2gjDL.bootstrap_focus__4Nhfl {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.bootstrap_badge-dark__3IuPG {
  color: #fff;
  background-color: #343a40;
}

a.bootstrap_badge-dark__3IuPG:hover, a.bootstrap_badge-dark__3IuPG:focus {
  color: #fff;
  background-color: #1d2124;
}

a.bootstrap_badge-dark__3IuPG:focus, a.bootstrap_badge-dark__3IuPG.bootstrap_focus__4Nhfl {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.bootstrap_jumbotron__2EqwG {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .bootstrap_jumbotron__2EqwG {
    padding: 4rem 2rem;
  }
}

.bootstrap_jumbotron-fluid__3QVZH {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.bootstrap_alert-heading__23vly {
  color: inherit;
}

.bootstrap_alert-link__38i3W {
  font-weight: 700;
}

.bootstrap_alert-dismissible__9a4xj {
  padding-right: 4rem;
}

.bootstrap_alert-dismissible__9a4xj .bootstrap_close__3N4m6 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.bootstrap_alert-primary__2zaIx {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.bootstrap_alert-primary__2zaIx hr {
  border-top-color: #9fcdff;
}

.bootstrap_alert-primary__2zaIx .bootstrap_alert-link__38i3W {
  color: #002752;
}

.bootstrap_alert-secondary__1UNNH {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.bootstrap_alert-secondary__1UNNH hr {
  border-top-color: #c8cbcf;
}

.bootstrap_alert-secondary__1UNNH .bootstrap_alert-link__38i3W {
  color: #202326;
}

.bootstrap_alert-success__3dHYf {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.bootstrap_alert-success__3dHYf hr {
  border-top-color: #b1dfbb;
}

.bootstrap_alert-success__3dHYf .bootstrap_alert-link__38i3W {
  color: #0b2e13;
}

.bootstrap_alert-info__2Tyfx {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.bootstrap_alert-info__2Tyfx hr {
  border-top-color: #abdde5;
}

.bootstrap_alert-info__2Tyfx .bootstrap_alert-link__38i3W {
  color: #062c33;
}

.bootstrap_alert-warning__2vDmd {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.bootstrap_alert-warning__2vDmd hr {
  border-top-color: #ffe8a1;
}

.bootstrap_alert-warning__2vDmd .bootstrap_alert-link__38i3W {
  color: #533f03;
}

.bootstrap_alert-danger__1UTnV {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.bootstrap_alert-danger__1UTnV hr {
  border-top-color: #f1b0b7;
}

.bootstrap_alert-danger__1UTnV .bootstrap_alert-link__38i3W {
  color: #491217;
}

.bootstrap_alert-light__1U3SM {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.bootstrap_alert-light__1U3SM hr {
  border-top-color: #ececf6;
}

.bootstrap_alert-light__1U3SM .bootstrap_alert-link__38i3W {
  color: #686868;
}

.bootstrap_alert-dark__16DSS {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.bootstrap_alert-dark__16DSS hr {
  border-top-color: #b9bbbe;
}

.bootstrap_alert-dark__16DSS .bootstrap_alert-link__38i3W {
  color: #040505;
}

@-webkit-keyframes bootstrap_progress-bar-stripes__1umgl {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes bootstrap_progress-bar-stripes__1umgl {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.bootstrap_progress__Ky8TU {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.bootstrap_progress-bar__zXTmx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap_progress-bar__zXTmx {
    -webkit-transition: none;
    transition: none;
  }
}

.bootstrap_progress-bar-striped__1lLwH {
  background-image: -webkit-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-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;
}

.bootstrap_progress-bar-animated__bPN79 {
  -webkit-animation: bootstrap_progress-bar-stripes__1umgl 1s linear infinite;
  animation: bootstrap_progress-bar-stripes__1umgl 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap_progress-bar-animated__bPN79 {
    -webkit-animation: none;
    animation: none;
  }
}

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

.bootstrap_media-body__1Hm43 {
  flex: 1 1;
}

.bootstrap_list-group__31Qpy {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.bootstrap_list-group-item-action__2-KSk {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.bootstrap_list-group-item-action__2-KSk:hover, .bootstrap_list-group-item-action__2-KSk:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.bootstrap_list-group-item-action__2-KSk:active {
  color: #212529;
  background-color: #e9ecef;
}

.bootstrap_list-group-item__2_3CR {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.bootstrap_list-group-item__2_3CR:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.bootstrap_list-group-item__2_3CR:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.bootstrap_list-group-item__2_3CR.bootstrap_disabled__1QYaB, .bootstrap_list-group-item__2_3CR:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.bootstrap_list-group-item__2_3CR.bootstrap_active__g432C {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.bootstrap_list-group-item__2_3CR + .bootstrap_list-group-item__2_3CR {
  border-top-width: 0;
}

.bootstrap_list-group-item__2_3CR + .bootstrap_list-group-item__2_3CR.bootstrap_active__g432C {
  margin-top: -1px;
  border-top-width: 1px;
}

.bootstrap_list-group-horizontal__3atci {
  flex-direction: row;
}

.bootstrap_list-group-horizontal__3atci .bootstrap_list-group-item__2_3CR:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.bootstrap_list-group-horizontal__3atci .bootstrap_list-group-item__2_3CR:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.bootstrap_list-group-horizontal__3atci .bootstrap_list-group-item__2_3CR.bootstrap_active__g432C {
  margin-top: 0;
}

.bootstrap_list-group-horizontal__3atci .bootstrap_list-group-item__2_3CR + .bootstrap_list-group-item__2_3CR {
  border-top-width: 1px;
  border-left-width: 0;
}

.bootstrap_list-group-horizontal__3atci .bootstrap_list-group-item__2_3CR + .bootstrap_list-group-item__2_3CR.bootstrap_active__g432C {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .bootstrap_list-group-horizontal-sm__30BIv {
    flex-direction: row;
  }
  .bootstrap_list-group-horizontal-sm__30BIv .bootstrap_list-group-item__2_3CR:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap_list-group-horizontal-sm__30BIv .bootstrap_list-group-item__2_3CR:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap_list-group-horizontal-sm__30BIv .bootstrap_list-group-item__2_3CR.bootstrap_active__g432C {
    margin-top: 0;
  }
  .bootstrap_list-group-horizontal-sm__30BIv .bootstrap_list-group-item__2_3CR + .bootstrap_list-group-item__2_3CR {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap_list-group-horizontal-sm__30BIv .bootstrap_list-group-item__2_3CR + .bootstrap_list-group-item__2_3CR.bootstrap_active__g432C {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .bootstrap_list-group-horizontal-md__2D37P {
    flex-direction: row;
  }
  .bootstrap_list-group-horizontal-md__2D37P .bootstrap_list-group-item__2_3CR:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap_list-group-horizontal-md__2D37P .bootstrap_list-group-item__2_3CR:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap_list-group-horizontal-md__2D37P .bootstrap_list-group-item__2_3CR.bootstrap_active__g432C {
    margin-top: 0;
  }
  .bootstrap_list-group-horizontal-md__2D37P .bootstrap_list-group-item__2_3CR + .bootstrap_list-group-item__2_3CR {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap_list-group-horizontal-md__2D37P .bootstrap_list-group-item__2_3CR + .bootstrap_list-group-item__2_3CR.bootstrap_active__g432C {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .bootstrap_list-group-horizontal-lg__2AzE8 {
    flex-direction: row;
  }
  .bootstrap_list-group-horizontal-lg__2AzE8 .bootstrap_list-group-item__2_3CR:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap_list-group-horizontal-lg__2AzE8 .bootstrap_list-group-item__2_3CR:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap_list-group-horizontal-lg__2AzE8 .bootstrap_list-group-item__2_3CR.bootstrap_active__g432C {
    margin-top: 0;
  }
  .bootstrap_list-group-horizontal-lg__2AzE8 .bootstrap_list-group-item__2_3CR + .bootstrap_list-group-item__2_3CR {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap_list-group-horizontal-lg__2AzE8 .bootstrap_list-group-item__2_3CR + .bootstrap_list-group-item__2_3CR.bootstrap_active__g432C {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .bootstrap_list-group-horizontal-xl__33DY9 {
    flex-direction: row;
  }
  .bootstrap_list-group-horizontal-xl__33DY9 .bootstrap_list-group-item__2_3CR:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap_list-group-horizontal-xl__33DY9 .bootstrap_list-group-item__2_3CR:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap_list-group-horizontal-xl__33DY9 .bootstrap_list-group-item__2_3CR.bootstrap_active__g432C {
    margin-top: 0;
  }
  .bootstrap_list-group-horizontal-xl__33DY9 .bootstrap_list-group-item__2_3CR + .bootstrap_list-group-item__2_3CR {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap_list-group-horizontal-xl__33DY9 .bootstrap_list-group-item__2_3CR + .bootstrap_list-group-item__2_3CR.bootstrap_active__g432C {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.bootstrap_list-group-flush__pPdmh .bootstrap_list-group-item__2_3CR {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.bootstrap_list-group-flush__pPdmh .bootstrap_list-group-item__2_3CR:first-child {
  border-top-width: 0;
}

.bootstrap_list-group-flush__pPdmh:last-child .bootstrap_list-group-item__2_3CR:last-child {
  border-bottom-width: 0;
}

.bootstrap_list-group-item-primary__3a0B0 {
  color: #004085;
  background-color: #b8daff;
}

.bootstrap_list-group-item-primary__3a0B0.bootstrap_list-group-item-action__2-KSk:hover, .bootstrap_list-group-item-primary__3a0B0.bootstrap_list-group-item-action__2-KSk:focus {
  color: #004085;
  background-color: #9fcdff;
}

.bootstrap_list-group-item-primary__3a0B0.bootstrap_list-group-item-action__2-KSk.bootstrap_active__g432C {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.bootstrap_list-group-item-secondary__2R2jC {
  color: #383d41;
  background-color: #d6d8db;
}

.bootstrap_list-group-item-secondary__2R2jC.bootstrap_list-group-item-action__2-KSk:hover, .bootstrap_list-group-item-secondary__2R2jC.bootstrap_list-group-item-action__2-KSk:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.bootstrap_list-group-item-secondary__2R2jC.bootstrap_list-group-item-action__2-KSk.bootstrap_active__g432C {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.bootstrap_list-group-item-success__luDNW {
  color: #155724;
  background-color: #c3e6cb;
}

.bootstrap_list-group-item-success__luDNW.bootstrap_list-group-item-action__2-KSk:hover, .bootstrap_list-group-item-success__luDNW.bootstrap_list-group-item-action__2-KSk:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.bootstrap_list-group-item-success__luDNW.bootstrap_list-group-item-action__2-KSk.bootstrap_active__g432C {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.bootstrap_list-group-item-info__2sC95 {
  color: #0c5460;
  background-color: #bee5eb;
}

.bootstrap_list-group-item-info__2sC95.bootstrap_list-group-item-action__2-KSk:hover, .bootstrap_list-group-item-info__2sC95.bootstrap_list-group-item-action__2-KSk:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.bootstrap_list-group-item-info__2sC95.bootstrap_list-group-item-action__2-KSk.bootstrap_active__g432C {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.bootstrap_list-group-item-warning__1lulg {
  color: #856404;
  background-color: #ffeeba;
}

.bootstrap_list-group-item-warning__1lulg.bootstrap_list-group-item-action__2-KSk:hover, .bootstrap_list-group-item-warning__1lulg.bootstrap_list-group-item-action__2-KSk:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.bootstrap_list-group-item-warning__1lulg.bootstrap_list-group-item-action__2-KSk.bootstrap_active__g432C {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.bootstrap_list-group-item-danger__32cih {
  color: #721c24;
  background-color: #f5c6cb;
}

.bootstrap_list-group-item-danger__32cih.bootstrap_list-group-item-action__2-KSk:hover, .bootstrap_list-group-item-danger__32cih.bootstrap_list-group-item-action__2-KSk:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.bootstrap_list-group-item-danger__32cih.bootstrap_list-group-item-action__2-KSk.bootstrap_active__g432C {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.bootstrap_list-group-item-light__2wWRu {
  color: #818182;
  background-color: #fdfdfe;
}

.bootstrap_list-group-item-light__2wWRu.bootstrap_list-group-item-action__2-KSk:hover, .bootstrap_list-group-item-light__2wWRu.bootstrap_list-group-item-action__2-KSk:focus {
  color: #818182;
  background-color: #ececf6;
}

.bootstrap_list-group-item-light__2wWRu.bootstrap_list-group-item-action__2-KSk.bootstrap_active__g432C {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.bootstrap_list-group-item-dark__1Kbap {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.bootstrap_list-group-item-dark__1Kbap.bootstrap_list-group-item-action__2-KSk:hover, .bootstrap_list-group-item-dark__1Kbap.bootstrap_list-group-item-action__2-KSk:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.bootstrap_list-group-item-dark__1Kbap.bootstrap_list-group-item-action__2-KSk.bootstrap_active__g432C {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.bootstrap_close__3N4m6 {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.bootstrap_close__3N4m6:hover {
  color: #000;
  text-decoration: none;
}

.bootstrap_close__3N4m6:not(:disabled):not(.bootstrap_disabled__1QYaB):hover, .bootstrap_close__3N4m6:not(:disabled):not(.bootstrap_disabled__1QYaB):focus {
  opacity: .75;
}

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

a.bootstrap_close__3N4m6.bootstrap_disabled__1QYaB {
  pointer-events: none;
}

.bootstrap_toast__1kvu9 {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.bootstrap_toast__1kvu9:not(:last-child) {
  margin-bottom: 0.75rem;
}

.bootstrap_toast__1kvu9.bootstrap_showing__1JBqm {
  opacity: 1;
}

.bootstrap_toast__1kvu9.bootstrap_show__2L59V {
  display: block;
  opacity: 1;
}

.bootstrap_toast__1kvu9.bootstrap_hide__JXtMa {
  display: none;
}

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

.bootstrap_toast-body__2kkjJ {
  padding: 0.75rem;
}

.bootstrap_modal-open__ZEm2g {
  overflow: hidden;
}

.bootstrap_modal-open__ZEm2g .bootstrap_modal__PnQWj {
  overflow-x: hidden;
  overflow-y: auto;
}

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

.bootstrap_modal-dialog__1YFjX {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.bootstrap_modal__PnQWj.bootstrap_fade__17uxw .bootstrap_modal-dialog__1YFjX {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap_modal__PnQWj.bootstrap_fade__17uxw .bootstrap_modal-dialog__1YFjX {
    -webkit-transition: none;
    transition: none;
  }
}

.bootstrap_modal__PnQWj.bootstrap_show__2L59V .bootstrap_modal-dialog__1YFjX {
  -webkit-transform: none;
  transform: none;
}

.bootstrap_modal__PnQWj.bootstrap_modal-static__11Sm9 .bootstrap_modal-dialog__1YFjX {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.bootstrap_modal-dialog-scrollable__u1V40 {
  display: flex;
  max-height: calc(100% - 1rem);
}

.bootstrap_modal-dialog-scrollable__u1V40 .bootstrap_modal-content__2d_02 {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.bootstrap_modal-dialog-scrollable__u1V40 .bootstrap_modal-header__1K-GB,
.bootstrap_modal-dialog-scrollable__u1V40 .bootstrap_modal-footer__X8liL {
  flex-shrink: 0;
}

.bootstrap_modal-dialog-scrollable__u1V40 .bootstrap_modal-body__1Mg5Q {
  overflow-y: auto;
}

.bootstrap_modal-dialog-centered__ykM4K {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.bootstrap_modal-dialog-centered__ykM4K::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.bootstrap_modal-dialog-centered__ykM4K.bootstrap_modal-dialog-scrollable__u1V40 {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.bootstrap_modal-dialog-centered__ykM4K.bootstrap_modal-dialog-scrollable__u1V40 .bootstrap_modal-content__2d_02 {
  max-height: none;
}

.bootstrap_modal-dialog-centered__ykM4K.bootstrap_modal-dialog-scrollable__u1V40::before {
  content: none;
}

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

.bootstrap_modal-backdrop__26prH {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.bootstrap_modal-backdrop__26prH.bootstrap_fade__17uxw {
  opacity: 0;
}

.bootstrap_modal-backdrop__26prH.bootstrap_show__2L59V {
  opacity: 0.5;
}

.bootstrap_modal-header__1K-GB {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.bootstrap_modal-header__1K-GB .bootstrap_close__3N4m6 {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.bootstrap_modal-title__1GPNt {
  margin-bottom: 0;
  line-height: 1.5;
}

.bootstrap_modal-body__1Mg5Q {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.bootstrap_modal-footer__X8liL {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.bootstrap_modal-footer__X8liL > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .bootstrap_modal-dialog__1YFjX {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .bootstrap_modal-dialog-scrollable__u1V40 {
    max-height: calc(100% - 3.5rem);
  }
  .bootstrap_modal-dialog-scrollable__u1V40 .bootstrap_modal-content__2d_02 {
    max-height: calc(100vh - 3.5rem);
  }
  .bootstrap_modal-dialog-centered__ykM4K {
    min-height: calc(100% - 3.5rem);
  }
  .bootstrap_modal-dialog-centered__ykM4K::before {
    height: calc(100vh - 3.5rem);
  }
  .bootstrap_modal-sm__JMF8D {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .bootstrap_modal-lg__4sn__,
  .bootstrap_modal-xl__25N1f {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .bootstrap_modal-xl__25N1f {
    max-width: 1140px;
  }
}

.bootstrap_tooltip__37i1E {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.bootstrap_tooltip__37i1E.bootstrap_show__2L59V {
  opacity: 0.9;
}

.bootstrap_tooltip__37i1E .bootstrap_arrow__JGPrW {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.bootstrap_tooltip__37i1E .bootstrap_arrow__JGPrW::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bootstrap_bs-tooltip-top__2swr0, .bootstrap_bs-tooltip-auto__u5jTF[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bootstrap_bs-tooltip-top__2swr0 .bootstrap_arrow__JGPrW, .bootstrap_bs-tooltip-auto__u5jTF[x-placement^="top"] .bootstrap_arrow__JGPrW {
  bottom: 0;
}

.bootstrap_bs-tooltip-top__2swr0 .bootstrap_arrow__JGPrW::before, .bootstrap_bs-tooltip-auto__u5jTF[x-placement^="top"] .bootstrap_arrow__JGPrW::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bootstrap_bs-tooltip-right__2tV3s, .bootstrap_bs-tooltip-auto__u5jTF[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bootstrap_bs-tooltip-right__2tV3s .bootstrap_arrow__JGPrW, .bootstrap_bs-tooltip-auto__u5jTF[x-placement^="right"] .bootstrap_arrow__JGPrW {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bootstrap_bs-tooltip-right__2tV3s .bootstrap_arrow__JGPrW::before, .bootstrap_bs-tooltip-auto__u5jTF[x-placement^="right"] .bootstrap_arrow__JGPrW::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bootstrap_bs-tooltip-bottom__BSPN1, .bootstrap_bs-tooltip-auto__u5jTF[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bootstrap_bs-tooltip-bottom__BSPN1 .bootstrap_arrow__JGPrW, .bootstrap_bs-tooltip-auto__u5jTF[x-placement^="bottom"] .bootstrap_arrow__JGPrW {
  top: 0;
}

.bootstrap_bs-tooltip-bottom__BSPN1 .bootstrap_arrow__JGPrW::before, .bootstrap_bs-tooltip-auto__u5jTF[x-placement^="bottom"] .bootstrap_arrow__JGPrW::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bootstrap_bs-tooltip-left__368Pg, .bootstrap_bs-tooltip-auto__u5jTF[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bootstrap_bs-tooltip-left__368Pg .bootstrap_arrow__JGPrW, .bootstrap_bs-tooltip-auto__u5jTF[x-placement^="left"] .bootstrap_arrow__JGPrW {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bootstrap_bs-tooltip-left__368Pg .bootstrap_arrow__JGPrW::before, .bootstrap_bs-tooltip-auto__u5jTF[x-placement^="left"] .bootstrap_arrow__JGPrW::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

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

.bootstrap_popover__23MUT .bootstrap_arrow__JGPrW {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.bootstrap_popover__23MUT .bootstrap_arrow__JGPrW::before, .bootstrap_popover__23MUT .bootstrap_arrow__JGPrW::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bootstrap_bs-popover-top__3egdt, .bootstrap_bs-popover-auto__3p7c8[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bootstrap_bs-popover-top__3egdt > .bootstrap_arrow__JGPrW, .bootstrap_bs-popover-auto__3p7c8[x-placement^="top"] > .bootstrap_arrow__JGPrW {
  bottom: calc(-0.5rem - 1px);
}

.bootstrap_bs-popover-top__3egdt > .bootstrap_arrow__JGPrW::before, .bootstrap_bs-popover-auto__3p7c8[x-placement^="top"] > .bootstrap_arrow__JGPrW::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bootstrap_bs-popover-top__3egdt > .bootstrap_arrow__JGPrW::after, .bootstrap_bs-popover-auto__3p7c8[x-placement^="top"] > .bootstrap_arrow__JGPrW::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bootstrap_bs-popover-right__3ssWR, .bootstrap_bs-popover-auto__3p7c8[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bootstrap_bs-popover-right__3ssWR > .bootstrap_arrow__JGPrW, .bootstrap_bs-popover-auto__3p7c8[x-placement^="right"] > .bootstrap_arrow__JGPrW {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bootstrap_bs-popover-right__3ssWR > .bootstrap_arrow__JGPrW::before, .bootstrap_bs-popover-auto__3p7c8[x-placement^="right"] > .bootstrap_arrow__JGPrW::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bootstrap_bs-popover-right__3ssWR > .bootstrap_arrow__JGPrW::after, .bootstrap_bs-popover-auto__3p7c8[x-placement^="right"] > .bootstrap_arrow__JGPrW::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bootstrap_bs-popover-bottom__3-1Hl, .bootstrap_bs-popover-auto__3p7c8[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bootstrap_bs-popover-bottom__3-1Hl > .bootstrap_arrow__JGPrW, .bootstrap_bs-popover-auto__3p7c8[x-placement^="bottom"] > .bootstrap_arrow__JGPrW {
  top: calc(-0.5rem - 1px);
}

.bootstrap_bs-popover-bottom__3-1Hl > .bootstrap_arrow__JGPrW::before, .bootstrap_bs-popover-auto__3p7c8[x-placement^="bottom"] > .bootstrap_arrow__JGPrW::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bootstrap_bs-popover-bottom__3-1Hl > .bootstrap_arrow__JGPrW::after, .bootstrap_bs-popover-auto__3p7c8[x-placement^="bottom"] > .bootstrap_arrow__JGPrW::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bootstrap_bs-popover-bottom__3-1Hl .bootstrap_popover-header__1qZG8::before, .bootstrap_bs-popover-auto__3p7c8[x-placement^="bottom"] .bootstrap_popover-header__1qZG8::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bootstrap_bs-popover-left__3WLy8, .bootstrap_bs-popover-auto__3p7c8[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bootstrap_bs-popover-left__3WLy8 > .bootstrap_arrow__JGPrW, .bootstrap_bs-popover-auto__3p7c8[x-placement^="left"] > .bootstrap_arrow__JGPrW {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bootstrap_bs-popover-left__3WLy8 > .bootstrap_arrow__JGPrW::before, .bootstrap_bs-popover-auto__3p7c8[x-placement^="left"] > .bootstrap_arrow__JGPrW::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bootstrap_bs-popover-left__3WLy8 > .bootstrap_arrow__JGPrW::after, .bootstrap_bs-popover-auto__3p7c8[x-placement^="left"] > .bootstrap_arrow__JGPrW::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

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

.bootstrap_popover-header__1qZG8:empty {
  display: none;
}

.bootstrap_popover-body__3yeTA {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.bootstrap_carousel__1FuKh {
  position: relative;
}

.bootstrap_carousel__1FuKh.bootstrap_pointer-event__2rZon {
  touch-action: pan-y;
}

.bootstrap_carousel-inner__2tS2e {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bootstrap_carousel-inner__2tS2e::after {
  display: block;
  clear: both;
  content: "";
}

.bootstrap_carousel-item__3Idqp {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap_carousel-item__3Idqp {
    -webkit-transition: none;
    transition: none;
  }
}

.bootstrap_carousel-item__3Idqp.bootstrap_active__g432C,
.bootstrap_carousel-item-next__34Jf0,
.bootstrap_carousel-item-prev__2kek3 {
  display: block;
}

.bootstrap_carousel-item-next__34Jf0:not(.bootstrap_carousel-item-left__3cYwO),
.bootstrap_active__g432C.bootstrap_carousel-item-right__2BneY {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.bootstrap_carousel-item-prev__2kek3:not(.bootstrap_carousel-item-right__2BneY),
.bootstrap_active__g432C.bootstrap_carousel-item-left__3cYwO {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.bootstrap_carousel-fade__1y8jT .bootstrap_carousel-item__3Idqp {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.bootstrap_carousel-fade__1y8jT .bootstrap_carousel-item__3Idqp.bootstrap_active__g432C,
.bootstrap_carousel-fade__1y8jT .bootstrap_carousel-item-next__34Jf0.bootstrap_carousel-item-left__3cYwO,
.bootstrap_carousel-fade__1y8jT .bootstrap_carousel-item-prev__2kek3.bootstrap_carousel-item-right__2BneY {
  z-index: 1;
  opacity: 1;
}

.bootstrap_carousel-fade__1y8jT .bootstrap_active__g432C.bootstrap_carousel-item-left__3cYwO,
.bootstrap_carousel-fade__1y8jT .bootstrap_active__g432C.bootstrap_carousel-item-right__2BneY {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap_carousel-fade__1y8jT .bootstrap_active__g432C.bootstrap_carousel-item-left__3cYwO,
  .bootstrap_carousel-fade__1y8jT .bootstrap_active__g432C.bootstrap_carousel-item-right__2BneY {
    -webkit-transition: none;
    transition: none;
  }
}

.bootstrap_carousel-control-prev__1LeZE,
.bootstrap_carousel-control-next__i89po {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap_carousel-control-prev__1LeZE,
  .bootstrap_carousel-control-next__i89po {
    -webkit-transition: none;
    transition: none;
  }
}

.bootstrap_carousel-control-prev__1LeZE:hover, .bootstrap_carousel-control-prev__1LeZE:focus,
.bootstrap_carousel-control-next__i89po:hover,
.bootstrap_carousel-control-next__i89po:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.bootstrap_carousel-control-prev__1LeZE {
  left: 0;
}

.bootstrap_carousel-control-next__i89po {
  right: 0;
}

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

.bootstrap_carousel-control-prev-icon__19FI9 {
  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");
}

.bootstrap_carousel-control-next-icon__28zDf {
  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");
}

.bootstrap_carousel-indicators__3olZh {
  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;
}

.bootstrap_carousel-indicators__3olZh 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: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap_carousel-indicators__3olZh li {
    -webkit-transition: none;
    transition: none;
  }
}

.bootstrap_carousel-indicators__3olZh .bootstrap_active__g432C {
  opacity: 1;
}

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

@-webkit-keyframes bootstrap_spinner-border__3Lpwy {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes bootstrap_spinner-border__3Lpwy {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bootstrap_spinner-border__3Lpwy {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: bootstrap_spinner-border__3Lpwy .75s linear infinite;
  animation: bootstrap_spinner-border__3Lpwy .75s linear infinite;
}

.bootstrap_spinner-border-sm__3Hr3O {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes bootstrap_spinner-grow__xj7Bd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes bootstrap_spinner-grow__xj7Bd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.bootstrap_spinner-grow__xj7Bd {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: bootstrap_spinner-grow__xj7Bd .75s linear infinite;
  animation: bootstrap_spinner-grow__xj7Bd .75s linear infinite;
}

.bootstrap_spinner-grow-sm__35rIK {
  width: 1rem;
  height: 1rem;
}

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

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

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

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

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

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

.bootstrap_bg-primary__2QDWc {
  background-color: #007bff !important;
}

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

.bootstrap_bg-secondary__3MbDL {
  background-color: #6c757d !important;
}

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

.bootstrap_bg-success__29YUU {
  background-color: #28a745 !important;
}

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

.bootstrap_bg-info__47GZV {
  background-color: #17a2b8 !important;
}

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

.bootstrap_bg-warning__1beZ1 {
  background-color: #ffc107 !important;
}

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

.bootstrap_bg-danger__3PIPf {
  background-color: #dc3545 !important;
}

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

.bootstrap_bg-light__DEIXA {
  background-color: #f8f9fa !important;
}

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

.bootstrap_bg-dark__31Dun {
  background-color: #343a40 !important;
}

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

.bootstrap_bg-white__5a8YI {
  background-color: #fff !important;
}

.bootstrap_bg-transparent__3sv1Q {
  background-color: transparent !important;
}

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

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

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

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

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

.bootstrap_border-0__3Z--c {
  border: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bootstrap_rounded-sm__8EtQ0 {
  border-radius: 0.2rem !important;
}

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

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

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

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

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

.bootstrap_rounded-lg__Ol5_5 {
  border-radius: 0.3rem !important;
}

.bootstrap_rounded-circle__3f_Jq {
  border-radius: 50% !important;
}

.bootstrap_rounded-pill__3s9TT {
  border-radius: 50rem !important;
}

.bootstrap_rounded-0__1yQLz {
  border-radius: 0 !important;
}

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

.bootstrap_d-none__3AdHz {
  display: none !important;
}

.bootstrap_d-inline__3-IZi {
  display: inline !important;
}

.bootstrap_d-inline-block__2u01m {
  display: inline-block !important;
}

.bootstrap_d-block__AlYK5 {
  display: block !important;
}

.bootstrap_d-table__d6Jt1 {
  display: table !important;
}

.bootstrap_d-table-row__2gHBe {
  display: table-row !important;
}

.bootstrap_d-table-cell__xaT8p {
  display: table-cell !important;
}

.bootstrap_d-flex__3DY3A {
  display: flex !important;
}

.bootstrap_d-inline-flex__10fDy {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .bootstrap_d-sm-none__33wAo {
    display: none !important;
  }
  .bootstrap_d-sm-inline__1uhe1 {
    display: inline !important;
  }
  .bootstrap_d-sm-inline-block__3u4qU {
    display: inline-block !important;
  }
  .bootstrap_d-sm-block__2VsUu {
    display: block !important;
  }
  .bootstrap_d-sm-table__2uScS {
    display: table !important;
  }
  .bootstrap_d-sm-table-row__3OPyB {
    display: table-row !important;
  }
  .bootstrap_d-sm-table-cell__2b_Yt {
    display: table-cell !important;
  }
  .bootstrap_d-sm-flex__1w4n5 {
    display: flex !important;
  }
  .bootstrap_d-sm-inline-flex__2m-qM {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .bootstrap_d-md-none__IRELc {
    display: none !important;
  }
  .bootstrap_d-md-inline__H54ti {
    display: inline !important;
  }
  .bootstrap_d-md-inline-block__3EUHH {
    display: inline-block !important;
  }
  .bootstrap_d-md-block__2M_cJ {
    display: block !important;
  }
  .bootstrap_d-md-table__2tQSo {
    display: table !important;
  }
  .bootstrap_d-md-table-row__ZEcDG {
    display: table-row !important;
  }
  .bootstrap_d-md-table-cell__3Iugb {
    display: table-cell !important;
  }
  .bootstrap_d-md-flex__3qGiM {
    display: flex !important;
  }
  .bootstrap_d-md-inline-flex__2EkNY {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .bootstrap_d-lg-none__1N6jy {
    display: none !important;
  }
  .bootstrap_d-lg-inline__3Zwyb {
    display: inline !important;
  }
  .bootstrap_d-lg-inline-block__17cf0 {
    display: inline-block !important;
  }
  .bootstrap_d-lg-block__sYHCL {
    display: block !important;
  }
  .bootstrap_d-lg-table__2EkW_ {
    display: table !important;
  }
  .bootstrap_d-lg-table-row__1qY9k {
    display: table-row !important;
  }
  .bootstrap_d-lg-table-cell__3sFKo {
    display: table-cell !important;
  }
  .bootstrap_d-lg-flex__3uNQV {
    display: flex !important;
  }
  .bootstrap_d-lg-inline-flex__1dmkq {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .bootstrap_d-xl-none__2RRWu {
    display: none !important;
  }
  .bootstrap_d-xl-inline__14QgN {
    display: inline !important;
  }
  .bootstrap_d-xl-inline-block__2dcdR {
    display: inline-block !important;
  }
  .bootstrap_d-xl-block__3pxdA {
    display: block !important;
  }
  .bootstrap_d-xl-table__wqG7O {
    display: table !important;
  }
  .bootstrap_d-xl-table-row__21C03 {
    display: table-row !important;
  }
  .bootstrap_d-xl-table-cell__aMikW {
    display: table-cell !important;
  }
  .bootstrap_d-xl-flex__2Bmsd {
    display: flex !important;
  }
  .bootstrap_d-xl-inline-flex__2OHQ9 {
    display: inline-flex !important;
  }
}

@media print {
  .bootstrap_d-print-none__3tASg {
    display: none !important;
  }
  .bootstrap_d-print-inline__3C2Q3 {
    display: inline !important;
  }
  .bootstrap_d-print-inline-block__1WHYZ {
    display: inline-block !important;
  }
  .bootstrap_d-print-block__3LR_9 {
    display: block !important;
  }
  .bootstrap_d-print-table__1hjg_ {
    display: table !important;
  }
  .bootstrap_d-print-table-row__3BQiE {
    display: table-row !important;
  }
  .bootstrap_d-print-table-cell__z7_Ah {
    display: table-cell !important;
  }
  .bootstrap_d-print-flex__1Ebg6 {
    display: flex !important;
  }
  .bootstrap_d-print-inline-flex__2BX3h {
    display: inline-flex !important;
  }
}

.bootstrap_embed-responsive__1sH4X {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.bootstrap_embed-responsive__1sH4X::before {
  display: block;
  content: "";
}

.bootstrap_embed-responsive__1sH4X .bootstrap_embed-responsive-item__XJXWT,
.bootstrap_embed-responsive__1sH4X iframe,
.bootstrap_embed-responsive__1sH4X embed,
.bootstrap_embed-responsive__1sH4X object,
.bootstrap_embed-responsive__1sH4X video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.bootstrap_embed-responsive-21by9__32p3R::before {
  padding-top: 42.857143%;
}

.bootstrap_embed-responsive-16by9__34jCO::before {
  padding-top: 56.25%;
}

.bootstrap_embed-responsive-4by3__3Bq9A::before {
  padding-top: 75%;
}

.bootstrap_embed-responsive-1by1__2YBpi::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

.bootstrap_flex-fill__3Y5qi {
  flex: 1 1 auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .bootstrap_flex-sm-row__2V_mh {
    flex-direction: row !important;
  }
  .bootstrap_flex-sm-column__ubZB_ {
    flex-direction: column !important;
  }
  .bootstrap_flex-sm-row-reverse__1OoFt {
    flex-direction: row-reverse !important;
  }
  .bootstrap_flex-sm-column-reverse__q7b0n {
    flex-direction: column-reverse !important;
  }
  .bootstrap_flex-sm-wrap__3FRZy {
    flex-wrap: wrap !important;
  }
  .bootstrap_flex-sm-nowrap__2se3i {
    flex-wrap: nowrap !important;
  }
  .bootstrap_flex-sm-wrap-reverse__2NFwg {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap_flex-sm-fill__1pYv4 {
    flex: 1 1 auto !important;
  }
  .bootstrap_flex-sm-grow-0__1KR19 {
    flex-grow: 0 !important;
  }
  .bootstrap_flex-sm-grow-1__2BFMA {
    flex-grow: 1 !important;
  }
  .bootstrap_flex-sm-shrink-0__3zK6A {
    flex-shrink: 0 !important;
  }
  .bootstrap_flex-sm-shrink-1__3M6rL {
    flex-shrink: 1 !important;
  }
  .bootstrap_justify-content-sm-start__2eIOu {
    justify-content: flex-start !important;
  }
  .bootstrap_justify-content-sm-end__35uKM {
    justify-content: flex-end !important;
  }
  .bootstrap_justify-content-sm-center__sJ6-F {
    justify-content: center !important;
  }
  .bootstrap_justify-content-sm-between__1h6FL {
    justify-content: space-between !important;
  }
  .bootstrap_justify-content-sm-around__3dF56 {
    justify-content: space-around !important;
  }
  .bootstrap_align-items-sm-start__2rMQA {
    align-items: flex-start !important;
  }
  .bootstrap_align-items-sm-end__3vHEn {
    align-items: flex-end !important;
  }
  .bootstrap_align-items-sm-center__27h-i {
    align-items: center !important;
  }
  .bootstrap_align-items-sm-baseline__2pNyK {
    align-items: baseline !important;
  }
  .bootstrap_align-items-sm-stretch__HS2R4 {
    align-items: stretch !important;
  }
  .bootstrap_align-content-sm-start__1vUPO {
    align-content: flex-start !important;
  }
  .bootstrap_align-content-sm-end__1q-n7 {
    align-content: flex-end !important;
  }
  .bootstrap_align-content-sm-center__1goXP {
    align-content: center !important;
  }
  .bootstrap_align-content-sm-between__3V3ws {
    align-content: space-between !important;
  }
  .bootstrap_align-content-sm-around__1DyfA {
    align-content: space-around !important;
  }
  .bootstrap_align-content-sm-stretch__19Hvd {
    align-content: stretch !important;
  }
  .bootstrap_align-self-sm-auto__8zoH2 {
    align-self: auto !important;
  }
  .bootstrap_align-self-sm-start__3mvvX {
    align-self: flex-start !important;
  }
  .bootstrap_align-self-sm-end__3Py2G {
    align-self: flex-end !important;
  }
  .bootstrap_align-self-sm-center__1tLRB {
    align-self: center !important;
  }
  .bootstrap_align-self-sm-baseline__Xz434 {
    align-self: baseline !important;
  }
  .bootstrap_align-self-sm-stretch__3IyLU {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .bootstrap_flex-md-row__3t1lP {
    flex-direction: row !important;
  }
  .bootstrap_flex-md-column__kbB4Y {
    flex-direction: column !important;
  }
  .bootstrap_flex-md-row-reverse__2UANQ {
    flex-direction: row-reverse !important;
  }
  .bootstrap_flex-md-column-reverse__3_37I {
    flex-direction: column-reverse !important;
  }
  .bootstrap_flex-md-wrap__UzBOs {
    flex-wrap: wrap !important;
  }
  .bootstrap_flex-md-nowrap__18YSS {
    flex-wrap: nowrap !important;
  }
  .bootstrap_flex-md-wrap-reverse__2qPcF {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap_flex-md-fill__3MHcJ {
    flex: 1 1 auto !important;
  }
  .bootstrap_flex-md-grow-0__34nsq {
    flex-grow: 0 !important;
  }
  .bootstrap_flex-md-grow-1__2tq41 {
    flex-grow: 1 !important;
  }
  .bootstrap_flex-md-shrink-0__25r4q {
    flex-shrink: 0 !important;
  }
  .bootstrap_flex-md-shrink-1__3axca {
    flex-shrink: 1 !important;
  }
  .bootstrap_justify-content-md-start__1QSAU {
    justify-content: flex-start !important;
  }
  .bootstrap_justify-content-md-end__t_HP2 {
    justify-content: flex-end !important;
  }
  .bootstrap_justify-content-md-center__2uCvs {
    justify-content: center !important;
  }
  .bootstrap_justify-content-md-between__20fmn {
    justify-content: space-between !important;
  }
  .bootstrap_justify-content-md-around__1D8p6 {
    justify-content: space-around !important;
  }
  .bootstrap_align-items-md-start__d0ug5 {
    align-items: flex-start !important;
  }
  .bootstrap_align-items-md-end__383b_ {
    align-items: flex-end !important;
  }
  .bootstrap_align-items-md-center__1tvhW {
    align-items: center !important;
  }
  .bootstrap_align-items-md-baseline__2ATmM {
    align-items: baseline !important;
  }
  .bootstrap_align-items-md-stretch__ri-0j {
    align-items: stretch !important;
  }
  .bootstrap_align-content-md-start__1E0Ok {
    align-content: flex-start !important;
  }
  .bootstrap_align-content-md-end__2wIU8 {
    align-content: flex-end !important;
  }
  .bootstrap_align-content-md-center__Ae0TZ {
    align-content: center !important;
  }
  .bootstrap_align-content-md-between__1MiNy {
    align-content: space-between !important;
  }
  .bootstrap_align-content-md-around__3hvp8 {
    align-content: space-around !important;
  }
  .bootstrap_align-content-md-stretch__3lXyM {
    align-content: stretch !important;
  }
  .bootstrap_align-self-md-auto__2od8_ {
    align-self: auto !important;
  }
  .bootstrap_align-self-md-start__1VBf0 {
    align-self: flex-start !important;
  }
  .bootstrap_align-self-md-end__1p-rQ {
    align-self: flex-end !important;
  }
  .bootstrap_align-self-md-center__2v0tC {
    align-self: center !important;
  }
  .bootstrap_align-self-md-baseline__2hNWl {
    align-self: baseline !important;
  }
  .bootstrap_align-self-md-stretch__2afhE {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .bootstrap_flex-lg-row__3TPvM {
    flex-direction: row !important;
  }
  .bootstrap_flex-lg-column__3vo3L {
    flex-direction: column !important;
  }
  .bootstrap_flex-lg-row-reverse__R_v5G {
    flex-direction: row-reverse !important;
  }
  .bootstrap_flex-lg-column-reverse__3QeEH {
    flex-direction: column-reverse !important;
  }
  .bootstrap_flex-lg-wrap__3MEY2 {
    flex-wrap: wrap !important;
  }
  .bootstrap_flex-lg-nowrap__Ky4Z9 {
    flex-wrap: nowrap !important;
  }
  .bootstrap_flex-lg-wrap-reverse__3RXnC {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap_flex-lg-fill__P8TQg {
    flex: 1 1 auto !important;
  }
  .bootstrap_flex-lg-grow-0__2E-G2 {
    flex-grow: 0 !important;
  }
  .bootstrap_flex-lg-grow-1__2XzzC {
    flex-grow: 1 !important;
  }
  .bootstrap_flex-lg-shrink-0__3blQD {
    flex-shrink: 0 !important;
  }
  .bootstrap_flex-lg-shrink-1__1AX3z {
    flex-shrink: 1 !important;
  }
  .bootstrap_justify-content-lg-start__2IRDN {
    justify-content: flex-start !important;
  }
  .bootstrap_justify-content-lg-end__3pdMU {
    justify-content: flex-end !important;
  }
  .bootstrap_justify-content-lg-center__2zT2U {
    justify-content: center !important;
  }
  .bootstrap_justify-content-lg-between__2ak3i {
    justify-content: space-between !important;
  }
  .bootstrap_justify-content-lg-around__orWn4 {
    justify-content: space-around !important;
  }
  .bootstrap_align-items-lg-start__1uYno {
    align-items: flex-start !important;
  }
  .bootstrap_align-items-lg-end__1lRP1 {
    align-items: flex-end !important;
  }
  .bootstrap_align-items-lg-center__1nGfP {
    align-items: center !important;
  }
  .bootstrap_align-items-lg-baseline__12S13 {
    align-items: baseline !important;
  }
  .bootstrap_align-items-lg-stretch__1g1JK {
    align-items: stretch !important;
  }
  .bootstrap_align-content-lg-start__OZ0Gs {
    align-content: flex-start !important;
  }
  .bootstrap_align-content-lg-end__MnDhR {
    align-content: flex-end !important;
  }
  .bootstrap_align-content-lg-center__w8fBb {
    align-content: center !important;
  }
  .bootstrap_align-content-lg-between__SV7G2 {
    align-content: space-between !important;
  }
  .bootstrap_align-content-lg-around__8Gtbz {
    align-content: space-around !important;
  }
  .bootstrap_align-content-lg-stretch__3e36i {
    align-content: stretch !important;
  }
  .bootstrap_align-self-lg-auto__1BlqO {
    align-self: auto !important;
  }
  .bootstrap_align-self-lg-start__2G7Nr {
    align-self: flex-start !important;
  }
  .bootstrap_align-self-lg-end__1yQ1X {
    align-self: flex-end !important;
  }
  .bootstrap_align-self-lg-center__1aMD_ {
    align-self: center !important;
  }
  .bootstrap_align-self-lg-baseline__s_V6u {
    align-self: baseline !important;
  }
  .bootstrap_align-self-lg-stretch__P99yC {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .bootstrap_flex-xl-row__1LAsS {
    flex-direction: row !important;
  }
  .bootstrap_flex-xl-column__1qtxj {
    flex-direction: column !important;
  }
  .bootstrap_flex-xl-row-reverse__Q8Gz7 {
    flex-direction: row-reverse !important;
  }
  .bootstrap_flex-xl-column-reverse__qnFnh {
    flex-direction: column-reverse !important;
  }
  .bootstrap_flex-xl-wrap__24Emv {
    flex-wrap: wrap !important;
  }
  .bootstrap_flex-xl-nowrap__plU5i {
    flex-wrap: nowrap !important;
  }
  .bootstrap_flex-xl-wrap-reverse__2O4yx {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap_flex-xl-fill__3aLkW {
    flex: 1 1 auto !important;
  }
  .bootstrap_flex-xl-grow-0__3ulBA {
    flex-grow: 0 !important;
  }
  .bootstrap_flex-xl-grow-1__3Mi5v {
    flex-grow: 1 !important;
  }
  .bootstrap_flex-xl-shrink-0__2R48P {
    flex-shrink: 0 !important;
  }
  .bootstrap_flex-xl-shrink-1__1fqqA {
    flex-shrink: 1 !important;
  }
  .bootstrap_justify-content-xl-start__3V0w9 {
    justify-content: flex-start !important;
  }
  .bootstrap_justify-content-xl-end__3pxbv {
    justify-content: flex-end !important;
  }
  .bootstrap_justify-content-xl-center__3pS7H {
    justify-content: center !important;
  }
  .bootstrap_justify-content-xl-between__2GE3r {
    justify-content: space-between !important;
  }
  .bootstrap_justify-content-xl-around__1QWoa {
    justify-content: space-around !important;
  }
  .bootstrap_align-items-xl-start__3Qrf7 {
    align-items: flex-start !important;
  }
  .bootstrap_align-items-xl-end__2Hr50 {
    align-items: flex-end !important;
  }
  .bootstrap_align-items-xl-center__2Lqh- {
    align-items: center !important;
  }
  .bootstrap_align-items-xl-baseline__2eo74 {
    align-items: baseline !important;
  }
  .bootstrap_align-items-xl-stretch__2Emho {
    align-items: stretch !important;
  }
  .bootstrap_align-content-xl-start__DGan3 {
    align-content: flex-start !important;
  }
  .bootstrap_align-content-xl-end__2GPBG {
    align-content: flex-end !important;
  }
  .bootstrap_align-content-xl-center__3iV1s {
    align-content: center !important;
  }
  .bootstrap_align-content-xl-between__31XZL {
    align-content: space-between !important;
  }
  .bootstrap_align-content-xl-around__21416 {
    align-content: space-around !important;
  }
  .bootstrap_align-content-xl-stretch__WQieJ {
    align-content: stretch !important;
  }
  .bootstrap_align-self-xl-auto__2YtkQ {
    align-self: auto !important;
  }
  .bootstrap_align-self-xl-start__3FJHb {
    align-self: flex-start !important;
  }
  .bootstrap_align-self-xl-end__XyktQ {
    align-self: flex-end !important;
  }
  .bootstrap_align-self-xl-center__2pq6W {
    align-self: center !important;
  }
  .bootstrap_align-self-xl-baseline__1On9l {
    align-self: baseline !important;
  }
  .bootstrap_align-self-xl-stretch__3XnMM {
    align-self: stretch !important;
  }
}

.bootstrap_float-left__3r9Vz {
  float: left !important;
}

.bootstrap_float-right__2pPmq {
  float: right !important;
}

.bootstrap_float-none__-hncB {
  float: none !important;
}

@media (min-width: 576px) {
  .bootstrap_float-sm-left__3h0bc {
    float: left !important;
  }
  .bootstrap_float-sm-right__20YzV {
    float: right !important;
  }
  .bootstrap_float-sm-none__3CHun {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .bootstrap_float-md-left__3TATI {
    float: left !important;
  }
  .bootstrap_float-md-right__a4IRD {
    float: right !important;
  }
  .bootstrap_float-md-none__3bLKc {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .bootstrap_float-lg-left__2p1yw {
    float: left !important;
  }
  .bootstrap_float-lg-right__1npPM {
    float: right !important;
  }
  .bootstrap_float-lg-none__3XruT {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .bootstrap_float-xl-left__eyVCv {
    float: left !important;
  }
  .bootstrap_float-xl-right__3AxPO {
    float: right !important;
  }
  .bootstrap_float-xl-none__30YJV {
    float: none !important;
  }
}

.bootstrap_overflow-auto__2S9SL {
  overflow: auto !important;
}

.bootstrap_overflow-hidden__2FWhQ {
  overflow: hidden !important;
}

.bootstrap_position-static__2gMdO {
  position: static !important;
}

.bootstrap_position-relative__18tqd {
  position: relative !important;
}

.bootstrap_position-absolute__1M6Ka {
  position: absolute !important;
}

.bootstrap_position-fixed__1bFUZ {
  position: fixed !important;
}

.bootstrap_position-sticky__24Bkn {
  position: sticky !important;
}

.bootstrap_fixed-top__1ifbr {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.bootstrap_fixed-bottom__Gy1Um {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .bootstrap_sticky-top__2gqVI {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.bootstrap_sr-only__3AZc4 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bootstrap_sr-only-focusable__3f-7X:active, .bootstrap_sr-only-focusable__3f-7X:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.bootstrap_shadow-sm__eHrGL {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.bootstrap_shadow__3Iwf3 {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.bootstrap_shadow-lg__USPBN {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.bootstrap_shadow-none__WBGvE {
  box-shadow: none !important;
}

.bootstrap_w-25__uc36X {
  width: 25% !important;
}

.bootstrap_w-50__eX-t_ {
  width: 50% !important;
}

.bootstrap_w-75__3Eux_ {
  width: 75% !important;
}

.bootstrap_w-100__kY7_u {
  width: 100% !important;
}

.bootstrap_w-auto__2_3OE {
  width: auto !important;
}

.bootstrap_h-25__R889H {
  height: 25% !important;
}

.bootstrap_h-50__1LqQf {
  height: 50% !important;
}

.bootstrap_h-75__2E-mE {
  height: 75% !important;
}

.bootstrap_h-100__28SvH {
  height: 100% !important;
}

.bootstrap_h-auto__l52bn {
  height: auto !important;
}

.bootstrap_mw-100__2tedN {
  max-width: 100% !important;
}

.bootstrap_mh-100__X4Rpo {
  max-height: 100% !important;
}

.bootstrap_min-vw-100__Z_ZFt {
  min-width: 100vw !important;
}

.bootstrap_min-vh-100__2G68d {
  min-height: 100vh !important;
}

.bootstrap_vw-100__1k4gm {
  width: 100vw !important;
}

.bootstrap_vh-100__cRftk {
  height: 100vh !important;
}

.bootstrap_stretched-link__3_YPU::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);
}

.bootstrap_m-0__3wkzy {
  margin: 0 !important;
}

.bootstrap_mt-0__MW1PA,
.bootstrap_my-0__28GgV {
  margin-top: 0 !important;
}

.bootstrap_mr-0__2ZTOf,
.bootstrap_mx-0__1uDPN {
  margin-right: 0 !important;
}

.bootstrap_mb-0__PgxbI,
.bootstrap_my-0__28GgV {
  margin-bottom: 0 !important;
}

.bootstrap_ml-0__3G52s,
.bootstrap_mx-0__1uDPN {
  margin-left: 0 !important;
}

.bootstrap_m-1__2bUTF {
  margin: 0.25rem !important;
}

.bootstrap_mt-1__v7NXI,
.bootstrap_my-1__-WDfq {
  margin-top: 0.25rem !important;
}

.bootstrap_mr-1__f5Mla,
.bootstrap_mx-1__3KwrT {
  margin-right: 0.25rem !important;
}

.bootstrap_mb-1__38RgX,
.bootstrap_my-1__-WDfq {
  margin-bottom: 0.25rem !important;
}

.bootstrap_ml-1__1bOiw,
.bootstrap_mx-1__3KwrT {
  margin-left: 0.25rem !important;
}

.bootstrap_m-2__23EjR {
  margin: 0.5rem !important;
}

.bootstrap_mt-2__2OS8u,
.bootstrap_my-2__2bIKm {
  margin-top: 0.5rem !important;
}

.bootstrap_mr-2__3woEC,
.bootstrap_mx-2__3E_tP {
  margin-right: 0.5rem !important;
}

.bootstrap_mb-2__8P7Iz,
.bootstrap_my-2__2bIKm {
  margin-bottom: 0.5rem !important;
}

.bootstrap_ml-2__2WX9Z,
.bootstrap_mx-2__3E_tP {
  margin-left: 0.5rem !important;
}

.bootstrap_m-3__hvVVt {
  margin: 1rem !important;
}

.bootstrap_mt-3__21jms,
.bootstrap_my-3__2rJ5M {
  margin-top: 1rem !important;
}

.bootstrap_mr-3__3UEuF,
.bootstrap_mx-3__1aYw2 {
  margin-right: 1rem !important;
}

.bootstrap_mb-3__2S4WU,
.bootstrap_my-3__2rJ5M {
  margin-bottom: 1rem !important;
}

.bootstrap_ml-3__ZJFXZ,
.bootstrap_mx-3__1aYw2 {
  margin-left: 1rem !important;
}

.bootstrap_m-4__2cRcu {
  margin: 1.5rem !important;
}

.bootstrap_mt-4__3srDt,
.bootstrap_my-4__3YkMM {
  margin-top: 1.5rem !important;
}

.bootstrap_mr-4__2OqAp,
.bootstrap_mx-4__WO7XC {
  margin-right: 1.5rem !important;
}

.bootstrap_mb-4__1cWzX,
.bootstrap_my-4__3YkMM {
  margin-bottom: 1.5rem !important;
}

.bootstrap_ml-4__2R1w1,
.bootstrap_mx-4__WO7XC {
  margin-left: 1.5rem !important;
}

.bootstrap_m-5__l5I1r {
  margin: 3rem !important;
}

.bootstrap_mt-5__gsVFe,
.bootstrap_my-5__7ekSe {
  margin-top: 3rem !important;
}

.bootstrap_mr-5__3G7_7,
.bootstrap_mx-5__3T8Yw {
  margin-right: 3rem !important;
}

.bootstrap_mb-5__2bIBi,
.bootstrap_my-5__7ekSe {
  margin-bottom: 3rem !important;
}

.bootstrap_ml-5__3nHtk,
.bootstrap_mx-5__3T8Yw {
  margin-left: 3rem !important;
}

.bootstrap_p-0__OZ4vD {
  padding: 0 !important;
}

.bootstrap_pt-0__hHpDW,
.bootstrap_py-0__2nY5G {
  padding-top: 0 !important;
}

.bootstrap_pr-0__1-eGr,
.bootstrap_px-0__1JJdu {
  padding-right: 0 !important;
}

.bootstrap_pb-0__2_9Nc,
.bootstrap_py-0__2nY5G {
  padding-bottom: 0 !important;
}

.bootstrap_pl-0__G_sTr,
.bootstrap_px-0__1JJdu {
  padding-left: 0 !important;
}

.bootstrap_p-1__XRS6v {
  padding: 0.25rem !important;
}

.bootstrap_pt-1__3pYcm,
.bootstrap_py-1__zlMbz {
  padding-top: 0.25rem !important;
}

.bootstrap_pr-1__yinfN,
.bootstrap_px-1__1GSk0 {
  padding-right: 0.25rem !important;
}

.bootstrap_pb-1__MeWwy,
.bootstrap_py-1__zlMbz {
  padding-bottom: 0.25rem !important;
}

.bootstrap_pl-1__24HxP,
.bootstrap_px-1__1GSk0 {
  padding-left: 0.25rem !important;
}

.bootstrap_p-2__325Yv {
  padding: 0.5rem !important;
}

.bootstrap_pt-2__3PrAp,
.bootstrap_py-2__2ETtQ {
  padding-top: 0.5rem !important;
}

.bootstrap_pr-2__IRLDa,
.bootstrap_px-2__3MQfy {
  padding-right: 0.5rem !important;
}

.bootstrap_pb-2__1IkN8,
.bootstrap_py-2__2ETtQ {
  padding-bottom: 0.5rem !important;
}

.bootstrap_pl-2__1c4Ov,
.bootstrap_px-2__3MQfy {
  padding-left: 0.5rem !important;
}

.bootstrap_p-3__3_O7r {
  padding: 1rem !important;
}

.bootstrap_pt-3__1nJTx,
.bootstrap_py-3__hS4q0 {
  padding-top: 1rem !important;
}

.bootstrap_pr-3__wfGtc,
.bootstrap_px-3__2v4bw {
  padding-right: 1rem !important;
}

.bootstrap_pb-3__tTT_d,
.bootstrap_py-3__hS4q0 {
  padding-bottom: 1rem !important;
}

.bootstrap_pl-3__3ERm6,
.bootstrap_px-3__2v4bw {
  padding-left: 1rem !important;
}

.bootstrap_p-4__EaMPg {
  padding: 1.5rem !important;
}

.bootstrap_pt-4__xnesk,
.bootstrap_py-4__1xA36 {
  padding-top: 1.5rem !important;
}

.bootstrap_pr-4__aCkDL,
.bootstrap_px-4__3vXtk {
  padding-right: 1.5rem !important;
}

.bootstrap_pb-4__2lnb5,
.bootstrap_py-4__1xA36 {
  padding-bottom: 1.5rem !important;
}

.bootstrap_pl-4__2qX4L,
.bootstrap_px-4__3vXtk {
  padding-left: 1.5rem !important;
}

.bootstrap_p-5__MJW8i {
  padding: 3rem !important;
}

.bootstrap_pt-5__ad37A,
.bootstrap_py-5__18cEw {
  padding-top: 3rem !important;
}

.bootstrap_pr-5__1ePcf,
.bootstrap_px-5__6Fp4b {
  padding-right: 3rem !important;
}

.bootstrap_pb-5__2gbrC,
.bootstrap_py-5__18cEw {
  padding-bottom: 3rem !important;
}

.bootstrap_pl-5__1WDR_,
.bootstrap_px-5__6Fp4b {
  padding-left: 3rem !important;
}

.bootstrap_m-n1__3Mr3F {
  margin: -0.25rem !important;
}

.bootstrap_mt-n1__36Icx,
.bootstrap_my-n1__cs4Bp {
  margin-top: -0.25rem !important;
}

.bootstrap_mr-n1__3M1er,
.bootstrap_mx-n1__3iGcZ {
  margin-right: -0.25rem !important;
}

.bootstrap_mb-n1__l3W7W,
.bootstrap_my-n1__cs4Bp {
  margin-bottom: -0.25rem !important;
}

.bootstrap_ml-n1__23Xvx,
.bootstrap_mx-n1__3iGcZ {
  margin-left: -0.25rem !important;
}

.bootstrap_m-n2__1Wag2 {
  margin: -0.5rem !important;
}

.bootstrap_mt-n2__2A5Ot,
.bootstrap_my-n2__3LvJg {
  margin-top: -0.5rem !important;
}

.bootstrap_mr-n2__29MU6,
.bootstrap_mx-n2__1akOr {
  margin-right: -0.5rem !important;
}

.bootstrap_mb-n2__izGvQ,
.bootstrap_my-n2__3LvJg {
  margin-bottom: -0.5rem !important;
}

.bootstrap_ml-n2__3MBAE,
.bootstrap_mx-n2__1akOr {
  margin-left: -0.5rem !important;
}

.bootstrap_m-n3__3RWj4 {
  margin: -1rem !important;
}

.bootstrap_mt-n3__RX3Io,
.bootstrap_my-n3__1U-cc {
  margin-top: -1rem !important;
}

.bootstrap_mr-n3__2PyHS,
.bootstrap_mx-n3__1f9ps {
  margin-right: -1rem !important;
}

.bootstrap_mb-n3__108lY,
.bootstrap_my-n3__1U-cc {
  margin-bottom: -1rem !important;
}

.bootstrap_ml-n3__u7lux,
.bootstrap_mx-n3__1f9ps {
  margin-left: -1rem !important;
}

.bootstrap_m-n4__3Sk2G {
  margin: -1.5rem !important;
}

.bootstrap_mt-n4__fkYhL,
.bootstrap_my-n4__2PTLu {
  margin-top: -1.5rem !important;
}

.bootstrap_mr-n4__H7tv7,
.bootstrap_mx-n4__v91ev {
  margin-right: -1.5rem !important;
}

.bootstrap_mb-n4__3Hs9_,
.bootstrap_my-n4__2PTLu {
  margin-bottom: -1.5rem !important;
}

.bootstrap_ml-n4__1bd3d,
.bootstrap_mx-n4__v91ev {
  margin-left: -1.5rem !important;
}

.bootstrap_m-n5__19SGM {
  margin: -3rem !important;
}

.bootstrap_mt-n5__2jLmW,
.bootstrap_my-n5__1l2cV {
  margin-top: -3rem !important;
}

.bootstrap_mr-n5__2erju,
.bootstrap_mx-n5__1dXfO {
  margin-right: -3rem !important;
}

.bootstrap_mb-n5__3-CM1,
.bootstrap_my-n5__1l2cV {
  margin-bottom: -3rem !important;
}

.bootstrap_ml-n5__1hsPc,
.bootstrap_mx-n5__1dXfO {
  margin-left: -3rem !important;
}

.bootstrap_m-auto__3CSt2 {
  margin: auto !important;
}

.bootstrap_mt-auto__38LIx,
.bootstrap_my-auto__25KyD {
  margin-top: auto !important;
}

.bootstrap_mr-auto__Ov0zn,
.bootstrap_mx-auto__2-uEL {
  margin-right: auto !important;
}

.bootstrap_mb-auto__2dHwY,
.bootstrap_my-auto__25KyD {
  margin-bottom: auto !important;
}

.bootstrap_ml-auto__h_wxq,
.bootstrap_mx-auto__2-uEL {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .bootstrap_m-sm-0__1OhEx {
    margin: 0 !important;
  }
  .bootstrap_mt-sm-0__2dBdE,
  .bootstrap_my-sm-0__3ehlE {
    margin-top: 0 !important;
  }
  .bootstrap_mr-sm-0__2bcSe,
  .bootstrap_mx-sm-0__vPJOF {
    margin-right: 0 !important;
  }
  .bootstrap_mb-sm-0__uHpkn,
  .bootstrap_my-sm-0__3ehlE {
    margin-bottom: 0 !important;
  }
  .bootstrap_ml-sm-0__2158X,
  .bootstrap_mx-sm-0__vPJOF {
    margin-left: 0 !important;
  }
  .bootstrap_m-sm-1__HQ-Lb {
    margin: 0.25rem !important;
  }
  .bootstrap_mt-sm-1__3zYoQ,
  .bootstrap_my-sm-1__nzzSO {
    margin-top: 0.25rem !important;
  }
  .bootstrap_mr-sm-1__2A6W4,
  .bootstrap_mx-sm-1__3gL10 {
    margin-right: 0.25rem !important;
  }
  .bootstrap_mb-sm-1__1Qtoz,
  .bootstrap_my-sm-1__nzzSO {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap_ml-sm-1__2vXZh,
  .bootstrap_mx-sm-1__3gL10 {
    margin-left: 0.25rem !important;
  }
  .bootstrap_m-sm-2__PV5UL {
    margin: 0.5rem !important;
  }
  .bootstrap_mt-sm-2__3vHUd,
  .bootstrap_my-sm-2__1olJd {
    margin-top: 0.5rem !important;
  }
  .bootstrap_mr-sm-2__3EASm,
  .bootstrap_mx-sm-2__hmKPw {
    margin-right: 0.5rem !important;
  }
  .bootstrap_mb-sm-2__202b5,
  .bootstrap_my-sm-2__1olJd {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap_ml-sm-2__3-SQK,
  .bootstrap_mx-sm-2__hmKPw {
    margin-left: 0.5rem !important;
  }
  .bootstrap_m-sm-3__3EnBt {
    margin: 1rem !important;
  }
  .bootstrap_mt-sm-3__5wNxH,
  .bootstrap_my-sm-3__1RATz {
    margin-top: 1rem !important;
  }
  .bootstrap_mr-sm-3__Ovi20,
  .bootstrap_mx-sm-3__2sTiv {
    margin-right: 1rem !important;
  }
  .bootstrap_mb-sm-3__2JT-z,
  .bootstrap_my-sm-3__1RATz {
    margin-bottom: 1rem !important;
  }
  .bootstrap_ml-sm-3__1JV1c,
  .bootstrap_mx-sm-3__2sTiv {
    margin-left: 1rem !important;
  }
  .bootstrap_m-sm-4__1pA6p {
    margin: 1.5rem !important;
  }
  .bootstrap_mt-sm-4__1nuhR,
  .bootstrap_my-sm-4__2DQ5P {
    margin-top: 1.5rem !important;
  }
  .bootstrap_mr-sm-4__2AoJH,
  .bootstrap_mx-sm-4__2FXtZ {
    margin-right: 1.5rem !important;
  }
  .bootstrap_mb-sm-4__2DcUc,
  .bootstrap_my-sm-4__2DQ5P {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap_ml-sm-4__1Q-qL,
  .bootstrap_mx-sm-4__2FXtZ {
    margin-left: 1.5rem !important;
  }
  .bootstrap_m-sm-5__3_cVH {
    margin: 3rem !important;
  }
  .bootstrap_mt-sm-5__2He_3,
  .bootstrap_my-sm-5__tpyx7 {
    margin-top: 3rem !important;
  }
  .bootstrap_mr-sm-5__3i4m_,
  .bootstrap_mx-sm-5__1LZ3m {
    margin-right: 3rem !important;
  }
  .bootstrap_mb-sm-5__32E7R,
  .bootstrap_my-sm-5__tpyx7 {
    margin-bottom: 3rem !important;
  }
  .bootstrap_ml-sm-5__2ThLD,
  .bootstrap_mx-sm-5__1LZ3m {
    margin-left: 3rem !important;
  }
  .bootstrap_p-sm-0__A3b4I {
    padding: 0 !important;
  }
  .bootstrap_pt-sm-0__1zx9G,
  .bootstrap_py-sm-0__2DpOR {
    padding-top: 0 !important;
  }
  .bootstrap_pr-sm-0__Lu-kE,
  .bootstrap_px-sm-0__yBep5 {
    padding-right: 0 !important;
  }
  .bootstrap_pb-sm-0__2hWdB,
  .bootstrap_py-sm-0__2DpOR {
    padding-bottom: 0 !important;
  }
  .bootstrap_pl-sm-0__2FxJ3,
  .bootstrap_px-sm-0__yBep5 {
    padding-left: 0 !important;
  }
  .bootstrap_p-sm-1__WkU7Y {
    padding: 0.25rem !important;
  }
  .bootstrap_pt-sm-1__Pajlm,
  .bootstrap_py-sm-1__2IPDJ {
    padding-top: 0.25rem !important;
  }
  .bootstrap_pr-sm-1__3CdDG,
  .bootstrap_px-sm-1__1DtH1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap_pb-sm-1__3kNUp,
  .bootstrap_py-sm-1__2IPDJ {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap_pl-sm-1__1Enbi,
  .bootstrap_px-sm-1__1DtH1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap_p-sm-2__3Netr {
    padding: 0.5rem !important;
  }
  .bootstrap_pt-sm-2__1MPk-,
  .bootstrap_py-sm-2__1zWLF {
    padding-top: 0.5rem !important;
  }
  .bootstrap_pr-sm-2__AS0EI,
  .bootstrap_px-sm-2__3l-Y4 {
    padding-right: 0.5rem !important;
  }
  .bootstrap_pb-sm-2__3Rkz3,
  .bootstrap_py-sm-2__1zWLF {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap_pl-sm-2__1ICPr,
  .bootstrap_px-sm-2__3l-Y4 {
    padding-left: 0.5rem !important;
  }
  .bootstrap_p-sm-3__1VrEW {
    padding: 1rem !important;
  }
  .bootstrap_pt-sm-3__37WW4,
  .bootstrap_py-sm-3__2gnAg {
    padding-top: 1rem !important;
  }
  .bootstrap_pr-sm-3__1lwgE,
  .bootstrap_px-sm-3__29ox7 {
    padding-right: 1rem !important;
  }
  .bootstrap_pb-sm-3__36HKS,
  .bootstrap_py-sm-3__2gnAg {
    padding-bottom: 1rem !important;
  }
  .bootstrap_pl-sm-3__1JTO7,
  .bootstrap_px-sm-3__29ox7 {
    padding-left: 1rem !important;
  }
  .bootstrap_p-sm-4__2LOo0 {
    padding: 1.5rem !important;
  }
  .bootstrap_pt-sm-4__2e8Hm,
  .bootstrap_py-sm-4__3Ymxh {
    padding-top: 1.5rem !important;
  }
  .bootstrap_pr-sm-4__1poKs,
  .bootstrap_px-sm-4__27hgT {
    padding-right: 1.5rem !important;
  }
  .bootstrap_pb-sm-4__38kuq,
  .bootstrap_py-sm-4__3Ymxh {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap_pl-sm-4__RmhAU,
  .bootstrap_px-sm-4__27hgT {
    padding-left: 1.5rem !important;
  }
  .bootstrap_p-sm-5__1wfyL {
    padding: 3rem !important;
  }
  .bootstrap_pt-sm-5__2bvkH,
  .bootstrap_py-sm-5__2iX85 {
    padding-top: 3rem !important;
  }
  .bootstrap_pr-sm-5__3aWrQ,
  .bootstrap_px-sm-5__qAslK {
    padding-right: 3rem !important;
  }
  .bootstrap_pb-sm-5__2UCaD,
  .bootstrap_py-sm-5__2iX85 {
    padding-bottom: 3rem !important;
  }
  .bootstrap_pl-sm-5__2FFKU,
  .bootstrap_px-sm-5__qAslK {
    padding-left: 3rem !important;
  }
  .bootstrap_m-sm-n1__2HsE9 {
    margin: -0.25rem !important;
  }
  .bootstrap_mt-sm-n1__14gQq,
  .bootstrap_my-sm-n1__2FpRu {
    margin-top: -0.25rem !important;
  }
  .bootstrap_mr-sm-n1__3ndad,
  .bootstrap_mx-sm-n1__1O_Y6 {
    margin-right: -0.25rem !important;
  }
  .bootstrap_mb-sm-n1__2hqeB,
  .bootstrap_my-sm-n1__2FpRu {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap_ml-sm-n1__1y8ck,
  .bootstrap_mx-sm-n1__1O_Y6 {
    margin-left: -0.25rem !important;
  }
  .bootstrap_m-sm-n2__2wv94 {
    margin: -0.5rem !important;
  }
  .bootstrap_mt-sm-n2__1l22y,
  .bootstrap_my-sm-n2__3bZla {
    margin-top: -0.5rem !important;
  }
  .bootstrap_mr-sm-n2__27DAm,
  .bootstrap_mx-sm-n2__2fseV {
    margin-right: -0.5rem !important;
  }
  .bootstrap_mb-sm-n2__f8xXE,
  .bootstrap_my-sm-n2__3bZla {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap_ml-sm-n2__2Wg_Y,
  .bootstrap_mx-sm-n2__2fseV {
    margin-left: -0.5rem !important;
  }
  .bootstrap_m-sm-n3__igaXu {
    margin: -1rem !important;
  }
  .bootstrap_mt-sm-n3__1SRud,
  .bootstrap_my-sm-n3__2ramh {
    margin-top: -1rem !important;
  }
  .bootstrap_mr-sm-n3__EaPgT,
  .bootstrap_mx-sm-n3__f_Z31 {
    margin-right: -1rem !important;
  }
  .bootstrap_mb-sm-n3__3IJdg,
  .bootstrap_my-sm-n3__2ramh {
    margin-bottom: -1rem !important;
  }
  .bootstrap_ml-sm-n3__XTQZs,
  .bootstrap_mx-sm-n3__f_Z31 {
    margin-left: -1rem !important;
  }
  .bootstrap_m-sm-n4__3eQ5N {
    margin: -1.5rem !important;
  }
  .bootstrap_mt-sm-n4__3Uz_h,
  .bootstrap_my-sm-n4__3k7YU {
    margin-top: -1.5rem !important;
  }
  .bootstrap_mr-sm-n4__3GKG_,
  .bootstrap_mx-sm-n4__2__S4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap_mb-sm-n4__2QmMA,
  .bootstrap_my-sm-n4__3k7YU {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap_ml-sm-n4__1TaXd,
  .bootstrap_mx-sm-n4__2__S4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap_m-sm-n5__324LI {
    margin: -3rem !important;
  }
  .bootstrap_mt-sm-n5__1smop,
  .bootstrap_my-sm-n5__hrt08 {
    margin-top: -3rem !important;
  }
  .bootstrap_mr-sm-n5__2ujRx,
  .bootstrap_mx-sm-n5__30wrf {
    margin-right: -3rem !important;
  }
  .bootstrap_mb-sm-n5__2XagX,
  .bootstrap_my-sm-n5__hrt08 {
    margin-bottom: -3rem !important;
  }
  .bootstrap_ml-sm-n5__3d1Yr,
  .bootstrap_mx-sm-n5__30wrf {
    margin-left: -3rem !important;
  }
  .bootstrap_m-sm-auto__1t-1d {
    margin: auto !important;
  }
  .bootstrap_mt-sm-auto__3-YSH,
  .bootstrap_my-sm-auto__1joph {
    margin-top: auto !important;
  }
  .bootstrap_mr-sm-auto__2KHGp,
  .bootstrap_mx-sm-auto__ccGjT {
    margin-right: auto !important;
  }
  .bootstrap_mb-sm-auto__2Ey3c,
  .bootstrap_my-sm-auto__1joph {
    margin-bottom: auto !important;
  }
  .bootstrap_ml-sm-auto__AHao_,
  .bootstrap_mx-sm-auto__ccGjT {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .bootstrap_m-md-0__Flo3I {
    margin: 0 !important;
  }
  .bootstrap_mt-md-0__YIMZk,
  .bootstrap_my-md-0__T3N0t {
    margin-top: 0 !important;
  }
  .bootstrap_mr-md-0__2lesa,
  .bootstrap_mx-md-0__1gPI3 {
    margin-right: 0 !important;
  }
  .bootstrap_mb-md-0__2KhKJ,
  .bootstrap_my-md-0__T3N0t {
    margin-bottom: 0 !important;
  }
  .bootstrap_ml-md-0__2JCsl,
  .bootstrap_mx-md-0__1gPI3 {
    margin-left: 0 !important;
  }
  .bootstrap_m-md-1__U3RCV {
    margin: 0.25rem !important;
  }
  .bootstrap_mt-md-1__ePhLa,
  .bootstrap_my-md-1__39a3P {
    margin-top: 0.25rem !important;
  }
  .bootstrap_mr-md-1__Tez_7,
  .bootstrap_mx-md-1__1_p1n {
    margin-right: 0.25rem !important;
  }
  .bootstrap_mb-md-1__PKSyB,
  .bootstrap_my-md-1__39a3P {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap_ml-md-1__13_EZ,
  .bootstrap_mx-md-1__1_p1n {
    margin-left: 0.25rem !important;
  }
  .bootstrap_m-md-2__2z8X_ {
    margin: 0.5rem !important;
  }
  .bootstrap_mt-md-2__3x6OA,
  .bootstrap_my-md-2__Ixv0H {
    margin-top: 0.5rem !important;
  }
  .bootstrap_mr-md-2__3c80l,
  .bootstrap_mx-md-2__uaBMV {
    margin-right: 0.5rem !important;
  }
  .bootstrap_mb-md-2__3W6iQ,
  .bootstrap_my-md-2__Ixv0H {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap_ml-md-2__3MKvb,
  .bootstrap_mx-md-2__uaBMV {
    margin-left: 0.5rem !important;
  }
  .bootstrap_m-md-3__2dRak {
    margin: 1rem !important;
  }
  .bootstrap_mt-md-3__23eXc,
  .bootstrap_my-md-3__2KHnl {
    margin-top: 1rem !important;
  }
  .bootstrap_mr-md-3__2Nx7Z,
  .bootstrap_mx-md-3__2Oqg8 {
    margin-right: 1rem !important;
  }
  .bootstrap_mb-md-3__1Flvq,
  .bootstrap_my-md-3__2KHnl {
    margin-bottom: 1rem !important;
  }
  .bootstrap_ml-md-3__2otBL,
  .bootstrap_mx-md-3__2Oqg8 {
    margin-left: 1rem !important;
  }
  .bootstrap_m-md-4__1qoXt {
    margin: 1.5rem !important;
  }
  .bootstrap_mt-md-4__1cu9c,
  .bootstrap_my-md-4__37FyB {
    margin-top: 1.5rem !important;
  }
  .bootstrap_mr-md-4__1i2Zj,
  .bootstrap_mx-md-4__pErdS {
    margin-right: 1.5rem !important;
  }
  .bootstrap_mb-md-4__8PaIV,
  .bootstrap_my-md-4__37FyB {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap_ml-md-4__3SL65,
  .bootstrap_mx-md-4__pErdS {
    margin-left: 1.5rem !important;
  }
  .bootstrap_m-md-5__12xVu {
    margin: 3rem !important;
  }
  .bootstrap_mt-md-5__3oEe3,
  .bootstrap_my-md-5__1NIAR {
    margin-top: 3rem !important;
  }
  .bootstrap_mr-md-5__g_JfG,
  .bootstrap_mx-md-5__3YTPQ {
    margin-right: 3rem !important;
  }
  .bootstrap_mb-md-5__2VIjA,
  .bootstrap_my-md-5__1NIAR {
    margin-bottom: 3rem !important;
  }
  .bootstrap_ml-md-5__2oAA4,
  .bootstrap_mx-md-5__3YTPQ {
    margin-left: 3rem !important;
  }
  .bootstrap_p-md-0__1SdUC {
    padding: 0 !important;
  }
  .bootstrap_pt-md-0__2FWjA,
  .bootstrap_py-md-0__16Yom {
    padding-top: 0 !important;
  }
  .bootstrap_pr-md-0__3s88h,
  .bootstrap_px-md-0__1q588 {
    padding-right: 0 !important;
  }
  .bootstrap_pb-md-0__2NxIw,
  .bootstrap_py-md-0__16Yom {
    padding-bottom: 0 !important;
  }
  .bootstrap_pl-md-0__9yIc6,
  .bootstrap_px-md-0__1q588 {
    padding-left: 0 !important;
  }
  .bootstrap_p-md-1__2-HpZ {
    padding: 0.25rem !important;
  }
  .bootstrap_pt-md-1__33npX,
  .bootstrap_py-md-1__32dXd {
    padding-top: 0.25rem !important;
  }
  .bootstrap_pr-md-1__1CcEW,
  .bootstrap_px-md-1__3GqNQ {
    padding-right: 0.25rem !important;
  }
  .bootstrap_pb-md-1__1NFpc,
  .bootstrap_py-md-1__32dXd {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap_pl-md-1__3PmVo,
  .bootstrap_px-md-1__3GqNQ {
    padding-left: 0.25rem !important;
  }
  .bootstrap_p-md-2__2xpsG {
    padding: 0.5rem !important;
  }
  .bootstrap_pt-md-2__1mhjX,
  .bootstrap_py-md-2__2ur1r {
    padding-top: 0.5rem !important;
  }
  .bootstrap_pr-md-2__38WgW,
  .bootstrap_px-md-2__15nvB {
    padding-right: 0.5rem !important;
  }
  .bootstrap_pb-md-2__1u2of,
  .bootstrap_py-md-2__2ur1r {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap_pl-md-2__3-qvc,
  .bootstrap_px-md-2__15nvB {
    padding-left: 0.5rem !important;
  }
  .bootstrap_p-md-3__AvjJ_ {
    padding: 1rem !important;
  }
  .bootstrap_pt-md-3__2algS,
  .bootstrap_py-md-3__zFLmD {
    padding-top: 1rem !important;
  }
  .bootstrap_pr-md-3__5V9p_,
  .bootstrap_px-md-3__2cf-G {
    padding-right: 1rem !important;
  }
  .bootstrap_pb-md-3__esyE2,
  .bootstrap_py-md-3__zFLmD {
    padding-bottom: 1rem !important;
  }
  .bootstrap_pl-md-3__3TmfH,
  .bootstrap_px-md-3__2cf-G {
    padding-left: 1rem !important;
  }
  .bootstrap_p-md-4__2PieE {
    padding: 1.5rem !important;
  }
  .bootstrap_pt-md-4__WFaE5,
  .bootstrap_py-md-4__19KcV {
    padding-top: 1.5rem !important;
  }
  .bootstrap_pr-md-4__1udi1,
  .bootstrap_px-md-4__2w0d2 {
    padding-right: 1.5rem !important;
  }
  .bootstrap_pb-md-4__2fQL6,
  .bootstrap_py-md-4__19KcV {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap_pl-md-4__1ZMQf,
  .bootstrap_px-md-4__2w0d2 {
    padding-left: 1.5rem !important;
  }
  .bootstrap_p-md-5__2ZMym {
    padding: 3rem !important;
  }
  .bootstrap_pt-md-5__1h-M0,
  .bootstrap_py-md-5__2eGQx {
    padding-top: 3rem !important;
  }
  .bootstrap_pr-md-5__2dctH,
  .bootstrap_px-md-5__1pj0B {
    padding-right: 3rem !important;
  }
  .bootstrap_pb-md-5__1PtJP,
  .bootstrap_py-md-5__2eGQx {
    padding-bottom: 3rem !important;
  }
  .bootstrap_pl-md-5__2TEow,
  .bootstrap_px-md-5__1pj0B {
    padding-left: 3rem !important;
  }
  .bootstrap_m-md-n1__22Yqu {
    margin: -0.25rem !important;
  }
  .bootstrap_mt-md-n1__2j2zX,
  .bootstrap_my-md-n1__25dHJ {
    margin-top: -0.25rem !important;
  }
  .bootstrap_mr-md-n1__1cDyk,
  .bootstrap_mx-md-n1__3eQZC {
    margin-right: -0.25rem !important;
  }
  .bootstrap_mb-md-n1__1i6T9,
  .bootstrap_my-md-n1__25dHJ {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap_ml-md-n1__qXHmD,
  .bootstrap_mx-md-n1__3eQZC {
    margin-left: -0.25rem !important;
  }
  .bootstrap_m-md-n2__1fS0l {
    margin: -0.5rem !important;
  }
  .bootstrap_mt-md-n2__1EYdZ,
  .bootstrap_my-md-n2__3NTz9 {
    margin-top: -0.5rem !important;
  }
  .bootstrap_mr-md-n2__1CXJx,
  .bootstrap_mx-md-n2__2YMax {
    margin-right: -0.5rem !important;
  }
  .bootstrap_mb-md-n2__v0vRt,
  .bootstrap_my-md-n2__3NTz9 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap_ml-md-n2__34ZsB,
  .bootstrap_mx-md-n2__2YMax {
    margin-left: -0.5rem !important;
  }
  .bootstrap_m-md-n3__3JKMx {
    margin: -1rem !important;
  }
  .bootstrap_mt-md-n3__3Z9Zw,
  .bootstrap_my-md-n3__1CdZS {
    margin-top: -1rem !important;
  }
  .bootstrap_mr-md-n3__3LKhm,
  .bootstrap_mx-md-n3__2d1kN {
    margin-right: -1rem !important;
  }
  .bootstrap_mb-md-n3__3ke_Q,
  .bootstrap_my-md-n3__1CdZS {
    margin-bottom: -1rem !important;
  }
  .bootstrap_ml-md-n3__1u4l-,
  .bootstrap_mx-md-n3__2d1kN {
    margin-left: -1rem !important;
  }
  .bootstrap_m-md-n4__1_DUc {
    margin: -1.5rem !important;
  }
  .bootstrap_mt-md-n4__2jBd-,
  .bootstrap_my-md-n4__1ed7H {
    margin-top: -1.5rem !important;
  }
  .bootstrap_mr-md-n4__2riaX,
  .bootstrap_mx-md-n4__g_6uJ {
    margin-right: -1.5rem !important;
  }
  .bootstrap_mb-md-n4__2-IxP,
  .bootstrap_my-md-n4__1ed7H {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap_ml-md-n4__29AEa,
  .bootstrap_mx-md-n4__g_6uJ {
    margin-left: -1.5rem !important;
  }
  .bootstrap_m-md-n5__3pNPd {
    margin: -3rem !important;
  }
  .bootstrap_mt-md-n5__rItBL,
  .bootstrap_my-md-n5__3I2y4 {
    margin-top: -3rem !important;
  }
  .bootstrap_mr-md-n5__2NfH2,
  .bootstrap_mx-md-n5__62sdQ {
    margin-right: -3rem !important;
  }
  .bootstrap_mb-md-n5__1pgxb,
  .bootstrap_my-md-n5__3I2y4 {
    margin-bottom: -3rem !important;
  }
  .bootstrap_ml-md-n5__jOt-Y,
  .bootstrap_mx-md-n5__62sdQ {
    margin-left: -3rem !important;
  }
  .bootstrap_m-md-auto__oOFiI {
    margin: auto !important;
  }
  .bootstrap_mt-md-auto__2-e-Z,
  .bootstrap_my-md-auto__1C4CP {
    margin-top: auto !important;
  }
  .bootstrap_mr-md-auto__TpwVg,
  .bootstrap_mx-md-auto__2U2Pl {
    margin-right: auto !important;
  }
  .bootstrap_mb-md-auto__12yDd,
  .bootstrap_my-md-auto__1C4CP {
    margin-bottom: auto !important;
  }
  .bootstrap_ml-md-auto__1CUQL,
  .bootstrap_mx-md-auto__2U2Pl {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .bootstrap_m-lg-0__3PhdB {
    margin: 0 !important;
  }
  .bootstrap_mt-lg-0__YT7WM,
  .bootstrap_my-lg-0__2V8-X {
    margin-top: 0 !important;
  }
  .bootstrap_mr-lg-0__I96p_,
  .bootstrap_mx-lg-0__aMfQ6 {
    margin-right: 0 !important;
  }
  .bootstrap_mb-lg-0__3SL_7,
  .bootstrap_my-lg-0__2V8-X {
    margin-bottom: 0 !important;
  }
  .bootstrap_ml-lg-0__2PJoc,
  .bootstrap_mx-lg-0__aMfQ6 {
    margin-left: 0 !important;
  }
  .bootstrap_m-lg-1__3_fxV {
    margin: 0.25rem !important;
  }
  .bootstrap_mt-lg-1__1MDNa,
  .bootstrap_my-lg-1__3OTwd {
    margin-top: 0.25rem !important;
  }
  .bootstrap_mr-lg-1__3k2Ep,
  .bootstrap_mx-lg-1__290o3 {
    margin-right: 0.25rem !important;
  }
  .bootstrap_mb-lg-1__3f5yB,
  .bootstrap_my-lg-1__3OTwd {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap_ml-lg-1__2cmmM,
  .bootstrap_mx-lg-1__290o3 {
    margin-left: 0.25rem !important;
  }
  .bootstrap_m-lg-2__3EdBv {
    margin: 0.5rem !important;
  }
  .bootstrap_mt-lg-2__3Ff_E,
  .bootstrap_my-lg-2__jqoaU {
    margin-top: 0.5rem !important;
  }
  .bootstrap_mr-lg-2__3MBLx,
  .bootstrap_mx-lg-2__1c2dr {
    margin-right: 0.5rem !important;
  }
  .bootstrap_mb-lg-2__14f_B,
  .bootstrap_my-lg-2__jqoaU {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap_ml-lg-2__1XuDO,
  .bootstrap_mx-lg-2__1c2dr {
    margin-left: 0.5rem !important;
  }
  .bootstrap_m-lg-3__sjkIB {
    margin: 1rem !important;
  }
  .bootstrap_mt-lg-3__1cYz6,
  .bootstrap_my-lg-3__GPg8s {
    margin-top: 1rem !important;
  }
  .bootstrap_mr-lg-3__TONe5,
  .bootstrap_mx-lg-3__3jx71 {
    margin-right: 1rem !important;
  }
  .bootstrap_mb-lg-3__Iv34Q,
  .bootstrap_my-lg-3__GPg8s {
    margin-bottom: 1rem !important;
  }
  .bootstrap_ml-lg-3__1OLr8,
  .bootstrap_mx-lg-3__3jx71 {
    margin-left: 1rem !important;
  }
  .bootstrap_m-lg-4__1LsBu {
    margin: 1.5rem !important;
  }
  .bootstrap_mt-lg-4__2AIo-,
  .bootstrap_my-lg-4__3Y-I4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap_mr-lg-4__2eRNE,
  .bootstrap_mx-lg-4__3IJzu {
    margin-right: 1.5rem !important;
  }
  .bootstrap_mb-lg-4__MLUDL,
  .bootstrap_my-lg-4__3Y-I4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap_ml-lg-4__YkAUX,
  .bootstrap_mx-lg-4__3IJzu {
    margin-left: 1.5rem !important;
  }
  .bootstrap_m-lg-5__I28vX {
    margin: 3rem !important;
  }
  .bootstrap_mt-lg-5__airzq,
  .bootstrap_my-lg-5__1OvE3 {
    margin-top: 3rem !important;
  }
  .bootstrap_mr-lg-5__-Ad0x,
  .bootstrap_mx-lg-5__2pIHR {
    margin-right: 3rem !important;
  }
  .bootstrap_mb-lg-5__2XkRz,
  .bootstrap_my-lg-5__1OvE3 {
    margin-bottom: 3rem !important;
  }
  .bootstrap_ml-lg-5__-tK-X,
  .bootstrap_mx-lg-5__2pIHR {
    margin-left: 3rem !important;
  }
  .bootstrap_p-lg-0__2GKWp {
    padding: 0 !important;
  }
  .bootstrap_pt-lg-0__q-b_m,
  .bootstrap_py-lg-0__1ioV3 {
    padding-top: 0 !important;
  }
  .bootstrap_pr-lg-0__tl7Q5,
  .bootstrap_px-lg-0__3A31U {
    padding-right: 0 !important;
  }
  .bootstrap_pb-lg-0__10ZEb,
  .bootstrap_py-lg-0__1ioV3 {
    padding-bottom: 0 !important;
  }
  .bootstrap_pl-lg-0__9hxVR,
  .bootstrap_px-lg-0__3A31U {
    padding-left: 0 !important;
  }
  .bootstrap_p-lg-1__woCEG {
    padding: 0.25rem !important;
  }
  .bootstrap_pt-lg-1__25KrK,
  .bootstrap_py-lg-1__1zbYP {
    padding-top: 0.25rem !important;
  }
  .bootstrap_pr-lg-1__2M8kc,
  .bootstrap_px-lg-1__mzc8q {
    padding-right: 0.25rem !important;
  }
  .bootstrap_pb-lg-1__1u3Md,
  .bootstrap_py-lg-1__1zbYP {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap_pl-lg-1__zRfrq,
  .bootstrap_px-lg-1__mzc8q {
    padding-left: 0.25rem !important;
  }
  .bootstrap_p-lg-2__3xGKB {
    padding: 0.5rem !important;
  }
  .bootstrap_pt-lg-2__3lGhp,
  .bootstrap_py-lg-2__R0UQg {
    padding-top: 0.5rem !important;
  }
  .bootstrap_pr-lg-2__1in1p,
  .bootstrap_px-lg-2__OTYxj {
    padding-right: 0.5rem !important;
  }
  .bootstrap_pb-lg-2__kPRUa,
  .bootstrap_py-lg-2__R0UQg {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap_pl-lg-2__3CuTo,
  .bootstrap_px-lg-2__OTYxj {
    padding-left: 0.5rem !important;
  }
  .bootstrap_p-lg-3__2vszY {
    padding: 1rem !important;
  }
  .bootstrap_pt-lg-3__3xdts,
  .bootstrap_py-lg-3__YUoDg {
    padding-top: 1rem !important;
  }
  .bootstrap_pr-lg-3__NPu0c,
  .bootstrap_px-lg-3__NkQMm {
    padding-right: 1rem !important;
  }
  .bootstrap_pb-lg-3__32-FE,
  .bootstrap_py-lg-3__YUoDg {
    padding-bottom: 1rem !important;
  }
  .bootstrap_pl-lg-3__3PyxZ,
  .bootstrap_px-lg-3__NkQMm {
    padding-left: 1rem !important;
  }
  .bootstrap_p-lg-4__3LCeh {
    padding: 1.5rem !important;
  }
  .bootstrap_pt-lg-4__1Sf2s,
  .bootstrap_py-lg-4__3QfeO {
    padding-top: 1.5rem !important;
  }
  .bootstrap_pr-lg-4__1YjIj,
  .bootstrap_px-lg-4__D2emZ {
    padding-right: 1.5rem !important;
  }
  .bootstrap_pb-lg-4__27Og3,
  .bootstrap_py-lg-4__3QfeO {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap_pl-lg-4__2JhFl,
  .bootstrap_px-lg-4__D2emZ {
    padding-left: 1.5rem !important;
  }
  .bootstrap_p-lg-5__3r1J9 {
    padding: 3rem !important;
  }
  .bootstrap_pt-lg-5__3xT0I,
  .bootstrap_py-lg-5__2Ee-B {
    padding-top: 3rem !important;
  }
  .bootstrap_pr-lg-5__bwzRo,
  .bootstrap_px-lg-5__1tvs2 {
    padding-right: 3rem !important;
  }
  .bootstrap_pb-lg-5__3834k,
  .bootstrap_py-lg-5__2Ee-B {
    padding-bottom: 3rem !important;
  }
  .bootstrap_pl-lg-5__2QnrO,
  .bootstrap_px-lg-5__1tvs2 {
    padding-left: 3rem !important;
  }
  .bootstrap_m-lg-n1__1E0de {
    margin: -0.25rem !important;
  }
  .bootstrap_mt-lg-n1__2H99h,
  .bootstrap_my-lg-n1__1Go03 {
    margin-top: -0.25rem !important;
  }
  .bootstrap_mr-lg-n1__SEi2X,
  .bootstrap_mx-lg-n1__28HEG {
    margin-right: -0.25rem !important;
  }
  .bootstrap_mb-lg-n1__1Yo8f,
  .bootstrap_my-lg-n1__1Go03 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap_ml-lg-n1__3offV,
  .bootstrap_mx-lg-n1__28HEG {
    margin-left: -0.25rem !important;
  }
  .bootstrap_m-lg-n2__1OFl7 {
    margin: -0.5rem !important;
  }
  .bootstrap_mt-lg-n2__1yJ1M,
  .bootstrap_my-lg-n2__12Md4 {
    margin-top: -0.5rem !important;
  }
  .bootstrap_mr-lg-n2__2FX3j,
  .bootstrap_mx-lg-n2__2BCwW {
    margin-right: -0.5rem !important;
  }
  .bootstrap_mb-lg-n2__A_0y5,
  .bootstrap_my-lg-n2__12Md4 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap_ml-lg-n2__1pVGl,
  .bootstrap_mx-lg-n2__2BCwW {
    margin-left: -0.5rem !important;
  }
  .bootstrap_m-lg-n3__2G0aj {
    margin: -1rem !important;
  }
  .bootstrap_mt-lg-n3__3IkHL,
  .bootstrap_my-lg-n3__1gb1P {
    margin-top: -1rem !important;
  }
  .bootstrap_mr-lg-n3__3ugo5,
  .bootstrap_mx-lg-n3__Rxdxn {
    margin-right: -1rem !important;
  }
  .bootstrap_mb-lg-n3__1NScr,
  .bootstrap_my-lg-n3__1gb1P {
    margin-bottom: -1rem !important;
  }
  .bootstrap_ml-lg-n3__kuAzt,
  .bootstrap_mx-lg-n3__Rxdxn {
    margin-left: -1rem !important;
  }
  .bootstrap_m-lg-n4__2mJRV {
    margin: -1.5rem !important;
  }
  .bootstrap_mt-lg-n4__McW8v,
  .bootstrap_my-lg-n4__1NnJH {
    margin-top: -1.5rem !important;
  }
  .bootstrap_mr-lg-n4__2rtfZ,
  .bootstrap_mx-lg-n4__1toby {
    margin-right: -1.5rem !important;
  }
  .bootstrap_mb-lg-n4__3yDFi,
  .bootstrap_my-lg-n4__1NnJH {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap_ml-lg-n4__2gz4g,
  .bootstrap_mx-lg-n4__1toby {
    margin-left: -1.5rem !important;
  }
  .bootstrap_m-lg-n5__11A0H {
    margin: -3rem !important;
  }
  .bootstrap_mt-lg-n5__3Rf6C,
  .bootstrap_my-lg-n5__1LyNY {
    margin-top: -3rem !important;
  }
  .bootstrap_mr-lg-n5__3U7rq,
  .bootstrap_mx-lg-n5__333D0 {
    margin-right: -3rem !important;
  }
  .bootstrap_mb-lg-n5__Hbggv,
  .bootstrap_my-lg-n5__1LyNY {
    margin-bottom: -3rem !important;
  }
  .bootstrap_ml-lg-n5__3NHYC,
  .bootstrap_mx-lg-n5__333D0 {
    margin-left: -3rem !important;
  }
  .bootstrap_m-lg-auto__2X6aL {
    margin: auto !important;
  }
  .bootstrap_mt-lg-auto__2nJI8,
  .bootstrap_my-lg-auto__1xGaL {
    margin-top: auto !important;
  }
  .bootstrap_mr-lg-auto__3Mar3,
  .bootstrap_mx-lg-auto__32hD0 {
    margin-right: auto !important;
  }
  .bootstrap_mb-lg-auto__2dFN7,
  .bootstrap_my-lg-auto__1xGaL {
    margin-bottom: auto !important;
  }
  .bootstrap_ml-lg-auto__2y2w5,
  .bootstrap_mx-lg-auto__32hD0 {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .bootstrap_m-xl-0__1HYqQ {
    margin: 0 !important;
  }
  .bootstrap_mt-xl-0__22G_i,
  .bootstrap_my-xl-0__1d_EH {
    margin-top: 0 !important;
  }
  .bootstrap_mr-xl-0__2FuKm,
  .bootstrap_mx-xl-0__16YAq {
    margin-right: 0 !important;
  }
  .bootstrap_mb-xl-0__2nZpw,
  .bootstrap_my-xl-0__1d_EH {
    margin-bottom: 0 !important;
  }
  .bootstrap_ml-xl-0__2zMC-,
  .bootstrap_mx-xl-0__16YAq {
    margin-left: 0 !important;
  }
  .bootstrap_m-xl-1__2ROQ7 {
    margin: 0.25rem !important;
  }
  .bootstrap_mt-xl-1__3tsHj,
  .bootstrap_my-xl-1__11gBQ {
    margin-top: 0.25rem !important;
  }
  .bootstrap_mr-xl-1__3dNIn,
  .bootstrap_mx-xl-1__2cwnA {
    margin-right: 0.25rem !important;
  }
  .bootstrap_mb-xl-1__qU_2w,
  .bootstrap_my-xl-1__11gBQ {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap_ml-xl-1__159EB,
  .bootstrap_mx-xl-1__2cwnA {
    margin-left: 0.25rem !important;
  }
  .bootstrap_m-xl-2__1N-3d {
    margin: 0.5rem !important;
  }
  .bootstrap_mt-xl-2__PUrpI,
  .bootstrap_my-xl-2__7_-x2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap_mr-xl-2__3b46s,
  .bootstrap_mx-xl-2__10E3Z {
    margin-right: 0.5rem !important;
  }
  .bootstrap_mb-xl-2__1TQRr,
  .bootstrap_my-xl-2__7_-x2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap_ml-xl-2__RyBOr,
  .bootstrap_mx-xl-2__10E3Z {
    margin-left: 0.5rem !important;
  }
  .bootstrap_m-xl-3__2aHqt {
    margin: 1rem !important;
  }
  .bootstrap_mt-xl-3__2mYnm,
  .bootstrap_my-xl-3__35lyK {
    margin-top: 1rem !important;
  }
  .bootstrap_mr-xl-3__1PpWW,
  .bootstrap_mx-xl-3__L1Ndb {
    margin-right: 1rem !important;
  }
  .bootstrap_mb-xl-3__2_i8M,
  .bootstrap_my-xl-3__35lyK {
    margin-bottom: 1rem !important;
  }
  .bootstrap_ml-xl-3__2cqst,
  .bootstrap_mx-xl-3__L1Ndb {
    margin-left: 1rem !important;
  }
  .bootstrap_m-xl-4__3TFuV {
    margin: 1.5rem !important;
  }
  .bootstrap_mt-xl-4__CkIeZ,
  .bootstrap_my-xl-4__1QN1I {
    margin-top: 1.5rem !important;
  }
  .bootstrap_mr-xl-4__3yQnS,
  .bootstrap_mx-xl-4__1xm20 {
    margin-right: 1.5rem !important;
  }
  .bootstrap_mb-xl-4__1Zlsu,
  .bootstrap_my-xl-4__1QN1I {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap_ml-xl-4__3HHn7,
  .bootstrap_mx-xl-4__1xm20 {
    margin-left: 1.5rem !important;
  }
  .bootstrap_m-xl-5__1dp-o {
    margin: 3rem !important;
  }
  .bootstrap_mt-xl-5__1rjgO,
  .bootstrap_my-xl-5__3odZN {
    margin-top: 3rem !important;
  }
  .bootstrap_mr-xl-5__JF2X_,
  .bootstrap_mx-xl-5__2309N {
    margin-right: 3rem !important;
  }
  .bootstrap_mb-xl-5__38YGY,
  .bootstrap_my-xl-5__3odZN {
    margin-bottom: 3rem !important;
  }
  .bootstrap_ml-xl-5__2RURB,
  .bootstrap_mx-xl-5__2309N {
    margin-left: 3rem !important;
  }
  .bootstrap_p-xl-0__32aBW {
    padding: 0 !important;
  }
  .bootstrap_pt-xl-0__3JWwV,
  .bootstrap_py-xl-0__MUrQ9 {
    padding-top: 0 !important;
  }
  .bootstrap_pr-xl-0__2KI3J,
  .bootstrap_px-xl-0___ZsRS {
    padding-right: 0 !important;
  }
  .bootstrap_pb-xl-0__3Kr6X,
  .bootstrap_py-xl-0__MUrQ9 {
    padding-bottom: 0 !important;
  }
  .bootstrap_pl-xl-0__3HuX3,
  .bootstrap_px-xl-0___ZsRS {
    padding-left: 0 !important;
  }
  .bootstrap_p-xl-1__2ixOc {
    padding: 0.25rem !important;
  }
  .bootstrap_pt-xl-1__3KQXQ,
  .bootstrap_py-xl-1__1sEZJ {
    padding-top: 0.25rem !important;
  }
  .bootstrap_pr-xl-1__1yci4,
  .bootstrap_px-xl-1__2YpOP {
    padding-right: 0.25rem !important;
  }
  .bootstrap_pb-xl-1__1baJF,
  .bootstrap_py-xl-1__1sEZJ {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap_pl-xl-1__1ePqn,
  .bootstrap_px-xl-1__2YpOP {
    padding-left: 0.25rem !important;
  }
  .bootstrap_p-xl-2__2eZMX {
    padding: 0.5rem !important;
  }
  .bootstrap_pt-xl-2__p--wb,
  .bootstrap_py-xl-2__3CQvI {
    padding-top: 0.5rem !important;
  }
  .bootstrap_pr-xl-2__IVn7H,
  .bootstrap_px-xl-2__2DwsX {
    padding-right: 0.5rem !important;
  }
  .bootstrap_pb-xl-2__1FZWN,
  .bootstrap_py-xl-2__3CQvI {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap_pl-xl-2__H73jl,
  .bootstrap_px-xl-2__2DwsX {
    padding-left: 0.5rem !important;
  }
  .bootstrap_p-xl-3__2yyeg {
    padding: 1rem !important;
  }
  .bootstrap_pt-xl-3__1D-ZR,
  .bootstrap_py-xl-3__7mn18 {
    padding-top: 1rem !important;
  }
  .bootstrap_pr-xl-3__2w7lf,
  .bootstrap_px-xl-3__VfZ0o {
    padding-right: 1rem !important;
  }
  .bootstrap_pb-xl-3__7ra8_,
  .bootstrap_py-xl-3__7mn18 {
    padding-bottom: 1rem !important;
  }
  .bootstrap_pl-xl-3__3g44Q,
  .bootstrap_px-xl-3__VfZ0o {
    padding-left: 1rem !important;
  }
  .bootstrap_p-xl-4__Fy0vM {
    padding: 1.5rem !important;
  }
  .bootstrap_pt-xl-4__KU1EZ,
  .bootstrap_py-xl-4__SwXOe {
    padding-top: 1.5rem !important;
  }
  .bootstrap_pr-xl-4__2hpsB,
  .bootstrap_px-xl-4__2bfMU {
    padding-right: 1.5rem !important;
  }
  .bootstrap_pb-xl-4__1DMCA,
  .bootstrap_py-xl-4__SwXOe {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap_pl-xl-4__1iiXz,
  .bootstrap_px-xl-4__2bfMU {
    padding-left: 1.5rem !important;
  }
  .bootstrap_p-xl-5__u_x1p {
    padding: 3rem !important;
  }
  .bootstrap_pt-xl-5__1aWyT,
  .bootstrap_py-xl-5__JrTE3 {
    padding-top: 3rem !important;
  }
  .bootstrap_pr-xl-5__1npcL,
  .bootstrap_px-xl-5__35dXT {
    padding-right: 3rem !important;
  }
  .bootstrap_pb-xl-5__2n5zM,
  .bootstrap_py-xl-5__JrTE3 {
    padding-bottom: 3rem !important;
  }
  .bootstrap_pl-xl-5__26lK2,
  .bootstrap_px-xl-5__35dXT {
    padding-left: 3rem !important;
  }
  .bootstrap_m-xl-n1__298Vu {
    margin: -0.25rem !important;
  }
  .bootstrap_mt-xl-n1__3PMih,
  .bootstrap_my-xl-n1__zO4sk {
    margin-top: -0.25rem !important;
  }
  .bootstrap_mr-xl-n1__kRkdf,
  .bootstrap_mx-xl-n1__1xMoH {
    margin-right: -0.25rem !important;
  }
  .bootstrap_mb-xl-n1__2Np0J,
  .bootstrap_my-xl-n1__zO4sk {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap_ml-xl-n1__2Pl5S,
  .bootstrap_mx-xl-n1__1xMoH {
    margin-left: -0.25rem !important;
  }
  .bootstrap_m-xl-n2__3vFV3 {
    margin: -0.5rem !important;
  }
  .bootstrap_mt-xl-n2__1mIht,
  .bootstrap_my-xl-n2__Zc5gt {
    margin-top: -0.5rem !important;
  }
  .bootstrap_mr-xl-n2__2mzEz,
  .bootstrap_mx-xl-n2__z9pQD {
    margin-right: -0.5rem !important;
  }
  .bootstrap_mb-xl-n2__2LXWZ,
  .bootstrap_my-xl-n2__Zc5gt {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap_ml-xl-n2__2XszU,
  .bootstrap_mx-xl-n2__z9pQD {
    margin-left: -0.5rem !important;
  }
  .bootstrap_m-xl-n3__3gmZb {
    margin: -1rem !important;
  }
  .bootstrap_mt-xl-n3__2NAAY,
  .bootstrap_my-xl-n3__2kAKV {
    margin-top: -1rem !important;
  }
  .bootstrap_mr-xl-n3__19zuG,
  .bootstrap_mx-xl-n3__16JCW {
    margin-right: -1rem !important;
  }
  .bootstrap_mb-xl-n3__3w63U,
  .bootstrap_my-xl-n3__2kAKV {
    margin-bottom: -1rem !important;
  }
  .bootstrap_ml-xl-n3__3Sdwy,
  .bootstrap_mx-xl-n3__16JCW {
    margin-left: -1rem !important;
  }
  .bootstrap_m-xl-n4__1A3rk {
    margin: -1.5rem !important;
  }
  .bootstrap_mt-xl-n4__tGode,
  .bootstrap_my-xl-n4__3U7pn {
    margin-top: -1.5rem !important;
  }
  .bootstrap_mr-xl-n4__1kLw7,
  .bootstrap_mx-xl-n4__6Uj6f {
    margin-right: -1.5rem !important;
  }
  .bootstrap_mb-xl-n4__2TYMT,
  .bootstrap_my-xl-n4__3U7pn {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap_ml-xl-n4__3RjxT,
  .bootstrap_mx-xl-n4__6Uj6f {
    margin-left: -1.5rem !important;
  }
  .bootstrap_m-xl-n5__3YJG2 {
    margin: -3rem !important;
  }
  .bootstrap_mt-xl-n5__ZhAyB,
  .bootstrap_my-xl-n5__2Ge_U {
    margin-top: -3rem !important;
  }
  .bootstrap_mr-xl-n5__2mZbK,
  .bootstrap_mx-xl-n5__n8sBG {
    margin-right: -3rem !important;
  }
  .bootstrap_mb-xl-n5__2SuwU,
  .bootstrap_my-xl-n5__2Ge_U {
    margin-bottom: -3rem !important;
  }
  .bootstrap_ml-xl-n5__1gKaO,
  .bootstrap_mx-xl-n5__n8sBG {
    margin-left: -3rem !important;
  }
  .bootstrap_m-xl-auto__1Dzha {
    margin: auto !important;
  }
  .bootstrap_mt-xl-auto__3G3ev,
  .bootstrap_my-xl-auto___oVaD {
    margin-top: auto !important;
  }
  .bootstrap_mr-xl-auto__tKy81,
  .bootstrap_mx-xl-auto__3O1eG {
    margin-right: auto !important;
  }
  .bootstrap_mb-xl-auto__NKyM3,
  .bootstrap_my-xl-auto___oVaD {
    margin-bottom: auto !important;
  }
  .bootstrap_ml-xl-auto__2AVrN,
  .bootstrap_mx-xl-auto__3O1eG {
    margin-left: auto !important;
  }
}

.bootstrap_text-monospace__iIh9O {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.bootstrap_text-justify__22b1l {
  text-align: justify !important;
}

.bootstrap_text-wrap__kv73w {
  white-space: normal !important;
}

.bootstrap_text-nowrap__3Pq6q {
  white-space: nowrap !important;
}

.bootstrap_text-truncate__10Oyu {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bootstrap_text-left__3rQFx {
  text-align: left !important;
}

.bootstrap_text-right__2OZqV {
  text-align: right !important;
}

.bootstrap_text-center__aacpK {
  text-align: center !important;
}

/*@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}*/

.bootstrap_text-lowercase__1nP_U {
  text-transform: lowercase !important;
}

.bootstrap_text-uppercase__3toa6 {
  text-transform: uppercase !important;
}

.bootstrap_text-capitalize__1R_ho {
  text-transform: capitalize !important;
}

.bootstrap_font-weight-light__221S2 {
  font-weight: 300 !important;
}

.bootstrap_font-weight-lighter__25z-j {
  font-weight: lighter !important;
}

.bootstrap_font-weight-normal__3KjFF {
  font-weight: 400 !important;
}

.bootstrap_font-weight-bold__2RsM7 {
  font-weight: 700 !important;
}

.bootstrap_font-weight-bolder__2MBi0 {
  font-weight: bolder !important;
}

.bootstrap_font-italic__33tC0 {
  font-style: italic !important;
}

.bootstrap_text-white__tQOz2 {
  color: #fff !important;
}

.bootstrap_text-primary__3OeBM {
  color: #007bff !important;
}

a.bootstrap_text-primary__3OeBM:hover, a.bootstrap_text-primary__3OeBM:focus {
  color: #0056b3 !important;
}

.bootstrap_text-secondary__mpDc9 {
  color: #6c757d !important;
}

a.bootstrap_text-secondary__mpDc9:hover, a.bootstrap_text-secondary__mpDc9:focus {
  color: #494f54 !important;
}

.bootstrap_text-success__pavzU {
  color: #28a745 !important;
}

a.bootstrap_text-success__pavzU:hover, a.bootstrap_text-success__pavzU:focus {
  color: #19692c !important;
}

.bootstrap_text-info__mDNup {
  color: #17a2b8 !important;
}

a.bootstrap_text-info__mDNup:hover, a.bootstrap_text-info__mDNup:focus {
  color: #0f6674 !important;
}

.bootstrap_text-warning__3sJ1m {
  color: #ffc107 !important;
}

a.bootstrap_text-warning__3sJ1m:hover, a.bootstrap_text-warning__3sJ1m:focus {
  color: #ba8b00 !important;
}

.bootstrap_text-danger__2pNYe {
  color: #dc3545 !important;
}

a.bootstrap_text-danger__2pNYe:hover, a.bootstrap_text-danger__2pNYe:focus {
  color: #a71d2a !important;
}

.bootstrap_text-light__saN-2 {
  color: #f8f9fa !important;
}

a.bootstrap_text-light__saN-2:hover, a.bootstrap_text-light__saN-2:focus {
  color: #cbd3da !important;
}

.bootstrap_text-dark__2RM42 {
  color: #343a40 !important;
}

a.bootstrap_text-dark__2RM42:hover, a.bootstrap_text-dark__2RM42:focus {
  color: #121416 !important;
}

.bootstrap_text-body__1IRlS {
  color: #212529 !important;
}

.bootstrap_text-muted__2m8tE {
  color: #6c757d !important;
}

.bootstrap_text-black-50__yaS21 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.bootstrap_text-white-50__36_E5 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap_text-hide__nTne4 {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.bootstrap_text-decoration-none__LX504 {
  text-decoration: none !important;
}

.bootstrap_text-break__1TTa7 {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.bootstrap_text-reset__257_r {
  color: inherit !important;
}

.bootstrap_visible__1wgxP {
  visibility: visible !important;
}

.bootstrap_invisible__27zMT {
  visibility: hidden !important;
}
/*
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}*/
/*# sourceMappingURL=bootstrap.css.map */
