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

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

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

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

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

.mt-8 {
  margin-top: 7.5rem !important;
}

.mt-10 {
  margin-top: 10.5rem !important;
}

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

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

.me-4 {
  margin-right: 1.5rem!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;
}

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

.mb-10 {
  margin-bottom: 10.5rem !important;
}

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

.ms-2 {
  margin-left: .5rem!important;
}

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

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

.pt-0 {
  padding-top: 0!important;
}

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

.pt-6 {
  padding-top: 4.5rem !important;
}

.pe-5 {
  padding-right: 3rem!important;
}

.pe-7 {
  padding-right: 6rem !important;
}

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

.ps-5 {
  padding-left: 3rem!important;
}

.ps-7 {
  padding-left: 6rem !important;
}

