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

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

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

.mr-auto {
  margin-right: auto !important;
}

@media (min-width: 478px) {
  .mt-sm-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 478px) {
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 478px) {
  .ml-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 478px) {
  .mr-sm-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 768px) {
  .mt-md-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 768px) {
  .mb-md-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .ml-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .mr-md-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-auto {
    margin-right: auto !important;
  }
}
.col-1 {
  width: 8.33% !important;
}

.col-2 {
  width: 16.6667% !important;
}

.col-3 {
  width: 25% !important;
}

.col-4 {
  width: 33% !important;
}

.col-5 {
  width: 41.6667% !important;
}

.col-6 {
  width: 50% !important;
}

.col-7 {
  width: 58.3333% !important;
}

.col-8 {
  width: 66.6667% !important;
}

.col-9 {
  width: 75% !important;
}

.col-10 {
  width: 83.33% !important;
}

.col-11 {
  width: 91.667% !important;
}

.col-12 {
  width: 100% !important;
}

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.33% !important;
  }
}

@media (min-width: 768px) {
  .col-md-2 {
    width: 16.6667% !important;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    width: 25% !important;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    width: 33.3333% !important;
  }
}

@media (min-width: 768px) {
  .col-md-5 {
    width: 41.6667% !important;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    width: 50% !important;
  }
}

@media (min-width: 768px) {
  .col-md-7 {
    width: 58.3333% !important;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
    width: 66.6667% !important;
  }
}

@media (min-width: 768px) {
  .col-md-9 {
    width: 75% !important;
  }
}

@media (min-width: 768px) {
  .col-md-10 {
    width: 83.333% !important;
  }
}

@media (min-width: 768px) {
  .col-md-11 {
    width: 91.667% !important;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.33% !important;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    width: 16.6667% !important;
  }
}

@media (min-width: 768px) {
  .col-lg-3 {
    width: 25% !important;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    width: 33.3333% !important;
  }
}

@media (min-width: 992px) {
  .col-lg-5 {
    width: 41.6667% !important;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
    width: 50% !important;
  }
}

@media (min-width: 992px) {
  .col-lg-7 {
    width: 58.3333% !important;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
    width: 66.6667% !important;
  }
}

@media (min-width: 992px) {
  .col-lg-9 {
    width: 75% !important;
  }
}

@media (min-width: 992px) {
  .col-lg-10 {
    width: 83.333% !important;
  }
}

@media (min-width: 992px) {
  .col-lg-11 {
    width: 91.667% !important;
  }
}

@media (min-width: 992px) {
  .col-lg-12 {
    width: 100% !important;
  }
}

body, html {
  // overflow-x: hidden !important;
}

html.no-scroll {
  overflow: hidden !important;
}

.brxe-text.nop p {
  margin-bottom: 0;
}

.d-none {
  display: none;
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-lg-column {
  display: flex;
  flex-direction: row;
}
@media (min-width: 992px) {
  .flex-lg-column {
    flex-direction: column;
  }
}

.flex-lg-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.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;
}

@media (min-width: 992px) {
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-center {
    justify-content: center !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-start {
    align-items: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-end {
    align-items: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-center {
    align-items: center !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
}

/*# sourceMappingURL=customstyles.css.map */
