.bootstrapped .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
  @media (min-width: 576px) {
    .bootstrapped .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .bootstrapped .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .bootstrapped .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .bootstrapped .container {
      max-width: 1140px; } }
.bootstrapped .container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
.bootstrapped .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
.bootstrapped .no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .bootstrapped .no-gutters > .col,
  .bootstrapped .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }
.bootstrapped .col-1, .bootstrapped .col-2, .bootstrapped .col-3, .bootstrapped .col-4, .bootstrapped .col-5, .bootstrapped .col-6, .bootstrapped .col-7, .bootstrapped .col-8, .bootstrapped .col-9, .bootstrapped .col-10, .bootstrapped .col-11, .bootstrapped .col-12, .bootstrapped .col,
.bootstrapped .col-auto, .bootstrapped .col-sm-1, .bootstrapped .col-sm-2, .bootstrapped .col-sm-3, .bootstrapped .col-sm-4, .bootstrapped .col-sm-5, .bootstrapped .col-sm-6, .bootstrapped .col-sm-7, .bootstrapped .col-sm-8, .bootstrapped .col-sm-9, .bootstrapped .col-sm-10, .bootstrapped .col-sm-11, .bootstrapped .col-sm-12, .bootstrapped .col-sm,
.bootstrapped .col-sm-auto, .bootstrapped .col-md-1, .bootstrapped .col-md-2, .bootstrapped .col-md-3, .bootstrapped .col-md-4, .bootstrapped .col-md-5, .bootstrapped .col-md-6, .bootstrapped .col-md-7, .bootstrapped .col-md-8, .bootstrapped .col-md-9, .bootstrapped .col-md-10, .bootstrapped .col-md-11, .bootstrapped .col-md-12, .bootstrapped .col-md,
.bootstrapped .col-md-auto, .bootstrapped .col-lg-1, .bootstrapped .col-lg-2, .bootstrapped .col-lg-3, .bootstrapped .col-lg-4, .bootstrapped .col-lg-5, .bootstrapped .col-lg-6, .bootstrapped .col-lg-7, .bootstrapped .col-lg-8, .bootstrapped .col-lg-9, .bootstrapped .col-lg-10, .bootstrapped .col-lg-11, .bootstrapped .col-lg-12, .bootstrapped .col-lg,
.bootstrapped .col-lg-auto, .bootstrapped .col-xl-1, .bootstrapped .col-xl-2, .bootstrapped .col-xl-3, .bootstrapped .col-xl-4, .bootstrapped .col-xl-5, .bootstrapped .col-xl-6, .bootstrapped .col-xl-7, .bootstrapped .col-xl-8, .bootstrapped .col-xl-9, .bootstrapped .col-xl-10, .bootstrapped .col-xl-11, .bootstrapped .col-xl-12, .bootstrapped .col-xl,
.bootstrapped .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
.bootstrapped .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
.bootstrapped .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }
.bootstrapped .col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }
.bootstrapped .col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }
.bootstrapped .col-3 {
  flex: 0 0 25%;
  max-width: 25%; }
.bootstrapped .col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }
.bootstrapped .col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }
.bootstrapped .col-6 {
  flex: 0 0 50%;
  max-width: 50%; }
.bootstrapped .col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }
.bootstrapped .col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }
.bootstrapped .col-9 {
  flex: 0 0 75%;
  max-width: 75%; }
.bootstrapped .col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }
.bootstrapped .col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }
.bootstrapped .col-12 {
  flex: 0 0 100%;
  max-width: 100%; }
.bootstrapped .order-1 {
  order: 1; }
.bootstrapped .order-2 {
  order: 2; }
.bootstrapped .order-3 {
  order: 3; }
.bootstrapped .order-4 {
  order: 4; }
.bootstrapped .order-5 {
  order: 5; }
.bootstrapped .order-6 {
  order: 6; }
.bootstrapped .order-7 {
  order: 7; }
.bootstrapped .order-8 {
  order: 8; }
.bootstrapped .order-9 {
  order: 9; }
.bootstrapped .order-10 {
  order: 10; }
.bootstrapped .order-11 {
  order: 11; }
.bootstrapped .order-12 {
  order: 12; }
@media (min-width: 576px) {
  .bootstrapped .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .bootstrapped .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .bootstrapped .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .bootstrapped .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .bootstrapped .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrapped .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .bootstrapped .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .bootstrapped .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrapped .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .bootstrapped .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .bootstrapped .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrapped .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .bootstrapped .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .bootstrapped .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrapped .order-sm-1 {
    order: 1; }
  .bootstrapped .order-sm-2 {
    order: 2; }
  .bootstrapped .order-sm-3 {
    order: 3; }
  .bootstrapped .order-sm-4 {
    order: 4; }
  .bootstrapped .order-sm-5 {
    order: 5; }
  .bootstrapped .order-sm-6 {
    order: 6; }
  .bootstrapped .order-sm-7 {
    order: 7; }
  .bootstrapped .order-sm-8 {
    order: 8; }
  .bootstrapped .order-sm-9 {
    order: 9; }
  .bootstrapped .order-sm-10 {
    order: 10; }
  .bootstrapped .order-sm-11 {
    order: 11; }
  .bootstrapped .order-sm-12 {
    order: 12; } }
@media (min-width: 768px) {
  .bootstrapped .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .bootstrapped .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .bootstrapped .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .bootstrapped .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .bootstrapped .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrapped .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .bootstrapped .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .bootstrapped .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrapped .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .bootstrapped .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .bootstrapped .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrapped .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .bootstrapped .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .bootstrapped .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrapped .order-md-1 {
    order: 1; }
  .bootstrapped .order-md-2 {
    order: 2; }
  .bootstrapped .order-md-3 {
    order: 3; }
  .bootstrapped .order-md-4 {
    order: 4; }
  .bootstrapped .order-md-5 {
    order: 5; }
  .bootstrapped .order-md-6 {
    order: 6; }
  .bootstrapped .order-md-7 {
    order: 7; }
  .bootstrapped .order-md-8 {
    order: 8; }
  .bootstrapped .order-md-9 {
    order: 9; }
  .bootstrapped .order-md-10 {
    order: 10; }
  .bootstrapped .order-md-11 {
    order: 11; }
  .bootstrapped .order-md-12 {
    order: 12; } }
@media (min-width: 992px) {
  .bootstrapped .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .bootstrapped .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .bootstrapped .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .bootstrapped .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .bootstrapped .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrapped .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .bootstrapped .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .bootstrapped .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrapped .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .bootstrapped .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .bootstrapped .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrapped .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .bootstrapped .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .bootstrapped .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrapped .order-lg-1 {
    order: 1; }
  .bootstrapped .order-lg-2 {
    order: 2; }
  .bootstrapped .order-lg-3 {
    order: 3; }
  .bootstrapped .order-lg-4 {
    order: 4; }
  .bootstrapped .order-lg-5 {
    order: 5; }
  .bootstrapped .order-lg-6 {
    order: 6; }
  .bootstrapped .order-lg-7 {
    order: 7; }
  .bootstrapped .order-lg-8 {
    order: 8; }
  .bootstrapped .order-lg-9 {
    order: 9; }
  .bootstrapped .order-lg-10 {
    order: 10; }
  .bootstrapped .order-lg-11 {
    order: 11; }
  .bootstrapped .order-lg-12 {
    order: 12; } }
@media (min-width: 1200px) {
  .bootstrapped .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .bootstrapped .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .bootstrapped .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .bootstrapped .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .bootstrapped .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrapped .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .bootstrapped .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .bootstrapped .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrapped .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .bootstrapped .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .bootstrapped .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrapped .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .bootstrapped .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .bootstrapped .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrapped .order-xl-1 {
    order: 1; }
  .bootstrapped .order-xl-2 {
    order: 2; }
  .bootstrapped .order-xl-3 {
    order: 3; }
  .bootstrapped .order-xl-4 {
    order: 4; }
  .bootstrapped .order-xl-5 {
    order: 5; }
  .bootstrapped .order-xl-6 {
    order: 6; }
  .bootstrapped .order-xl-7 {
    order: 7; }
  .bootstrapped .order-xl-8 {
    order: 8; }
  .bootstrapped .order-xl-9 {
    order: 9; }
  .bootstrapped .order-xl-10 {
    order: 10; }
  .bootstrapped .order-xl-11 {
    order: 11; }
  .bootstrapped .order-xl-12 {
    order: 12; } }
.bootstrapped .align-baseline {
  vertical-align: baseline !important; }
.bootstrapped .align-top {
  vertical-align: top !important; }
.bootstrapped .align-middle {
  vertical-align: middle !important; }
.bootstrapped .align-bottom {
  vertical-align: bottom !important; }
.bootstrapped .align-text-bottom {
  vertical-align: text-bottom !important; }
.bootstrapped .align-text-top {
  vertical-align: text-top !important; }
.bootstrapped .bg-primary {
  background-color: #007bff !important; }
.bootstrapped a.bg-primary:focus, .bootstrapped a.bg-primary:hover {
  background-color: #0062cc !important; }
.bootstrapped .bg-secondary {
  background-color: #868e96 !important; }
.bootstrapped a.bg-secondary:focus, .bootstrapped a.bg-secondary:hover {
  background-color: #6c747d !important; }
.bootstrapped .bg-success {
  background-color: #28a745 !important; }
.bootstrapped a.bg-success:focus, .bootstrapped a.bg-success:hover {
  background-color: #1e7e34 !important; }
.bootstrapped .bg-info {
  background-color: #17a2b8 !important; }
.bootstrapped a.bg-info:focus, .bootstrapped a.bg-info:hover {
  background-color: #117a8b !important; }
.bootstrapped .bg-warning {
  background-color: #ffc107 !important; }
.bootstrapped a.bg-warning:focus, .bootstrapped a.bg-warning:hover {
  background-color: #d39e00 !important; }
.bootstrapped .bg-danger {
  background-color: #dc3545 !important; }
.bootstrapped a.bg-danger:focus, .bootstrapped a.bg-danger:hover {
  background-color: #bd2130 !important; }
.bootstrapped .bg-light {
  background-color: #f8f9fa !important; }
.bootstrapped a.bg-light:focus, .bootstrapped a.bg-light:hover {
  background-color: #dae0e5 !important; }
.bootstrapped .bg-dark {
  background-color: #343a40 !important; }
.bootstrapped a.bg-dark:focus, .bootstrapped a.bg-dark:hover {
  background-color: #1d2124 !important; }
.bootstrapped .bg-white {
  background-color: #fff !important; }
.bootstrapped .bg-transparent {
  background-color: transparent !important; }
.bootstrapped .border {
  border: 1px solid #e9ecef !important; }
.bootstrapped .border-0 {
  border: 0 !important; }
.bootstrapped .border-top-0 {
  border-top: 0 !important; }
.bootstrapped .border-right-0 {
  border-right: 0 !important; }
.bootstrapped .border-bottom-0 {
  border-bottom: 0 !important; }
.bootstrapped .border-left-0 {
  border-left: 0 !important; }
.bootstrapped .border-primary {
  border-color: #007bff !important; }
.bootstrapped .border-secondary {
  border-color: #868e96 !important; }
.bootstrapped .border-success {
  border-color: #28a745 !important; }
.bootstrapped .border-info {
  border-color: #17a2b8 !important; }
.bootstrapped .border-warning {
  border-color: #ffc107 !important; }
.bootstrapped .border-danger {
  border-color: #dc3545 !important; }
.bootstrapped .border-light {
  border-color: #f8f9fa !important; }
.bootstrapped .border-dark {
  border-color: #343a40 !important; }
.bootstrapped .border-white {
  border-color: #fff !important; }
.bootstrapped .rounded {
  border-radius: 0.25rem !important; }
.bootstrapped .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }
.bootstrapped .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }
.bootstrapped .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }
.bootstrapped .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }
.bootstrapped .rounded-circle {
  border-radius: 50%; }
.bootstrapped .rounded-0 {
  border-radius: 0; }
.bootstrapped .clearfix::after {
  display: block;
  clear: both;
  content: ""; }
.bootstrapped .d-none {
  display: none !important; }
.bootstrapped .d-inline {
  display: inline !important; }
.bootstrapped .d-inline-block {
  display: inline-block !important; }
.bootstrapped .d-block {
  display: block !important; }
.bootstrapped .d-table {
  display: table !important; }
.bootstrapped .d-table-cell {
  display: table-cell !important; }
.bootstrapped .d-flex {
  display: flex !important; }
.bootstrapped .d-inline-flex {
  display: inline-flex !important; }
@media (min-width: 576px) {
  .bootstrapped .d-sm-none {
    display: none !important; }
  .bootstrapped .d-sm-inline {
    display: inline !important; }
  .bootstrapped .d-sm-inline-block {
    display: inline-block !important; }
  .bootstrapped .d-sm-block {
    display: block !important; }
  .bootstrapped .d-sm-table {
    display: table !important; }
  .bootstrapped .d-sm-table-cell {
    display: table-cell !important; }
  .bootstrapped .d-sm-flex {
    display: flex !important; }
  .bootstrapped .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .bootstrapped .d-md-none {
    display: none !important; }
  .bootstrapped .d-md-inline {
    display: inline !important; }
  .bootstrapped .d-md-inline-block {
    display: inline-block !important; }
  .bootstrapped .d-md-block {
    display: block !important; }
  .bootstrapped .d-md-table {
    display: table !important; }
  .bootstrapped .d-md-table-cell {
    display: table-cell !important; }
  .bootstrapped .d-md-flex {
    display: flex !important; }
  .bootstrapped .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .bootstrapped .d-lg-none {
    display: none !important; }
  .bootstrapped .d-lg-inline {
    display: inline !important; }
  .bootstrapped .d-lg-inline-block {
    display: inline-block !important; }
  .bootstrapped .d-lg-block {
    display: block !important; }
  .bootstrapped .d-lg-table {
    display: table !important; }
  .bootstrapped .d-lg-table-cell {
    display: table-cell !important; }
  .bootstrapped .d-lg-flex {
    display: flex !important; }
  .bootstrapped .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .bootstrapped .d-xl-none {
    display: none !important; }
  .bootstrapped .d-xl-inline {
    display: inline !important; }
  .bootstrapped .d-xl-inline-block {
    display: inline-block !important; }
  .bootstrapped .d-xl-block {
    display: block !important; }
  .bootstrapped .d-xl-table {
    display: table !important; }
  .bootstrapped .d-xl-table-cell {
    display: table-cell !important; }
  .bootstrapped .d-xl-flex {
    display: flex !important; }
  .bootstrapped .d-xl-inline-flex {
    display: inline-flex !important; } }
.bootstrapped .d-print-block {
  display: none !important; }
  @media print {
    .bootstrapped .d-print-block {
      display: block !important; } }
.bootstrapped .d-print-inline {
  display: none !important; }
  @media print {
    .bootstrapped .d-print-inline {
      display: inline !important; } }
.bootstrapped .d-print-inline-block {
  display: none !important; }
  @media print {
    .bootstrapped .d-print-inline-block {
      display: inline-block !important; } }
@media print {
  .bootstrapped .d-print-none {
    display: none !important; } }
.bootstrapped .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .bootstrapped .embed-responsive::before {
    display: block;
    content: ""; }
  .bootstrapped .embed-responsive .embed-responsive-item,
  .bootstrapped .embed-responsive iframe,
  .bootstrapped .embed-responsive embed,
  .bootstrapped .embed-responsive object,
  .bootstrapped .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
.bootstrapped .embed-responsive-21by9::before {
  padding-top: 42.85714%; }
.bootstrapped .embed-responsive-16by9::before {
  padding-top: 56.25%; }
.bootstrapped .embed-responsive-4by3::before {
  padding-top: 75%; }
.bootstrapped .embed-responsive-1by1::before {
  padding-top: 100%; }
.bootstrapped .flex-row {
  flex-direction: row !important; }
.bootstrapped .flex-column {
  flex-direction: column !important; }
.bootstrapped .flex-row-reverse {
  flex-direction: row-reverse !important; }
.bootstrapped .flex-column-reverse {
  flex-direction: column-reverse !important; }
.bootstrapped .flex-wrap {
  flex-wrap: wrap !important; }
.bootstrapped .flex-nowrap {
  flex-wrap: nowrap !important; }
.bootstrapped .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }
.bootstrapped .justify-content-start {
  justify-content: flex-start !important; }
.bootstrapped .justify-content-end {
  justify-content: flex-end !important; }
.bootstrapped .justify-content-center {
  justify-content: center !important; }
.bootstrapped .justify-content-between {
  justify-content: space-between !important; }
.bootstrapped .justify-content-around {
  justify-content: space-around !important; }
.bootstrapped .align-items-start {
  align-items: flex-start !important; }
.bootstrapped .align-items-end {
  align-items: flex-end !important; }
.bootstrapped .align-items-center {
  align-items: center !important; }
.bootstrapped .align-items-baseline {
  align-items: baseline !important; }
.bootstrapped .align-items-stretch {
  align-items: stretch !important; }
.bootstrapped .align-content-start {
  align-content: flex-start !important; }
.bootstrapped .align-content-end {
  align-content: flex-end !important; }
.bootstrapped .align-content-center {
  align-content: center !important; }
.bootstrapped .align-content-between {
  align-content: space-between !important; }
.bootstrapped .align-content-around {
  align-content: space-around !important; }
.bootstrapped .align-content-stretch {
  align-content: stretch !important; }
.bootstrapped .align-self-auto {
  align-self: auto !important; }
.bootstrapped .align-self-start {
  align-self: flex-start !important; }
.bootstrapped .align-self-end {
  align-self: flex-end !important; }
.bootstrapped .align-self-center {
  align-self: center !important; }
.bootstrapped .align-self-baseline {
  align-self: baseline !important; }
.bootstrapped .align-self-stretch {
  align-self: stretch !important; }
@media (min-width: 576px) {
  .bootstrapped .flex-sm-row {
    flex-direction: row !important; }
  .bootstrapped .flex-sm-column {
    flex-direction: column !important; }
  .bootstrapped .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .bootstrapped .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .bootstrapped .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .bootstrapped .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .bootstrapped .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bootstrapped .justify-content-sm-start {
    justify-content: flex-start !important; }
  .bootstrapped .justify-content-sm-end {
    justify-content: flex-end !important; }
  .bootstrapped .justify-content-sm-center {
    justify-content: center !important; }
  .bootstrapped .justify-content-sm-between {
    justify-content: space-between !important; }
  .bootstrapped .justify-content-sm-around {
    justify-content: space-around !important; }
  .bootstrapped .align-items-sm-start {
    align-items: flex-start !important; }
  .bootstrapped .align-items-sm-end {
    align-items: flex-end !important; }
  .bootstrapped .align-items-sm-center {
    align-items: center !important; }
  .bootstrapped .align-items-sm-baseline {
    align-items: baseline !important; }
  .bootstrapped .align-items-sm-stretch {
    align-items: stretch !important; }
  .bootstrapped .align-content-sm-start {
    align-content: flex-start !important; }
  .bootstrapped .align-content-sm-end {
    align-content: flex-end !important; }
  .bootstrapped .align-content-sm-center {
    align-content: center !important; }
  .bootstrapped .align-content-sm-between {
    align-content: space-between !important; }
  .bootstrapped .align-content-sm-around {
    align-content: space-around !important; }
  .bootstrapped .align-content-sm-stretch {
    align-content: stretch !important; }
  .bootstrapped .align-self-sm-auto {
    align-self: auto !important; }
  .bootstrapped .align-self-sm-start {
    align-self: flex-start !important; }
  .bootstrapped .align-self-sm-end {
    align-self: flex-end !important; }
  .bootstrapped .align-self-sm-center {
    align-self: center !important; }
  .bootstrapped .align-self-sm-baseline {
    align-self: baseline !important; }
  .bootstrapped .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .bootstrapped .flex-md-row {
    flex-direction: row !important; }
  .bootstrapped .flex-md-column {
    flex-direction: column !important; }
  .bootstrapped .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .bootstrapped .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .bootstrapped .flex-md-wrap {
    flex-wrap: wrap !important; }
  .bootstrapped .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .bootstrapped .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bootstrapped .justify-content-md-start {
    justify-content: flex-start !important; }
  .bootstrapped .justify-content-md-end {
    justify-content: flex-end !important; }
  .bootstrapped .justify-content-md-center {
    justify-content: center !important; }
  .bootstrapped .justify-content-md-between {
    justify-content: space-between !important; }
  .bootstrapped .justify-content-md-around {
    justify-content: space-around !important; }
  .bootstrapped .align-items-md-start {
    align-items: flex-start !important; }
  .bootstrapped .align-items-md-end {
    align-items: flex-end !important; }
  .bootstrapped .align-items-md-center {
    align-items: center !important; }
  .bootstrapped .align-items-md-baseline {
    align-items: baseline !important; }
  .bootstrapped .align-items-md-stretch {
    align-items: stretch !important; }
  .bootstrapped .align-content-md-start {
    align-content: flex-start !important; }
  .bootstrapped .align-content-md-end {
    align-content: flex-end !important; }
  .bootstrapped .align-content-md-center {
    align-content: center !important; }
  .bootstrapped .align-content-md-between {
    align-content: space-between !important; }
  .bootstrapped .align-content-md-around {
    align-content: space-around !important; }
  .bootstrapped .align-content-md-stretch {
    align-content: stretch !important; }
  .bootstrapped .align-self-md-auto {
    align-self: auto !important; }
  .bootstrapped .align-self-md-start {
    align-self: flex-start !important; }
  .bootstrapped .align-self-md-end {
    align-self: flex-end !important; }
  .bootstrapped .align-self-md-center {
    align-self: center !important; }
  .bootstrapped .align-self-md-baseline {
    align-self: baseline !important; }
  .bootstrapped .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .bootstrapped .flex-lg-row {
    flex-direction: row !important; }
  .bootstrapped .flex-lg-column {
    flex-direction: column !important; }
  .bootstrapped .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .bootstrapped .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .bootstrapped .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .bootstrapped .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .bootstrapped .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bootstrapped .justify-content-lg-start {
    justify-content: flex-start !important; }
  .bootstrapped .justify-content-lg-end {
    justify-content: flex-end !important; }
  .bootstrapped .justify-content-lg-center {
    justify-content: center !important; }
  .bootstrapped .justify-content-lg-between {
    justify-content: space-between !important; }
  .bootstrapped .justify-content-lg-around {
    justify-content: space-around !important; }
  .bootstrapped .align-items-lg-start {
    align-items: flex-start !important; }
  .bootstrapped .align-items-lg-end {
    align-items: flex-end !important; }
  .bootstrapped .align-items-lg-center {
    align-items: center !important; }
  .bootstrapped .align-items-lg-baseline {
    align-items: baseline !important; }
  .bootstrapped .align-items-lg-stretch {
    align-items: stretch !important; }
  .bootstrapped .align-content-lg-start {
    align-content: flex-start !important; }
  .bootstrapped .align-content-lg-end {
    align-content: flex-end !important; }
  .bootstrapped .align-content-lg-center {
    align-content: center !important; }
  .bootstrapped .align-content-lg-between {
    align-content: space-between !important; }
  .bootstrapped .align-content-lg-around {
    align-content: space-around !important; }
  .bootstrapped .align-content-lg-stretch {
    align-content: stretch !important; }
  .bootstrapped .align-self-lg-auto {
    align-self: auto !important; }
  .bootstrapped .align-self-lg-start {
    align-self: flex-start !important; }
  .bootstrapped .align-self-lg-end {
    align-self: flex-end !important; }
  .bootstrapped .align-self-lg-center {
    align-self: center !important; }
  .bootstrapped .align-self-lg-baseline {
    align-self: baseline !important; }
  .bootstrapped .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .bootstrapped .flex-xl-row {
    flex-direction: row !important; }
  .bootstrapped .flex-xl-column {
    flex-direction: column !important; }
  .bootstrapped .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .bootstrapped .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .bootstrapped .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .bootstrapped .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .bootstrapped .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .bootstrapped .justify-content-xl-start {
    justify-content: flex-start !important; }
  .bootstrapped .justify-content-xl-end {
    justify-content: flex-end !important; }
  .bootstrapped .justify-content-xl-center {
    justify-content: center !important; }
  .bootstrapped .justify-content-xl-between {
    justify-content: space-between !important; }
  .bootstrapped .justify-content-xl-around {
    justify-content: space-around !important; }
  .bootstrapped .align-items-xl-start {
    align-items: flex-start !important; }
  .bootstrapped .align-items-xl-end {
    align-items: flex-end !important; }
  .bootstrapped .align-items-xl-center {
    align-items: center !important; }
  .bootstrapped .align-items-xl-baseline {
    align-items: baseline !important; }
  .bootstrapped .align-items-xl-stretch {
    align-items: stretch !important; }
  .bootstrapped .align-content-xl-start {
    align-content: flex-start !important; }
  .bootstrapped .align-content-xl-end {
    align-content: flex-end !important; }
  .bootstrapped .align-content-xl-center {
    align-content: center !important; }
  .bootstrapped .align-content-xl-between {
    align-content: space-between !important; }
  .bootstrapped .align-content-xl-around {
    align-content: space-around !important; }
  .bootstrapped .align-content-xl-stretch {
    align-content: stretch !important; }
  .bootstrapped .align-self-xl-auto {
    align-self: auto !important; }
  .bootstrapped .align-self-xl-start {
    align-self: flex-start !important; }
  .bootstrapped .align-self-xl-end {
    align-self: flex-end !important; }
  .bootstrapped .align-self-xl-center {
    align-self: center !important; }
  .bootstrapped .align-self-xl-baseline {
    align-self: baseline !important; }
  .bootstrapped .align-self-xl-stretch {
    align-self: stretch !important; } }
.bootstrapped .float-left {
  float: left !important; }
.bootstrapped .float-right {
  float: right !important; }
.bootstrapped .float-none {
  float: none !important; }
@media (min-width: 576px) {
  .bootstrapped .float-sm-left {
    float: left !important; }
  .bootstrapped .float-sm-right {
    float: right !important; }
  .bootstrapped .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .bootstrapped .float-md-left {
    float: left !important; }
  .bootstrapped .float-md-right {
    float: right !important; }
  .bootstrapped .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .bootstrapped .float-lg-left {
    float: left !important; }
  .bootstrapped .float-lg-right {
    float: right !important; }
  .bootstrapped .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .bootstrapped .float-xl-left {
    float: left !important; }
  .bootstrapped .float-xl-right {
    float: right !important; }
  .bootstrapped .float-xl-none {
    float: none !important; } }
.bootstrapped .position-static {
  position: static !important; }
.bootstrapped .position-relative {
  position: relative !important; }
.bootstrapped .position-absolute {
  position: absolute !important; }
.bootstrapped .position-fixed {
  position: fixed !important; }
.bootstrapped .position-sticky {
  position: sticky !important; }
.bootstrapped .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }
.bootstrapped .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }
@supports (position: sticky) {
  .bootstrapped .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }
.bootstrapped .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }
.bootstrapped .sr-only-focusable:active, .bootstrapped .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }
.bootstrapped .w-25 {
  width: 25% !important; }
.bootstrapped .w-50 {
  width: 50% !important; }
.bootstrapped .w-75 {
  width: 75% !important; }
.bootstrapped .w-100 {
  width: 100% !important; }
.bootstrapped .h-25 {
  height: 25% !important; }
.bootstrapped .h-50 {
  height: 50% !important; }
.bootstrapped .h-75 {
  height: 75% !important; }
.bootstrapped .h-100 {
  height: 100% !important; }
.bootstrapped .mw-100 {
  max-width: 100% !important; }
.bootstrapped .mh-100 {
  max-height: 100% !important; }
.bootstrapped .m-0 {
  margin: 0 !important; }
.bootstrapped .mt-0,
.bootstrapped .my-0 {
  margin-top: 0 !important; }
.bootstrapped .mr-0,
.bootstrapped .mx-0 {
  margin-right: 0 !important; }
.bootstrapped .mb-0,
.bootstrapped .my-0 {
  margin-bottom: 0 !important; }
.bootstrapped .ml-0,
.bootstrapped .mx-0 {
  margin-left: 0 !important; }
.bootstrapped .m-1 {
  margin: 0.25rem !important; }
.bootstrapped .mt-1,
.bootstrapped .my-1 {
  margin-top: 0.25rem !important; }
.bootstrapped .mr-1,
.bootstrapped .mx-1 {
  margin-right: 0.25rem !important; }
.bootstrapped .mb-1,
.bootstrapped .my-1 {
  margin-bottom: 0.25rem !important; }
.bootstrapped .ml-1,
.bootstrapped .mx-1 {
  margin-left: 0.25rem !important; }
.bootstrapped .m-2 {
  margin: 0.5rem !important; }
.bootstrapped .mt-2,
.bootstrapped .my-2 {
  margin-top: 0.5rem !important; }
.bootstrapped .mr-2,
.bootstrapped .mx-2 {
  margin-right: 0.5rem !important; }
.bootstrapped .mb-2,
.bootstrapped .my-2 {
  margin-bottom: 0.5rem !important; }
.bootstrapped .ml-2,
.bootstrapped .mx-2 {
  margin-left: 0.5rem !important; }
.bootstrapped .m-3 {
  margin: 1rem !important; }
.bootstrapped .mt-3,
.bootstrapped .my-3 {
  margin-top: 1rem !important; }
.bootstrapped .mr-3,
.bootstrapped .mx-3 {
  margin-right: 1rem !important; }
.bootstrapped .mb-3,
.bootstrapped .my-3 {
  margin-bottom: 1rem !important; }
.bootstrapped .ml-3,
.bootstrapped .mx-3 {
  margin-left: 1rem !important; }
.bootstrapped .m-4 {
  margin: 1.5rem !important; }
.bootstrapped .mt-4,
.bootstrapped .my-4 {
  margin-top: 1.5rem !important; }
.bootstrapped .mr-4,
.bootstrapped .mx-4 {
  margin-right: 1.5rem !important; }
.bootstrapped .mb-4,
.bootstrapped .my-4 {
  margin-bottom: 1.5rem !important; }
.bootstrapped .ml-4,
.bootstrapped .mx-4 {
  margin-left: 1.5rem !important; }
.bootstrapped .m-5 {
  margin: 3rem !important; }
.bootstrapped .mt-5,
.bootstrapped .my-5 {
  margin-top: 3rem !important; }
.bootstrapped .mr-5,
.bootstrapped .mx-5 {
  margin-right: 3rem !important; }
.bootstrapped .mb-5,
.bootstrapped .my-5 {
  margin-bottom: 3rem !important; }
.bootstrapped .ml-5,
.bootstrapped .mx-5 {
  margin-left: 3rem !important; }
.bootstrapped .p-0 {
  padding: 0 !important; }
.bootstrapped .pt-0,
.bootstrapped .py-0 {
  padding-top: 0 !important; }
.bootstrapped .pr-0,
.bootstrapped .px-0 {
  padding-right: 0 !important; }
.bootstrapped .pb-0,
.bootstrapped .py-0 {
  padding-bottom: 0 !important; }
.bootstrapped .pl-0,
.bootstrapped .px-0 {
  padding-left: 0 !important; }
.bootstrapped .p-1 {
  padding: 0.25rem !important; }
.bootstrapped .pt-1,
.bootstrapped .py-1 {
  padding-top: 0.25rem !important; }
.bootstrapped .pr-1,
.bootstrapped .px-1 {
  padding-right: 0.25rem !important; }
.bootstrapped .pb-1,
.bootstrapped .py-1 {
  padding-bottom: 0.25rem !important; }
.bootstrapped .pl-1,
.bootstrapped .px-1 {
  padding-left: 0.25rem !important; }
.bootstrapped .p-2 {
  padding: 0.5rem !important; }
.bootstrapped .pt-2,
.bootstrapped .py-2 {
  padding-top: 0.5rem !important; }
.bootstrapped .pr-2,
.bootstrapped .px-2 {
  padding-right: 0.5rem !important; }
.bootstrapped .pb-2,
.bootstrapped .py-2 {
  padding-bottom: 0.5rem !important; }
.bootstrapped .pl-2,
.bootstrapped .px-2 {
  padding-left: 0.5rem !important; }
.bootstrapped .p-3 {
  padding: 1rem !important; }
.bootstrapped .pt-3,
.bootstrapped .py-3 {
  padding-top: 1rem !important; }
.bootstrapped .pr-3,
.bootstrapped .px-3 {
  padding-right: 1rem !important; }
.bootstrapped .pb-3,
.bootstrapped .py-3 {
  padding-bottom: 1rem !important; }
.bootstrapped .pl-3,
.bootstrapped .px-3 {
  padding-left: 1rem !important; }
.bootstrapped .p-4 {
  padding: 1.5rem !important; }
.bootstrapped .pt-4,
.bootstrapped .py-4 {
  padding-top: 1.5rem !important; }
.bootstrapped .pr-4,
.bootstrapped .px-4 {
  padding-right: 1.5rem !important; }
.bootstrapped .pb-4,
.bootstrapped .py-4 {
  padding-bottom: 1.5rem !important; }
.bootstrapped .pl-4,
.bootstrapped .px-4 {
  padding-left: 1.5rem !important; }
.bootstrapped .p-5 {
  padding: 3rem !important; }
.bootstrapped .pt-5,
.bootstrapped .py-5 {
  padding-top: 3rem !important; }
.bootstrapped .pr-5,
.bootstrapped .px-5 {
  padding-right: 3rem !important; }
.bootstrapped .pb-5,
.bootstrapped .py-5 {
  padding-bottom: 3rem !important; }
.bootstrapped .pl-5,
.bootstrapped .px-5 {
  padding-left: 3rem !important; }
.bootstrapped .m-auto {
  margin: auto !important; }
.bootstrapped .mt-auto,
.bootstrapped .my-auto {
  margin-top: auto !important; }
.bootstrapped .mr-auto,
.bootstrapped .mx-auto {
  margin-right: auto !important; }
.bootstrapped .mb-auto,
.bootstrapped .my-auto {
  margin-bottom: auto !important; }
.bootstrapped .ml-auto,
.bootstrapped .mx-auto {
  margin-left: auto !important; }
@media (min-width: 576px) {
  .bootstrapped .m-sm-0 {
    margin: 0 !important; }
  .bootstrapped .mt-sm-0,
  .bootstrapped .my-sm-0 {
    margin-top: 0 !important; }
  .bootstrapped .mr-sm-0,
  .bootstrapped .mx-sm-0 {
    margin-right: 0 !important; }
  .bootstrapped .mb-sm-0,
  .bootstrapped .my-sm-0 {
    margin-bottom: 0 !important; }
  .bootstrapped .ml-sm-0,
  .bootstrapped .mx-sm-0 {
    margin-left: 0 !important; }
  .bootstrapped .m-sm-1 {
    margin: 0.25rem !important; }
  .bootstrapped .mt-sm-1,
  .bootstrapped .my-sm-1 {
    margin-top: 0.25rem !important; }
  .bootstrapped .mr-sm-1,
  .bootstrapped .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .bootstrapped .mb-sm-1,
  .bootstrapped .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .bootstrapped .ml-sm-1,
  .bootstrapped .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .bootstrapped .m-sm-2 {
    margin: 0.5rem !important; }
  .bootstrapped .mt-sm-2,
  .bootstrapped .my-sm-2 {
    margin-top: 0.5rem !important; }
  .bootstrapped .mr-sm-2,
  .bootstrapped .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .bootstrapped .mb-sm-2,
  .bootstrapped .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .bootstrapped .ml-sm-2,
  .bootstrapped .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .bootstrapped .m-sm-3 {
    margin: 1rem !important; }
  .bootstrapped .mt-sm-3,
  .bootstrapped .my-sm-3 {
    margin-top: 1rem !important; }
  .bootstrapped .mr-sm-3,
  .bootstrapped .mx-sm-3 {
    margin-right: 1rem !important; }
  .bootstrapped .mb-sm-3,
  .bootstrapped .my-sm-3 {
    margin-bottom: 1rem !important; }
  .bootstrapped .ml-sm-3,
  .bootstrapped .mx-sm-3 {
    margin-left: 1rem !important; }
  .bootstrapped .m-sm-4 {
    margin: 1.5rem !important; }
  .bootstrapped .mt-sm-4,
  .bootstrapped .my-sm-4 {
    margin-top: 1.5rem !important; }
  .bootstrapped .mr-sm-4,
  .bootstrapped .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .bootstrapped .mb-sm-4,
  .bootstrapped .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .bootstrapped .ml-sm-4,
  .bootstrapped .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .bootstrapped .m-sm-5 {
    margin: 3rem !important; }
  .bootstrapped .mt-sm-5,
  .bootstrapped .my-sm-5 {
    margin-top: 3rem !important; }
  .bootstrapped .mr-sm-5,
  .bootstrapped .mx-sm-5 {
    margin-right: 3rem !important; }
  .bootstrapped .mb-sm-5,
  .bootstrapped .my-sm-5 {
    margin-bottom: 3rem !important; }
  .bootstrapped .ml-sm-5,
  .bootstrapped .mx-sm-5 {
    margin-left: 3rem !important; }
  .bootstrapped .p-sm-0 {
    padding: 0 !important; }
  .bootstrapped .pt-sm-0,
  .bootstrapped .py-sm-0 {
    padding-top: 0 !important; }
  .bootstrapped .pr-sm-0,
  .bootstrapped .px-sm-0 {
    padding-right: 0 !important; }
  .bootstrapped .pb-sm-0,
  .bootstrapped .py-sm-0 {
    padding-bottom: 0 !important; }
  .bootstrapped .pl-sm-0,
  .bootstrapped .px-sm-0 {
    padding-left: 0 !important; }
  .bootstrapped .p-sm-1 {
    padding: 0.25rem !important; }
  .bootstrapped .pt-sm-1,
  .bootstrapped .py-sm-1 {
    padding-top: 0.25rem !important; }
  .bootstrapped .pr-sm-1,
  .bootstrapped .px-sm-1 {
    padding-right: 0.25rem !important; }
  .bootstrapped .pb-sm-1,
  .bootstrapped .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .bootstrapped .pl-sm-1,
  .bootstrapped .px-sm-1 {
    padding-left: 0.25rem !important; }
  .bootstrapped .p-sm-2 {
    padding: 0.5rem !important; }
  .bootstrapped .pt-sm-2,
  .bootstrapped .py-sm-2 {
    padding-top: 0.5rem !important; }
  .bootstrapped .pr-sm-2,
  .bootstrapped .px-sm-2 {
    padding-right: 0.5rem !important; }
  .bootstrapped .pb-sm-2,
  .bootstrapped .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .bootstrapped .pl-sm-2,
  .bootstrapped .px-sm-2 {
    padding-left: 0.5rem !important; }
  .bootstrapped .p-sm-3 {
    padding: 1rem !important; }
  .bootstrapped .pt-sm-3,
  .bootstrapped .py-sm-3 {
    padding-top: 1rem !important; }
  .bootstrapped .pr-sm-3,
  .bootstrapped .px-sm-3 {
    padding-right: 1rem !important; }
  .bootstrapped .pb-sm-3,
  .bootstrapped .py-sm-3 {
    padding-bottom: 1rem !important; }
  .bootstrapped .pl-sm-3,
  .bootstrapped .px-sm-3 {
    padding-left: 1rem !important; }
  .bootstrapped .p-sm-4 {
    padding: 1.5rem !important; }
  .bootstrapped .pt-sm-4,
  .bootstrapped .py-sm-4 {
    padding-top: 1.5rem !important; }
  .bootstrapped .pr-sm-4,
  .bootstrapped .px-sm-4 {
    padding-right: 1.5rem !important; }
  .bootstrapped .pb-sm-4,
  .bootstrapped .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .bootstrapped .pl-sm-4,
  .bootstrapped .px-sm-4 {
    padding-left: 1.5rem !important; }
  .bootstrapped .p-sm-5 {
    padding: 3rem !important; }
  .bootstrapped .pt-sm-5,
  .bootstrapped .py-sm-5 {
    padding-top: 3rem !important; }
  .bootstrapped .pr-sm-5,
  .bootstrapped .px-sm-5 {
    padding-right: 3rem !important; }
  .bootstrapped .pb-sm-5,
  .bootstrapped .py-sm-5 {
    padding-bottom: 3rem !important; }
  .bootstrapped .pl-sm-5,
  .bootstrapped .px-sm-5 {
    padding-left: 3rem !important; }
  .bootstrapped .m-sm-auto {
    margin: auto !important; }
  .bootstrapped .mt-sm-auto,
  .bootstrapped .my-sm-auto {
    margin-top: auto !important; }
  .bootstrapped .mr-sm-auto,
  .bootstrapped .mx-sm-auto {
    margin-right: auto !important; }
  .bootstrapped .mb-sm-auto,
  .bootstrapped .my-sm-auto {
    margin-bottom: auto !important; }
  .bootstrapped .ml-sm-auto,
  .bootstrapped .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .bootstrapped .m-md-0 {
    margin: 0 !important; }
  .bootstrapped .mt-md-0,
  .bootstrapped .my-md-0 {
    margin-top: 0 !important; }
  .bootstrapped .mr-md-0,
  .bootstrapped .mx-md-0 {
    margin-right: 0 !important; }
  .bootstrapped .mb-md-0,
  .bootstrapped .my-md-0 {
    margin-bottom: 0 !important; }
  .bootstrapped .ml-md-0,
  .bootstrapped .mx-md-0 {
    margin-left: 0 !important; }
  .bootstrapped .m-md-1 {
    margin: 0.25rem !important; }
  .bootstrapped .mt-md-1,
  .bootstrapped .my-md-1 {
    margin-top: 0.25rem !important; }
  .bootstrapped .mr-md-1,
  .bootstrapped .mx-md-1 {
    margin-right: 0.25rem !important; }
  .bootstrapped .mb-md-1,
  .bootstrapped .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .bootstrapped .ml-md-1,
  .bootstrapped .mx-md-1 {
    margin-left: 0.25rem !important; }
  .bootstrapped .m-md-2 {
    margin: 0.5rem !important; }
  .bootstrapped .mt-md-2,
  .bootstrapped .my-md-2 {
    margin-top: 0.5rem !important; }
  .bootstrapped .mr-md-2,
  .bootstrapped .mx-md-2 {
    margin-right: 0.5rem !important; }
  .bootstrapped .mb-md-2,
  .bootstrapped .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .bootstrapped .ml-md-2,
  .bootstrapped .mx-md-2 {
    margin-left: 0.5rem !important; }
  .bootstrapped .m-md-3 {
    margin: 1rem !important; }
  .bootstrapped .mt-md-3,
  .bootstrapped .my-md-3 {
    margin-top: 1rem !important; }
  .bootstrapped .mr-md-3,
  .bootstrapped .mx-md-3 {
    margin-right: 1rem !important; }
  .bootstrapped .mb-md-3,
  .bootstrapped .my-md-3 {
    margin-bottom: 1rem !important; }
  .bootstrapped .ml-md-3,
  .bootstrapped .mx-md-3 {
    margin-left: 1rem !important; }
  .bootstrapped .m-md-4 {
    margin: 1.5rem !important; }
  .bootstrapped .mt-md-4,
  .bootstrapped .my-md-4 {
    margin-top: 1.5rem !important; }
  .bootstrapped .mr-md-4,
  .bootstrapped .mx-md-4 {
    margin-right: 1.5rem !important; }
  .bootstrapped .mb-md-4,
  .bootstrapped .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .bootstrapped .ml-md-4,
  .bootstrapped .mx-md-4 {
    margin-left: 1.5rem !important; }
  .bootstrapped .m-md-5 {
    margin: 3rem !important; }
  .bootstrapped .mt-md-5,
  .bootstrapped .my-md-5 {
    margin-top: 3rem !important; }
  .bootstrapped .mr-md-5,
  .bootstrapped .mx-md-5 {
    margin-right: 3rem !important; }
  .bootstrapped .mb-md-5,
  .bootstrapped .my-md-5 {
    margin-bottom: 3rem !important; }
  .bootstrapped .ml-md-5,
  .bootstrapped .mx-md-5 {
    margin-left: 3rem !important; }
  .bootstrapped .p-md-0 {
    padding: 0 !important; }
  .bootstrapped .pt-md-0,
  .bootstrapped .py-md-0 {
    padding-top: 0 !important; }
  .bootstrapped .pr-md-0,
  .bootstrapped .px-md-0 {
    padding-right: 0 !important; }
  .bootstrapped .pb-md-0,
  .bootstrapped .py-md-0 {
    padding-bottom: 0 !important; }
  .bootstrapped .pl-md-0,
  .bootstrapped .px-md-0 {
    padding-left: 0 !important; }
  .bootstrapped .p-md-1 {
    padding: 0.25rem !important; }
  .bootstrapped .pt-md-1,
  .bootstrapped .py-md-1 {
    padding-top: 0.25rem !important; }
  .bootstrapped .pr-md-1,
  .bootstrapped .px-md-1 {
    padding-right: 0.25rem !important; }
  .bootstrapped .pb-md-1,
  .bootstrapped .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .bootstrapped .pl-md-1,
  .bootstrapped .px-md-1 {
    padding-left: 0.25rem !important; }
  .bootstrapped .p-md-2 {
    padding: 0.5rem !important; }
  .bootstrapped .pt-md-2,
  .bootstrapped .py-md-2 {
    padding-top: 0.5rem !important; }
  .bootstrapped .pr-md-2,
  .bootstrapped .px-md-2 {
    padding-right: 0.5rem !important; }
  .bootstrapped .pb-md-2,
  .bootstrapped .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .bootstrapped .pl-md-2,
  .bootstrapped .px-md-2 {
    padding-left: 0.5rem !important; }
  .bootstrapped .p-md-3 {
    padding: 1rem !important; }
  .bootstrapped .pt-md-3,
  .bootstrapped .py-md-3 {
    padding-top: 1rem !important; }
  .bootstrapped .pr-md-3,
  .bootstrapped .px-md-3 {
    padding-right: 1rem !important; }
  .bootstrapped .pb-md-3,
  .bootstrapped .py-md-3 {
    padding-bottom: 1rem !important; }
  .bootstrapped .pl-md-3,
  .bootstrapped .px-md-3 {
    padding-left: 1rem !important; }
  .bootstrapped .p-md-4 {
    padding: 1.5rem !important; }
  .bootstrapped .pt-md-4,
  .bootstrapped .py-md-4 {
    padding-top: 1.5rem !important; }
  .bootstrapped .pr-md-4,
  .bootstrapped .px-md-4 {
    padding-right: 1.5rem !important; }
  .bootstrapped .pb-md-4,
  .bootstrapped .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .bootstrapped .pl-md-4,
  .bootstrapped .px-md-4 {
    padding-left: 1.5rem !important; }
  .bootstrapped .p-md-5 {
    padding: 3rem !important; }
  .bootstrapped .pt-md-5,
  .bootstrapped .py-md-5 {
    padding-top: 3rem !important; }
  .bootstrapped .pr-md-5,
  .bootstrapped .px-md-5 {
    padding-right: 3rem !important; }
  .bootstrapped .pb-md-5,
  .bootstrapped .py-md-5 {
    padding-bottom: 3rem !important; }
  .bootstrapped .pl-md-5,
  .bootstrapped .px-md-5 {
    padding-left: 3rem !important; }
  .bootstrapped .m-md-auto {
    margin: auto !important; }
  .bootstrapped .mt-md-auto,
  .bootstrapped .my-md-auto {
    margin-top: auto !important; }
  .bootstrapped .mr-md-auto,
  .bootstrapped .mx-md-auto {
    margin-right: auto !important; }
  .bootstrapped .mb-md-auto,
  .bootstrapped .my-md-auto {
    margin-bottom: auto !important; }
  .bootstrapped .ml-md-auto,
  .bootstrapped .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .bootstrapped .m-lg-0 {
    margin: 0 !important; }
  .bootstrapped .mt-lg-0,
  .bootstrapped .my-lg-0 {
    margin-top: 0 !important; }
  .bootstrapped .mr-lg-0,
  .bootstrapped .mx-lg-0 {
    margin-right: 0 !important; }
  .bootstrapped .mb-lg-0,
  .bootstrapped .my-lg-0 {
    margin-bottom: 0 !important; }
  .bootstrapped .ml-lg-0,
  .bootstrapped .mx-lg-0 {
    margin-left: 0 !important; }
  .bootstrapped .m-lg-1 {
    margin: 0.25rem !important; }
  .bootstrapped .mt-lg-1,
  .bootstrapped .my-lg-1 {
    margin-top: 0.25rem !important; }
  .bootstrapped .mr-lg-1,
  .bootstrapped .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .bootstrapped .mb-lg-1,
  .bootstrapped .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .bootstrapped .ml-lg-1,
  .bootstrapped .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .bootstrapped .m-lg-2 {
    margin: 0.5rem !important; }
  .bootstrapped .mt-lg-2,
  .bootstrapped .my-lg-2 {
    margin-top: 0.5rem !important; }
  .bootstrapped .mr-lg-2,
  .bootstrapped .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .bootstrapped .mb-lg-2,
  .bootstrapped .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .bootstrapped .ml-lg-2,
  .bootstrapped .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .bootstrapped .m-lg-3 {
    margin: 1rem !important; }
  .bootstrapped .mt-lg-3,
  .bootstrapped .my-lg-3 {
    margin-top: 1rem !important; }
  .bootstrapped .mr-lg-3,
  .bootstrapped .mx-lg-3 {
    margin-right: 1rem !important; }
  .bootstrapped .mb-lg-3,
  .bootstrapped .my-lg-3 {
    margin-bottom: 1rem !important; }
  .bootstrapped .ml-lg-3,
  .bootstrapped .mx-lg-3 {
    margin-left: 1rem !important; }
  .bootstrapped .m-lg-4 {
    margin: 1.5rem !important; }
  .bootstrapped .mt-lg-4,
  .bootstrapped .my-lg-4 {
    margin-top: 1.5rem !important; }
  .bootstrapped .mr-lg-4,
  .bootstrapped .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .bootstrapped .mb-lg-4,
  .bootstrapped .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .bootstrapped .ml-lg-4,
  .bootstrapped .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .bootstrapped .m-lg-5 {
    margin: 3rem !important; }
  .bootstrapped .mt-lg-5,
  .bootstrapped .my-lg-5 {
    margin-top: 3rem !important; }
  .bootstrapped .mr-lg-5,
  .bootstrapped .mx-lg-5 {
    margin-right: 3rem !important; }
  .bootstrapped .mb-lg-5,
  .bootstrapped .my-lg-5 {
    margin-bottom: 3rem !important; }
  .bootstrapped .ml-lg-5,
  .bootstrapped .mx-lg-5 {
    margin-left: 3rem !important; }
  .bootstrapped .p-lg-0 {
    padding: 0 !important; }
  .bootstrapped .pt-lg-0,
  .bootstrapped .py-lg-0 {
    padding-top: 0 !important; }
  .bootstrapped .pr-lg-0,
  .bootstrapped .px-lg-0 {
    padding-right: 0 !important; }
  .bootstrapped .pb-lg-0,
  .bootstrapped .py-lg-0 {
    padding-bottom: 0 !important; }
  .bootstrapped .pl-lg-0,
  .bootstrapped .px-lg-0 {
    padding-left: 0 !important; }
  .bootstrapped .p-lg-1 {
    padding: 0.25rem !important; }
  .bootstrapped .pt-lg-1,
  .bootstrapped .py-lg-1 {
    padding-top: 0.25rem !important; }
  .bootstrapped .pr-lg-1,
  .bootstrapped .px-lg-1 {
    padding-right: 0.25rem !important; }
  .bootstrapped .pb-lg-1,
  .bootstrapped .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .bootstrapped .pl-lg-1,
  .bootstrapped .px-lg-1 {
    padding-left: 0.25rem !important; }
  .bootstrapped .p-lg-2 {
    padding: 0.5rem !important; }
  .bootstrapped .pt-lg-2,
  .bootstrapped .py-lg-2 {
    padding-top: 0.5rem !important; }
  .bootstrapped .pr-lg-2,
  .bootstrapped .px-lg-2 {
    padding-right: 0.5rem !important; }
  .bootstrapped .pb-lg-2,
  .bootstrapped .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .bootstrapped .pl-lg-2,
  .bootstrapped .px-lg-2 {
    padding-left: 0.5rem !important; }
  .bootstrapped .p-lg-3 {
    padding: 1rem !important; }
  .bootstrapped .pt-lg-3,
  .bootstrapped .py-lg-3 {
    padding-top: 1rem !important; }
  .bootstrapped .pr-lg-3,
  .bootstrapped .px-lg-3 {
    padding-right: 1rem !important; }
  .bootstrapped .pb-lg-3,
  .bootstrapped .py-lg-3 {
    padding-bottom: 1rem !important; }
  .bootstrapped .pl-lg-3,
  .bootstrapped .px-lg-3 {
    padding-left: 1rem !important; }
  .bootstrapped .p-lg-4 {
    padding: 1.5rem !important; }
  .bootstrapped .pt-lg-4,
  .bootstrapped .py-lg-4 {
    padding-top: 1.5rem !important; }
  .bootstrapped .pr-lg-4,
  .bootstrapped .px-lg-4 {
    padding-right: 1.5rem !important; }
  .bootstrapped .pb-lg-4,
  .bootstrapped .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .bootstrapped .pl-lg-4,
  .bootstrapped .px-lg-4 {
    padding-left: 1.5rem !important; }
  .bootstrapped .p-lg-5 {
    padding: 3rem !important; }
  .bootstrapped .pt-lg-5,
  .bootstrapped .py-lg-5 {
    padding-top: 3rem !important; }
  .bootstrapped .pr-lg-5,
  .bootstrapped .px-lg-5 {
    padding-right: 3rem !important; }
  .bootstrapped .pb-lg-5,
  .bootstrapped .py-lg-5 {
    padding-bottom: 3rem !important; }
  .bootstrapped .pl-lg-5,
  .bootstrapped .px-lg-5 {
    padding-left: 3rem !important; }
  .bootstrapped .m-lg-auto {
    margin: auto !important; }
  .bootstrapped .mt-lg-auto,
  .bootstrapped .my-lg-auto {
    margin-top: auto !important; }
  .bootstrapped .mr-lg-auto,
  .bootstrapped .mx-lg-auto {
    margin-right: auto !important; }
  .bootstrapped .mb-lg-auto,
  .bootstrapped .my-lg-auto {
    margin-bottom: auto !important; }
  .bootstrapped .ml-lg-auto,
  .bootstrapped .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .bootstrapped .m-xl-0 {
    margin: 0 !important; }
  .bootstrapped .mt-xl-0,
  .bootstrapped .my-xl-0 {
    margin-top: 0 !important; }
  .bootstrapped .mr-xl-0,
  .bootstrapped .mx-xl-0 {
    margin-right: 0 !important; }
  .bootstrapped .mb-xl-0,
  .bootstrapped .my-xl-0 {
    margin-bottom: 0 !important; }
  .bootstrapped .ml-xl-0,
  .bootstrapped .mx-xl-0 {
    margin-left: 0 !important; }
  .bootstrapped .m-xl-1 {
    margin: 0.25rem !important; }
  .bootstrapped .mt-xl-1,
  .bootstrapped .my-xl-1 {
    margin-top: 0.25rem !important; }
  .bootstrapped .mr-xl-1,
  .bootstrapped .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .bootstrapped .mb-xl-1,
  .bootstrapped .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .bootstrapped .ml-xl-1,
  .bootstrapped .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .bootstrapped .m-xl-2 {
    margin: 0.5rem !important; }
  .bootstrapped .mt-xl-2,
  .bootstrapped .my-xl-2 {
    margin-top: 0.5rem !important; }
  .bootstrapped .mr-xl-2,
  .bootstrapped .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .bootstrapped .mb-xl-2,
  .bootstrapped .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .bootstrapped .ml-xl-2,
  .bootstrapped .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .bootstrapped .m-xl-3 {
    margin: 1rem !important; }
  .bootstrapped .mt-xl-3,
  .bootstrapped .my-xl-3 {
    margin-top: 1rem !important; }
  .bootstrapped .mr-xl-3,
  .bootstrapped .mx-xl-3 {
    margin-right: 1rem !important; }
  .bootstrapped .mb-xl-3,
  .bootstrapped .my-xl-3 {
    margin-bottom: 1rem !important; }
  .bootstrapped .ml-xl-3,
  .bootstrapped .mx-xl-3 {
    margin-left: 1rem !important; }
  .bootstrapped .m-xl-4 {
    margin: 1.5rem !important; }
  .bootstrapped .mt-xl-4,
  .bootstrapped .my-xl-4 {
    margin-top: 1.5rem !important; }
  .bootstrapped .mr-xl-4,
  .bootstrapped .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .bootstrapped .mb-xl-4,
  .bootstrapped .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .bootstrapped .ml-xl-4,
  .bootstrapped .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .bootstrapped .m-xl-5 {
    margin: 3rem !important; }
  .bootstrapped .mt-xl-5,
  .bootstrapped .my-xl-5 {
    margin-top: 3rem !important; }
  .bootstrapped .mr-xl-5,
  .bootstrapped .mx-xl-5 {
    margin-right: 3rem !important; }
  .bootstrapped .mb-xl-5,
  .bootstrapped .my-xl-5 {
    margin-bottom: 3rem !important; }
  .bootstrapped .ml-xl-5,
  .bootstrapped .mx-xl-5 {
    margin-left: 3rem !important; }
  .bootstrapped .p-xl-0 {
    padding: 0 !important; }
  .bootstrapped .pt-xl-0,
  .bootstrapped .py-xl-0 {
    padding-top: 0 !important; }
  .bootstrapped .pr-xl-0,
  .bootstrapped .px-xl-0 {
    padding-right: 0 !important; }
  .bootstrapped .pb-xl-0,
  .bootstrapped .py-xl-0 {
    padding-bottom: 0 !important; }
  .bootstrapped .pl-xl-0,
  .bootstrapped .px-xl-0 {
    padding-left: 0 !important; }
  .bootstrapped .p-xl-1 {
    padding: 0.25rem !important; }
  .bootstrapped .pt-xl-1,
  .bootstrapped .py-xl-1 {
    padding-top: 0.25rem !important; }
  .bootstrapped .pr-xl-1,
  .bootstrapped .px-xl-1 {
    padding-right: 0.25rem !important; }
  .bootstrapped .pb-xl-1,
  .bootstrapped .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .bootstrapped .pl-xl-1,
  .bootstrapped .px-xl-1 {
    padding-left: 0.25rem !important; }
  .bootstrapped .p-xl-2 {
    padding: 0.5rem !important; }
  .bootstrapped .pt-xl-2,
  .bootstrapped .py-xl-2 {
    padding-top: 0.5rem !important; }
  .bootstrapped .pr-xl-2,
  .bootstrapped .px-xl-2 {
    padding-right: 0.5rem !important; }
  .bootstrapped .pb-xl-2,
  .bootstrapped .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .bootstrapped .pl-xl-2,
  .bootstrapped .px-xl-2 {
    padding-left: 0.5rem !important; }
  .bootstrapped .p-xl-3 {
    padding: 1rem !important; }
  .bootstrapped .pt-xl-3,
  .bootstrapped .py-xl-3 {
    padding-top: 1rem !important; }
  .bootstrapped .pr-xl-3,
  .bootstrapped .px-xl-3 {
    padding-right: 1rem !important; }
  .bootstrapped .pb-xl-3,
  .bootstrapped .py-xl-3 {
    padding-bottom: 1rem !important; }
  .bootstrapped .pl-xl-3,
  .bootstrapped .px-xl-3 {
    padding-left: 1rem !important; }
  .bootstrapped .p-xl-4 {
    padding: 1.5rem !important; }
  .bootstrapped .pt-xl-4,
  .bootstrapped .py-xl-4 {
    padding-top: 1.5rem !important; }
  .bootstrapped .pr-xl-4,
  .bootstrapped .px-xl-4 {
    padding-right: 1.5rem !important; }
  .bootstrapped .pb-xl-4,
  .bootstrapped .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .bootstrapped .pl-xl-4,
  .bootstrapped .px-xl-4 {
    padding-left: 1.5rem !important; }
  .bootstrapped .p-xl-5 {
    padding: 3rem !important; }
  .bootstrapped .pt-xl-5,
  .bootstrapped .py-xl-5 {
    padding-top: 3rem !important; }
  .bootstrapped .pr-xl-5,
  .bootstrapped .px-xl-5 {
    padding-right: 3rem !important; }
  .bootstrapped .pb-xl-5,
  .bootstrapped .py-xl-5 {
    padding-bottom: 3rem !important; }
  .bootstrapped .pl-xl-5,
  .bootstrapped .px-xl-5 {
    padding-left: 3rem !important; }
  .bootstrapped .m-xl-auto {
    margin: auto !important; }
  .bootstrapped .mt-xl-auto,
  .bootstrapped .my-xl-auto {
    margin-top: auto !important; }
  .bootstrapped .mr-xl-auto,
  .bootstrapped .mx-xl-auto {
    margin-right: auto !important; }
  .bootstrapped .mb-xl-auto,
  .bootstrapped .my-xl-auto {
    margin-bottom: auto !important; }
  .bootstrapped .ml-xl-auto,
  .bootstrapped .mx-xl-auto {
    margin-left: auto !important; } }
.bootstrapped .text-justify {
  text-align: justify !important; }
.bootstrapped .text-nowrap {
  white-space: nowrap !important; }
.bootstrapped .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.bootstrapped .text-left {
  text-align: left !important; }
.bootstrapped .text-right {
  text-align: right !important; }
.bootstrapped .text-center {
  text-align: center !important; }
@media (min-width: 576px) {
  .bootstrapped .text-sm-left {
    text-align: left !important; }
  .bootstrapped .text-sm-right {
    text-align: right !important; }
  .bootstrapped .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .bootstrapped .text-md-left {
    text-align: left !important; }
  .bootstrapped .text-md-right {
    text-align: right !important; }
  .bootstrapped .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .bootstrapped .text-lg-left {
    text-align: left !important; }
  .bootstrapped .text-lg-right {
    text-align: right !important; }
  .bootstrapped .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .bootstrapped .text-xl-left {
    text-align: left !important; }
  .bootstrapped .text-xl-right {
    text-align: right !important; }
  .bootstrapped .text-xl-center {
    text-align: center !important; } }
.bootstrapped .text-lowercase {
  text-transform: lowercase !important; }
.bootstrapped .text-uppercase {
  text-transform: uppercase !important; }
.bootstrapped .text-capitalize {
  text-transform: capitalize !important; }
.bootstrapped .font-weight-light {
  font-weight: 300 !important; }
.bootstrapped .font-weight-normal {
  font-weight: normal !important; }
.bootstrapped .font-weight-bold {
  font-weight: bold !important; }
.bootstrapped .font-italic {
  font-style: italic !important; }
.bootstrapped .text-white {
  color: #fff !important; }
.bootstrapped .text-primary {
  color: #007bff !important; }
.bootstrapped a.text-primary:focus, .bootstrapped a.text-primary:hover {
  color: #0062cc !important; }
.bootstrapped .text-secondary {
  color: #868e96 !important; }
.bootstrapped a.text-secondary:focus, .bootstrapped a.text-secondary:hover {
  color: #6c747d !important; }
.bootstrapped .text-success {
  color: #28a745 !important; }
.bootstrapped a.text-success:focus, .bootstrapped a.text-success:hover {
  color: #1e7e34 !important; }
.bootstrapped .text-info {
  color: #17a2b8 !important; }
.bootstrapped a.text-info:focus, .bootstrapped a.text-info:hover {
  color: #117a8b !important; }
.bootstrapped .text-warning {
  color: #ffc107 !important; }
.bootstrapped a.text-warning:focus, .bootstrapped a.text-warning:hover {
  color: #d39e00 !important; }
.bootstrapped .text-danger {
  color: #dc3545 !important; }
.bootstrapped a.text-danger:focus, .bootstrapped a.text-danger:hover {
  color: #bd2130 !important; }
.bootstrapped .text-light {
  color: #f8f9fa !important; }
.bootstrapped a.text-light:focus, .bootstrapped a.text-light:hover {
  color: #dae0e5 !important; }
.bootstrapped .text-dark {
  color: #343a40 !important; }
.bootstrapped a.text-dark:focus, .bootstrapped a.text-dark:hover {
  color: #1d2124 !important; }
.bootstrapped .text-muted {
  color: #868e96 !important; }
.bootstrapped .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }
.bootstrapped .visible {
  visibility: visible !important; }
.bootstrapped .invisible {
  visibility: hidden !important; }

/*# sourceMappingURL=form-layout.css.map */
