.moex-design .d-block {
  display: block !important;
}


.moex-design .d-flex {
  display: flex !important;
}


.moex-design .d-none {
  display: none !important;
}



.moex-design .flex-wrap {
  flex-wrap: wrap !important;
}

.moex-design .flex-nowrap {
  flex-wrap: nowrap !important;
}

.moex-design .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.moex-design .justify-content-start {
  justify-content: flex-start !important;
}

.moex-design .justify-content-end {
  justify-content: flex-end !important;
}

.moex-design .justify-content-center {
  justify-content: center !important;
}

.moex-design .justify-content-between {
  justify-content: space-between !important;
}

.moex-design .justify-content-around {
  justify-content: space-around !important;
}

.moex-design .justify-content-evenly {
  justify-content: space-evenly !important;
}

.moex-design .align-items-start {
  align-items: flex-start !important;
}

.moex-design .align-items-end {
  align-items: flex-end !important;
}

.moex-design .align-items-center {
  align-items: center !important;
}

.moex-design .align-items-baseline {
  align-items: baseline !important;
}

.moex-design .align-items-stretch {
  align-items: stretch !important;
}

.moex-design .align-content-start {
  align-content: flex-start !important;
}

.moex-design .align-content-end {
  align-content: flex-end !important;
}

.moex-design .align-content-center {
  align-content: center !important;
}

.moex-design .align-content-between {
  align-content: space-between !important;
}

.moex-design .align-content-around {
  align-content: space-around !important;
}

.moex-design .align-content-stretch {
  align-content: stretch !important;
}

/* .moex-design .row {
  margin-right: 0;
  margin-left: 0;
} */


.new-moex-components .d-block {
  display: block !important;
}


.new-moex-components .d-flex {
  display: flex !important;
}


.new-moex-components .d-none {
  display: none !important;
}



.new-moex-components .flex-wrap {
  flex-wrap: wrap !important;
}

.new-moex-components .flex-nowrap {
  flex-wrap: nowrap !important;
}

.new-moex-components .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.new-moex-components .justify-content-start {
  justify-content: flex-start !important;
}

.new-moex-components .justify-content-end {
  justify-content: flex-end !important;
}

.new-moex-components .justify-content-center {
  justify-content: center !important;
}

.new-moex-components .justify-content-between {
  justify-content: space-between !important;
}

.new-moex-components .justify-content-around {
  justify-content: space-around !important;
}

.new-moex-components .justify-content-evenly {
  justify-content: space-evenly !important;
}

.new-moex-components .align-items-start {
  align-items: flex-start !important;
}

.new-moex-components .align-items-end {
  align-items: flex-end !important;
}

.new-moex-components .align-items-center {
  align-items: center !important;
}

.new-moex-components .align-items-baseline {
  align-items: baseline !important;
}

.new-moex-components .align-items-stretch {
  align-items: stretch !important;
}

.new-moex-components .align-content-start {
  align-content: flex-start !important;
}

.new-moex-components .align-content-end {
  align-content: flex-end !important;
}

.new-moex-components .align-content-center {
  align-content: center !important;
}

.new-moex-components .align-content-between {
  align-content: space-between !important;
}

.new-moex-components .align-content-around {
  align-content: space-around !important;
}

.new-moex-components .align-content-stretch {
  align-content: stretch !important;
}
