:root, [data-bs-theme=light] {
  --bs-body-color: #000000;
  --bs-body-color-rgb: 0,0,0;
  --bs-body-bg: #fffff1;
  --bs-body-bg-rgb: 255,255,241;
  --bs-secondary-bg: #f9f1d7;
  --bs-secondary-bg-rgb: 249,241,215;
  --bs-tertiary-bg: #fffee1;
  --bs-tertiary-bg-rgb: 255,254,225;
  --bs-secondary-color: rgba(0,0,0,0.75);
  --bs-secondary-color-rgb: 0,0,0,0.75;
  --bs-tertiary-color: rgba(0,0,0,0.5);
  --bs-tertiary-color-rgb: 0,0,0,0.5;
  --bs-body-font-family: 'Work Sans', sans-serif;
  --bs-body-font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

.ms-4 {
  margin-left: 1.5rem!important;
}

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

.px-10 {
  padding-left: 10.5rem !important;
  padding-right: 10.5rem !important;
}

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

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

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

.pe-0 {
  padding-right: 0!important;
}

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

.ps-0 {
  padding-left: 0!important;
}

@media (min-width:576px) {
  .mx-sm-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important;
  }
}

@media (min-width:576px) {
  .px-sm-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
  }
}

@media (min-width:576px) {
  .px-sm-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
  }
}

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

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

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

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

@media (min-width: 768px) {
  .px-md-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
}

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

@media (min-width: 992px) {
  .px-lg-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
}

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

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

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

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

@media (min-width: 1400px) {
  .mx-xxl-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
}

@media (min-width:1400px) {
  .mt-xxl-5 {
    margin-top: 3rem!important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-6 {
    margin-top: 4.5rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-10 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
}

