.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.justify-content-start {
  justify-content: start !important;
}

.justify-content-end {
  justify-content: end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: start !important;
}

.align-items-end {
  align-items: end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-grid {
  display: grid !important;
}

@media (min-width: 0) {
  .d-0-none {
    display: none !important;
  }
  .d-0-inline {
    display: inline !important;
  }
  .d-0-inline-block {
    display: inline-block !important;
  }
  .d-0-block {
    display: block !important;
  }
  .d-0-flex {
    display: flex !important;
  }
  .d-0-inline-flex {
    display: inline-flex !important;
  }
  .d-0-grid {
    display: grid !important;
  }
}
@media (min-width: 321px) {
  .d-3xs-none {
    display: none !important;
  }
  .d-3xs-inline {
    display: inline !important;
  }
  .d-3xs-inline-block {
    display: inline-block !important;
  }
  .d-3xs-block {
    display: block !important;
  }
  .d-3xs-flex {
    display: flex !important;
  }
  .d-3xs-inline-flex {
    display: inline-flex !important;
  }
  .d-3xs-grid {
    display: grid !important;
  }
}
@media (min-width: 376px) {
  .d-xxs-none {
    display: none !important;
  }
  .d-xxs-inline {
    display: inline !important;
  }
  .d-xxs-inline-block {
    display: inline-block !important;
  }
  .d-xxs-block {
    display: block !important;
  }
  .d-xxs-flex {
    display: flex !important;
  }
  .d-xxs-inline-flex {
    display: inline-flex !important;
  }
  .d-xxs-grid {
    display: grid !important;
  }
}
@media (min-width: 426px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
}
@media (min-width: 1700px) {
  .d-3xl-none {
    display: none !important;
  }
  .d-3xl-inline {
    display: inline !important;
  }
  .d-3xl-inline-block {
    display: inline-block !important;
  }
  .d-3xl-block {
    display: block !important;
  }
  .d-3xl-flex {
    display: flex !important;
  }
  .d-3xl-inline-flex {
    display: inline-flex !important;
  }
  .d-3xl-grid {
    display: grid !important;
  }
}
.mt-1 {
  margin-top: 0.25rem !important;
}

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

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

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

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

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

.mt-7 {
  margin-top: 2.5rem !important;
}

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

.mt-9 {
  margin-top: 3.75rem !important;
}

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

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

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

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

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

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

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

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

.mb-7 {
  margin-bottom: 2.5rem !important;
}

.mb-8 {
  margin-bottom: 3.125rem !important;
}

.mb-9 {
  margin-bottom: 3.75rem !important;
}

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

.mb-11 {
  margin-bottom: 7.5rem !important;
}

.ms-1 {
  margin-inline-start: 0.25rem !important;
}

.ms-2 {
  margin-inline-start: 0.5rem !important;
}

.ms-3 {
  margin-inline-start: 0.75rem !important;
}

.ms-4 {
  margin-inline-start: 1rem !important;
}

.ms-5 {
  margin-inline-start: 1.25rem !important;
}

.ms-6 {
  margin-inline-start: 1.75rem !important;
}

.ms-7 {
  margin-inline-start: 2.5rem !important;
}

.ms-8 {
  margin-inline-start: 3.125rem !important;
}

.ms-9 {
  margin-inline-start: 3.75rem !important;
}

.ms-10 {
  margin-inline-start: 5rem !important;
}

.ms-11 {
  margin-inline-start: 7.5rem !important;
}

.me-1 {
  margin-inline-end: 0.25rem !important;
}

.me-2 {
  margin-inline-end: 0.5rem !important;
}

.me-3 {
  margin-inline-end: 0.75rem !important;
}

.me-4 {
  margin-inline-end: 1rem !important;
}

.me-5 {
  margin-inline-end: 1.25rem !important;
}

.me-6 {
  margin-inline-end: 1.75rem !important;
}

.me-7 {
  margin-inline-end: 2.5rem !important;
}

.me-8 {
  margin-inline-end: 3.125rem !important;
}

.me-9 {
  margin-inline-end: 3.75rem !important;
}

.me-10 {
  margin-inline-end: 5rem !important;
}

.me-11 {
  margin-inline-end: 7.5rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.ml-6 {
  margin-left: 1.75rem !important;
}

.ml-7 {
  margin-left: 2.5rem !important;
}

.ml-8 {
  margin-left: 3.125rem !important;
}

.ml-9 {
  margin-left: 3.75rem !important;
}

.ml-10 {
  margin-left: 5rem !important;
}

.ml-11 {
  margin-left: 7.5rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mr-6 {
  margin-right: 1.75rem !important;
}

.mr-7 {
  margin-right: 2.5rem !important;
}

.mr-8 {
  margin-right: 3.125rem !important;
}

.mr-9 {
  margin-right: 3.75rem !important;
}

.mr-10 {
  margin-right: 5rem !important;
}

.mr-11 {
  margin-right: 7.5rem !important;
}

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

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

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

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

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.mx-6 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}

.mx-7 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

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

.mx-9 {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important;
}

.mx-10 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

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

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

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

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

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

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

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

.my-7 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-8 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

.my-9 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

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

.my-11 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.ma-1 {
  margin-top: 0.25rem !important;
  margin-right: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.ma-2 {
  margin-top: 0.5rem !important;
  margin-right: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.ma-3 {
  margin-top: 0.75rem !important;
  margin-right: 0.75rem !important;
  margin-bottom: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.ma-4 {
  margin-top: 1rem !important;
  margin-right: 1rem !important;
  margin-bottom: 1rem !important;
  margin-left: 1rem !important;
}

.ma-5 {
  margin-top: 1.25rem !important;
  margin-right: 1.25rem !important;
  margin-bottom: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.ma-6 {
  margin-top: 1.75rem !important;
  margin-right: 1.75rem !important;
  margin-bottom: 1.75rem !important;
  margin-left: 1.75rem !important;
}

.ma-7 {
  margin-top: 2.5rem !important;
  margin-right: 2.5rem !important;
  margin-bottom: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.ma-8 {
  margin-top: 3.125rem !important;
  margin-right: 3.125rem !important;
  margin-bottom: 3.125rem !important;
  margin-left: 3.125rem !important;
}

.ma-9 {
  margin-top: 3.75rem !important;
  margin-right: 3.75rem !important;
  margin-bottom: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.ma-10 {
  margin-top: 5rem !important;
  margin-right: 5rem !important;
  margin-bottom: 5rem !important;
  margin-left: 5rem !important;
}

.ma-11 {
  margin-top: 7.5rem !important;
  margin-right: 7.5rem !important;
  margin-bottom: 7.5rem !important;
  margin-left: 7.5rem !important;
}

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

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

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

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

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

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

.pt-7 {
  padding-top: 2.5rem !important;
}

.pt-8 {
  padding-top: 3.125rem !important;
}

.pt-9 {
  padding-top: 3.75rem !important;
}

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

.pt-11 {
  padding-top: 7.5rem !important;
}

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

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

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

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

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

.pb-6 {
  padding-bottom: 1.75rem !important;
}

.pb-7 {
  padding-bottom: 2.5rem !important;
}

.pb-8 {
  padding-bottom: 3.125rem !important;
}

.pb-9 {
  padding-bottom: 3.75rem !important;
}

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

.pb-11 {
  padding-bottom: 7.5rem !important;
}

.ps-1 {
  padding-inline-start: 0.25rem !important;
}

.ps-2 {
  padding-inline-start: 0.5rem !important;
}

.ps-3 {
  padding-inline-start: 0.75rem !important;
}

.ps-4 {
  padding-inline-start: 1rem !important;
}

.ps-5 {
  padding-inline-start: 1.25rem !important;
}

.ps-6 {
  padding-inline-start: 1.75rem !important;
}

.ps-7 {
  padding-inline-start: 2.5rem !important;
}

.ps-8 {
  padding-inline-start: 3.125rem !important;
}

.ps-9 {
  padding-inline-start: 3.75rem !important;
}

.ps-10 {
  padding-inline-start: 5rem !important;
}

.ps-11 {
  padding-inline-start: 7.5rem !important;
}

.pe-1 {
  padding-inline-end: 0.25rem !important;
}

.pe-2 {
  padding-inline-end: 0.5rem !important;
}

.pe-3 {
  padding-inline-end: 0.75rem !important;
}

.pe-4 {
  padding-inline-end: 1rem !important;
}

.pe-5 {
  padding-inline-end: 1.25rem !important;
}

.pe-6 {
  padding-inline-end: 1.75rem !important;
}

.pe-7 {
  padding-inline-end: 2.5rem !important;
}

.pe-8 {
  padding-inline-end: 3.125rem !important;
}

.pe-9 {
  padding-inline-end: 3.75rem !important;
}

.pe-10 {
  padding-inline-end: 5rem !important;
}

.pe-11 {
  padding-inline-end: 7.5rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pl-6 {
  padding-left: 1.75rem !important;
}

.pl-7 {
  padding-left: 2.5rem !important;
}

.pl-8 {
  padding-left: 3.125rem !important;
}

.pl-9 {
  padding-left: 3.75rem !important;
}

.pl-10 {
  padding-left: 5rem !important;
}

.pl-11 {
  padding-left: 7.5rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pr-6 {
  padding-right: 1.75rem !important;
}

.pr-7 {
  padding-right: 2.5rem !important;
}

.pr-8 {
  padding-right: 3.125rem !important;
}

.pr-9 {
  padding-right: 3.75rem !important;
}

.pr-10 {
  padding-right: 5rem !important;
}

.pr-11 {
  padding-right: 7.5rem !important;
}

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

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

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

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

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

.px-6 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.px-7 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.px-8 {
  padding-left: 3.125rem !important;
  padding-right: 3.125rem !important;
}

.px-9 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
}

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

.px-11 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}

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

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

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

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

.py-6 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.py-7 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-8 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.py-9 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

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

.py-11 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.pa-1 {
  padding-top: 0.25rem !important;
  padding-right: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.pa-2 {
  padding-top: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.pa-3 {
  padding-top: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.pa-4 {
  padding-top: 1rem !important;
  padding-right: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1rem !important;
}

.pa-5 {
  padding-top: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.pa-6 {
  padding-top: 1.75rem !important;
  padding-right: 1.75rem !important;
  padding-bottom: 1.75rem !important;
  padding-left: 1.75rem !important;
}

.pa-7 {
  padding-top: 2.5rem !important;
  padding-right: 2.5rem !important;
  padding-bottom: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.pa-8 {
  padding-top: 3.125rem !important;
  padding-right: 3.125rem !important;
  padding-bottom: 3.125rem !important;
  padding-left: 3.125rem !important;
}

.pa-9 {
  padding-top: 3.75rem !important;
  padding-right: 3.75rem !important;
  padding-bottom: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.pa-10 {
  padding-top: 5rem !important;
  padding-right: 5rem !important;
  padding-bottom: 5rem !important;
  padding-left: 5rem !important;
}

.pa-11 {
  padding-top: 7.5rem !important;
  padding-right: 7.5rem !important;
  padding-bottom: 7.5rem !important;
  padding-left: 7.5rem !important;
}

@media (min-width: 0) {
  .mt-0-1 {
    margin-top: 0.25rem !important;
  }
  .mt-0-2 {
    margin-top: 0.5rem !important;
  }
  .mt-0-3 {
    margin-top: 0.75rem !important;
  }
  .mt-0-4 {
    margin-top: 1rem !important;
  }
  .mt-0-5 {
    margin-top: 1.25rem !important;
  }
  .mt-0-6 {
    margin-top: 1.75rem !important;
  }
  .mt-0-7 {
    margin-top: 2.5rem !important;
  }
  .mt-0-8 {
    margin-top: 3.125rem !important;
  }
  .mt-0-9 {
    margin-top: 3.75rem !important;
  }
  .mt-0-10 {
    margin-top: 5rem !important;
  }
  .mt-0-11 {
    margin-top: 7.5rem !important;
  }
  .mb-0-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-0-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-0-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-0-4 {
    margin-bottom: 1rem !important;
  }
  .mb-0-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-0-6 {
    margin-bottom: 1.75rem !important;
  }
  .mb-0-7 {
    margin-bottom: 2.5rem !important;
  }
  .mb-0-8 {
    margin-bottom: 3.125rem !important;
  }
  .mb-0-9 {
    margin-bottom: 3.75rem !important;
  }
  .mb-0-10 {
    margin-bottom: 5rem !important;
  }
  .mb-0-11 {
    margin-bottom: 7.5rem !important;
  }
  .ms-0-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-0-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-0-3 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-0-4 {
    margin-inline-start: 1rem !important;
  }
  .ms-0-5 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-0-6 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-0-7 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-0-8 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-0-9 {
    margin-inline-start: 3.75rem !important;
  }
  .ms-0-10 {
    margin-inline-start: 5rem !important;
  }
  .ms-0-11 {
    margin-inline-start: 7.5rem !important;
  }
  .me-0-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-0-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-0-3 {
    margin-inline-end: 0.75rem !important;
  }
  .me-0-4 {
    margin-inline-end: 1rem !important;
  }
  .me-0-5 {
    margin-inline-end: 1.25rem !important;
  }
  .me-0-6 {
    margin-inline-end: 1.75rem !important;
  }
  .me-0-7 {
    margin-inline-end: 2.5rem !important;
  }
  .me-0-8 {
    margin-inline-end: 3.125rem !important;
  }
  .me-0-9 {
    margin-inline-end: 3.75rem !important;
  }
  .me-0-10 {
    margin-inline-end: 5rem !important;
  }
  .me-0-11 {
    margin-inline-end: 7.5rem !important;
  }
  .ml-0-1 {
    margin-left: 0.25rem !important;
  }
  .ml-0-2 {
    margin-left: 0.5rem !important;
  }
  .ml-0-3 {
    margin-left: 0.75rem !important;
  }
  .ml-0-4 {
    margin-left: 1rem !important;
  }
  .ml-0-5 {
    margin-left: 1.25rem !important;
  }
  .ml-0-6 {
    margin-left: 1.75rem !important;
  }
  .ml-0-7 {
    margin-left: 2.5rem !important;
  }
  .ml-0-8 {
    margin-left: 3.125rem !important;
  }
  .ml-0-9 {
    margin-left: 3.75rem !important;
  }
  .ml-0-10 {
    margin-left: 5rem !important;
  }
  .ml-0-11 {
    margin-left: 7.5rem !important;
  }
  .mr-0-1 {
    margin-right: 0.25rem !important;
  }
  .mr-0-2 {
    margin-right: 0.5rem !important;
  }
  .mr-0-3 {
    margin-right: 0.75rem !important;
  }
  .mr-0-4 {
    margin-right: 1rem !important;
  }
  .mr-0-5 {
    margin-right: 1.25rem !important;
  }
  .mr-0-6 {
    margin-right: 1.75rem !important;
  }
  .mr-0-7 {
    margin-right: 2.5rem !important;
  }
  .mr-0-8 {
    margin-right: 3.125rem !important;
  }
  .mr-0-9 {
    margin-right: 3.75rem !important;
  }
  .mr-0-10 {
    margin-right: 5rem !important;
  }
  .mr-0-11 {
    margin-right: 7.5rem !important;
  }
  .mx-0-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-0-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-0-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-0-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-0-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-0-6 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-0-7 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-0-8 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }
  .mx-0-9 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mx-0-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-0-11 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-0-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-0-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-0-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-0-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-0-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-0-6 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-0-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-0-8 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-0-9 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-0-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-0-11 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .ma-0-1 {
    margin-top: 0.25rem !important;
    margin-right: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .ma-0-2 {
    margin-top: 0.5rem !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .ma-0-3 {
    margin-top: 0.75rem !important;
    margin-right: 0.75rem !important;
    margin-bottom: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .ma-0-4 {
    margin-top: 1rem !important;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
  }
  .ma-0-5 {
    margin-top: 1.25rem !important;
    margin-right: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .ma-0-6 {
    margin-top: 1.75rem !important;
    margin-right: 1.75rem !important;
    margin-bottom: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .ma-0-7 {
    margin-top: 2.5rem !important;
    margin-right: 2.5rem !important;
    margin-bottom: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .ma-0-8 {
    margin-top: 3.125rem !important;
    margin-right: 3.125rem !important;
    margin-bottom: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .ma-0-9 {
    margin-top: 3.75rem !important;
    margin-right: 3.75rem !important;
    margin-bottom: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .ma-0-10 {
    margin-top: 5rem !important;
    margin-right: 5rem !important;
    margin-bottom: 5rem !important;
    margin-left: 5rem !important;
  }
  .ma-0-11 {
    margin-top: 7.5rem !important;
    margin-right: 7.5rem !important;
    margin-bottom: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .pt-0-1 {
    padding-top: 0.25rem !important;
  }
  .pt-0-2 {
    padding-top: 0.5rem !important;
  }
  .pt-0-3 {
    padding-top: 0.75rem !important;
  }
  .pt-0-4 {
    padding-top: 1rem !important;
  }
  .pt-0-5 {
    padding-top: 1.25rem !important;
  }
  .pt-0-6 {
    padding-top: 1.75rem !important;
  }
  .pt-0-7 {
    padding-top: 2.5rem !important;
  }
  .pt-0-8 {
    padding-top: 3.125rem !important;
  }
  .pt-0-9 {
    padding-top: 3.75rem !important;
  }
  .pt-0-10 {
    padding-top: 5rem !important;
  }
  .pt-0-11 {
    padding-top: 7.5rem !important;
  }
  .pb-0-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-0-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-0-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-0-4 {
    padding-bottom: 1rem !important;
  }
  .pb-0-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-0-6 {
    padding-bottom: 1.75rem !important;
  }
  .pb-0-7 {
    padding-bottom: 2.5rem !important;
  }
  .pb-0-8 {
    padding-bottom: 3.125rem !important;
  }
  .pb-0-9 {
    padding-bottom: 3.75rem !important;
  }
  .pb-0-10 {
    padding-bottom: 5rem !important;
  }
  .pb-0-11 {
    padding-bottom: 7.5rem !important;
  }
  .ps-0-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-0-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-0-3 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-0-4 {
    padding-inline-start: 1rem !important;
  }
  .ps-0-5 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-0-6 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-0-7 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-0-8 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-0-9 {
    padding-inline-start: 3.75rem !important;
  }
  .ps-0-10 {
    padding-inline-start: 5rem !important;
  }
  .ps-0-11 {
    padding-inline-start: 7.5rem !important;
  }
  .pe-0-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-0-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-0-3 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-0-4 {
    padding-inline-end: 1rem !important;
  }
  .pe-0-5 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-0-6 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-0-7 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-0-8 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-0-9 {
    padding-inline-end: 3.75rem !important;
  }
  .pe-0-10 {
    padding-inline-end: 5rem !important;
  }
  .pe-0-11 {
    padding-inline-end: 7.5rem !important;
  }
  .pl-0-1 {
    padding-left: 0.25rem !important;
  }
  .pl-0-2 {
    padding-left: 0.5rem !important;
  }
  .pl-0-3 {
    padding-left: 0.75rem !important;
  }
  .pl-0-4 {
    padding-left: 1rem !important;
  }
  .pl-0-5 {
    padding-left: 1.25rem !important;
  }
  .pl-0-6 {
    padding-left: 1.75rem !important;
  }
  .pl-0-7 {
    padding-left: 2.5rem !important;
  }
  .pl-0-8 {
    padding-left: 3.125rem !important;
  }
  .pl-0-9 {
    padding-left: 3.75rem !important;
  }
  .pl-0-10 {
    padding-left: 5rem !important;
  }
  .pl-0-11 {
    padding-left: 7.5rem !important;
  }
  .pr-0-1 {
    padding-right: 0.25rem !important;
  }
  .pr-0-2 {
    padding-right: 0.5rem !important;
  }
  .pr-0-3 {
    padding-right: 0.75rem !important;
  }
  .pr-0-4 {
    padding-right: 1rem !important;
  }
  .pr-0-5 {
    padding-right: 1.25rem !important;
  }
  .pr-0-6 {
    padding-right: 1.75rem !important;
  }
  .pr-0-7 {
    padding-right: 2.5rem !important;
  }
  .pr-0-8 {
    padding-right: 3.125rem !important;
  }
  .pr-0-9 {
    padding-right: 3.75rem !important;
  }
  .pr-0-10 {
    padding-right: 5rem !important;
  }
  .pr-0-11 {
    padding-right: 7.5rem !important;
  }
  .px-0-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-0-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-0-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .px-0-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-0-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-0-6 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .px-0-7 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-0-8 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
  .px-0-9 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .px-0-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-0-11 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-0-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-0-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-0-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-0-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-0-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-0-6 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-0-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-0-8 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-0-9 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-0-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-0-11 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pa-0-1 {
    padding-top: 0.25rem !important;
    padding-right: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .pa-0-2 {
    padding-top: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .pa-0-3 {
    padding-top: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .pa-0-4 {
    padding-top: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
  }
  .pa-0-5 {
    padding-top: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .pa-0-6 {
    padding-top: 1.75rem !important;
    padding-right: 1.75rem !important;
    padding-bottom: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .pa-0-7 {
    padding-top: 2.5rem !important;
    padding-right: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .pa-0-8 {
    padding-top: 3.125rem !important;
    padding-right: 3.125rem !important;
    padding-bottom: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .pa-0-9 {
    padding-top: 3.75rem !important;
    padding-right: 3.75rem !important;
    padding-bottom: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .pa-0-10 {
    padding-top: 5rem !important;
    padding-right: 5rem !important;
    padding-bottom: 5rem !important;
    padding-left: 5rem !important;
  }
  .pa-0-11 {
    padding-top: 7.5rem !important;
    padding-right: 7.5rem !important;
    padding-bottom: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
}
@media (min-width: 321px) {
  .mt-3xs-1 {
    margin-top: 0.25rem !important;
  }
  .mt-3xs-2 {
    margin-top: 0.5rem !important;
  }
  .mt-3xs-3 {
    margin-top: 0.75rem !important;
  }
  .mt-3xs-4 {
    margin-top: 1rem !important;
  }
  .mt-3xs-5 {
    margin-top: 1.25rem !important;
  }
  .mt-3xs-6 {
    margin-top: 1.75rem !important;
  }
  .mt-3xs-7 {
    margin-top: 2.5rem !important;
  }
  .mt-3xs-8 {
    margin-top: 3.125rem !important;
  }
  .mt-3xs-9 {
    margin-top: 3.75rem !important;
  }
  .mt-3xs-10 {
    margin-top: 5rem !important;
  }
  .mt-3xs-11 {
    margin-top: 7.5rem !important;
  }
  .mb-3xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-3xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-3xs-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-3xs-4 {
    margin-bottom: 1rem !important;
  }
  .mb-3xs-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-3xs-6 {
    margin-bottom: 1.75rem !important;
  }
  .mb-3xs-7 {
    margin-bottom: 2.5rem !important;
  }
  .mb-3xs-8 {
    margin-bottom: 3.125rem !important;
  }
  .mb-3xs-9 {
    margin-bottom: 3.75rem !important;
  }
  .mb-3xs-10 {
    margin-bottom: 5rem !important;
  }
  .mb-3xs-11 {
    margin-bottom: 7.5rem !important;
  }
  .ms-3xs-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-3xs-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-3xs-3 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-3xs-4 {
    margin-inline-start: 1rem !important;
  }
  .ms-3xs-5 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-3xs-6 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-3xs-7 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-3xs-8 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-3xs-9 {
    margin-inline-start: 3.75rem !important;
  }
  .ms-3xs-10 {
    margin-inline-start: 5rem !important;
  }
  .ms-3xs-11 {
    margin-inline-start: 7.5rem !important;
  }
  .me-3xs-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-3xs-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-3xs-3 {
    margin-inline-end: 0.75rem !important;
  }
  .me-3xs-4 {
    margin-inline-end: 1rem !important;
  }
  .me-3xs-5 {
    margin-inline-end: 1.25rem !important;
  }
  .me-3xs-6 {
    margin-inline-end: 1.75rem !important;
  }
  .me-3xs-7 {
    margin-inline-end: 2.5rem !important;
  }
  .me-3xs-8 {
    margin-inline-end: 3.125rem !important;
  }
  .me-3xs-9 {
    margin-inline-end: 3.75rem !important;
  }
  .me-3xs-10 {
    margin-inline-end: 5rem !important;
  }
  .me-3xs-11 {
    margin-inline-end: 7.5rem !important;
  }
  .ml-3xs-1 {
    margin-left: 0.25rem !important;
  }
  .ml-3xs-2 {
    margin-left: 0.5rem !important;
  }
  .ml-3xs-3 {
    margin-left: 0.75rem !important;
  }
  .ml-3xs-4 {
    margin-left: 1rem !important;
  }
  .ml-3xs-5 {
    margin-left: 1.25rem !important;
  }
  .ml-3xs-6 {
    margin-left: 1.75rem !important;
  }
  .ml-3xs-7 {
    margin-left: 2.5rem !important;
  }
  .ml-3xs-8 {
    margin-left: 3.125rem !important;
  }
  .ml-3xs-9 {
    margin-left: 3.75rem !important;
  }
  .ml-3xs-10 {
    margin-left: 5rem !important;
  }
  .ml-3xs-11 {
    margin-left: 7.5rem !important;
  }
  .mr-3xs-1 {
    margin-right: 0.25rem !important;
  }
  .mr-3xs-2 {
    margin-right: 0.5rem !important;
  }
  .mr-3xs-3 {
    margin-right: 0.75rem !important;
  }
  .mr-3xs-4 {
    margin-right: 1rem !important;
  }
  .mr-3xs-5 {
    margin-right: 1.25rem !important;
  }
  .mr-3xs-6 {
    margin-right: 1.75rem !important;
  }
  .mr-3xs-7 {
    margin-right: 2.5rem !important;
  }
  .mr-3xs-8 {
    margin-right: 3.125rem !important;
  }
  .mr-3xs-9 {
    margin-right: 3.75rem !important;
  }
  .mr-3xs-10 {
    margin-right: 5rem !important;
  }
  .mr-3xs-11 {
    margin-right: 7.5rem !important;
  }
  .mx-3xs-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-3xs-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-3xs-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-3xs-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-3xs-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-3xs-6 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-3xs-7 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-3xs-8 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }
  .mx-3xs-9 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mx-3xs-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-3xs-11 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-3xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-3xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-3xs-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-3xs-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-3xs-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-3xs-6 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-3xs-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-3xs-8 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-3xs-9 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-3xs-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-3xs-11 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .ma-3xs-1 {
    margin-top: 0.25rem !important;
    margin-right: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .ma-3xs-2 {
    margin-top: 0.5rem !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .ma-3xs-3 {
    margin-top: 0.75rem !important;
    margin-right: 0.75rem !important;
    margin-bottom: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .ma-3xs-4 {
    margin-top: 1rem !important;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
  }
  .ma-3xs-5 {
    margin-top: 1.25rem !important;
    margin-right: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .ma-3xs-6 {
    margin-top: 1.75rem !important;
    margin-right: 1.75rem !important;
    margin-bottom: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .ma-3xs-7 {
    margin-top: 2.5rem !important;
    margin-right: 2.5rem !important;
    margin-bottom: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .ma-3xs-8 {
    margin-top: 3.125rem !important;
    margin-right: 3.125rem !important;
    margin-bottom: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .ma-3xs-9 {
    margin-top: 3.75rem !important;
    margin-right: 3.75rem !important;
    margin-bottom: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .ma-3xs-10 {
    margin-top: 5rem !important;
    margin-right: 5rem !important;
    margin-bottom: 5rem !important;
    margin-left: 5rem !important;
  }
  .ma-3xs-11 {
    margin-top: 7.5rem !important;
    margin-right: 7.5rem !important;
    margin-bottom: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .pt-3xs-1 {
    padding-top: 0.25rem !important;
  }
  .pt-3xs-2 {
    padding-top: 0.5rem !important;
  }
  .pt-3xs-3 {
    padding-top: 0.75rem !important;
  }
  .pt-3xs-4 {
    padding-top: 1rem !important;
  }
  .pt-3xs-5 {
    padding-top: 1.25rem !important;
  }
  .pt-3xs-6 {
    padding-top: 1.75rem !important;
  }
  .pt-3xs-7 {
    padding-top: 2.5rem !important;
  }
  .pt-3xs-8 {
    padding-top: 3.125rem !important;
  }
  .pt-3xs-9 {
    padding-top: 3.75rem !important;
  }
  .pt-3xs-10 {
    padding-top: 5rem !important;
  }
  .pt-3xs-11 {
    padding-top: 7.5rem !important;
  }
  .pb-3xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-3xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-3xs-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-3xs-4 {
    padding-bottom: 1rem !important;
  }
  .pb-3xs-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-3xs-6 {
    padding-bottom: 1.75rem !important;
  }
  .pb-3xs-7 {
    padding-bottom: 2.5rem !important;
  }
  .pb-3xs-8 {
    padding-bottom: 3.125rem !important;
  }
  .pb-3xs-9 {
    padding-bottom: 3.75rem !important;
  }
  .pb-3xs-10 {
    padding-bottom: 5rem !important;
  }
  .pb-3xs-11 {
    padding-bottom: 7.5rem !important;
  }
  .ps-3xs-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-3xs-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-3xs-3 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-3xs-4 {
    padding-inline-start: 1rem !important;
  }
  .ps-3xs-5 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-3xs-6 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-3xs-7 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-3xs-8 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-3xs-9 {
    padding-inline-start: 3.75rem !important;
  }
  .ps-3xs-10 {
    padding-inline-start: 5rem !important;
  }
  .ps-3xs-11 {
    padding-inline-start: 7.5rem !important;
  }
  .pe-3xs-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-3xs-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-3xs-3 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-3xs-4 {
    padding-inline-end: 1rem !important;
  }
  .pe-3xs-5 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-3xs-6 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-3xs-7 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-3xs-8 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-3xs-9 {
    padding-inline-end: 3.75rem !important;
  }
  .pe-3xs-10 {
    padding-inline-end: 5rem !important;
  }
  .pe-3xs-11 {
    padding-inline-end: 7.5rem !important;
  }
  .pl-3xs-1 {
    padding-left: 0.25rem !important;
  }
  .pl-3xs-2 {
    padding-left: 0.5rem !important;
  }
  .pl-3xs-3 {
    padding-left: 0.75rem !important;
  }
  .pl-3xs-4 {
    padding-left: 1rem !important;
  }
  .pl-3xs-5 {
    padding-left: 1.25rem !important;
  }
  .pl-3xs-6 {
    padding-left: 1.75rem !important;
  }
  .pl-3xs-7 {
    padding-left: 2.5rem !important;
  }
  .pl-3xs-8 {
    padding-left: 3.125rem !important;
  }
  .pl-3xs-9 {
    padding-left: 3.75rem !important;
  }
  .pl-3xs-10 {
    padding-left: 5rem !important;
  }
  .pl-3xs-11 {
    padding-left: 7.5rem !important;
  }
  .pr-3xs-1 {
    padding-right: 0.25rem !important;
  }
  .pr-3xs-2 {
    padding-right: 0.5rem !important;
  }
  .pr-3xs-3 {
    padding-right: 0.75rem !important;
  }
  .pr-3xs-4 {
    padding-right: 1rem !important;
  }
  .pr-3xs-5 {
    padding-right: 1.25rem !important;
  }
  .pr-3xs-6 {
    padding-right: 1.75rem !important;
  }
  .pr-3xs-7 {
    padding-right: 2.5rem !important;
  }
  .pr-3xs-8 {
    padding-right: 3.125rem !important;
  }
  .pr-3xs-9 {
    padding-right: 3.75rem !important;
  }
  .pr-3xs-10 {
    padding-right: 5rem !important;
  }
  .pr-3xs-11 {
    padding-right: 7.5rem !important;
  }
  .px-3xs-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-3xs-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-3xs-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .px-3xs-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-3xs-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-3xs-6 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .px-3xs-7 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-3xs-8 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
  .px-3xs-9 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .px-3xs-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-3xs-11 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-3xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-3xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-3xs-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-3xs-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-3xs-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-3xs-6 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-3xs-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-3xs-8 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-3xs-9 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-3xs-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-3xs-11 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pa-3xs-1 {
    padding-top: 0.25rem !important;
    padding-right: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .pa-3xs-2 {
    padding-top: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .pa-3xs-3 {
    padding-top: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .pa-3xs-4 {
    padding-top: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
  }
  .pa-3xs-5 {
    padding-top: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .pa-3xs-6 {
    padding-top: 1.75rem !important;
    padding-right: 1.75rem !important;
    padding-bottom: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .pa-3xs-7 {
    padding-top: 2.5rem !important;
    padding-right: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .pa-3xs-8 {
    padding-top: 3.125rem !important;
    padding-right: 3.125rem !important;
    padding-bottom: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .pa-3xs-9 {
    padding-top: 3.75rem !important;
    padding-right: 3.75rem !important;
    padding-bottom: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .pa-3xs-10 {
    padding-top: 5rem !important;
    padding-right: 5rem !important;
    padding-bottom: 5rem !important;
    padding-left: 5rem !important;
  }
  .pa-3xs-11 {
    padding-top: 7.5rem !important;
    padding-right: 7.5rem !important;
    padding-bottom: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
}
@media (min-width: 376px) {
  .mt-xxs-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxs-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxs-3 {
    margin-top: 0.75rem !important;
  }
  .mt-xxs-4 {
    margin-top: 1rem !important;
  }
  .mt-xxs-5 {
    margin-top: 1.25rem !important;
  }
  .mt-xxs-6 {
    margin-top: 1.75rem !important;
  }
  .mt-xxs-7 {
    margin-top: 2.5rem !important;
  }
  .mt-xxs-8 {
    margin-top: 3.125rem !important;
  }
  .mt-xxs-9 {
    margin-top: 3.75rem !important;
  }
  .mt-xxs-10 {
    margin-top: 5rem !important;
  }
  .mt-xxs-11 {
    margin-top: 7.5rem !important;
  }
  .mb-xxs-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxs-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxs-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xxs-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xxs-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxs-6 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xxs-7 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxs-8 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xxs-9 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxs-10 {
    margin-bottom: 5rem !important;
  }
  .mb-xxs-11 {
    margin-bottom: 7.5rem !important;
  }
  .ms-xxs-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-xxs-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-xxs-3 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-xxs-4 {
    margin-inline-start: 1rem !important;
  }
  .ms-xxs-5 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-xxs-6 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-xxs-7 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-xxs-8 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-xxs-9 {
    margin-inline-start: 3.75rem !important;
  }
  .ms-xxs-10 {
    margin-inline-start: 5rem !important;
  }
  .ms-xxs-11 {
    margin-inline-start: 7.5rem !important;
  }
  .me-xxs-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-xxs-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-xxs-3 {
    margin-inline-end: 0.75rem !important;
  }
  .me-xxs-4 {
    margin-inline-end: 1rem !important;
  }
  .me-xxs-5 {
    margin-inline-end: 1.25rem !important;
  }
  .me-xxs-6 {
    margin-inline-end: 1.75rem !important;
  }
  .me-xxs-7 {
    margin-inline-end: 2.5rem !important;
  }
  .me-xxs-8 {
    margin-inline-end: 3.125rem !important;
  }
  .me-xxs-9 {
    margin-inline-end: 3.75rem !important;
  }
  .me-xxs-10 {
    margin-inline-end: 5rem !important;
  }
  .me-xxs-11 {
    margin-inline-end: 7.5rem !important;
  }
  .ml-xxs-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xxs-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xxs-3 {
    margin-left: 0.75rem !important;
  }
  .ml-xxs-4 {
    margin-left: 1rem !important;
  }
  .ml-xxs-5 {
    margin-left: 1.25rem !important;
  }
  .ml-xxs-6 {
    margin-left: 1.75rem !important;
  }
  .ml-xxs-7 {
    margin-left: 2.5rem !important;
  }
  .ml-xxs-8 {
    margin-left: 3.125rem !important;
  }
  .ml-xxs-9 {
    margin-left: 3.75rem !important;
  }
  .ml-xxs-10 {
    margin-left: 5rem !important;
  }
  .ml-xxs-11 {
    margin-left: 7.5rem !important;
  }
  .mr-xxs-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xxs-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xxs-3 {
    margin-right: 0.75rem !important;
  }
  .mr-xxs-4 {
    margin-right: 1rem !important;
  }
  .mr-xxs-5 {
    margin-right: 1.25rem !important;
  }
  .mr-xxs-6 {
    margin-right: 1.75rem !important;
  }
  .mr-xxs-7 {
    margin-right: 2.5rem !important;
  }
  .mr-xxs-8 {
    margin-right: 3.125rem !important;
  }
  .mr-xxs-9 {
    margin-right: 3.75rem !important;
  }
  .mr-xxs-10 {
    margin-right: 5rem !important;
  }
  .mr-xxs-11 {
    margin-right: 7.5rem !important;
  }
  .mx-xxs-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xxs-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxs-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-xxs-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxs-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-xxs-6 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-xxs-7 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-xxs-8 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }
  .mx-xxs-9 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mx-xxs-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xxs-11 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-xxs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxs-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xxs-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxs-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxs-6 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xxs-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxs-8 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-xxs-9 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xxs-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxs-11 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .ma-xxs-1 {
    margin-top: 0.25rem !important;
    margin-right: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .ma-xxs-2 {
    margin-top: 0.5rem !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .ma-xxs-3 {
    margin-top: 0.75rem !important;
    margin-right: 0.75rem !important;
    margin-bottom: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .ma-xxs-4 {
    margin-top: 1rem !important;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
  }
  .ma-xxs-5 {
    margin-top: 1.25rem !important;
    margin-right: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .ma-xxs-6 {
    margin-top: 1.75rem !important;
    margin-right: 1.75rem !important;
    margin-bottom: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .ma-xxs-7 {
    margin-top: 2.5rem !important;
    margin-right: 2.5rem !important;
    margin-bottom: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .ma-xxs-8 {
    margin-top: 3.125rem !important;
    margin-right: 3.125rem !important;
    margin-bottom: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .ma-xxs-9 {
    margin-top: 3.75rem !important;
    margin-right: 3.75rem !important;
    margin-bottom: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .ma-xxs-10 {
    margin-top: 5rem !important;
    margin-right: 5rem !important;
    margin-bottom: 5rem !important;
    margin-left: 5rem !important;
  }
  .ma-xxs-11 {
    margin-top: 7.5rem !important;
    margin-right: 7.5rem !important;
    margin-bottom: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .pt-xxs-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxs-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxs-3 {
    padding-top: 0.75rem !important;
  }
  .pt-xxs-4 {
    padding-top: 1rem !important;
  }
  .pt-xxs-5 {
    padding-top: 1.25rem !important;
  }
  .pt-xxs-6 {
    padding-top: 1.75rem !important;
  }
  .pt-xxs-7 {
    padding-top: 2.5rem !important;
  }
  .pt-xxs-8 {
    padding-top: 3.125rem !important;
  }
  .pt-xxs-9 {
    padding-top: 3.75rem !important;
  }
  .pt-xxs-10 {
    padding-top: 5rem !important;
  }
  .pt-xxs-11 {
    padding-top: 7.5rem !important;
  }
  .pb-xxs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxs-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xxs-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xxs-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxs-6 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xxs-7 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxs-8 {
    padding-bottom: 3.125rem !important;
  }
  .pb-xxs-9 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xxs-10 {
    padding-bottom: 5rem !important;
  }
  .pb-xxs-11 {
    padding-bottom: 7.5rem !important;
  }
  .ps-xxs-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-xxs-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-xxs-3 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-xxs-4 {
    padding-inline-start: 1rem !important;
  }
  .ps-xxs-5 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-xxs-6 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-xxs-7 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-xxs-8 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-xxs-9 {
    padding-inline-start: 3.75rem !important;
  }
  .ps-xxs-10 {
    padding-inline-start: 5rem !important;
  }
  .ps-xxs-11 {
    padding-inline-start: 7.5rem !important;
  }
  .pe-xxs-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-xxs-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-xxs-3 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-xxs-4 {
    padding-inline-end: 1rem !important;
  }
  .pe-xxs-5 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-xxs-6 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-xxs-7 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-xxs-8 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-xxs-9 {
    padding-inline-end: 3.75rem !important;
  }
  .pe-xxs-10 {
    padding-inline-end: 5rem !important;
  }
  .pe-xxs-11 {
    padding-inline-end: 7.5rem !important;
  }
  .pl-xxs-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xxs-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xxs-3 {
    padding-left: 0.75rem !important;
  }
  .pl-xxs-4 {
    padding-left: 1rem !important;
  }
  .pl-xxs-5 {
    padding-left: 1.25rem !important;
  }
  .pl-xxs-6 {
    padding-left: 1.75rem !important;
  }
  .pl-xxs-7 {
    padding-left: 2.5rem !important;
  }
  .pl-xxs-8 {
    padding-left: 3.125rem !important;
  }
  .pl-xxs-9 {
    padding-left: 3.75rem !important;
  }
  .pl-xxs-10 {
    padding-left: 5rem !important;
  }
  .pl-xxs-11 {
    padding-left: 7.5rem !important;
  }
  .pr-xxs-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xxs-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xxs-3 {
    padding-right: 0.75rem !important;
  }
  .pr-xxs-4 {
    padding-right: 1rem !important;
  }
  .pr-xxs-5 {
    padding-right: 1.25rem !important;
  }
  .pr-xxs-6 {
    padding-right: 1.75rem !important;
  }
  .pr-xxs-7 {
    padding-right: 2.5rem !important;
  }
  .pr-xxs-8 {
    padding-right: 3.125rem !important;
  }
  .pr-xxs-9 {
    padding-right: 3.75rem !important;
  }
  .pr-xxs-10 {
    padding-right: 5rem !important;
  }
  .pr-xxs-11 {
    padding-right: 7.5rem !important;
  }
  .px-xxs-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xxs-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxs-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .px-xxs-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxs-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-xxs-6 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .px-xxs-7 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-xxs-8 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
  .px-xxs-9 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .px-xxs-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xxs-11 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-xxs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxs-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xxs-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxs-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxs-6 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xxs-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxs-8 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-xxs-9 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xxs-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxs-11 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pa-xxs-1 {
    padding-top: 0.25rem !important;
    padding-right: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .pa-xxs-2 {
    padding-top: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .pa-xxs-3 {
    padding-top: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .pa-xxs-4 {
    padding-top: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
  }
  .pa-xxs-5 {
    padding-top: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .pa-xxs-6 {
    padding-top: 1.75rem !important;
    padding-right: 1.75rem !important;
    padding-bottom: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .pa-xxs-7 {
    padding-top: 2.5rem !important;
    padding-right: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .pa-xxs-8 {
    padding-top: 3.125rem !important;
    padding-right: 3.125rem !important;
    padding-bottom: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .pa-xxs-9 {
    padding-top: 3.75rem !important;
    padding-right: 3.75rem !important;
    padding-bottom: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .pa-xxs-10 {
    padding-top: 5rem !important;
    padding-right: 5rem !important;
    padding-bottom: 5rem !important;
    padding-left: 5rem !important;
  }
  .pa-xxs-11 {
    padding-top: 7.5rem !important;
    padding-right: 7.5rem !important;
    padding-bottom: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
}
@media (min-width: 426px) {
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xs-3 {
    margin-top: 0.75rem !important;
  }
  .mt-xs-4 {
    margin-top: 1rem !important;
  }
  .mt-xs-5 {
    margin-top: 1.25rem !important;
  }
  .mt-xs-6 {
    margin-top: 1.75rem !important;
  }
  .mt-xs-7 {
    margin-top: 2.5rem !important;
  }
  .mt-xs-8 {
    margin-top: 3.125rem !important;
  }
  .mt-xs-9 {
    margin-top: 3.75rem !important;
  }
  .mt-xs-10 {
    margin-top: 5rem !important;
  }
  .mt-xs-11 {
    margin-top: 7.5rem !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xs-6 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xs-7 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xs-8 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xs-9 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xs-10 {
    margin-bottom: 5rem !important;
  }
  .mb-xs-11 {
    margin-bottom: 7.5rem !important;
  }
  .ms-xs-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-xs-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-xs-3 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-xs-4 {
    margin-inline-start: 1rem !important;
  }
  .ms-xs-5 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-xs-6 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-xs-7 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-xs-8 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-xs-9 {
    margin-inline-start: 3.75rem !important;
  }
  .ms-xs-10 {
    margin-inline-start: 5rem !important;
  }
  .ms-xs-11 {
    margin-inline-start: 7.5rem !important;
  }
  .me-xs-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-xs-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-xs-3 {
    margin-inline-end: 0.75rem !important;
  }
  .me-xs-4 {
    margin-inline-end: 1rem !important;
  }
  .me-xs-5 {
    margin-inline-end: 1.25rem !important;
  }
  .me-xs-6 {
    margin-inline-end: 1.75rem !important;
  }
  .me-xs-7 {
    margin-inline-end: 2.5rem !important;
  }
  .me-xs-8 {
    margin-inline-end: 3.125rem !important;
  }
  .me-xs-9 {
    margin-inline-end: 3.75rem !important;
  }
  .me-xs-10 {
    margin-inline-end: 5rem !important;
  }
  .me-xs-11 {
    margin-inline-end: 7.5rem !important;
  }
  .ml-xs-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xs-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xs-3 {
    margin-left: 0.75rem !important;
  }
  .ml-xs-4 {
    margin-left: 1rem !important;
  }
  .ml-xs-5 {
    margin-left: 1.25rem !important;
  }
  .ml-xs-6 {
    margin-left: 1.75rem !important;
  }
  .ml-xs-7 {
    margin-left: 2.5rem !important;
  }
  .ml-xs-8 {
    margin-left: 3.125rem !important;
  }
  .ml-xs-9 {
    margin-left: 3.75rem !important;
  }
  .ml-xs-10 {
    margin-left: 5rem !important;
  }
  .ml-xs-11 {
    margin-left: 7.5rem !important;
  }
  .mr-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xs-3 {
    margin-right: 0.75rem !important;
  }
  .mr-xs-4 {
    margin-right: 1rem !important;
  }
  .mr-xs-5 {
    margin-right: 1.25rem !important;
  }
  .mr-xs-6 {
    margin-right: 1.75rem !important;
  }
  .mr-xs-7 {
    margin-right: 2.5rem !important;
  }
  .mr-xs-8 {
    margin-right: 3.125rem !important;
  }
  .mr-xs-9 {
    margin-right: 3.75rem !important;
  }
  .mr-xs-10 {
    margin-right: 5rem !important;
  }
  .mr-xs-11 {
    margin-right: 7.5rem !important;
  }
  .mx-xs-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xs-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xs-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-xs-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xs-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-xs-6 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-xs-7 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-xs-8 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }
  .mx-xs-9 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mx-xs-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xs-11 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xs-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xs-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xs-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xs-6 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xs-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xs-8 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-xs-9 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xs-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xs-11 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .ma-xs-1 {
    margin-top: 0.25rem !important;
    margin-right: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .ma-xs-2 {
    margin-top: 0.5rem !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .ma-xs-3 {
    margin-top: 0.75rem !important;
    margin-right: 0.75rem !important;
    margin-bottom: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .ma-xs-4 {
    margin-top: 1rem !important;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
  }
  .ma-xs-5 {
    margin-top: 1.25rem !important;
    margin-right: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .ma-xs-6 {
    margin-top: 1.75rem !important;
    margin-right: 1.75rem !important;
    margin-bottom: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .ma-xs-7 {
    margin-top: 2.5rem !important;
    margin-right: 2.5rem !important;
    margin-bottom: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .ma-xs-8 {
    margin-top: 3.125rem !important;
    margin-right: 3.125rem !important;
    margin-bottom: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .ma-xs-9 {
    margin-top: 3.75rem !important;
    margin-right: 3.75rem !important;
    margin-bottom: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .ma-xs-10 {
    margin-top: 5rem !important;
    margin-right: 5rem !important;
    margin-bottom: 5rem !important;
    margin-left: 5rem !important;
  }
  .ma-xs-11 {
    margin-top: 7.5rem !important;
    margin-right: 7.5rem !important;
    margin-bottom: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xs-3 {
    padding-top: 0.75rem !important;
  }
  .pt-xs-4 {
    padding-top: 1rem !important;
  }
  .pt-xs-5 {
    padding-top: 1.25rem !important;
  }
  .pt-xs-6 {
    padding-top: 1.75rem !important;
  }
  .pt-xs-7 {
    padding-top: 2.5rem !important;
  }
  .pt-xs-8 {
    padding-top: 3.125rem !important;
  }
  .pt-xs-9 {
    padding-top: 3.75rem !important;
  }
  .pt-xs-10 {
    padding-top: 5rem !important;
  }
  .pt-xs-11 {
    padding-top: 7.5rem !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xs-6 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xs-7 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xs-8 {
    padding-bottom: 3.125rem !important;
  }
  .pb-xs-9 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xs-10 {
    padding-bottom: 5rem !important;
  }
  .pb-xs-11 {
    padding-bottom: 7.5rem !important;
  }
  .ps-xs-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-xs-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-xs-3 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-xs-4 {
    padding-inline-start: 1rem !important;
  }
  .ps-xs-5 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-xs-6 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-xs-7 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-xs-8 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-xs-9 {
    padding-inline-start: 3.75rem !important;
  }
  .ps-xs-10 {
    padding-inline-start: 5rem !important;
  }
  .ps-xs-11 {
    padding-inline-start: 7.5rem !important;
  }
  .pe-xs-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-xs-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-xs-3 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-xs-4 {
    padding-inline-end: 1rem !important;
  }
  .pe-xs-5 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-xs-6 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-xs-7 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-xs-8 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-xs-9 {
    padding-inline-end: 3.75rem !important;
  }
  .pe-xs-10 {
    padding-inline-end: 5rem !important;
  }
  .pe-xs-11 {
    padding-inline-end: 7.5rem !important;
  }
  .pl-xs-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xs-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xs-3 {
    padding-left: 0.75rem !important;
  }
  .pl-xs-4 {
    padding-left: 1rem !important;
  }
  .pl-xs-5 {
    padding-left: 1.25rem !important;
  }
  .pl-xs-6 {
    padding-left: 1.75rem !important;
  }
  .pl-xs-7 {
    padding-left: 2.5rem !important;
  }
  .pl-xs-8 {
    padding-left: 3.125rem !important;
  }
  .pl-xs-9 {
    padding-left: 3.75rem !important;
  }
  .pl-xs-10 {
    padding-left: 5rem !important;
  }
  .pl-xs-11 {
    padding-left: 7.5rem !important;
  }
  .pr-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xs-3 {
    padding-right: 0.75rem !important;
  }
  .pr-xs-4 {
    padding-right: 1rem !important;
  }
  .pr-xs-5 {
    padding-right: 1.25rem !important;
  }
  .pr-xs-6 {
    padding-right: 1.75rem !important;
  }
  .pr-xs-7 {
    padding-right: 2.5rem !important;
  }
  .pr-xs-8 {
    padding-right: 3.125rem !important;
  }
  .pr-xs-9 {
    padding-right: 3.75rem !important;
  }
  .pr-xs-10 {
    padding-right: 5rem !important;
  }
  .pr-xs-11 {
    padding-right: 7.5rem !important;
  }
  .px-xs-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xs-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xs-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .px-xs-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xs-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-xs-6 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .px-xs-7 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-xs-8 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
  .px-xs-9 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .px-xs-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xs-11 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xs-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xs-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xs-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xs-6 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xs-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xs-8 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-xs-9 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xs-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xs-11 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pa-xs-1 {
    padding-top: 0.25rem !important;
    padding-right: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .pa-xs-2 {
    padding-top: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .pa-xs-3 {
    padding-top: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .pa-xs-4 {
    padding-top: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
  }
  .pa-xs-5 {
    padding-top: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .pa-xs-6 {
    padding-top: 1.75rem !important;
    padding-right: 1.75rem !important;
    padding-bottom: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .pa-xs-7 {
    padding-top: 2.5rem !important;
    padding-right: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .pa-xs-8 {
    padding-top: 3.125rem !important;
    padding-right: 3.125rem !important;
    padding-bottom: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .pa-xs-9 {
    padding-top: 3.75rem !important;
    padding-right: 3.75rem !important;
    padding-bottom: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .pa-xs-10 {
    padding-top: 5rem !important;
    padding-right: 5rem !important;
    padding-bottom: 5rem !important;
    padding-left: 5rem !important;
  }
  .pa-xs-11 {
    padding-top: 7.5rem !important;
    padding-right: 7.5rem !important;
    padding-bottom: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mt-sm-4 {
    margin-top: 1rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-6 {
    margin-top: 1.75rem !important;
  }
  .mt-sm-7 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-8 {
    margin-top: 3.125rem !important;
  }
  .mt-sm-9 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-10 {
    margin-top: 5rem !important;
  }
  .mt-sm-11 {
    margin-top: 7.5rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 1.75rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 3.125rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 7.5rem !important;
  }
  .ms-sm-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-sm-4 {
    margin-inline-start: 1rem !important;
  }
  .ms-sm-5 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-sm-6 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-sm-7 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-sm-8 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-sm-9 {
    margin-inline-start: 3.75rem !important;
  }
  .ms-sm-10 {
    margin-inline-start: 5rem !important;
  }
  .ms-sm-11 {
    margin-inline-start: 7.5rem !important;
  }
  .me-sm-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-sm-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-sm-3 {
    margin-inline-end: 0.75rem !important;
  }
  .me-sm-4 {
    margin-inline-end: 1rem !important;
  }
  .me-sm-5 {
    margin-inline-end: 1.25rem !important;
  }
  .me-sm-6 {
    margin-inline-end: 1.75rem !important;
  }
  .me-sm-7 {
    margin-inline-end: 2.5rem !important;
  }
  .me-sm-8 {
    margin-inline-end: 3.125rem !important;
  }
  .me-sm-9 {
    margin-inline-end: 3.75rem !important;
  }
  .me-sm-10 {
    margin-inline-end: 5rem !important;
  }
  .me-sm-11 {
    margin-inline-end: 7.5rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 0.75rem !important;
  }
  .ml-sm-4 {
    margin-left: 1rem !important;
  }
  .ml-sm-5 {
    margin-left: 1.25rem !important;
  }
  .ml-sm-6 {
    margin-left: 1.75rem !important;
  }
  .ml-sm-7 {
    margin-left: 2.5rem !important;
  }
  .ml-sm-8 {
    margin-left: 3.125rem !important;
  }
  .ml-sm-9 {
    margin-left: 3.75rem !important;
  }
  .ml-sm-10 {
    margin-left: 5rem !important;
  }
  .ml-sm-11 {
    margin-left: 7.5rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mr-sm-4 {
    margin-right: 1rem !important;
  }
  .mr-sm-5 {
    margin-right: 1.25rem !important;
  }
  .mr-sm-6 {
    margin-right: 1.75rem !important;
  }
  .mr-sm-7 {
    margin-right: 2.5rem !important;
  }
  .mr-sm-8 {
    margin-right: 3.125rem !important;
  }
  .mr-sm-9 {
    margin-right: 3.75rem !important;
  }
  .mr-sm-10 {
    margin-right: 5rem !important;
  }
  .mr-sm-11 {
    margin-right: 7.5rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-sm-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-sm-6 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-sm-7 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-sm-8 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }
  .mx-sm-9 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mx-sm-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-sm-11 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-6 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-sm-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-8 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-sm-9 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sm-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-11 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .ma-sm-1 {
    margin-top: 0.25rem !important;
    margin-right: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .ma-sm-2 {
    margin-top: 0.5rem !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .ma-sm-3 {
    margin-top: 0.75rem !important;
    margin-right: 0.75rem !important;
    margin-bottom: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .ma-sm-4 {
    margin-top: 1rem !important;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
  }
  .ma-sm-5 {
    margin-top: 1.25rem !important;
    margin-right: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .ma-sm-6 {
    margin-top: 1.75rem !important;
    margin-right: 1.75rem !important;
    margin-bottom: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .ma-sm-7 {
    margin-top: 2.5rem !important;
    margin-right: 2.5rem !important;
    margin-bottom: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .ma-sm-8 {
    margin-top: 3.125rem !important;
    margin-right: 3.125rem !important;
    margin-bottom: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .ma-sm-9 {
    margin-top: 3.75rem !important;
    margin-right: 3.75rem !important;
    margin-bottom: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .ma-sm-10 {
    margin-top: 5rem !important;
    margin-right: 5rem !important;
    margin-bottom: 5rem !important;
    margin-left: 5rem !important;
  }
  .ma-sm-11 {
    margin-top: 7.5rem !important;
    margin-right: 7.5rem !important;
    margin-bottom: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pt-sm-4 {
    padding-top: 1rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-6 {
    padding-top: 1.75rem !important;
  }
  .pt-sm-7 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-8 {
    padding-top: 3.125rem !important;
  }
  .pt-sm-9 {
    padding-top: 3.75rem !important;
  }
  .pt-sm-10 {
    padding-top: 5rem !important;
  }
  .pt-sm-11 {
    padding-top: 7.5rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 1.75rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 3.125rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 7.5rem !important;
  }
  .ps-sm-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-sm-4 {
    padding-inline-start: 1rem !important;
  }
  .ps-sm-5 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-sm-6 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-sm-7 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-sm-8 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-sm-9 {
    padding-inline-start: 3.75rem !important;
  }
  .ps-sm-10 {
    padding-inline-start: 5rem !important;
  }
  .ps-sm-11 {
    padding-inline-start: 7.5rem !important;
  }
  .pe-sm-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-sm-4 {
    padding-inline-end: 1rem !important;
  }
  .pe-sm-5 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-sm-6 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-sm-7 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-sm-8 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-sm-9 {
    padding-inline-end: 3.75rem !important;
  }
  .pe-sm-10 {
    padding-inline-end: 5rem !important;
  }
  .pe-sm-11 {
    padding-inline-end: 7.5rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 0.75rem !important;
  }
  .pl-sm-4 {
    padding-left: 1rem !important;
  }
  .pl-sm-5 {
    padding-left: 1.25rem !important;
  }
  .pl-sm-6 {
    padding-left: 1.75rem !important;
  }
  .pl-sm-7 {
    padding-left: 2.5rem !important;
  }
  .pl-sm-8 {
    padding-left: 3.125rem !important;
  }
  .pl-sm-9 {
    padding-left: 3.75rem !important;
  }
  .pl-sm-10 {
    padding-left: 5rem !important;
  }
  .pl-sm-11 {
    padding-left: 7.5rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pr-sm-4 {
    padding-right: 1rem !important;
  }
  .pr-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pr-sm-6 {
    padding-right: 1.75rem !important;
  }
  .pr-sm-7 {
    padding-right: 2.5rem !important;
  }
  .pr-sm-8 {
    padding-right: 3.125rem !important;
  }
  .pr-sm-9 {
    padding-right: 3.75rem !important;
  }
  .pr-sm-10 {
    padding-right: 5rem !important;
  }
  .pr-sm-11 {
    padding-right: 7.5rem !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .px-sm-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-sm-6 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .px-sm-7 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-sm-8 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
  .px-sm-9 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .px-sm-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-sm-11 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-6 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-sm-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-8 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-sm-9 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sm-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-11 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pa-sm-1 {
    padding-top: 0.25rem !important;
    padding-right: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .pa-sm-2 {
    padding-top: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .pa-sm-3 {
    padding-top: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .pa-sm-4 {
    padding-top: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
  }
  .pa-sm-5 {
    padding-top: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .pa-sm-6 {
    padding-top: 1.75rem !important;
    padding-right: 1.75rem !important;
    padding-bottom: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .pa-sm-7 {
    padding-top: 2.5rem !important;
    padding-right: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .pa-sm-8 {
    padding-top: 3.125rem !important;
    padding-right: 3.125rem !important;
    padding-bottom: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .pa-sm-9 {
    padding-top: 3.75rem !important;
    padding-right: 3.75rem !important;
    padding-bottom: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .pa-sm-10 {
    padding-top: 5rem !important;
    padding-right: 5rem !important;
    padding-bottom: 5rem !important;
    padding-left: 5rem !important;
  }
  .pa-sm-11 {
    padding-top: 7.5rem !important;
    padding-right: 7.5rem !important;
    padding-bottom: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 0.75rem !important;
  }
  .mt-md-4 {
    margin-top: 1rem !important;
  }
  .mt-md-5 {
    margin-top: 1.25rem !important;
  }
  .mt-md-6 {
    margin-top: 1.75rem !important;
  }
  .mt-md-7 {
    margin-top: 2.5rem !important;
  }
  .mt-md-8 {
    margin-top: 3.125rem !important;
  }
  .mt-md-9 {
    margin-top: 3.75rem !important;
  }
  .mt-md-10 {
    margin-top: 5rem !important;
  }
  .mt-md-11 {
    margin-top: 7.5rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-6 {
    margin-bottom: 1.75rem !important;
  }
  .mb-md-7 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 3.125rem !important;
  }
  .mb-md-9 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-10 {
    margin-bottom: 5rem !important;
  }
  .mb-md-11 {
    margin-bottom: 7.5rem !important;
  }
  .ms-md-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-md-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-md-3 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-md-4 {
    margin-inline-start: 1rem !important;
  }
  .ms-md-5 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-md-6 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-md-7 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-md-8 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-md-9 {
    margin-inline-start: 3.75rem !important;
  }
  .ms-md-10 {
    margin-inline-start: 5rem !important;
  }
  .ms-md-11 {
    margin-inline-start: 7.5rem !important;
  }
  .me-md-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-md-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-md-3 {
    margin-inline-end: 0.75rem !important;
  }
  .me-md-4 {
    margin-inline-end: 1rem !important;
  }
  .me-md-5 {
    margin-inline-end: 1.25rem !important;
  }
  .me-md-6 {
    margin-inline-end: 1.75rem !important;
  }
  .me-md-7 {
    margin-inline-end: 2.5rem !important;
  }
  .me-md-8 {
    margin-inline-end: 3.125rem !important;
  }
  .me-md-9 {
    margin-inline-end: 3.75rem !important;
  }
  .me-md-10 {
    margin-inline-end: 5rem !important;
  }
  .me-md-11 {
    margin-inline-end: 7.5rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .ml-md-3 {
    margin-left: 0.75rem !important;
  }
  .ml-md-4 {
    margin-left: 1rem !important;
  }
  .ml-md-5 {
    margin-left: 1.25rem !important;
  }
  .ml-md-6 {
    margin-left: 1.75rem !important;
  }
  .ml-md-7 {
    margin-left: 2.5rem !important;
  }
  .ml-md-8 {
    margin-left: 3.125rem !important;
  }
  .ml-md-9 {
    margin-left: 3.75rem !important;
  }
  .ml-md-10 {
    margin-left: 5rem !important;
  }
  .ml-md-11 {
    margin-left: 7.5rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mr-md-3 {
    margin-right: 0.75rem !important;
  }
  .mr-md-4 {
    margin-right: 1rem !important;
  }
  .mr-md-5 {
    margin-right: 1.25rem !important;
  }
  .mr-md-6 {
    margin-right: 1.75rem !important;
  }
  .mr-md-7 {
    margin-right: 2.5rem !important;
  }
  .mr-md-8 {
    margin-right: 3.125rem !important;
  }
  .mr-md-9 {
    margin-right: 3.75rem !important;
  }
  .mr-md-10 {
    margin-right: 5rem !important;
  }
  .mr-md-11 {
    margin-right: 7.5rem !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-md-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-md-6 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-md-7 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-md-8 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }
  .mx-md-9 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mx-md-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-md-11 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-6 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-md-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-8 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-md-9 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-11 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .ma-md-1 {
    margin-top: 0.25rem !important;
    margin-right: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .ma-md-2 {
    margin-top: 0.5rem !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .ma-md-3 {
    margin-top: 0.75rem !important;
    margin-right: 0.75rem !important;
    margin-bottom: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .ma-md-4 {
    margin-top: 1rem !important;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
  }
  .ma-md-5 {
    margin-top: 1.25rem !important;
    margin-right: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .ma-md-6 {
    margin-top: 1.75rem !important;
    margin-right: 1.75rem !important;
    margin-bottom: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .ma-md-7 {
    margin-top: 2.5rem !important;
    margin-right: 2.5rem !important;
    margin-bottom: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .ma-md-8 {
    margin-top: 3.125rem !important;
    margin-right: 3.125rem !important;
    margin-bottom: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .ma-md-9 {
    margin-top: 3.75rem !important;
    margin-right: 3.75rem !important;
    margin-bottom: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .ma-md-10 {
    margin-top: 5rem !important;
    margin-right: 5rem !important;
    margin-bottom: 5rem !important;
    margin-left: 5rem !important;
  }
  .ma-md-11 {
    margin-top: 7.5rem !important;
    margin-right: 7.5rem !important;
    margin-bottom: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 0.75rem !important;
  }
  .pt-md-4 {
    padding-top: 1rem !important;
  }
  .pt-md-5 {
    padding-top: 1.25rem !important;
  }
  .pt-md-6 {
    padding-top: 1.75rem !important;
  }
  .pt-md-7 {
    padding-top: 2.5rem !important;
  }
  .pt-md-8 {
    padding-top: 3.125rem !important;
  }
  .pt-md-9 {
    padding-top: 3.75rem !important;
  }
  .pt-md-10 {
    padding-top: 5rem !important;
  }
  .pt-md-11 {
    padding-top: 7.5rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-6 {
    padding-bottom: 1.75rem !important;
  }
  .pb-md-7 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 3.125rem !important;
  }
  .pb-md-9 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-10 {
    padding-bottom: 5rem !important;
  }
  .pb-md-11 {
    padding-bottom: 7.5rem !important;
  }
  .ps-md-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-md-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-md-3 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-md-4 {
    padding-inline-start: 1rem !important;
  }
  .ps-md-5 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-md-6 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-md-7 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-md-8 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-md-9 {
    padding-inline-start: 3.75rem !important;
  }
  .ps-md-10 {
    padding-inline-start: 5rem !important;
  }
  .ps-md-11 {
    padding-inline-start: 7.5rem !important;
  }
  .pe-md-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-md-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-md-3 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-md-4 {
    padding-inline-end: 1rem !important;
  }
  .pe-md-5 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-md-6 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-md-7 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-md-8 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-md-9 {
    padding-inline-end: 3.75rem !important;
  }
  .pe-md-10 {
    padding-inline-end: 5rem !important;
  }
  .pe-md-11 {
    padding-inline-end: 7.5rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .pl-md-3 {
    padding-left: 0.75rem !important;
  }
  .pl-md-4 {
    padding-left: 1rem !important;
  }
  .pl-md-5 {
    padding-left: 1.25rem !important;
  }
  .pl-md-6 {
    padding-left: 1.75rem !important;
  }
  .pl-md-7 {
    padding-left: 2.5rem !important;
  }
  .pl-md-8 {
    padding-left: 3.125rem !important;
  }
  .pl-md-9 {
    padding-left: 3.75rem !important;
  }
  .pl-md-10 {
    padding-left: 5rem !important;
  }
  .pl-md-11 {
    padding-left: 7.5rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pr-md-3 {
    padding-right: 0.75rem !important;
  }
  .pr-md-4 {
    padding-right: 1rem !important;
  }
  .pr-md-5 {
    padding-right: 1.25rem !important;
  }
  .pr-md-6 {
    padding-right: 1.75rem !important;
  }
  .pr-md-7 {
    padding-right: 2.5rem !important;
  }
  .pr-md-8 {
    padding-right: 3.125rem !important;
  }
  .pr-md-9 {
    padding-right: 3.75rem !important;
  }
  .pr-md-10 {
    padding-right: 5rem !important;
  }
  .pr-md-11 {
    padding-right: 7.5rem !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .px-md-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-md-6 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .px-md-7 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-md-8 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
  .px-md-9 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .px-md-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-md-11 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-6 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-md-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-8 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-md-9 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-11 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pa-md-1 {
    padding-top: 0.25rem !important;
    padding-right: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .pa-md-2 {
    padding-top: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .pa-md-3 {
    padding-top: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .pa-md-4 {
    padding-top: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
  }
  .pa-md-5 {
    padding-top: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .pa-md-6 {
    padding-top: 1.75rem !important;
    padding-right: 1.75rem !important;
    padding-bottom: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .pa-md-7 {
    padding-top: 2.5rem !important;
    padding-right: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .pa-md-8 {
    padding-top: 3.125rem !important;
    padding-right: 3.125rem !important;
    padding-bottom: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .pa-md-9 {
    padding-top: 3.75rem !important;
    padding-right: 3.75rem !important;
    padding-bottom: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .pa-md-10 {
    padding-top: 5rem !important;
    padding-right: 5rem !important;
    padding-bottom: 5rem !important;
    padding-left: 5rem !important;
  }
  .pa-md-11 {
    padding-top: 7.5rem !important;
    padding-right: 7.5rem !important;
    padding-bottom: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mt-lg-4 {
    margin-top: 1rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-6 {
    margin-top: 1.75rem !important;
  }
  .mt-lg-7 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-8 {
    margin-top: 3.125rem !important;
  }
  .mt-lg-9 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-10 {
    margin-top: 5rem !important;
  }
  .mt-lg-11 {
    margin-top: 7.5rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 1.75rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 3.125rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 7.5rem !important;
  }
  .ms-lg-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-lg-4 {
    margin-inline-start: 1rem !important;
  }
  .ms-lg-5 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-lg-6 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-lg-7 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-lg-8 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-lg-9 {
    margin-inline-start: 3.75rem !important;
  }
  .ms-lg-10 {
    margin-inline-start: 5rem !important;
  }
  .ms-lg-11 {
    margin-inline-start: 7.5rem !important;
  }
  .me-lg-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-lg-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-lg-3 {
    margin-inline-end: 0.75rem !important;
  }
  .me-lg-4 {
    margin-inline-end: 1rem !important;
  }
  .me-lg-5 {
    margin-inline-end: 1.25rem !important;
  }
  .me-lg-6 {
    margin-inline-end: 1.75rem !important;
  }
  .me-lg-7 {
    margin-inline-end: 2.5rem !important;
  }
  .me-lg-8 {
    margin-inline-end: 3.125rem !important;
  }
  .me-lg-9 {
    margin-inline-end: 3.75rem !important;
  }
  .me-lg-10 {
    margin-inline-end: 5rem !important;
  }
  .me-lg-11 {
    margin-inline-end: 7.5rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 0.75rem !important;
  }
  .ml-lg-4 {
    margin-left: 1rem !important;
  }
  .ml-lg-5 {
    margin-left: 1.25rem !important;
  }
  .ml-lg-6 {
    margin-left: 1.75rem !important;
  }
  .ml-lg-7 {
    margin-left: 2.5rem !important;
  }
  .ml-lg-8 {
    margin-left: 3.125rem !important;
  }
  .ml-lg-9 {
    margin-left: 3.75rem !important;
  }
  .ml-lg-10 {
    margin-left: 5rem !important;
  }
  .ml-lg-11 {
    margin-left: 7.5rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mr-lg-4 {
    margin-right: 1rem !important;
  }
  .mr-lg-5 {
    margin-right: 1.25rem !important;
  }
  .mr-lg-6 {
    margin-right: 1.75rem !important;
  }
  .mr-lg-7 {
    margin-right: 2.5rem !important;
  }
  .mr-lg-8 {
    margin-right: 3.125rem !important;
  }
  .mr-lg-9 {
    margin-right: 3.75rem !important;
  }
  .mr-lg-10 {
    margin-right: 5rem !important;
  }
  .mr-lg-11 {
    margin-right: 7.5rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-lg-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-lg-6 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-lg-7 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-lg-8 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }
  .mx-lg-9 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mx-lg-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-lg-11 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-6 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-lg-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-8 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-lg-9 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-11 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .ma-lg-1 {
    margin-top: 0.25rem !important;
    margin-right: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .ma-lg-2 {
    margin-top: 0.5rem !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .ma-lg-3 {
    margin-top: 0.75rem !important;
    margin-right: 0.75rem !important;
    margin-bottom: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .ma-lg-4 {
    margin-top: 1rem !important;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
  }
  .ma-lg-5 {
    margin-top: 1.25rem !important;
    margin-right: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .ma-lg-6 {
    margin-top: 1.75rem !important;
    margin-right: 1.75rem !important;
    margin-bottom: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .ma-lg-7 {
    margin-top: 2.5rem !important;
    margin-right: 2.5rem !important;
    margin-bottom: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .ma-lg-8 {
    margin-top: 3.125rem !important;
    margin-right: 3.125rem !important;
    margin-bottom: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .ma-lg-9 {
    margin-top: 3.75rem !important;
    margin-right: 3.75rem !important;
    margin-bottom: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .ma-lg-10 {
    margin-top: 5rem !important;
    margin-right: 5rem !important;
    margin-bottom: 5rem !important;
    margin-left: 5rem !important;
  }
  .ma-lg-11 {
    margin-top: 7.5rem !important;
    margin-right: 7.5rem !important;
    margin-bottom: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-4 {
    padding-top: 1rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-6 {
    padding-top: 1.75rem !important;
  }
  .pt-lg-7 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-8 {
    padding-top: 3.125rem !important;
  }
  .pt-lg-9 {
    padding-top: 3.75rem !important;
  }
  .pt-lg-10 {
    padding-top: 5rem !important;
  }
  .pt-lg-11 {
    padding-top: 7.5rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 1.75rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 3.125rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 7.5rem !important;
  }
  .ps-lg-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-lg-4 {
    padding-inline-start: 1rem !important;
  }
  .ps-lg-5 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-lg-6 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-lg-7 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-lg-8 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-lg-9 {
    padding-inline-start: 3.75rem !important;
  }
  .ps-lg-10 {
    padding-inline-start: 5rem !important;
  }
  .ps-lg-11 {
    padding-inline-start: 7.5rem !important;
  }
  .pe-lg-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-lg-4 {
    padding-inline-end: 1rem !important;
  }
  .pe-lg-5 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-lg-6 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-lg-7 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-lg-8 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-lg-9 {
    padding-inline-end: 3.75rem !important;
  }
  .pe-lg-10 {
    padding-inline-end: 5rem !important;
  }
  .pe-lg-11 {
    padding-inline-end: 7.5rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pl-lg-3 {
    padding-left: 0.75rem !important;
  }
  .pl-lg-4 {
    padding-left: 1rem !important;
  }
  .pl-lg-5 {
    padding-left: 1.25rem !important;
  }
  .pl-lg-6 {
    padding-left: 1.75rem !important;
  }
  .pl-lg-7 {
    padding-left: 2.5rem !important;
  }
  .pl-lg-8 {
    padding-left: 3.125rem !important;
  }
  .pl-lg-9 {
    padding-left: 3.75rem !important;
  }
  .pl-lg-10 {
    padding-left: 5rem !important;
  }
  .pl-lg-11 {
    padding-left: 7.5rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pr-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pr-lg-4 {
    padding-right: 1rem !important;
  }
  .pr-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pr-lg-6 {
    padding-right: 1.75rem !important;
  }
  .pr-lg-7 {
    padding-right: 2.5rem !important;
  }
  .pr-lg-8 {
    padding-right: 3.125rem !important;
  }
  .pr-lg-9 {
    padding-right: 3.75rem !important;
  }
  .pr-lg-10 {
    padding-right: 5rem !important;
  }
  .pr-lg-11 {
    padding-right: 7.5rem !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .px-lg-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-lg-6 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .px-lg-7 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-lg-8 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
  .px-lg-9 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .px-lg-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-lg-11 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-6 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-lg-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-8 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-lg-9 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-11 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pa-lg-1 {
    padding-top: 0.25rem !important;
    padding-right: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .pa-lg-2 {
    padding-top: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .pa-lg-3 {
    padding-top: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .pa-lg-4 {
    padding-top: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
  }
  .pa-lg-5 {
    padding-top: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .pa-lg-6 {
    padding-top: 1.75rem !important;
    padding-right: 1.75rem !important;
    padding-bottom: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .pa-lg-7 {
    padding-top: 2.5rem !important;
    padding-right: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .pa-lg-8 {
    padding-top: 3.125rem !important;
    padding-right: 3.125rem !important;
    padding-bottom: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .pa-lg-9 {
    padding-top: 3.75rem !important;
    padding-right: 3.75rem !important;
    padding-bottom: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .pa-lg-10 {
    padding-top: 5rem !important;
    padding-right: 5rem !important;
    padding-bottom: 5rem !important;
    padding-left: 5rem !important;
  }
  .pa-lg-11 {
    padding-top: 7.5rem !important;
    padding-right: 7.5rem !important;
    padding-bottom: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-4 {
    margin-top: 1rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-6 {
    margin-top: 1.75rem !important;
  }
  .mt-xl-7 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-8 {
    margin-top: 3.125rem !important;
  }
  .mt-xl-9 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-10 {
    margin-top: 5rem !important;
  }
  .mt-xl-11 {
    margin-top: 7.5rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 7.5rem !important;
  }
  .ms-xl-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-xl-4 {
    margin-inline-start: 1rem !important;
  }
  .ms-xl-5 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-xl-6 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-xl-7 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-xl-8 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-xl-9 {
    margin-inline-start: 3.75rem !important;
  }
  .ms-xl-10 {
    margin-inline-start: 5rem !important;
  }
  .ms-xl-11 {
    margin-inline-start: 7.5rem !important;
  }
  .me-xl-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-xl-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-xl-3 {
    margin-inline-end: 0.75rem !important;
  }
  .me-xl-4 {
    margin-inline-end: 1rem !important;
  }
  .me-xl-5 {
    margin-inline-end: 1.25rem !important;
  }
  .me-xl-6 {
    margin-inline-end: 1.75rem !important;
  }
  .me-xl-7 {
    margin-inline-end: 2.5rem !important;
  }
  .me-xl-8 {
    margin-inline-end: 3.125rem !important;
  }
  .me-xl-9 {
    margin-inline-end: 3.75rem !important;
  }
  .me-xl-10 {
    margin-inline-end: 5rem !important;
  }
  .me-xl-11 {
    margin-inline-end: 7.5rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xl-3 {
    margin-left: 0.75rem !important;
  }
  .ml-xl-4 {
    margin-left: 1rem !important;
  }
  .ml-xl-5 {
    margin-left: 1.25rem !important;
  }
  .ml-xl-6 {
    margin-left: 1.75rem !important;
  }
  .ml-xl-7 {
    margin-left: 2.5rem !important;
  }
  .ml-xl-8 {
    margin-left: 3.125rem !important;
  }
  .ml-xl-9 {
    margin-left: 3.75rem !important;
  }
  .ml-xl-10 {
    margin-left: 5rem !important;
  }
  .ml-xl-11 {
    margin-left: 7.5rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mr-xl-4 {
    margin-right: 1rem !important;
  }
  .mr-xl-5 {
    margin-right: 1.25rem !important;
  }
  .mr-xl-6 {
    margin-right: 1.75rem !important;
  }
  .mr-xl-7 {
    margin-right: 2.5rem !important;
  }
  .mr-xl-8 {
    margin-right: 3.125rem !important;
  }
  .mr-xl-9 {
    margin-right: 3.75rem !important;
  }
  .mr-xl-10 {
    margin-right: 5rem !important;
  }
  .mr-xl-11 {
    margin-right: 7.5rem !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-xl-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-xl-6 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-xl-7 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-xl-8 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }
  .mx-xl-9 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mx-xl-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xl-11 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-6 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xl-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-8 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-xl-9 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-11 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .ma-xl-1 {
    margin-top: 0.25rem !important;
    margin-right: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .ma-xl-2 {
    margin-top: 0.5rem !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .ma-xl-3 {
    margin-top: 0.75rem !important;
    margin-right: 0.75rem !important;
    margin-bottom: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .ma-xl-4 {
    margin-top: 1rem !important;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
  }
  .ma-xl-5 {
    margin-top: 1.25rem !important;
    margin-right: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .ma-xl-6 {
    margin-top: 1.75rem !important;
    margin-right: 1.75rem !important;
    margin-bottom: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .ma-xl-7 {
    margin-top: 2.5rem !important;
    margin-right: 2.5rem !important;
    margin-bottom: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .ma-xl-8 {
    margin-top: 3.125rem !important;
    margin-right: 3.125rem !important;
    margin-bottom: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .ma-xl-9 {
    margin-top: 3.75rem !important;
    margin-right: 3.75rem !important;
    margin-bottom: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .ma-xl-10 {
    margin-top: 5rem !important;
    margin-right: 5rem !important;
    margin-bottom: 5rem !important;
    margin-left: 5rem !important;
  }
  .ma-xl-11 {
    margin-top: 7.5rem !important;
    margin-right: 7.5rem !important;
    margin-bottom: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-4 {
    padding-top: 1rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-6 {
    padding-top: 1.75rem !important;
  }
  .pt-xl-7 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-8 {
    padding-top: 3.125rem !important;
  }
  .pt-xl-9 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-10 {
    padding-top: 5rem !important;
  }
  .pt-xl-11 {
    padding-top: 7.5rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 3.125rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 7.5rem !important;
  }
  .ps-xl-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-xl-4 {
    padding-inline-start: 1rem !important;
  }
  .ps-xl-5 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-xl-6 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-xl-7 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-xl-8 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-xl-9 {
    padding-inline-start: 3.75rem !important;
  }
  .ps-xl-10 {
    padding-inline-start: 5rem !important;
  }
  .ps-xl-11 {
    padding-inline-start: 7.5rem !important;
  }
  .pe-xl-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-xl-4 {
    padding-inline-end: 1rem !important;
  }
  .pe-xl-5 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-xl-6 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-xl-7 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-xl-8 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-xl-9 {
    padding-inline-end: 3.75rem !important;
  }
  .pe-xl-10 {
    padding-inline-end: 5rem !important;
  }
  .pe-xl-11 {
    padding-inline-end: 7.5rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xl-3 {
    padding-left: 0.75rem !important;
  }
  .pl-xl-4 {
    padding-left: 1rem !important;
  }
  .pl-xl-5 {
    padding-left: 1.25rem !important;
  }
  .pl-xl-6 {
    padding-left: 1.75rem !important;
  }
  .pl-xl-7 {
    padding-left: 2.5rem !important;
  }
  .pl-xl-8 {
    padding-left: 3.125rem !important;
  }
  .pl-xl-9 {
    padding-left: 3.75rem !important;
  }
  .pl-xl-10 {
    padding-left: 5rem !important;
  }
  .pl-xl-11 {
    padding-left: 7.5rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pr-xl-4 {
    padding-right: 1rem !important;
  }
  .pr-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pr-xl-6 {
    padding-right: 1.75rem !important;
  }
  .pr-xl-7 {
    padding-right: 2.5rem !important;
  }
  .pr-xl-8 {
    padding-right: 3.125rem !important;
  }
  .pr-xl-9 {
    padding-right: 3.75rem !important;
  }
  .pr-xl-10 {
    padding-right: 5rem !important;
  }
  .pr-xl-11 {
    padding-right: 7.5rem !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xl-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .px-xl-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-xl-6 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .px-xl-7 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-xl-8 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
  .px-xl-9 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .px-xl-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xl-11 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-6 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xl-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-8 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-xl-9 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-11 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pa-xl-1 {
    padding-top: 0.25rem !important;
    padding-right: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .pa-xl-2 {
    padding-top: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .pa-xl-3 {
    padding-top: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .pa-xl-4 {
    padding-top: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
  }
  .pa-xl-5 {
    padding-top: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .pa-xl-6 {
    padding-top: 1.75rem !important;
    padding-right: 1.75rem !important;
    padding-bottom: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .pa-xl-7 {
    padding-top: 2.5rem !important;
    padding-right: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .pa-xl-8 {
    padding-top: 3.125rem !important;
    padding-right: 3.125rem !important;
    padding-bottom: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .pa-xl-9 {
    padding-top: 3.75rem !important;
    padding-right: 3.75rem !important;
    padding-bottom: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .pa-xl-10 {
    padding-top: 5rem !important;
    padding-right: 5rem !important;
    padding-bottom: 5rem !important;
    padding-left: 5rem !important;
  }
  .pa-xl-11 {
    padding-top: 7.5rem !important;
    padding-right: 7.5rem !important;
    padding-bottom: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 0.75rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1rem !important;
  }
  .mt-xxl-5 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-6 {
    margin-top: 1.75rem !important;
  }
  .mt-xxl-7 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-8 {
    margin-top: 3.125rem !important;
  }
  .mt-xxl-9 {
    margin-top: 3.75rem !important;
  }
  .mt-xxl-10 {
    margin-top: 5rem !important;
  }
  .mt-xxl-11 {
    margin-top: 7.5rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 7.5rem !important;
  }
  .ms-xxl-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-xxl-4 {
    margin-inline-start: 1rem !important;
  }
  .ms-xxl-5 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-xxl-6 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-xxl-7 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-xxl-8 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-xxl-9 {
    margin-inline-start: 3.75rem !important;
  }
  .ms-xxl-10 {
    margin-inline-start: 5rem !important;
  }
  .ms-xxl-11 {
    margin-inline-start: 7.5rem !important;
  }
  .me-xxl-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-inline-end: 0.75rem !important;
  }
  .me-xxl-4 {
    margin-inline-end: 1rem !important;
  }
  .me-xxl-5 {
    margin-inline-end: 1.25rem !important;
  }
  .me-xxl-6 {
    margin-inline-end: 1.75rem !important;
  }
  .me-xxl-7 {
    margin-inline-end: 2.5rem !important;
  }
  .me-xxl-8 {
    margin-inline-end: 3.125rem !important;
  }
  .me-xxl-9 {
    margin-inline-end: 3.75rem !important;
  }
  .me-xxl-10 {
    margin-inline-end: 5rem !important;
  }
  .me-xxl-11 {
    margin-inline-end: 7.5rem !important;
  }
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xxl-3 {
    margin-left: 0.75rem !important;
  }
  .ml-xxl-4 {
    margin-left: 1rem !important;
  }
  .ml-xxl-5 {
    margin-left: 1.25rem !important;
  }
  .ml-xxl-6 {
    margin-left: 1.75rem !important;
  }
  .ml-xxl-7 {
    margin-left: 2.5rem !important;
  }
  .ml-xxl-8 {
    margin-left: 3.125rem !important;
  }
  .ml-xxl-9 {
    margin-left: 3.75rem !important;
  }
  .ml-xxl-10 {
    margin-left: 5rem !important;
  }
  .ml-xxl-11 {
    margin-left: 7.5rem !important;
  }
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xxl-3 {
    margin-right: 0.75rem !important;
  }
  .mr-xxl-4 {
    margin-right: 1rem !important;
  }
  .mr-xxl-5 {
    margin-right: 1.25rem !important;
  }
  .mr-xxl-6 {
    margin-right: 1.75rem !important;
  }
  .mr-xxl-7 {
    margin-right: 2.5rem !important;
  }
  .mr-xxl-8 {
    margin-right: 3.125rem !important;
  }
  .mr-xxl-9 {
    margin-right: 3.75rem !important;
  }
  .mr-xxl-10 {
    margin-right: 5rem !important;
  }
  .mr-xxl-11 {
    margin-right: 7.5rem !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-xxl-6 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-xxl-7 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-xxl-8 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }
  .mx-xxl-9 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mx-xxl-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xxl-11 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-6 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xxl-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-8 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-xxl-9 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xxl-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-11 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .ma-xxl-1 {
    margin-top: 0.25rem !important;
    margin-right: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .ma-xxl-2 {
    margin-top: 0.5rem !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .ma-xxl-3 {
    margin-top: 0.75rem !important;
    margin-right: 0.75rem !important;
    margin-bottom: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .ma-xxl-4 {
    margin-top: 1rem !important;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
  }
  .ma-xxl-5 {
    margin-top: 1.25rem !important;
    margin-right: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .ma-xxl-6 {
    margin-top: 1.75rem !important;
    margin-right: 1.75rem !important;
    margin-bottom: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .ma-xxl-7 {
    margin-top: 2.5rem !important;
    margin-right: 2.5rem !important;
    margin-bottom: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .ma-xxl-8 {
    margin-top: 3.125rem !important;
    margin-right: 3.125rem !important;
    margin-bottom: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .ma-xxl-9 {
    margin-top: 3.75rem !important;
    margin-right: 3.75rem !important;
    margin-bottom: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .ma-xxl-10 {
    margin-top: 5rem !important;
    margin-right: 5rem !important;
    margin-bottom: 5rem !important;
    margin-left: 5rem !important;
  }
  .ma-xxl-11 {
    margin-top: 7.5rem !important;
    margin-right: 7.5rem !important;
    margin-bottom: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 0.75rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1rem !important;
  }
  .pt-xxl-5 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-6 {
    padding-top: 1.75rem !important;
  }
  .pt-xxl-7 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-8 {
    padding-top: 3.125rem !important;
  }
  .pt-xxl-9 {
    padding-top: 3.75rem !important;
  }
  .pt-xxl-10 {
    padding-top: 5rem !important;
  }
  .pt-xxl-11 {
    padding-top: 7.5rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 3.125rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 7.5rem !important;
  }
  .ps-xxl-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-xxl-4 {
    padding-inline-start: 1rem !important;
  }
  .ps-xxl-5 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-xxl-6 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-xxl-7 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-xxl-8 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-xxl-9 {
    padding-inline-start: 3.75rem !important;
  }
  .ps-xxl-10 {
    padding-inline-start: 5rem !important;
  }
  .ps-xxl-11 {
    padding-inline-start: 7.5rem !important;
  }
  .pe-xxl-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-xxl-4 {
    padding-inline-end: 1rem !important;
  }
  .pe-xxl-5 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-xxl-6 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-xxl-7 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-xxl-8 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-xxl-9 {
    padding-inline-end: 3.75rem !important;
  }
  .pe-xxl-10 {
    padding-inline-end: 5rem !important;
  }
  .pe-xxl-11 {
    padding-inline-end: 7.5rem !important;
  }
  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xxl-3 {
    padding-left: 0.75rem !important;
  }
  .pl-xxl-4 {
    padding-left: 1rem !important;
  }
  .pl-xxl-5 {
    padding-left: 1.25rem !important;
  }
  .pl-xxl-6 {
    padding-left: 1.75rem !important;
  }
  .pl-xxl-7 {
    padding-left: 2.5rem !important;
  }
  .pl-xxl-8 {
    padding-left: 3.125rem !important;
  }
  .pl-xxl-9 {
    padding-left: 3.75rem !important;
  }
  .pl-xxl-10 {
    padding-left: 5rem !important;
  }
  .pl-xxl-11 {
    padding-left: 7.5rem !important;
  }
  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xxl-3 {
    padding-right: 0.75rem !important;
  }
  .pr-xxl-4 {
    padding-right: 1rem !important;
  }
  .pr-xxl-5 {
    padding-right: 1.25rem !important;
  }
  .pr-xxl-6 {
    padding-right: 1.75rem !important;
  }
  .pr-xxl-7 {
    padding-right: 2.5rem !important;
  }
  .pr-xxl-8 {
    padding-right: 3.125rem !important;
  }
  .pr-xxl-9 {
    padding-right: 3.75rem !important;
  }
  .pr-xxl-10 {
    padding-right: 5rem !important;
  }
  .pr-xxl-11 {
    padding-right: 7.5rem !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .px-xxl-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-xxl-6 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .px-xxl-7 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-xxl-8 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
  .px-xxl-9 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .px-xxl-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xxl-11 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-6 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xxl-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-8 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-xxl-9 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xxl-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-11 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pa-xxl-1 {
    padding-top: 0.25rem !important;
    padding-right: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .pa-xxl-2 {
    padding-top: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .pa-xxl-3 {
    padding-top: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .pa-xxl-4 {
    padding-top: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
  }
  .pa-xxl-5 {
    padding-top: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .pa-xxl-6 {
    padding-top: 1.75rem !important;
    padding-right: 1.75rem !important;
    padding-bottom: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .pa-xxl-7 {
    padding-top: 2.5rem !important;
    padding-right: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .pa-xxl-8 {
    padding-top: 3.125rem !important;
    padding-right: 3.125rem !important;
    padding-bottom: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .pa-xxl-9 {
    padding-top: 3.75rem !important;
    padding-right: 3.75rem !important;
    padding-bottom: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .pa-xxl-10 {
    padding-top: 5rem !important;
    padding-right: 5rem !important;
    padding-bottom: 5rem !important;
    padding-left: 5rem !important;
  }
  .pa-xxl-11 {
    padding-top: 7.5rem !important;
    padding-right: 7.5rem !important;
    padding-bottom: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
}
@media (min-width: 1700px) {
  .mt-3xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-3xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-3xl-3 {
    margin-top: 0.75rem !important;
  }
  .mt-3xl-4 {
    margin-top: 1rem !important;
  }
  .mt-3xl-5 {
    margin-top: 1.25rem !important;
  }
  .mt-3xl-6 {
    margin-top: 1.75rem !important;
  }
  .mt-3xl-7 {
    margin-top: 2.5rem !important;
  }
  .mt-3xl-8 {
    margin-top: 3.125rem !important;
  }
  .mt-3xl-9 {
    margin-top: 3.75rem !important;
  }
  .mt-3xl-10 {
    margin-top: 5rem !important;
  }
  .mt-3xl-11 {
    margin-top: 7.5rem !important;
  }
  .mb-3xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-3xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-3xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-3xl-4 {
    margin-bottom: 1rem !important;
  }
  .mb-3xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-3xl-6 {
    margin-bottom: 1.75rem !important;
  }
  .mb-3xl-7 {
    margin-bottom: 2.5rem !important;
  }
  .mb-3xl-8 {
    margin-bottom: 3.125rem !important;
  }
  .mb-3xl-9 {
    margin-bottom: 3.75rem !important;
  }
  .mb-3xl-10 {
    margin-bottom: 5rem !important;
  }
  .mb-3xl-11 {
    margin-bottom: 7.5rem !important;
  }
  .ms-3xl-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-3xl-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-3xl-3 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-3xl-4 {
    margin-inline-start: 1rem !important;
  }
  .ms-3xl-5 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-3xl-6 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-3xl-7 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-3xl-8 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-3xl-9 {
    margin-inline-start: 3.75rem !important;
  }
  .ms-3xl-10 {
    margin-inline-start: 5rem !important;
  }
  .ms-3xl-11 {
    margin-inline-start: 7.5rem !important;
  }
  .me-3xl-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-3xl-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-3xl-3 {
    margin-inline-end: 0.75rem !important;
  }
  .me-3xl-4 {
    margin-inline-end: 1rem !important;
  }
  .me-3xl-5 {
    margin-inline-end: 1.25rem !important;
  }
  .me-3xl-6 {
    margin-inline-end: 1.75rem !important;
  }
  .me-3xl-7 {
    margin-inline-end: 2.5rem !important;
  }
  .me-3xl-8 {
    margin-inline-end: 3.125rem !important;
  }
  .me-3xl-9 {
    margin-inline-end: 3.75rem !important;
  }
  .me-3xl-10 {
    margin-inline-end: 5rem !important;
  }
  .me-3xl-11 {
    margin-inline-end: 7.5rem !important;
  }
  .ml-3xl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-3xl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-3xl-3 {
    margin-left: 0.75rem !important;
  }
  .ml-3xl-4 {
    margin-left: 1rem !important;
  }
  .ml-3xl-5 {
    margin-left: 1.25rem !important;
  }
  .ml-3xl-6 {
    margin-left: 1.75rem !important;
  }
  .ml-3xl-7 {
    margin-left: 2.5rem !important;
  }
  .ml-3xl-8 {
    margin-left: 3.125rem !important;
  }
  .ml-3xl-9 {
    margin-left: 3.75rem !important;
  }
  .ml-3xl-10 {
    margin-left: 5rem !important;
  }
  .ml-3xl-11 {
    margin-left: 7.5rem !important;
  }
  .mr-3xl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-3xl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-3xl-3 {
    margin-right: 0.75rem !important;
  }
  .mr-3xl-4 {
    margin-right: 1rem !important;
  }
  .mr-3xl-5 {
    margin-right: 1.25rem !important;
  }
  .mr-3xl-6 {
    margin-right: 1.75rem !important;
  }
  .mr-3xl-7 {
    margin-right: 2.5rem !important;
  }
  .mr-3xl-8 {
    margin-right: 3.125rem !important;
  }
  .mr-3xl-9 {
    margin-right: 3.75rem !important;
  }
  .mr-3xl-10 {
    margin-right: 5rem !important;
  }
  .mr-3xl-11 {
    margin-right: 7.5rem !important;
  }
  .mx-3xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-3xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-3xl-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-3xl-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-3xl-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-3xl-6 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-3xl-7 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-3xl-8 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }
  .mx-3xl-9 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mx-3xl-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-3xl-11 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-3xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-3xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-3xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-3xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-3xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-3xl-6 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-3xl-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-3xl-8 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-3xl-9 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-3xl-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-3xl-11 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .ma-3xl-1 {
    margin-top: 0.25rem !important;
    margin-right: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .ma-3xl-2 {
    margin-top: 0.5rem !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .ma-3xl-3 {
    margin-top: 0.75rem !important;
    margin-right: 0.75rem !important;
    margin-bottom: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .ma-3xl-4 {
    margin-top: 1rem !important;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
  }
  .ma-3xl-5 {
    margin-top: 1.25rem !important;
    margin-right: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .ma-3xl-6 {
    margin-top: 1.75rem !important;
    margin-right: 1.75rem !important;
    margin-bottom: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .ma-3xl-7 {
    margin-top: 2.5rem !important;
    margin-right: 2.5rem !important;
    margin-bottom: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .ma-3xl-8 {
    margin-top: 3.125rem !important;
    margin-right: 3.125rem !important;
    margin-bottom: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .ma-3xl-9 {
    margin-top: 3.75rem !important;
    margin-right: 3.75rem !important;
    margin-bottom: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .ma-3xl-10 {
    margin-top: 5rem !important;
    margin-right: 5rem !important;
    margin-bottom: 5rem !important;
    margin-left: 5rem !important;
  }
  .ma-3xl-11 {
    margin-top: 7.5rem !important;
    margin-right: 7.5rem !important;
    margin-bottom: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .pt-3xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-3xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-3xl-3 {
    padding-top: 0.75rem !important;
  }
  .pt-3xl-4 {
    padding-top: 1rem !important;
  }
  .pt-3xl-5 {
    padding-top: 1.25rem !important;
  }
  .pt-3xl-6 {
    padding-top: 1.75rem !important;
  }
  .pt-3xl-7 {
    padding-top: 2.5rem !important;
  }
  .pt-3xl-8 {
    padding-top: 3.125rem !important;
  }
  .pt-3xl-9 {
    padding-top: 3.75rem !important;
  }
  .pt-3xl-10 {
    padding-top: 5rem !important;
  }
  .pt-3xl-11 {
    padding-top: 7.5rem !important;
  }
  .pb-3xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-3xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-3xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-3xl-4 {
    padding-bottom: 1rem !important;
  }
  .pb-3xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-3xl-6 {
    padding-bottom: 1.75rem !important;
  }
  .pb-3xl-7 {
    padding-bottom: 2.5rem !important;
  }
  .pb-3xl-8 {
    padding-bottom: 3.125rem !important;
  }
  .pb-3xl-9 {
    padding-bottom: 3.75rem !important;
  }
  .pb-3xl-10 {
    padding-bottom: 5rem !important;
  }
  .pb-3xl-11 {
    padding-bottom: 7.5rem !important;
  }
  .ps-3xl-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-3xl-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-3xl-3 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-3xl-4 {
    padding-inline-start: 1rem !important;
  }
  .ps-3xl-5 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-3xl-6 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-3xl-7 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-3xl-8 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-3xl-9 {
    padding-inline-start: 3.75rem !important;
  }
  .ps-3xl-10 {
    padding-inline-start: 5rem !important;
  }
  .ps-3xl-11 {
    padding-inline-start: 7.5rem !important;
  }
  .pe-3xl-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-3xl-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-3xl-3 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-3xl-4 {
    padding-inline-end: 1rem !important;
  }
  .pe-3xl-5 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-3xl-6 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-3xl-7 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-3xl-8 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-3xl-9 {
    padding-inline-end: 3.75rem !important;
  }
  .pe-3xl-10 {
    padding-inline-end: 5rem !important;
  }
  .pe-3xl-11 {
    padding-inline-end: 7.5rem !important;
  }
  .pl-3xl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-3xl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-3xl-3 {
    padding-left: 0.75rem !important;
  }
  .pl-3xl-4 {
    padding-left: 1rem !important;
  }
  .pl-3xl-5 {
    padding-left: 1.25rem !important;
  }
  .pl-3xl-6 {
    padding-left: 1.75rem !important;
  }
  .pl-3xl-7 {
    padding-left: 2.5rem !important;
  }
  .pl-3xl-8 {
    padding-left: 3.125rem !important;
  }
  .pl-3xl-9 {
    padding-left: 3.75rem !important;
  }
  .pl-3xl-10 {
    padding-left: 5rem !important;
  }
  .pl-3xl-11 {
    padding-left: 7.5rem !important;
  }
  .pr-3xl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-3xl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-3xl-3 {
    padding-right: 0.75rem !important;
  }
  .pr-3xl-4 {
    padding-right: 1rem !important;
  }
  .pr-3xl-5 {
    padding-right: 1.25rem !important;
  }
  .pr-3xl-6 {
    padding-right: 1.75rem !important;
  }
  .pr-3xl-7 {
    padding-right: 2.5rem !important;
  }
  .pr-3xl-8 {
    padding-right: 3.125rem !important;
  }
  .pr-3xl-9 {
    padding-right: 3.75rem !important;
  }
  .pr-3xl-10 {
    padding-right: 5rem !important;
  }
  .pr-3xl-11 {
    padding-right: 7.5rem !important;
  }
  .px-3xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-3xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-3xl-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .px-3xl-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-3xl-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-3xl-6 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .px-3xl-7 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-3xl-8 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
  .px-3xl-9 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .px-3xl-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-3xl-11 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-3xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-3xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-3xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-3xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-3xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-3xl-6 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-3xl-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-3xl-8 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-3xl-9 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-3xl-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-3xl-11 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pa-3xl-1 {
    padding-top: 0.25rem !important;
    padding-right: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .pa-3xl-2 {
    padding-top: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .pa-3xl-3 {
    padding-top: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .pa-3xl-4 {
    padding-top: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
  }
  .pa-3xl-5 {
    padding-top: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .pa-3xl-6 {
    padding-top: 1.75rem !important;
    padding-right: 1.75rem !important;
    padding-bottom: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .pa-3xl-7 {
    padding-top: 2.5rem !important;
    padding-right: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .pa-3xl-8 {
    padding-top: 3.125rem !important;
    padding-right: 3.125rem !important;
    padding-bottom: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .pa-3xl-9 {
    padding-top: 3.75rem !important;
    padding-right: 3.75rem !important;
    padding-bottom: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .pa-3xl-10 {
    padding-top: 5rem !important;
    padding-right: 5rem !important;
    padding-bottom: 5rem !important;
    padding-left: 5rem !important;
  }
  .pa-3xl-11 {
    padding-top: 7.5rem !important;
    padding-right: 7.5rem !important;
    padding-bottom: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
}
.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 2rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 2rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 2rem !important;
}

.text-start {
  text-align: start !important;
}

.text-center {
  text-align: center !important;
}

.text-end {
  text-align: end !important;
}

.text-justify {
  text-align: justify !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.fs-1 {
  font-size: 0.75rem !important;
}

.fs-2 {
  font-size: 0.875rem !important;
}

.fs-3 {
  font-size: 1rem !important;
}

.fs-4 {
  font-size: 1.25rem !important;
}

.fs-5 {
  font-size: 1.5rem !important;
}

.fs-6 {
  font-size: 2rem !important;
}

.text-primary {
  color: var(--bcbd-primary-color) !important;
}

.text-secondary {
  color: var(--bcbd-secondary-color) !important;
}

.text-black {
  color: var(--bcbd-black-color) !important;
}

.text-white {
  color: var(--bcbd-white-color) !important;
}

.text-success {
  color: var(--bcbd-success-color) !important;
}

.text-info {
  color: var(--bcbd-info-color) !important;
}

.text-warning {
  color: var(--bcbd-warning-color) !important;
}

.text-danger {
  color: var(--bcbd-danger-color) !important;
}

.text-orange {
  color: var(--bcbd-orange-color) !important;
}

.text-pink {
  color: var(--bcbd-pink-color) !important;
}

.text-yellow {
  color: var(--bcbd-yellow-color) !important;
}

.text-cyan {
  color: var(--bcbd-cyan-color) !important;
}

.text-lime {
  color: var(--bcbd-lime-color) !important;
}

.text-shadow {
  color: var(--bcbd-shadow-default-color) !important;
}

@media (min-width: 0) {
  .text-0-start {
    text-align: start !important;
  }
  .text-0-center {
    text-align: center !important;
  }
  .text-0-end {
    text-align: end !important;
  }
  .text-0-justify {
    text-align: justify !important;
  }
}
@media (min-width: 321px) {
  .text-3xs-start {
    text-align: start !important;
  }
  .text-3xs-center {
    text-align: center !important;
  }
  .text-3xs-end {
    text-align: end !important;
  }
  .text-3xs-justify {
    text-align: justify !important;
  }
}
@media (min-width: 376px) {
  .text-xxs-start {
    text-align: start !important;
  }
  .text-xxs-center {
    text-align: center !important;
  }
  .text-xxs-end {
    text-align: end !important;
  }
  .text-xxs-justify {
    text-align: justify !important;
  }
}
@media (min-width: 426px) {
  .text-xs-start {
    text-align: start !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .text-xs-end {
    text-align: end !important;
  }
  .text-xs-justify {
    text-align: justify !important;
  }
}
@media (min-width: 576px) {
  .text-sm-start {
    text-align: start !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-end {
    text-align: end !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
}
@media (min-width: 768px) {
  .text-md-start {
    text-align: start !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-end {
    text-align: end !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
}
@media (min-width: 992px) {
  .text-lg-start {
    text-align: start !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-end {
    text-align: end !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-start {
    text-align: start !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-end {
    text-align: end !important;
  }
  .text-xl-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-start {
    text-align: start !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-end {
    text-align: end !important;
  }
  .text-xxl-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1700px) {
  .text-3xl-start {
    text-align: start !important;
  }
  .text-3xl-center {
    text-align: center !important;
  }
  .text-3xl-end {
    text-align: end !important;
  }
  .text-3xl-justify {
    text-align: justify !important;
  }
}
.shadow {
  box-shadow: 0 1px 2px var(--bcbd-shadow-default-color, rgba(27, 42, 50, 0.0588235294)), 0 6px 18px var(--bcbd-shadow-default-color, rgba(27, 42, 50, 0.0588235294)) !important;
}

.shadow-none {
  box-shadow: none !important;
}