/*!
 * Bootstrap v4.bs-1.bs-3 (https://getbootstrap.bs-com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.bs-com/twbs/bootstrap/blob/master/LICENSE)
 */
.bs-d-none {
  display: none !important;
}

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

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

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

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

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

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

.bs-d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .bs-d-sm-none {
    display: none !important;
  }
  .bs-d-sm-inline {
    display: inline !important;
  }
  .bs-d-sm-inline-block {
    display: inline-block !important;
  }
  .bs-d-sm-block {
    display: block !important;
  }
  .bs-d-sm-table {
    display: table !important;
  }
  .bs-d-sm-table-row {
    display: table-row !important;
  }
  .bs-d-sm-table-cell {
    display: table-cell !important;
  }
  .bs-d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bs-d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .bs-d-md-none {
    display: none !important;
  }
  .bs-d-md-inline {
    display: inline !important;
  }
  .bs-d-md-inline-block {
    display: inline-block !important;
  }
  .bs-d-md-block {
    display: block !important;
  }
  .bs-d-md-table {
    display: table !important;
  }
  .bs-d-md-table-row {
    display: table-row !important;
  }
  .bs-d-md-table-cell {
    display: table-cell !important;
  }
  .bs-d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bs-d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .bs-d-lg-none {
    display: none !important;
  }
  .bs-d-lg-inline {
    display: inline !important;
  }
  .bs-d-lg-inline-block {
    display: inline-block !important;
  }
  .bs-d-lg-block {
    display: block !important;
  }
  .bs-d-lg-table {
    display: table !important;
  }
  .bs-d-lg-table-row {
    display: table-row !important;
  }
  .bs-d-lg-table-cell {
    display: table-cell !important;
  }
  .bs-d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bs-d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .bs-d-xl-none {
    display: none !important;
  }
  .bs-d-xl-inline {
    display: inline !important;
  }
  .bs-d-xl-inline-block {
    display: inline-block !important;
  }
  .bs-d-xl-block {
    display: block !important;
  }
  .bs-d-xl-table {
    display: table !important;
  }
  .bs-d-xl-table-row {
    display: table-row !important;
  }
  .bs-d-xl-table-cell {
    display: table-cell !important;
  }
  .bs-d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bs-d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .bs-d-print-none {
    display: none !important;
  }
  .bs-d-print-inline {
    display: inline !important;
  }
  .bs-d-print-inline-block {
    display: inline-block !important;
  }
  .bs-d-print-block {
    display: block !important;
  }
  .bs-d-print-table {
    display: table !important;
  }
  .bs-d-print-table-row {
    display: table-row !important;
  }
  .bs-d-print-table-cell {
    display: table-cell !important;
  }
  .bs-d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bs-d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.bs-float-left {
  float: left !important;
}

.bs-float-right {
  float: right !important;
}

.bs-float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .bs-float-sm-left {
    float: left !important;
  }
  .bs-float-sm-right {
    float: right !important;
  }
  .bs-float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .bs-float-md-left {
    float: left !important;
  }
  .bs-float-md-right {
    float: right !important;
  }
  .bs-float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .bs-float-lg-left {
    float: left !important;
  }
  .bs-float-lg-right {
    float: right !important;
  }
  .bs-float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .bs-float-xl-left {
    float: left !important;
  }
  .bs-float-xl-right {
    float: right !important;
  }
  .bs-float-xl-none {
    float: none !important;
  }
}

.bs-position-static {
  position: static !important;
}

.bs-position-relative {
  position: relative !important;
}

.bs-position-absolute {
  position: absolute !important;
}

.bs-position-fixed {
  position: fixed !important;
}

.bs-position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.bs-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.bs-fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .bs-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.bs-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bs-sr-only-focusable:active, .bs-sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.bs-shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.bs-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.bs-shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.bs-shadow-none {
  box-shadow: none !important;
}

.bs-w-25 {
  width: 25% !important;
}

.bs-w-50 {
  width: 50% !important;
}

.bs-w-75 {
  width: 75% !important;
}

.bs-w-100 {
  width: 100% !important;
}

.bs-w-auto {
  width: auto !important;
}

.bs-h-25 {
  height: 25% !important;
}

.bs-h-50 {
  height: 50% !important;
}

.bs-h-75 {
  height: 75% !important;
}

.bs-h-100 {
  height: 100% !important;
}

.bs-h-auto {
  height: auto !important;
}

.bs-mw-100 {
  max-width: 100% !important;
}

.bs-mh-100 {
  max-height: 100% !important;
}

.bs-m-0 {
  margin: 0 !important;
}

.bs-mt-0,
.bs-my-0 {
  margin-top: 0 !important;
}

.bs-mr-0,
.bs-mx-0 {
  margin-right: 0 !important;
}

.bs-mb-0,
.bs-my-0 {
  margin-bottom: 0 !important;
}

.bs-ml-0,
.bs-mx-0 {
  margin-left: 0 !important;
}

.bs-m-1 {
  margin: 0.25rem !important;
}

.bs-mt-1,
.bs-my-1 {
  margin-top: 0.25rem !important;
}

.bs-mr-1,
.bs-mx-1 {
  margin-right: 0.25rem !important;
}

.bs-mb-1,
.bs-my-1 {
  margin-bottom: 0.25rem !important;
}

.bs-ml-1,
.bs-mx-1 {
  margin-left: 0.25rem !important;
}

.bs-m-2 {
  margin: 0.5rem !important;
}

.bs-mt-2,
.bs-my-2 {
  margin-top: 0.5rem !important;
}

.bs-mr-2,
.bs-mx-2 {
  margin-right: 0.5rem !important;
}

.bs-mb-2,
.bs-my-2 {
  margin-bottom: 0.5rem !important;
}

.bs-ml-2,
.bs-mx-2 {
  margin-left: 0.5rem !important;
}

.bs-m-3 {
  margin: 1rem !important;
}

.bs-mt-3,
.bs-my-3 {
  margin-top: 1rem !important;
}

.bs-mr-3,
.bs-mx-3 {
  margin-right: 1rem !important;
}

.bs-mb-3,
.bs-my-3 {
  margin-bottom: 1rem !important;
}

.bs-ml-3,
.bs-mx-3 {
  margin-left: 1rem !important;
}

.bs-m-4 {
  margin: 1.5rem !important;
}

.bs-mt-4,
.bs-my-4 {
  margin-top: 1.5rem !important;
}

.bs-mr-4,
.bs-mx-4 {
  margin-right: 1.5rem !important;
}

.bs-mb-4,
.bs-my-4 {
  margin-bottom: 1.5rem !important;
}

.bs-ml-4,
.bs-mx-4 {
  margin-left: 1.5rem !important;
}

.bs-m-5 {
  margin: 3rem !important;
}

.bs-mt-5,
.bs-my-5 {
  margin-top: 3rem !important;
}

.bs-mr-5,
.bs-mx-5 {
  margin-right: 3rem !important;
}

.bs-mb-5,
.bs-my-5 {
  margin-bottom: 3rem !important;
}

.bs-ml-5,
.bs-mx-5 {
  margin-left: 3rem !important;
}

.bs-p-0 {
  padding: 0 !important;
}

.bs-pt-0,
.bs-py-0 {
  padding-top: 0 !important;
}

.bs-pr-0,
.bs-px-0 {
  padding-right: 0 !important;
}

.bs-pb-0,
.bs-py-0 {
  padding-bottom: 0 !important;
}

.bs-pl-0,
.bs-px-0 {
  padding-left: 0 !important;
}

.bs-p-1 {
  padding: 0.25rem !important;
}

.bs-pt-1,
.bs-py-1 {
  padding-top: 0.25rem !important;
}

.bs-pr-1,
.bs-px-1 {
  padding-right: 0.25rem !important;
}

.bs-pb-1,
.bs-py-1 {
  padding-bottom: 0.25rem !important;
}

.bs-pl-1,
.bs-px-1 {
  padding-left: 0.25rem !important;
}

.bs-p-2 {
  padding: 0.5rem !important;
}

.bs-pt-2,
.bs-py-2 {
  padding-top: 0.5rem !important;
}

.bs-pr-2,
.bs-px-2 {
  padding-right: 0.5rem !important;
}

.bs-pb-2,
.bs-py-2 {
  padding-bottom: 0.5rem !important;
}

.bs-pl-2,
.bs-px-2 {
  padding-left: 0.5rem !important;
}

.bs-p-3 {
  padding: 1rem !important;
}

.bs-pt-3,
.bs-py-3 {
  padding-top: 1rem !important;
}

.bs-pr-3,
.bs-px-3 {
  padding-right: 1rem !important;
}

.bs-pb-3,
.bs-py-3 {
  padding-bottom: 1rem !important;
}

.bs-pl-3,
.bs-px-3 {
  padding-left: 1rem !important;
}

.bs-p-4 {
  padding: 1.5rem !important;
}

.bs-pt-4,
.bs-py-4 {
  padding-top: 1.5rem !important;
}

.bs-pr-4,
.bs-px-4 {
  padding-right: 1.5rem !important;
}

.bs-pb-4,
.bs-py-4 {
  padding-bottom: 1.5rem !important;
}

.bs-pl-4,
.bs-px-4 {
  padding-left: 1.5rem !important;
}

.bs-p-5 {
  padding: 3rem !important;
}

.bs-pt-5,
.bs-py-5 {
  padding-top: 3rem !important;
}

.bs-pr-5,
.bs-px-5 {
  padding-right: 3rem !important;
}

.bs-pb-5,
.bs-py-5 {
  padding-bottom: 3rem !important;
}

.bs-pl-5,
.bs-px-5 {
  padding-left: 3rem !important;
}

.bs-m-auto {
  margin: auto !important;
}

.bs-mt-auto,
.bs-my-auto {
  margin-top: auto !important;
}

.bs-mr-auto,
.bs-mx-auto {
  margin-right: auto !important;
}

.bs-mb-auto,
.bs-my-auto {
  margin-bottom: auto !important;
}

.bs-ml-auto,
.bs-mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .bs-m-sm-0 {
    margin: 0 !important;
  }
  .bs-mt-sm-0,
  .bs-my-sm-0 {
    margin-top: 0 !important;
  }
  .bs-mr-sm-0,
  .bs-mx-sm-0 {
    margin-right: 0 !important;
  }
  .bs-mb-sm-0,
  .bs-my-sm-0 {
    margin-bottom: 0 !important;
  }
  .bs-ml-sm-0,
  .bs-mx-sm-0 {
    margin-left: 0 !important;
  }
  .bs-m-sm-1 {
    margin: 0.25rem !important;
  }
  .bs-mt-sm-1,
  .bs-my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bs-mr-sm-1,
  .bs-mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bs-mb-sm-1,
  .bs-my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bs-ml-sm-1,
  .bs-mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bs-m-sm-2 {
    margin: 0.5rem !important;
  }
  .bs-mt-sm-2,
  .bs-my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bs-mr-sm-2,
  .bs-mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bs-mb-sm-2,
  .bs-my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bs-ml-sm-2,
  .bs-mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bs-m-sm-3 {
    margin: 1rem !important;
  }
  .bs-mt-sm-3,
  .bs-my-sm-3 {
    margin-top: 1rem !important;
  }
  .bs-mr-sm-3,
  .bs-mx-sm-3 {
    margin-right: 1rem !important;
  }
  .bs-mb-sm-3,
  .bs-my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bs-ml-sm-3,
  .bs-mx-sm-3 {
    margin-left: 1rem !important;
  }
  .bs-m-sm-4 {
    margin: 1.5rem !important;
  }
  .bs-mt-sm-4,
  .bs-my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bs-mr-sm-4,
  .bs-mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bs-mb-sm-4,
  .bs-my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bs-ml-sm-4,
  .bs-mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bs-m-sm-5 {
    margin: 3rem !important;
  }
  .bs-mt-sm-5,
  .bs-my-sm-5 {
    margin-top: 3rem !important;
  }
  .bs-mr-sm-5,
  .bs-mx-sm-5 {
    margin-right: 3rem !important;
  }
  .bs-mb-sm-5,
  .bs-my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bs-ml-sm-5,
  .bs-mx-sm-5 {
    margin-left: 3rem !important;
  }
  .bs-p-sm-0 {
    padding: 0 !important;
  }
  .bs-pt-sm-0,
  .bs-py-sm-0 {
    padding-top: 0 !important;
  }
  .bs-pr-sm-0,
  .bs-px-sm-0 {
    padding-right: 0 !important;
  }
  .bs-pb-sm-0,
  .bs-py-sm-0 {
    padding-bottom: 0 !important;
  }
  .bs-pl-sm-0,
  .bs-px-sm-0 {
    padding-left: 0 !important;
  }
  .bs-p-sm-1 {
    padding: 0.25rem !important;
  }
  .bs-pt-sm-1,
  .bs-py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bs-pr-sm-1,
  .bs-px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bs-pb-sm-1,
  .bs-py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bs-pl-sm-1,
  .bs-px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bs-p-sm-2 {
    padding: 0.5rem !important;
  }
  .bs-pt-sm-2,
  .bs-py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bs-pr-sm-2,
  .bs-px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bs-pb-sm-2,
  .bs-py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bs-pl-sm-2,
  .bs-px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bs-p-sm-3 {
    padding: 1rem !important;
  }
  .bs-pt-sm-3,
  .bs-py-sm-3 {
    padding-top: 1rem !important;
  }
  .bs-pr-sm-3,
  .bs-px-sm-3 {
    padding-right: 1rem !important;
  }
  .bs-pb-sm-3,
  .bs-py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bs-pl-sm-3,
  .bs-px-sm-3 {
    padding-left: 1rem !important;
  }
  .bs-p-sm-4 {
    padding: 1.5rem !important;
  }
  .bs-pt-sm-4,
  .bs-py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bs-pr-sm-4,
  .bs-px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bs-pb-sm-4,
  .bs-py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bs-pl-sm-4,
  .bs-px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bs-p-sm-5 {
    padding: 3rem !important;
  }
  .bs-pt-sm-5,
  .bs-py-sm-5 {
    padding-top: 3rem !important;
  }
  .bs-pr-sm-5,
  .bs-px-sm-5 {
    padding-right: 3rem !important;
  }
  .bs-pb-sm-5,
  .bs-py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bs-pl-sm-5,
  .bs-px-sm-5 {
    padding-left: 3rem !important;
  }
  .bs-m-sm-auto {
    margin: auto !important;
  }
  .bs-mt-sm-auto,
  .bs-my-sm-auto {
    margin-top: auto !important;
  }
  .bs-mr-sm-auto,
  .bs-mx-sm-auto {
    margin-right: auto !important;
  }
  .bs-mb-sm-auto,
  .bs-my-sm-auto {
    margin-bottom: auto !important;
  }
  .bs-ml-sm-auto,
  .bs-mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .bs-m-md-0 {
    margin: 0 !important;
  }
  .bs-mt-md-0,
  .bs-my-md-0 {
    margin-top: 0 !important;
  }
  .bs-mr-md-0,
  .bs-mx-md-0 {
    margin-right: 0 !important;
  }
  .bs-mb-md-0,
  .bs-my-md-0 {
    margin-bottom: 0 !important;
  }
  .bs-ml-md-0,
  .bs-mx-md-0 {
    margin-left: 0 !important;
  }
  .bs-m-md-1 {
    margin: 0.25rem !important;
  }
  .bs-mt-md-1,
  .bs-my-md-1 {
    margin-top: 0.25rem !important;
  }
  .bs-mr-md-1,
  .bs-mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .bs-mb-md-1,
  .bs-my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bs-ml-md-1,
  .bs-mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .bs-m-md-2 {
    margin: 0.5rem !important;
  }
  .bs-mt-md-2,
  .bs-my-md-2 {
    margin-top: 0.5rem !important;
  }
  .bs-mr-md-2,
  .bs-mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .bs-mb-md-2,
  .bs-my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bs-ml-md-2,
  .bs-mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .bs-m-md-3 {
    margin: 1rem !important;
  }
  .bs-mt-md-3,
  .bs-my-md-3 {
    margin-top: 1rem !important;
  }
  .bs-mr-md-3,
  .bs-mx-md-3 {
    margin-right: 1rem !important;
  }
  .bs-mb-md-3,
  .bs-my-md-3 {
    margin-bottom: 1rem !important;
  }
  .bs-ml-md-3,
  .bs-mx-md-3 {
    margin-left: 1rem !important;
  }
  .bs-m-md-4 {
    margin: 1.5rem !important;
  }
  .bs-mt-md-4,
  .bs-my-md-4 {
    margin-top: 1.5rem !important;
  }
  .bs-mr-md-4,
  .bs-mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .bs-mb-md-4,
  .bs-my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bs-ml-md-4,
  .bs-mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .bs-m-md-5 {
    margin: 3rem !important;
  }
  .bs-mt-md-5,
  .bs-my-md-5 {
    margin-top: 3rem !important;
  }
  .bs-mr-md-5,
  .bs-mx-md-5 {
    margin-right: 3rem !important;
  }
  .bs-mb-md-5,
  .bs-my-md-5 {
    margin-bottom: 3rem !important;
  }
  .bs-ml-md-5,
  .bs-mx-md-5 {
    margin-left: 3rem !important;
  }
  .bs-p-md-0 {
    padding: 0 !important;
  }
  .bs-pt-md-0,
  .bs-py-md-0 {
    padding-top: 0 !important;
  }
  .bs-pr-md-0,
  .bs-px-md-0 {
    padding-right: 0 !important;
  }
  .bs-pb-md-0,
  .bs-py-md-0 {
    padding-bottom: 0 !important;
  }
  .bs-pl-md-0,
  .bs-px-md-0 {
    padding-left: 0 !important;
  }
  .bs-p-md-1 {
    padding: 0.25rem !important;
  }
  .bs-pt-md-1,
  .bs-py-md-1 {
    padding-top: 0.25rem !important;
  }
  .bs-pr-md-1,
  .bs-px-md-1 {
    padding-right: 0.25rem !important;
  }
  .bs-pb-md-1,
  .bs-py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bs-pl-md-1,
  .bs-px-md-1 {
    padding-left: 0.25rem !important;
  }
  .bs-p-md-2 {
    padding: 0.5rem !important;
  }
  .bs-pt-md-2,
  .bs-py-md-2 {
    padding-top: 0.5rem !important;
  }
  .bs-pr-md-2,
  .bs-px-md-2 {
    padding-right: 0.5rem !important;
  }
  .bs-pb-md-2,
  .bs-py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bs-pl-md-2,
  .bs-px-md-2 {
    padding-left: 0.5rem !important;
  }
  .bs-p-md-3 {
    padding: 1rem !important;
  }
  .bs-pt-md-3,
  .bs-py-md-3 {
    padding-top: 1rem !important;
  }
  .bs-pr-md-3,
  .bs-px-md-3 {
    padding-right: 1rem !important;
  }
  .bs-pb-md-3,
  .bs-py-md-3 {
    padding-bottom: 1rem !important;
  }
  .bs-pl-md-3,
  .bs-px-md-3 {
    padding-left: 1rem !important;
  }
  .bs-p-md-4 {
    padding: 1.5rem !important;
  }
  .bs-pt-md-4,
  .bs-py-md-4 {
    padding-top: 1.5rem !important;
  }
  .bs-pr-md-4,
  .bs-px-md-4 {
    padding-right: 1.5rem !important;
  }
  .bs-pb-md-4,
  .bs-py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bs-pl-md-4,
  .bs-px-md-4 {
    padding-left: 1.5rem !important;
  }
  .bs-p-md-5 {
    padding: 3rem !important;
  }
  .bs-pt-md-5,
  .bs-py-md-5 {
    padding-top: 3rem !important;
  }
  .bs-pr-md-5,
  .bs-px-md-5 {
    padding-right: 3rem !important;
  }
  .bs-pb-md-5,
  .bs-py-md-5 {
    padding-bottom: 3rem !important;
  }
  .bs-pl-md-5,
  .bs-px-md-5 {
    padding-left: 3rem !important;
  }
  .bs-m-md-auto {
    margin: auto !important;
  }
  .bs-mt-md-auto,
  .bs-my-md-auto {
    margin-top: auto !important;
  }
  .bs-mr-md-auto,
  .bs-mx-md-auto {
    margin-right: auto !important;
  }
  .bs-mb-md-auto,
  .bs-my-md-auto {
    margin-bottom: auto !important;
  }
  .bs-ml-md-auto,
  .bs-mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .bs-m-lg-0 {
    margin: 0 !important;
  }
  .bs-mt-lg-0,
  .bs-my-lg-0 {
    margin-top: 0 !important;
  }
  .bs-mr-lg-0,
  .bs-mx-lg-0 {
    margin-right: 0 !important;
  }
  .bs-mb-lg-0,
  .bs-my-lg-0 {
    margin-bottom: 0 !important;
  }
  .bs-ml-lg-0,
  .bs-mx-lg-0 {
    margin-left: 0 !important;
  }
  .bs-m-lg-1 {
    margin: 0.25rem !important;
  }
  .bs-mt-lg-1,
  .bs-my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bs-mr-lg-1,
  .bs-mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bs-mb-lg-1,
  .bs-my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bs-ml-lg-1,
  .bs-mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bs-m-lg-2 {
    margin: 0.5rem !important;
  }
  .bs-mt-lg-2,
  .bs-my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bs-mr-lg-2,
  .bs-mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bs-mb-lg-2,
  .bs-my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bs-ml-lg-2,
  .bs-mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bs-m-lg-3 {
    margin: 1rem !important;
  }
  .bs-mt-lg-3,
  .bs-my-lg-3 {
    margin-top: 1rem !important;
  }
  .bs-mr-lg-3,
  .bs-mx-lg-3 {
    margin-right: 1rem !important;
  }
  .bs-mb-lg-3,
  .bs-my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bs-ml-lg-3,
  .bs-mx-lg-3 {
    margin-left: 1rem !important;
  }
  .bs-m-lg-4 {
    margin: 1.5rem !important;
  }
  .bs-mt-lg-4,
  .bs-my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bs-mr-lg-4,
  .bs-mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bs-mb-lg-4,
  .bs-my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bs-ml-lg-4,
  .bs-mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bs-m-lg-5 {
    margin: 3rem !important;
  }
  .bs-mt-lg-5,
  .bs-my-lg-5 {
    margin-top: 3rem !important;
  }
  .bs-mr-lg-5,
  .bs-mx-lg-5 {
    margin-right: 3rem !important;
  }
  .bs-mb-lg-5,
  .bs-my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bs-ml-lg-5,
  .bs-mx-lg-5 {
    margin-left: 3rem !important;
  }
  .bs-p-lg-0 {
    padding: 0 !important;
  }
  .bs-pt-lg-0,
  .bs-py-lg-0 {
    padding-top: 0 !important;
  }
  .bs-pr-lg-0,
  .bs-px-lg-0 {
    padding-right: 0 !important;
  }
  .bs-pb-lg-0,
  .bs-py-lg-0 {
    padding-bottom: 0 !important;
  }
  .bs-pl-lg-0,
  .bs-px-lg-0 {
    padding-left: 0 !important;
  }
  .bs-p-lg-1 {
    padding: 0.25rem !important;
  }
  .bs-pt-lg-1,
  .bs-py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bs-pr-lg-1,
  .bs-px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bs-pb-lg-1,
  .bs-py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bs-pl-lg-1,
  .bs-px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bs-p-lg-2 {
    padding: 0.5rem !important;
  }
  .bs-pt-lg-2,
  .bs-py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bs-pr-lg-2,
  .bs-px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bs-pb-lg-2,
  .bs-py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bs-pl-lg-2,
  .bs-px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bs-p-lg-3 {
    padding: 1rem !important;
  }
  .bs-pt-lg-3,
  .bs-py-lg-3 {
    padding-top: 1rem !important;
  }
  .bs-pr-lg-3,
  .bs-px-lg-3 {
    padding-right: 1rem !important;
  }
  .bs-pb-lg-3,
  .bs-py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bs-pl-lg-3,
  .bs-px-lg-3 {
    padding-left: 1rem !important;
  }
  .bs-p-lg-4 {
    padding: 1.5rem !important;
  }
  .bs-pt-lg-4,
  .bs-py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bs-pr-lg-4,
  .bs-px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bs-pb-lg-4,
  .bs-py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bs-pl-lg-4,
  .bs-px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bs-p-lg-5 {
    padding: 3rem !important;
  }
  .bs-pt-lg-5,
  .bs-py-lg-5 {
    padding-top: 3rem !important;
  }
  .bs-pr-lg-5,
  .bs-px-lg-5 {
    padding-right: 3rem !important;
  }
  .bs-pb-lg-5,
  .bs-py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bs-pl-lg-5,
  .bs-px-lg-5 {
    padding-left: 3rem !important;
  }
  .bs-m-lg-auto {
    margin: auto !important;
  }
  .bs-mt-lg-auto,
  .bs-my-lg-auto {
    margin-top: auto !important;
  }
  .bs-mr-lg-auto,
  .bs-mx-lg-auto {
    margin-right: auto !important;
  }
  .bs-mb-lg-auto,
  .bs-my-lg-auto {
    margin-bottom: auto !important;
  }
  .bs-ml-lg-auto,
  .bs-mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .bs-m-xl-0 {
    margin: 0 !important;
  }
  .bs-mt-xl-0,
  .bs-my-xl-0 {
    margin-top: 0 !important;
  }
  .bs-mr-xl-0,
  .bs-mx-xl-0 {
    margin-right: 0 !important;
  }
  .bs-mb-xl-0,
  .bs-my-xl-0 {
    margin-bottom: 0 !important;
  }
  .bs-ml-xl-0,
  .bs-mx-xl-0 {
    margin-left: 0 !important;
  }
  .bs-m-xl-1 {
    margin: 0.25rem !important;
  }
  .bs-mt-xl-1,
  .bs-my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .bs-mr-xl-1,
  .bs-mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .bs-mb-xl-1,
  .bs-my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bs-ml-xl-1,
  .bs-mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .bs-m-xl-2 {
    margin: 0.5rem !important;
  }
  .bs-mt-xl-2,
  .bs-my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .bs-mr-xl-2,
  .bs-mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .bs-mb-xl-2,
  .bs-my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bs-ml-xl-2,
  .bs-mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .bs-m-xl-3 {
    margin: 1rem !important;
  }
  .bs-mt-xl-3,
  .bs-my-xl-3 {
    margin-top: 1rem !important;
  }
  .bs-mr-xl-3,
  .bs-mx-xl-3 {
    margin-right: 1rem !important;
  }
  .bs-mb-xl-3,
  .bs-my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .bs-ml-xl-3,
  .bs-mx-xl-3 {
    margin-left: 1rem !important;
  }
  .bs-m-xl-4 {
    margin: 1.5rem !important;
  }
  .bs-mt-xl-4,
  .bs-my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .bs-mr-xl-4,
  .bs-mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .bs-mb-xl-4,
  .bs-my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bs-ml-xl-4,
  .bs-mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .bs-m-xl-5 {
    margin: 3rem !important;
  }
  .bs-mt-xl-5,
  .bs-my-xl-5 {
    margin-top: 3rem !important;
  }
  .bs-mr-xl-5,
  .bs-mx-xl-5 {
    margin-right: 3rem !important;
  }
  .bs-mb-xl-5,
  .bs-my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .bs-ml-xl-5,
  .bs-mx-xl-5 {
    margin-left: 3rem !important;
  }
  .bs-p-xl-0 {
    padding: 0 !important;
  }
  .bs-pt-xl-0,
  .bs-py-xl-0 {
    padding-top: 0 !important;
  }
  .bs-pr-xl-0,
  .bs-px-xl-0 {
    padding-right: 0 !important;
  }
  .bs-pb-xl-0,
  .bs-py-xl-0 {
    padding-bottom: 0 !important;
  }
  .bs-pl-xl-0,
  .bs-px-xl-0 {
    padding-left: 0 !important;
  }
  .bs-p-xl-1 {
    padding: 0.25rem !important;
  }
  .bs-pt-xl-1,
  .bs-py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .bs-pr-xl-1,
  .bs-px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .bs-pb-xl-1,
  .bs-py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bs-pl-xl-1,
  .bs-px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .bs-p-xl-2 {
    padding: 0.5rem !important;
  }
  .bs-pt-xl-2,
  .bs-py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .bs-pr-xl-2,
  .bs-px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .bs-pb-xl-2,
  .bs-py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bs-pl-xl-2,
  .bs-px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .bs-p-xl-3 {
    padding: 1rem !important;
  }
  .bs-pt-xl-3,
  .bs-py-xl-3 {
    padding-top: 1rem !important;
  }
  .bs-pr-xl-3,
  .bs-px-xl-3 {
    padding-right: 1rem !important;
  }
  .bs-pb-xl-3,
  .bs-py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .bs-pl-xl-3,
  .bs-px-xl-3 {
    padding-left: 1rem !important;
  }
  .bs-p-xl-4 {
    padding: 1.5rem !important;
  }
  .bs-pt-xl-4,
  .bs-py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .bs-pr-xl-4,
  .bs-px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .bs-pb-xl-4,
  .bs-py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bs-pl-xl-4,
  .bs-px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .bs-p-xl-5 {
    padding: 3rem !important;
  }
  .bs-pt-xl-5,
  .bs-py-xl-5 {
    padding-top: 3rem !important;
  }
  .bs-pr-xl-5,
  .bs-px-xl-5 {
    padding-right: 3rem !important;
  }
  .bs-pb-xl-5,
  .bs-py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .bs-pl-xl-5,
  .bs-px-xl-5 {
    padding-left: 3rem !important;
  }
  .bs-m-xl-auto {
    margin: auto !important;
  }
  .bs-mt-xl-auto,
  .bs-my-xl-auto {
    margin-top: auto !important;
  }
  .bs-mr-xl-auto,
  .bs-mx-xl-auto {
    margin-right: auto !important;
  }
  .bs-mb-xl-auto,
  .bs-my-xl-auto {
    margin-bottom: auto !important;
  }
  .bs-ml-xl-auto,
  .bs-mx-xl-auto {
    margin-left: auto !important;
  }
}

.bs-text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.bs-text-justify {
  text-align: justify !important;
}

.bs-text-nowrap {
  white-space: nowrap !important;
}

.bs-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bs-text-left {
  text-align: left !important;
}

.bs-text-right {
  text-align: right !important;
}

.bs-text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .bs-text-sm-left {
    text-align: left !important;
  }
  .bs-text-sm-right {
    text-align: right !important;
  }
  .bs-text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .bs-text-md-left {
    text-align: left !important;
  }
  .bs-text-md-right {
    text-align: right !important;
  }
  .bs-text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .bs-text-lg-left {
    text-align: left !important;
  }
  .bs-text-lg-right {
    text-align: right !important;
  }
  .bs-text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .bs-text-xl-left {
    text-align: left !important;
  }
  .bs-text-xl-right {
    text-align: right !important;
  }
  .bs-text-xl-center {
    text-align: center !important;
  }
}

.bs-text-lowercase {
  text-transform: lowercase !important;
}

.bs-text-uppercase {
  text-transform: uppercase !important;
}

.bs-text-capitalize {
  text-transform: capitalize !important;
}

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

.bs-font-weight-normal {
  font-weight: 400 !important;
}

.bs-font-weight-bold {
  font-weight: 700 !important;
}

.bs-font-italic {
  font-style: italic !important;
}
