.col-md {
  flex: 1 0 0%;
}

.row-cols-md-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-md-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-md-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-md-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-md-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-md-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-md-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-md-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-md-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-md-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-md-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-md-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-md-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-md-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-md-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-md-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-md-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-md-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-md-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-md-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-md-0 {
  margin-right: 0;
}

.offset-md-1 {
  margin-right: 8.33333333%;
}

.offset-md-2 {
  margin-right: 16.66666667%;
}

.offset-md-3 {
  margin-right: 25%;
}

.offset-md-4 {
  margin-right: 33.33333333%;
}

.offset-md-5 {
  margin-right: 41.66666667%;
}

.offset-md-6 {
  margin-right: 50%;
}

.offset-md-7 {
  margin-right: 58.33333333%;
}

.offset-md-8 {
  margin-right: 66.66666667%;
}

.offset-md-9 {
  margin-right: 75%;
}

.offset-md-10 {
  margin-right: 83.33333333%;
}

.offset-md-11 {
  margin-right: 91.66666667%;
}

.g-md-0,
.gx-md-0 {
  --bs-gutter-x: 0;
}

.g-md-0,
.gy-md-0 {
  --bs-gutter-y: 0;
}

.g-md-1,
.gx-md-1 {
  --bs-gutter-x: 0.25rem;
}

.g-md-1,
.gy-md-1 {
  --bs-gutter-y: 0.25rem;
}

.g-md-2,
.gx-md-2 {
  --bs-gutter-x: 0.5rem;
}

.g-md-2,
.gy-md-2 {
  --bs-gutter-y: 0.5rem;
}

.g-md-3,
.gx-md-3 {
  --bs-gutter-x: 1rem;
}

.g-md-3,
.gy-md-3 {
  --bs-gutter-y: 1rem;
}

.g-md-4,
.gx-md-4 {
  --bs-gutter-x: 1.5rem;
}

.g-md-4,
.gy-md-4 {
  --bs-gutter-y: 1.5rem;
}

.g-md-5,
.gx-md-5 {
  --bs-gutter-x: 3rem;
}

.g-md-5,
.gy-md-5 {
  --bs-gutter-y: 3rem;
}
.d-md-inline {
  display: inline !important;
}

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

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

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

.d-md-table {
  display: table !important;
}

.d-md-table-row {
  display: table-row !important;
}

.d-md-table-cell {
  display: table-cell !important;
}

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

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

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

.flex-md-fill {
  flex: 1 1 auto !important;
}

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

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

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

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

.flex-md-grow-0 {
  flex-grow: 0 !important;
}

.flex-md-grow-1 {
  flex-grow: 1 !important;
}

.flex-md-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-md-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-md-start {
  align-content: flex-start !important;
}

.align-content-md-end {
  align-content: flex-end !important;
}

.align-content-md-center {
  align-content: center !important;
}

.align-content-md-between {
  align-content: space-between !important;
}

.align-content-md-around {
  align-content: space-around !important;
}

.align-content-md-stretch {
  align-content: stretch !important;
}

.align-self-md-auto {
  align-self: auto !important;
}

.align-self-md-start {
  align-self: flex-start !important;
}

.align-self-md-end {
  align-self: flex-end !important;
}

.align-self-md-center {
  align-self: center !important;
}

.align-self-md-baseline {
  align-self: baseline !important;
}

.align-self-md-stretch {
  align-self: stretch !important;
}

.order-md-first {
  order: -1 !important;
}

.order-md-0 {
  order: 0 !important;
}

.order-md-1 {
  order: 1 !important;
}

.order-md-2 {
  order: 2 !important;
}

.order-md-3 {
  order: 3 !important;
}

.order-md-4 {
  order: 4 !important;
}

.order-md-5 {
  order: 5 !important;
}

.order-md-last {
  order: 6 !important;
}

.m-md-0 {
  margin: 0 !important;
}

.m-md-1 {
  margin: 0.25rem !important;
}

.m-md-2 {
  margin: 0.5rem !important;
}

.m-md-3 {
  margin: 1rem !important;
}

.m-md-4 {
  margin: 1.5rem !important;
}

.m-md-5 {
  margin: 3rem !important;
}

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

.mx-md-0 {
  margin-left: 0 !important;
  margin-right: 0 !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: 1rem !important;
  margin-right: 1rem !important;
}

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

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

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

.my-md-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !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: 1rem !important;
  margin-bottom: 1rem !important;
}

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

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

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

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

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

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

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

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

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

.mt-md-auto {
  margin-top: auto !important;
}

.me-md-0 {
  margin-left: 0 !important;
}

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

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

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

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

.me-md-5 {
  margin-left: 3rem !important;
}

.me-md-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

.mb-md-auto {
  margin-bottom: auto !important;
}

.ms-md-0 {
  margin-right: 0 !important;
}

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

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

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

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

.ms-md-5 {
  margin-right: 3rem !important;
}

.ms-md-auto {
  margin-right: auto !important;
}

.p-md-0 {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

.py-md-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !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: 1rem !important;
  padding-bottom: 1rem !important;
}

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

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

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

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

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

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

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

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

.pe-md-0 {
  padding-left: 0 !important;
}

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

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

.pe-md-3 {
  padding-left: 1rem !important;
}

.pe-md-4 {
  padding-left: 1.5rem !important;
}

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

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

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

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

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

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

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

.ps-md-0 {
  padding-right: 0 !important;
}

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

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

.ps-md-3 {
  padding-right: 1rem !important;
}

.ps-md-4 {
  padding-right: 1.5rem !important;
}

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

.p-md-fixed {
  position: fixed !important;
}
.p-md-relative {
  position: relative !important;
}
.p-md-absolute {
  position: absolute !important;
}
.p-md-static {
  position: static !important;
}

.t-md-right {
  text-align: right;
}
.t-md-center {
  text-align: center;
}
.t-md-left {
  text-align: left;
}
.t-md-justify {
  text-align: justify;
}

.w-md-100 {
  width: 100%;
}
.w-md-90 {
  width: 90%;
}
.w-md-80 {
  width: 80%;
}
.w-md-70 {
  width: 70%;
}
.w-md-60 {
  width: 60%;
}

.h-md-100 {
  height: 100%;
}
.h-md-90 {
  height: 90%;
}
.h-md-80 {
  height: 80%;
}
.h-md-70 {
  height: 70%;
}
.h-md-60 {
  height: 60%;
}

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

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

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

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

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