[data-bs-theme=dark] {
  --bs-primary: rgb(28,211,167);
  --bs-primary-rgb: 28,211,167;
  --bs-primary-text-emphasis: #77E5CA;
  --bs-primary-bg-subtle: #062A21;
  --bs-primary-border-subtle: #117F64;
}

[data-bs-theme=dark] .btn-primary, .btn-primary[data-bs-theme=dark] {
  --bs-btn-color: #000000;
  --bs-btn-bg: rgb(28,211,167);
  --bs-btn-border-color: rgb(28,211,167);
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #3EDAB4;
  --bs-btn-hover-border-color: #33D7B0;
  --bs-btn-focus-shadow-rgb: 4,32,25;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #49DCB9;
  --bs-btn-active-border-color: #33D7B0;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: rgb(28,211,167);
  --bs-btn-disabled-border-color: rgb(28,211,167);
}

[data-bs-theme=dark] .btn-outline-primary, .btn-outline-primary[data-bs-theme=dark] {
  --bs-btn-color: rgb(28,211,167);
  --bs-btn-border-color: rgb(28,211,167);
  --bs-btn-focus-shadow-rgb: 28,211,167;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(28,211,167);
  --bs-btn-hover-border-color: rgb(28,211,167);
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(28,211,167);
  --bs-btn-active-border-color: rgb(28,211,167);
  --bs-btn-disabled-color: rgb(28,211,167);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(28,211,167);
}

.aspect-ratio-4x3 {
  aspect-ratio: 4/3;
}

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

.mx-0 {
  margin-right: 0!important;
  margin-left: 0!important;
}

.mx-8 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}

.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important;
}

.my-0 {
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.my-2 {
  margin-top: .5rem!important;
  margin-bottom: .5rem!important;
}

.my-3 {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
}

.my-6 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.mt-1 {
  margin-top: .25rem!important;
}

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

.me-0 {
  margin-right: 0!important;
}

.me-1 {
  margin-right: .25rem!important;
}

.me-2 {
  margin-right: .5rem!important;
}

.me-3 {
  margin-right: 1rem!important;
}

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

.mb-1 {
  margin-bottom: .25rem!important;
}

.mb-2 {
  margin-bottom: .5rem!important;
}

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

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

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

.ms-0 {
  margin-left: 0!important;
}

.ms-1 {
  margin-left: .25rem!important;
}

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

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

.px-0 {
  padding-right: 0!important;
  padding-left: 0!important;
}

.px-1 {
  padding-right: .25rem!important;
  padding-left: .25rem!important;
}

.px-2 {
  padding-right: .5rem!important;
  padding-left: .5rem!important;
}

.py-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}

.py-4 {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
}

.py-5 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important;
}

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

@media (min-width:992px) {
  .me-lg-1 {
    margin-right: .25rem!important;
  }
}

@media (min-width:992px) {
  .mb-lg-0 {
    margin-bottom: 0!important;
  }
}

@media (min-width:992px) {
  .mb-lg-2 {
    margin-bottom: .5rem!important;
  }
}

@media (min-width:992px) {
  .mb-lg-5 {
    margin-bottom: 3rem!important;
  }
}

@media (min-width:992px) {
  .py-lg-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
}

@media (min-width:992px) {
  .ps-lg-5 {
    padding-left: 3rem!important;
  }
}

@media (min-width:1200px) {
  .mb-xl-5 {
    margin-bottom: 3rem!important;
  }
}

@media (min-width: 1200px) {
  .px-xl-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}

