.text-white {
  --bs-text-opacity: 1;
  color: #fff !important;
}
.text-center {
  text-align: center !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
  }
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: -15px;
  margin-left: -15px;
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: var(--bs-gutter-y);
}

.d-none {
  display: none !important;
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.align-items-center {
  align-items: center !important;
}
.d-flex {
  display: flex !important;
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .mt-4 {
    margin-top: 1.5rem !important;
  }
  .pt-1 {
    padding-top: 0.25rem !important;
  }
}
.mt-4 {
  margin-top: clamp(10px, 1.25vw, 24px) !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
  }
