:root, [data-bs-theme=light] {
  --bs-primary: #24285b;
  --bs-primary-rgb: 36,40,91;
  --bs-primary-text-emphasis: #0E1024;
  --bs-primary-bg-subtle: #D3D4DE;
  --bs-primary-border-subtle: #A7A9BD;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #24285b;
  --bs-btn-border-color: #24285b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1F224D;
  --bs-btn-hover-border-color: #1D2049;
  --bs-btn-focus-shadow-rgb: 222,223,230;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1D2049;
  --bs-btn-active-border-color: #1B1E44;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #24285b;
  --bs-btn-disabled-border-color: #24285b;
}

.btn-outline-primary {
  --bs-btn-color: #24285b;
  --bs-btn-border-color: #24285b;
  --bs-btn-focus-shadow-rgb: 36,40,91;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #24285b;
  --bs-btn-hover-border-color: #24285b;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #24285b;
  --bs-btn-active-border-color: #24285b;
  --bs-btn-disabled-color: #24285b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #24285b;
}

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

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

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

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

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

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

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

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

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

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

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

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !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-3 {
  padding-top: 1rem !important;
}

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

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

.pb-2 {
  padding-bottom: .5rem !important;
}

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

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

@media (min-width: 768px) {
  .ms-md-3 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-5 {
    padding: 3rem !important;
  }
}

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

@media (min-width: 992px) {
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-0 {
    margin-right: 0rem !important;
  }
}

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

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

@media (min-width: 1200px) {
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
}

