.position-relative{
  position: relative !important;
}
.w-100{
  width: 100% !important;
}
.w-50{
  width: 50% !important;
}
.mw-50{
  min-width: 50% !important;
}
.mxw-100{
  max-width: 100% !important;
}
.w-auto{
  width: auto !important;
}

.h-auto{
height: auto !important;
}

.mh-auto{
  min-height: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-end {
justify-content: flex-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: flex-start !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pa-0 {
padding: 0 !important;
}

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

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

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

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

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

.pa-0{
  padding: 0 !important;
}

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

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

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

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

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

.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-5 {
  margin-right: 3rem !important;
}
@media (min-width: 576px) {
  .w-sm-50{
      width: 50% !important;
  }
.d-sm-inline {
  display: inline !important;
}
.d-sm-inline-block {
  display: inline-block !important;
}
.d-sm-block {
  display: block !important;
}
.d-sm-grid {
  display: grid !important;
}
.d-sm-table {
  display: table !important;
}
.d-sm-table-row {
  display: table-row !important;
}
.d-sm-table-cell {
  display: table-cell !important;
}
.d-sm-flex {
  display: flex !important;
}
.d-sm-inline-flex {
  display: inline-flex !important;
}
.d-sm-none {
  display: none !important;
}
.flex-sm-fill {
  flex: 1 1 auto !important;
}
.flex-sm-row {
  flex-direction: row !important;
}
.flex-sm-column {
  flex-direction: column !important;
}
.flex-sm-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-sm-grow-0 {
  flex-grow: 0 !important;
}
.flex-sm-grow-1 {
  flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-sm-wrap {
  flex-wrap: wrap !important;
}
.flex-sm-nowrap {
  flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start {
  justify-content: flex-start !important;
}
.justify-content-sm-end {
  justify-content: flex-end !important;
}
.justify-content-sm-center {
  justify-content: center !important;
}
.justify-content-sm-between {
  justify-content: space-between !important;
}
.justify-content-sm-around {
  justify-content: space-around !important;
}
.justify-content-sm-evenly {
  justify-content: space-evenly !important;
}
.align-items-sm-start {
  align-items: flex-start !important;
}
.align-items-sm-end {
  align-items: flex-end !important;
}
.align-items-sm-center {
  align-items: center !important;
}
.align-items-sm-baseline {
  align-items: baseline !important;
}
.align-items-sm-stretch {
  align-items: stretch !important;
}
.align-content-sm-start {
  align-content: flex-start !important;
}
.align-content-sm-end {
  align-content: flex-end !important;
}
.align-content-sm-center {
  align-content: center !important;
}
.align-content-sm-between {
  align-content: space-between !important;
}
.align-content-sm-around {
  align-content: space-around !important;
}
.align-content-sm-stretch {
  align-content: stretch !important;
}
.align-self-sm-auto {
  align-self: auto !important;
}
.align-self-sm-start {
  align-self: flex-start !important;
}
.align-self-sm-end {
  align-self: flex-end !important;
}
.align-self-sm-center {
  align-self: center !important;
}
.align-self-sm-baseline {
  align-self: baseline !important;
}
.align-self-sm-stretch {
  align-self: stretch !important;
}
.order-sm-first {
  order: -1 !important;
}
.order-sm-0 {
  order: 0 !important;
}
.order-sm-1 {
  order: 1 !important;
}
.order-sm-2 {
  order: 2 !important;
}
.order-sm-3 {
  order: 3 !important;
}
.order-sm-4 {
  order: 4 !important;
}
.order-sm-5 {
  order: 5 !important;
}
.order-sm-last {
  order: 6 !important;
}
.pa-sm-0 {
  padding: 0 !important;
}
.pa-sm-1 {
  padding: 0.25rem !important;
}
.pa-sm-2 {
  padding: 0.5rem !important;
}
.pa-sm-3 {
  padding: 1rem !important;
}
.pa-sm-4 {
  padding: 1.5rem !important;
}
.pa-sm-5 {
  padding: 3rem !important;
}
.px-sm-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-sm-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-sm-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-sm-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-sm-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-sm-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
}
@media (min-width: 768px) {
  .w-md-25{
      width: 25% !important;
  }
  .w-md-35{
      width: 35% !important;
  }
  .w-md-40{
      width: 40% !important;
  }
  .w-md-95{
      width: 95% !important;
  }
  .w-md-auto{
      width: auto !important;
  }
  .mw-md-auto{
      min-width: auto !important;
  }
.position-md-absolute{
  position: absolute !important;
}
.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;
}
.pa-md-0 {
  padding: 0 !important;
}
.pa-md-1 {
  padding: 0.25rem !important;
}
.pa-md-2 {
  padding: 0.5rem !important;
}
.pa-md-3 {
  padding: 1rem !important;
}
.pa-md-4 {
  padding: 1.5rem !important;
}
.pa-md-5 {
  padding: 3rem !important;
}
.ps-md-0 {
  padding-left: 0 !important;
}
.ps-md-1 {
  padding-left: 0.25rem !important;
}
.ps-md-2 {
  padding-left: 0.5rem !important;
}
.ps-md-3 {
  padding-left: 1rem !important;
}
.ps-md-4 {
  padding-left: 1.5rem !important;
}
.ps-md-5 {
  padding-left: 3rem !important;
}
.pe-md-0 {
  padding-right: 0 !important;
}
.pe-md-1 {
  padding-right: 0.25rem !important;
}
.pe-md-2 {
  padding-right: 0.5rem !important;
}
.pe-md-3 {
  padding-right: 1rem !important;
}
.pe-md-4 {
  padding-right: 1.5rem !important;
}
.pe-md-5 {
  padding-right: 3rem !important;
}
.px-md-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-md-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-md-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-md-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-md-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-md-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.col-md-15-3 {
  width: calc((100% / 15) * 3);
  }
}
@media (min-width: 992px) {
.d-lg-inline {
  display: inline !important;
}
.d-lg-inline-block {
  display: inline-block !important;
}
.d-lg-block {
  display: block !important;
}
.d-lg-grid {
  display: grid !important;
}
.d-lg-table {
  display: table !important;
}
.d-lg-table-row {
  display: table-row !important;
}
.d-lg-table-cell {
  display: table-cell !important;
}
.d-lg-flex {
  display: flex !important;
}
.d-lg-inline-flex {
  display: inline-flex !important;
}
.d-lg-none {
  display: none !important;
}
.flex-lg-fill {
  flex: 1 1 auto !important;
}
.flex-lg-row {
  flex-direction: row !important;
}
.flex-lg-column {
  flex-direction: column !important;
}
.flex-lg-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-lg-grow-0 {
  flex-grow: 0 !important;
}
.flex-lg-grow-1 {
  flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-lg-wrap {
  flex-wrap: wrap !important;
}
.flex-lg-nowrap {
  flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start {
  justify-content: flex-start !important;
}
.justify-content-lg-end {
  justify-content: flex-end !important;
}
.justify-content-lg-center {
  justify-content: center !important;
}
.justify-content-lg-between {
  justify-content: space-between !important;
}
.justify-content-lg-around {
  justify-content: space-around !important;
}
.justify-content-lg-evenly {
  justify-content: space-evenly !important;
}
.align-items-lg-start {
  align-items: flex-start !important;
}
.align-items-lg-end {
  align-items: flex-end !important;
}
.align-items-lg-center {
  align-items: center !important;
}
.align-items-lg-baseline {
  align-items: baseline !important;
}
.align-items-lg-stretch {
  align-items: stretch !important;
}
.align-content-lg-start {
  align-content: flex-start !important;
}
.align-content-lg-end {
  align-content: flex-end !important;
}
.align-content-lg-center {
  align-content: center !important;
}
.align-content-lg-between {
  align-content: space-between !important;
}
.align-content-lg-around {
  align-content: space-around !important;
}
.align-content-lg-stretch {
  align-content: stretch !important;
}
.align-self-lg-auto {
  align-self: auto !important;
}
.align-self-lg-start {
  align-self: flex-start !important;
}
.align-self-lg-end {
  align-self: flex-end !important;
}
.align-self-lg-center {
  align-self: center !important;
}
.align-self-lg-baseline {
  align-self: baseline !important;
}
.align-self-lg-stretch {
  align-self: stretch !important;
}
.order-lg-first {
  order: -1 !important;
}
.order-lg-0 {
  order: 0 !important;
}
.order-lg-1 {
  order: 1 !important;
}
.order-lg-2 {
  order: 2 !important;
}
.order-lg-3 {
  order: 3 !important;
}
.order-lg-4 {
  order: 4 !important;
}
.order-lg-5 {
  order: 5 !important;
}
.order-lg-last {
  order: 6 !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline {
  display: inline !important;
}
.d-xl-inline-block {
  display: inline-block !important;
}
.d-xl-block {
  display: block !important;
}
.d-xl-grid {
  display: grid !important;
}
.d-xl-table {
  display: table !important;
}
.d-xl-table-row {
  display: table-row !important;
}
.d-xl-table-cell {
  display: table-cell !important;
}
.d-xl-flex {
  display: flex !important;
}
.d-xl-inline-flex {
  display: inline-flex !important;
}
.d-xl-none {
  display: none !important;
}
.flex-xl-fill {
  flex: 1 1 auto !important;
}
.flex-xl-row {
  flex-direction: row !important;
}
.flex-xl-column {
  flex-direction: column !important;
}
.flex-xl-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-xl-grow-0 {
  flex-grow: 0 !important;
}
.flex-xl-grow-1 {
  flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-xl-wrap {
  flex-wrap: wrap !important;
}
.flex-xl-nowrap {
  flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start {
  justify-content: flex-start !important;
}
.justify-content-xl-end {
  justify-content: flex-end !important;
}
.justify-content-xl-center {
  justify-content: center !important;
}
.justify-content-xl-between {
  justify-content: space-between !important;
}
.justify-content-xl-around {
  justify-content: space-around !important;
}
.justify-content-xl-evenly {
  justify-content: space-evenly !important;
}
.align-items-xl-start {
  align-items: flex-start !important;
}
.align-items-xl-end {
  align-items: flex-end !important;
}
.align-items-xl-center {
  align-items: center !important;
}
.align-items-xl-baseline {
  align-items: baseline !important;
}
.align-items-xl-stretch {
  align-items: stretch !important;
}
.align-content-xl-start {
  align-content: flex-start !important;
}
.align-content-xl-end {
  align-content: flex-end !important;
}
.align-content-xl-center {
  align-content: center !important;
}
.align-content-xl-between {
  align-content: space-between !important;
}
.align-content-xl-around {
  align-content: space-around !important;
}
.align-content-xl-stretch {
  align-content: stretch !important;
}
.align-self-xl-auto {
  align-self: auto !important;
}
.align-self-xl-start {
  align-self: flex-start !important;
}
.align-self-xl-end {
  align-self: flex-end !important;
}
.align-self-xl-center {
  align-self: center !important;
}
.align-self-xl-baseline {
  align-self: baseline !important;
}
.align-self-xl-stretch {
  align-self: stretch !important;
}
.order-xl-first {
  order: -1 !important;
}
.order-xl-0 {
  order: 0 !important;
}
.order-xl-1 {
  order: 1 !important;
}
.order-xl-2 {
  order: 2 !important;
}
.order-xl-3 {
  order: 3 !important;
}
.order-xl-4 {
  order: 4 !important;
}
.order-xl-5 {
  order: 5 !important;
}
.order-xl-last {
  order: 6 !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline {
  display: inline !important;
}
.d-xxl-inline-block {
  display: inline-block !important;
}
.d-xxl-block {
  display: block !important;
}
.d-xxl-grid {
  display: grid !important;
}
.d-xxl-table {
  display: table !important;
}
.d-xxl-table-row {
  display: table-row !important;
}
.d-xxl-table-cell {
  display: table-cell !important;
}
.d-xxl-flex {
  display: flex !important;
}
.d-xxl-inline-flex {
  display: inline-flex !important;
}
.d-xxl-none {
  display: none !important;
}
.flex-xxl-fill {
  flex: 1 1 auto !important;
}
.flex-xxl-row {
  flex-direction: row !important;
}
.flex-xxl-column {
  flex-direction: column !important;
}
.flex-xxl-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-xxl-grow-0 {
  flex-grow: 0 !important;
}
.flex-xxl-grow-1 {
  flex-grow: 1 !important;
}
.flex-xxl-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-xxl-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-xxl-wrap {
  flex-wrap: wrap !important;
}
.flex-xxl-nowrap {
  flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-xxl-start {
  justify-content: flex-start !important;
}
.justify-content-xxl-end {
  justify-content: flex-end !important;
}
.justify-content-xxl-center {
  justify-content: center !important;
}
.justify-content-xxl-between {
  justify-content: space-between !important;
}
.justify-content-xxl-around {
  justify-content: space-around !important;
}
.justify-content-xxl-evenly {
  justify-content: space-evenly !important;
}
.align-items-xxl-start {
  align-items: flex-start !important;
}
.align-items-xxl-end {
  align-items: flex-end !important;
}
.align-items-xxl-center {
  align-items: center !important;
}
.align-items-xxl-baseline {
  align-items: baseline !important;
}
.align-items-xxl-stretch {
  align-items: stretch !important;
}
.align-content-xxl-start {
  align-content: flex-start !important;
}
.align-content-xxl-end {
  align-content: flex-end !important;
}
.align-content-xxl-center {
  align-content: center !important;
}
.align-content-xxl-between {
  align-content: space-between !important;
}
.align-content-xxl-around {
  align-content: space-around !important;
}
.align-content-xxl-stretch {
  align-content: stretch !important;
}
.align-self-xxl-auto {
  align-self: auto !important;
}
.align-self-xxl-start {
  align-self: flex-start !important;
}
.align-self-xxl-end {
  align-self: flex-end !important;
}
.align-self-xxl-center {
  align-self: center !important;
}
.align-self-xxl-baseline {
  align-self: baseline !important;
}
.align-self-xxl-stretch {
  align-self: stretch !important;
}
.order-xxl-first {
  order: -1 !important;
}
.order-xxl-0 {
  order: 0 !important;
}
.order-xxl-1 {
  order: 1 !important;
}
.order-xxl-2 {
  order: 2 !important;
}
.order-xxl-3 {
  order: 3 !important;
}
.order-xxl-4 {
  order: 4 !important;
}
.order-xxl-5 {
  order: 5 !important;
}
.order-xxl-last {
  order: 6 !important;
}
}