@charset "UTF-8";
/* @use 'sass:math'; */

/*FONTS*/
/******* VARIABLES ************/
/*Collapse*/
.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

/****************************/
.hyphen {
  word-break: break-word;
  hyphens: auto;
}

.c-pointer {
  cursor: pointer;
}

.c-block {
  cursor: not-allowed;
}

.small,
small {
  font-size: 85% !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

p {
  margin-bottom: 0.75rem;
}

hr {
  border: revert;
  color: #a9a9a9;
}

.page-icon {
  height: 100%;
  display: flex;
  align-items: center;
}

.text-black {
  color: #000 !important;
}

.bg-card {
  background-color: #fdfeff;
}

.bs-select-all,
.bs-deselect-all {
  height: 50px;
}

.btn-opciones {
  position: absolute !important;
  top: 0;
  height: auto !important;
  left: 0;
}

@media (min-width: 768px) {
  .btn-opciones {
    left: 6rem;
  }
}

/*primary colors*/
.bg-primary {
  background-color: #4174d4 !important;
}

.text-primary {
  color: #4174d4 !important;
}

.border-primary {
  border-color: #4174d4 !important;
}

.border-shadow-primary {
  box-shadow: 0 0 5px 0px #4174d4 !important;
}

.btn-primary {
  background-color: #4174d4 !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn-primary:active {
  box-shadow: 0 4px 9px #5a86da !important;
  background-color: #2a5bb8 !important;
}

.bg-secondary {
  background-color: #8ca2b5 !important;
}

.text-secondary {
  color: #8ca2b5 !important;
}

.border-secondary {
  border-color: #8ca2b5 !important;
}

.border-shadow-secondary {
  box-shadow: 0 0 5px 0px #8ca2b5 !important;
}

.btn-secondary {
  background-color: #8ca2b5 !important;
  color: #fff !important;
}

.btn-secondary:hover,
.btn-secondary:active {
  box-shadow: 0 4px 9px #9fb1c1 !important;
  background-color: #6d89a1 !important;
}

.bg-success {
  background-color: #00c9a7 !important;
}

.text-success {
  color: #00c9a7 !important;
}

.border-success {
  border-color: #00c9a7 !important;
}

.border-shadow-success {
  box-shadow: 0 0 5px 0px #00c9a7 !important;
}

.btn-success {
  background-color: #00c9a7 !important;
  color: #fff !important;
}

.btn-success:hover,
.btn-success:active {
  box-shadow: 0 4px 9px #00e8c0 !important;
  background-color: #00967d !important;
}

.bg-danger {
  background-color: #ed4c78 !important;
}

.text-danger {
  color: #ed4c78 !important;
}

.border-danger {
  border-color: #ed4c78 !important;
}

.border-shadow-danger {
  box-shadow: 0 0 5px 0px #ed4c78 !important;
}

.btn-danger {
  background-color: #ed4c78 !important;
  color: #fff !important;
}

.btn-danger:hover,
.btn-danger:active {
  box-shadow: 0 4px 9px #f0688d !important;
  background-color: #e81e55 !important;
}

.bg-warning {
  background-color: #ffba75 !important;
}

.text-warning {
  color: #ffba75 !important;
}

.border-warning {
  border-color: #ffba75 !important;
}

.border-shadow-warning {
  box-shadow: 0 0 5px 0px #ffba75 !important;
}

.btn-warning {
  background-color: #ffba75 !important;
  color: #1e2022 !important;
}

.btn-warning:hover,
.btn-warning:active {
  box-shadow: 0 4px 9px #ffc994 !important;
  background-color: #ffa142 !important;
}

.bg-info {
  background-color: #00a4c2 !important;
}

.text-info {
  color: #00a4c2 !important;
}

.border-info {
  border-color: #00a4c2 !important;
}

.border-shadow-info {
  box-shadow: 0 0 5px 0px #00a4c2 !important;
}

.btn-info {
  background-color: #00a4c2 !important;
  color: #fff !important;
}

.btn-info:hover,
.btn-info:active {
  box-shadow: 0 4px 9px #00bee1 !important;
  background-color: #00798f !important;
}

.bg-gray {
  background-color: #f8fafd !important;
}

.text-gray {
  color: #f8fafd !important;
}

.border-gray {
  border-color: #f8fafd !important;
}

.border-shadow-gray {
  box-shadow: 0 0 5px 0px #d1d9e0 !important;
}

.btn-gray {
  background-color: #f8fafd !important;
  color: #1e2022 !important;
}

.btn-gray:hover,
.btn-gray:active {
  box-shadow: 0 4px 9px white !important;
  background-color: #d0def2 !important;
}

.bg-light {
  background-color: #fff !important;
}

.text-light {
  color: #fff !important;
}

.border-light {
  border-color: #fff !important;
}

.border-shadow-light {
  box-shadow: 0 0 5px 0px #fff !important;
}

.btn-light {
  background-color: #fff !important;
  box-shadow: 0 0 5px 0px #d1d9e0 !important;
  color: #1e2022 !important;
}

.btn-light:hover,
.btn-light:active {
  box-shadow: 0 0 8px 2px #d1d9e0 !important;
}

.bg-dark {
  background-color: #052137 !important;
}

.text-dark {
  color: #052137 !important;
}

.border-dark {
  border-color: #052137 !important;
}

.border-shadow-dark {
  box-shadow: 0 0 5px 0px #052137 !important;
}

.btn-dark {
  background-color: #052137 !important;
  color: #fff !important;
}

.btn-dark:hover,
.btn-dark:active {
  box-shadow: 0 4px 9px #083253 !important;
  background-color: #010508 !important;
}

/*medium colors*/
.bg-medium-primary {
  background-color: #b3c7ee !important;
}

.text-medium-primary {
  color: #b3c7ee !important;
}

.border-medium-primary {
  border-color: #b3c7ee !important;
}

.border-shadow-medium-primary {
  box-shadow: 0 0 5px 0px #b3c7ee !important;
}

.btn-medium-primary {
  background-color: #b3c7ee !important;
  color: #1e2022 !important;
}

.btn-medium-primary:hover,
.btn-medium-primary:active {
  box-shadow: 0 4px 9px #ccd9f4 !important;
  background-color: #89a8e5 !important;
}

.bg-medium-secondary {
  background-color: #d1dae1 !important;
}

.text-medium-secondary {
  color: #d1dae1 !important;
}

.border-medium-secondary {
  border-color: #d1dae1 !important;
}

.border-shadow-medium-secondary {
  box-shadow: 0 0 5px 0px #d1dae1 !important;
}

.btn-medium-secondary {
  background-color: #d1dae1 !important;
  color: #1e2022 !important;
}

.btn-medium-secondary:hover,
.btn-medium-secondary:active {
  box-shadow: 0 4px 9px #e4e9ed !important;
  background-color: #b2c1cd !important;
}

.bg-medium-success {
  background-color: #99e9dc !important;
}

.text-medium-success {
  color: #99e9dc !important;
}

.border-medium-success {
  border-color: #99e9dc !important;
}

.border-shadow-medium-success {
  box-shadow: 0 0 5px 0px #99e9dc !important;
}

.btn-medium-success {
  background-color: #99e9dc !important;
  color: #1e2022 !important;
}

.btn-medium-success:hover,
.btn-medium-success:active {
  box-shadow: 0 4px 9px #b2eee5 !important;
  background-color: #6fe0ce !important;
}

.bg-medium-danger {
  background-color: #f8b7c9 !important;
}

.text-medium-danger {
  color: #f8b7c9 !important;
}

.border-medium-danger {
  border-color: #f8b7c9 !important;
}

.border-shadow-medium-danger {
  box-shadow: 0 0 5px 0px #f8b7c9 !important;
}

.btn-medium-danger {
  background-color: #f8b7c9 !important;
  color: #1e2022 !important;
}

.btn-medium-danger:hover,
.btn-medium-danger:active {
  box-shadow: 0 4px 9px #fbd3de !important;
  background-color: #f389a6 !important;
}

.bg-medium-warning {
  background-color: #ffe3c8 !important;
}

.text-medium-warning {
  color: #ffe3c8 !important;
}

.border-medium-warning {
  border-color: #ffe3c8 !important;
}

.border-shadow-medium-warning {
  box-shadow: 0 0 5px 0px #ffe3c8 !important;
}

.btn-medium-warning {
  background-color: #ffe3c8 !important;
  color: #1e2022 !important;
}

.btn-medium-warning:hover,
.btn-medium-warning:active {
  box-shadow: 0 4px 9px #fff3e7 !important;
  background-color: #ffc995 !important;
}

.bg-medium-info {
  background-color: #99dbe7 !important;
}

.text-medium-info {
  color: #99dbe7 !important;
}

.border-medium-info {
  border-color: #99dbe7 !important;
}

.border-shadow-medium-info {
  box-shadow: 0 0 5px 0px #99dbe7 !important;
}

.btn-medium-info {
  background-color: #99dbe7 !important;
  color: #1e2022 !important;
}

.btn-medium-info:hover,
.btn-medium-info:active {
  box-shadow: 0 4px 9px #b2e4ed !important;
  background-color: #70ccdd !important;
}

.bg-medium-dark {
  background-color: #9ba6af !important;
}

.text-medium-dark {
  color: #9ba6af !important;
}

.border-medium-dark {
  border-color: #9ba6af !important;
}

.border-shadow-medium-dark {
  box-shadow: 0 0 5px 0px #9ba6af !important;
}

.btn-medium-dark {
  background-color: #9ba6af !important;
  color: #1e2022 !important;
}

.btn-medium-dark:hover,
.btn-medium-dark:active {
  box-shadow: 0 4px 9px #acb5bd !important;
  background-color: #7f8d98 !important;
}

/*soft colors*/
.bg-soft-primary {
  background-color: #e6edf9 !important;
}

.text-soft-primary {
  color: #e6edf9 !important;
}

.border-soft-primary {
  border-color: #e6edf9 !important;
}

.border-shadow-soft-primary {
  box-shadow: 0 0 5px 0px #e6edf9 !important;
}

.btn-soft-primary {
  background-color: #e6edf9 !important;
  color: #1e2022 !important;
}

.btn-soft-primary:hover,
.btn-soft-primary:active {
  box-shadow: 0 4px 9px #d1def4 !important;
  background-color: #bdcfef !important;
}

.bg-soft-secondary {
  background-color: #edf2f5 !important;
}

.text-soft-secondary {
  color: #edf2f5 !important;
}

.border-soft-secondary {
  border-color: #edf2f5 !important;
}

.border-shadow-soft-secondary {
  box-shadow: 0 0 5px 0px #edf2f5 !important;
}

.btn-soft-secondary {
  background-color: #edf2f5 !important;
  color: #1e2022 !important;
}

.btn-soft-secondary:hover,
.btn-soft-secondary:active {
  box-shadow: 0 4px 9px #dde6ec !important;
  background-color: #ccdae3 !important;
}

.bg-soft-success {
  background-color: #e5f9f6 !important;
}

.text-soft-success {
  color: #e5f9f6 !important;
}

.border-soft-success {
  border-color: #e5f9f6 !important;
}

.border-shadow-soft-success {
  box-shadow: 0 0 5px 0px #e5f9f6 !important;
}

.btn-soft-success {
  background-color: #e5f9f6 !important;
  color: #1e2022 !important;
}

.btn-soft-success:hover,
.btn-soft-success:active {
  box-shadow: 0 4px 9px #d0f4ef !important;
  background-color: #bcefe8 !important;
}

.bg-soft-danger {
  background-color: #f7e9ef !important;
}

.text-soft-danger {
  color: #f7e9ef !important;
}

.border-soft-danger {
  border-color: #f7e9ef !important;
}

.border-shadow-soft-danger {
  box-shadow: 0 0 5px 0px #f7e9ef !important;
}

.btn-soft-danger {
  background-color: #f7e9ef !important;
  color: #1e2022 !important;
}

.btn-soft-danger:hover,
.btn-soft-danger:active {
  box-shadow: 0 4px 9px #f0d6e1 !important;
  background-color: #e9c4d4 !important;
}

.bg-soft-warning {
  background-color: #f9f4ef !important;
}

.text-soft-warning {
  color: #f9f4ef !important;
}

.border-soft-warning {
  border-color: #f9f4ef !important;
}

.border-shadow-soft-warning {
  box-shadow: 0 0 5px 0px #f9f4ef !important;
}

.btn-soft-warning {
  background-color: #f9f4ef !important;
  color: #1e2022 !important;
}

.btn-soft-warning:hover,
.btn-soft-warning:active {
  box-shadow: 0 4px 9px #f2e7dc !important;
  background-color: #ebdbca !important;
}

.bg-soft-info {
  background-color: #dff2f7 !important;
}

.text-soft-info {
  color: #dff2f7 !important;
}

.border-soft-info {
  border-color: #dff2f7 !important;
}

.border-shadow-soft-info {
  box-shadow: 0 0 5px 0px #dff2f7 !important;
}

.btn-soft-info {
  background-color: #dff2f7 !important;
  color: #1e2022 !important;
}

.btn-soft-info:hover,
.btn-soft-info:active {
  box-shadow: 0 4px 9px #cbeaf2 !important;
  background-color: #b6e1ed !important;
}

.bg-soft-dark {
  background-color: #e0e4e9 !important;
}

.text-soft-dark {
  color: #e0e4e9 !important;
}

.border-soft-dark {
  border-color: #e0e4e9 !important;
}

.border-shadow-soft-dark {
  box-shadow: 0 0 5px 0px #e0e4e9 !important;
}

.btn-soft-dark {
  background-color: #e0e4e9 !important;
  color: #1e2022 !important;
}

.btn-soft-dark:hover,
.btn-soft-dark:active {
  box-shadow: 0 4px 9px #d1d7de !important;
  background-color: #c2cad4 !important;
}

/*Font sizes for icons*/
.fs-1x {
  font-size: 1rem !important;
}

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

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

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

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

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

.fs-7x {
  font-size: 7rem !important;
}

.fs-8x {
  font-size: 8rem !important;
}

.fs-9x {
  font-size: 9rem !important;
}

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

.fs-sm {
  font-size: 0.8rem !important;
}

.fs-md {
  font-size: 0.85rem !important;
}

.fs-lg {
  font-size: 0.9rem !important;
}

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

.fs-base {
  font-size: 0.95rem !important;
}

/*Icons font-sizes*/
.fs-25 {
  font-size: 0.25rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-25 {
    font-size: 0.25rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-25 {
    font-size: 0.25rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-25 {
    font-size: 0.25rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-25 {
    font-size: 0.25rem !important;
    line-height: .75rem;
  }
}

.fs-30 {
  font-size: 0.3rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-30 {
    font-size: 0.3rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-30 {
    font-size: 0.3rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 0.3rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-30 {
    font-size: 0.3rem !important;
    line-height: .75rem;
  }
}

.fs-35 {
  font-size: 0.35rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-35 {
    font-size: 0.35rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-35 {
    font-size: 0.35rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-35 {
    font-size: 0.35rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-35 {
    font-size: 0.35rem !important;
    line-height: .75rem;
  }
}

.fs-40 {
  font-size: 0.4rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-40 {
    font-size: 0.4rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-40 {
    font-size: 0.4rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-40 {
    font-size: 0.4rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-40 {
    font-size: 0.4rem !important;
    line-height: .75rem;
  }
}

.fs-45 {
  font-size: 0.45rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-45 {
    font-size: 0.45rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-45 {
    font-size: 0.45rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-45 {
    font-size: 0.45rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-45 {
    font-size: 0.45rem !important;
    line-height: .75rem;
  }
}

.fs-50 {
  font-size: 0.5rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-50 {
    font-size: 0.5rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-50 {
    font-size: 0.5rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-50 {
    font-size: 0.5rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-50 {
    font-size: 0.5rem !important;
    line-height: .75rem;
  }
}

.fs-55 {
  font-size: 0.55rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-55 {
    font-size: 0.55rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-55 {
    font-size: 0.55rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-55 {
    font-size: 0.55rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-55 {
    font-size: 0.55rem !important;
    line-height: .75rem;
  }
}

.fs-60 {
  font-size: 0.6rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-60 {
    font-size: 0.6rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-60 {
    font-size: 0.6rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-60 {
    font-size: 0.6rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-60 {
    font-size: 0.6rem !important;
    line-height: .75rem;
  }
}

.fs-65 {
  font-size: 0.65rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-65 {
    font-size: 0.65rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-65 {
    font-size: 0.65rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-65 {
    font-size: 0.65rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-65 {
    font-size: 0.65rem !important;
    line-height: .75rem;
  }
}

.fs-70 {
  font-size: 0.7rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-70 {
    font-size: 0.7rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-70 {
    font-size: 0.7rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-70 {
    font-size: 0.7rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-70 {
    font-size: 0.7rem !important;
    line-height: .75rem;
  }
}

.fs-75 {
  font-size: 0.75rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-75 {
    font-size: 0.75rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-75 {
    font-size: 0.75rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-75 {
    font-size: 0.75rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-75 {
    font-size: 0.75rem !important;
    line-height: .75rem;
  }
}

.fs-80 {
  font-size: 0.8rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-80 {
    font-size: 0.8rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-80 {
    font-size: 0.8rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-80 {
    font-size: 0.8rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-80 {
    font-size: 0.8rem !important;
    line-height: .75rem;
  }
}

.fs-85 {
  font-size: 0.85rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-85 {
    font-size: 0.85rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-85 {
    font-size: 0.85rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-85 {
    font-size: 0.85rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-85 {
    font-size: 0.85rem !important;
    line-height: .75rem;
  }
}

.fs-90 {
  font-size: 0.9rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-90 {
    font-size: 0.9rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-90 {
    font-size: 0.9rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-90 {
    font-size: 0.9rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-90 {
    font-size: 0.9rem !important;
    line-height: .75rem;
  }
}

.fs-95 {
  font-size: 0.95rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-95 {
    font-size: 0.95rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-95 {
    font-size: 0.95rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-95 {
    font-size: 0.95rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-95 {
    font-size: 0.95rem !important;
    line-height: .75rem;
  }
}

.fs-100 {
  font-size: 1rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-100 {
    font-size: 1rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-100 {
    font-size: 1rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-100 {
    font-size: 1rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-100 {
    font-size: 1rem !important;
    line-height: .75rem;
  }
}

.fs-105 {
  font-size: 1.05rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-105 {
    font-size: 1.05rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-105 {
    font-size: 1.05rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-105 {
    font-size: 1.05rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-105 {
    font-size: 1.05rem !important;
    line-height: .75rem;
  }
}

.fs-110 {
  font-size: 1.1rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-110 {
    font-size: 1.1rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-110 {
    font-size: 1.1rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-110 {
    font-size: 1.1rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-110 {
    font-size: 1.1rem !important;
    line-height: .75rem;
  }
}

.fs-115 {
  font-size: 1.15rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-115 {
    font-size: 1.15rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-115 {
    font-size: 1.15rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-115 {
    font-size: 1.15rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-115 {
    font-size: 1.15rem !important;
    line-height: .75rem;
  }
}

.fs-120 {
  font-size: 1.2rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-120 {
    font-size: 1.2rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-120 {
    font-size: 1.2rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-120 {
    font-size: 1.2rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-120 {
    font-size: 1.2rem !important;
    line-height: .75rem;
  }
}

.fs-125 {
  font-size: 1.25rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-125 {
    font-size: 1.25rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-125 {
    font-size: 1.25rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-125 {
    font-size: 1.25rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-125 {
    font-size: 1.25rem !important;
    line-height: .75rem;
  }
}

.fs-130 {
  font-size: 1.3rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-130 {
    font-size: 1.3rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-130 {
    font-size: 1.3rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-130 {
    font-size: 1.3rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-130 {
    font-size: 1.3rem !important;
    line-height: .75rem;
  }
}

.fs-135 {
  font-size: 1.35rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-135 {
    font-size: 1.35rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-135 {
    font-size: 1.35rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-135 {
    font-size: 1.35rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-135 {
    font-size: 1.35rem !important;
    line-height: .75rem;
  }
}

.fs-140 {
  font-size: 1.4rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-140 {
    font-size: 1.4rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-140 {
    font-size: 1.4rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-140 {
    font-size: 1.4rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-140 {
    font-size: 1.4rem !important;
    line-height: .75rem;
  }
}

.fs-145 {
  font-size: 1.45rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-145 {
    font-size: 1.45rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-145 {
    font-size: 1.45rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-145 {
    font-size: 1.45rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-145 {
    font-size: 1.45rem !important;
    line-height: .75rem;
  }
}

.fs-150 {
  font-size: 1.5rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-150 {
    font-size: 1.5rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-150 {
    font-size: 1.5rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-150 {
    font-size: 1.5rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-150 {
    font-size: 1.5rem !important;
    line-height: .75rem;
  }
}

.fs-155 {
  font-size: 1.55rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-155 {
    font-size: 1.55rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-155 {
    font-size: 1.55rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-155 {
    font-size: 1.55rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-155 {
    font-size: 1.55rem !important;
    line-height: .75rem;
  }
}

.fs-160 {
  font-size: 1.6rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-160 {
    font-size: 1.6rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-160 {
    font-size: 1.6rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-160 {
    font-size: 1.6rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-160 {
    font-size: 1.6rem !important;
    line-height: .75rem;
  }
}

.fs-165 {
  font-size: 1.65rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-165 {
    font-size: 1.65rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-165 {
    font-size: 1.65rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-165 {
    font-size: 1.65rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-165 {
    font-size: 1.65rem !important;
    line-height: .75rem;
  }
}

.fs-170 {
  font-size: 1.7rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-170 {
    font-size: 1.7rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-170 {
    font-size: 1.7rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-170 {
    font-size: 1.7rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-170 {
    font-size: 1.7rem !important;
    line-height: .75rem;
  }
}

.fs-175 {
  font-size: 1.75rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-175 {
    font-size: 1.75rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-175 {
    font-size: 1.75rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-175 {
    font-size: 1.75rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-175 {
    font-size: 1.75rem !important;
    line-height: .75rem;
  }
}

.fs-180 {
  font-size: 1.8rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-180 {
    font-size: 1.8rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-180 {
    font-size: 1.8rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-180 {
    font-size: 1.8rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-180 {
    font-size: 1.8rem !important;
    line-height: .75rem;
  }
}

.fs-185 {
  font-size: 1.85rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-185 {
    font-size: 1.85rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-185 {
    font-size: 1.85rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-185 {
    font-size: 1.85rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-185 {
    font-size: 1.85rem !important;
    line-height: .75rem;
  }
}

.fs-190 {
  font-size: 1.9rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-190 {
    font-size: 1.9rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-190 {
    font-size: 1.9rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-190 {
    font-size: 1.9rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-190 {
    font-size: 1.9rem !important;
    line-height: .75rem;
  }
}

.fs-195 {
  font-size: 1.95rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-195 {
    font-size: 1.95rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-195 {
    font-size: 1.95rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-195 {
    font-size: 1.95rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-195 {
    font-size: 1.95rem !important;
    line-height: .75rem;
  }
}

.fs-200 {
  font-size: 2rem !important;
  line-height: .75rem;
}

@media (min-width: 576px) {
  .fs-sm-200 {
    font-size: 2rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 768px) {
  .fs-md-200 {
    font-size: 2rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-200 {
    font-size: 2rem !important;
    line-height: .75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-200 {
    font-size: 2rem !important;
    line-height: .75rem;
  }
}

.border-top {
  border-top: 1px solid #cfd3dc;
}

.border-start {
  border-left: 1px solid #cfd3dc;
}

.border-end {
  border-right: 1px solid #cfd3dc;
}

.border-bottom {
  border-bottom: 1px solid #cfd3dc;
}

/*Position absolute*/
.top-0 {
  top: 0rem !important;
}

.bottom-0 {
  bottom: 0rem !important;
}

.start-0 {
  left: 0rem !important;
}

.end-0 {
  right: 0rem !important;
}

.top-25 {
  top: 0.25rem !important;
}

.bottom-25 {
  bottom: 0.25rem !important;
}

.start-25 {
  left: 0.25rem !important;
}

.end-25 {
  right: 0.25rem !important;
}

.top-50 {
  top: 0.5rem !important;
}

.bottom-50 {
  bottom: 0.5rem !important;
}

.start-50 {
  left: 0.5rem !important;
}

.end-50 {
  right: 0.5rem !important;
}

.top-75 {
  top: 0.75rem !important;
}

.bottom-75 {
  bottom: 0.75rem !important;
}

.start-75 {
  left: 0.75rem !important;
}

.end-75 {
  right: 0.75rem !important;
}

.top-100 {
  top: 1rem !important;
}

.bottom-100 {
  bottom: 1rem !important;
}

.start-100 {
  left: 1rem !important;
}

.end-100 {
  right: 1rem !important;
}

.top-125 {
  top: 1.25rem !important;
}

.bottom-125 {
  bottom: 1.25rem !important;
}

.start-125 {
  left: 1.25rem !important;
}

.end-125 {
  right: 1.25rem !important;
}

.top-150 {
  top: 1.5rem !important;
}

.bottom-150 {
  bottom: 1.5rem !important;
}

.start-150 {
  left: 1.5rem !important;
}

.end-150 {
  right: 1.5rem !important;
}

.top-175 {
  top: 1.75rem !important;
}

.bottom-175 {
  bottom: 1.75rem !important;
}

.start-175 {
  left: 1.75rem !important;
}

.end-175 {
  right: 1.75rem !important;
}

.top-200 {
  top: 2rem !important;
}

.bottom-200 {
  bottom: 2rem !important;
}

.start-200 {
  left: 2rem !important;
}

.end-200 {
  right: 2rem !important;
}

.top-225 {
  top: 2.25rem !important;
}

.bottom-225 {
  bottom: 2.25rem !important;
}

.start-225 {
  left: 2.25rem !important;
}

.end-225 {
  right: 2.25rem !important;
}

.top-250 {
  top: 2.5rem !important;
}

.bottom-250 {
  bottom: 2.5rem !important;
}

.start-250 {
  left: 2.5rem !important;
}

.end-250 {
  right: 2.5rem !important;
}

.top-275 {
  top: 2.75rem !important;
}

.bottom-275 {
  bottom: 2.75rem !important;
}

.start-275 {
  left: 2.75rem !important;
}

.end-275 {
  right: 2.75rem !important;
}

.top-300 {
  top: 3rem !important;
}

.bottom-300 {
  bottom: 3rem !important;
}

.start-300 {
  left: 3rem !important;
}

.end-300 {
  right: 3rem !important;
}

.top-325 {
  top: 3.25rem !important;
}

.bottom-325 {
  bottom: 3.25rem !important;
}

.start-325 {
  left: 3.25rem !important;
}

.end-325 {
  right: 3.25rem !important;
}

.top-350 {
  top: 3.5rem !important;
}

.bottom-350 {
  bottom: 3.5rem !important;
}

.start-350 {
  left: 3.5rem !important;
}

.end-350 {
  right: 3.5rem !important;
}

.top-375 {
  top: 3.75rem !important;
}

.bottom-375 {
  bottom: 3.75rem !important;
}

.start-375 {
  left: 3.75rem !important;
}

.end-375 {
  right: 3.75rem !important;
}

.top-400 {
  top: 4rem !important;
}

.bottom-400 {
  bottom: 4rem !important;
}

.start-400 {
  left: 4rem !important;
}

.end-400 {
  right: 4rem !important;
}

.top-425 {
  top: 4.25rem !important;
}

.bottom-425 {
  bottom: 4.25rem !important;
}

.start-425 {
  left: 4.25rem !important;
}

.end-425 {
  right: 4.25rem !important;
}

.top-450 {
  top: 4.5rem !important;
}

.bottom-450 {
  bottom: 4.5rem !important;
}

.start-450 {
  left: 4.5rem !important;
}

.end-450 {
  right: 4.5rem !important;
}

.top-475 {
  top: 4.75rem !important;
}

.bottom-475 {
  bottom: 4.75rem !important;
}

.start-475 {
  left: 4.75rem !important;
}

.end-475 {
  right: 4.75rem !important;
}

.top-500 {
  top: 5rem !important;
}

.bottom-500 {
  bottom: 5rem !important;
}

.start-500 {
  left: 5rem !important;
}

.end-500 {
  right: 5rem !important;
}

.top-525 {
  top: 5.25rem !important;
}

.bottom-525 {
  bottom: 5.25rem !important;
}

.start-525 {
  left: 5.25rem !important;
}

.end-525 {
  right: 5.25rem !important;
}

.top-550 {
  top: 5.5rem !important;
}

.bottom-550 {
  bottom: 5.5rem !important;
}

.start-550 {
  left: 5.5rem !important;
}

.end-550 {
  right: 5.5rem !important;
}

.top-575 {
  top: 5.75rem !important;
}

.bottom-575 {
  bottom: 5.75rem !important;
}

.start-575 {
  left: 5.75rem !important;
}

.end-575 {
  right: 5.75rem !important;
}

.top-600 {
  top: 6rem !important;
}

.bottom-600 {
  bottom: 6rem !important;
}

.start-600 {
  left: 6rem !important;
}

.end-600 {
  right: 6rem !important;
}

@media (min-width: 576px) {
  .top-sm-0 {
    top: 0rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-0 {
    bottom: 0rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-0 {
    left: 0rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-0 {
    right: 0rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-0 {
    top: 0rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-0 {
    bottom: 0rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-0 {
    left: 0rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-0 {
    right: 0rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-0 {
    top: 0rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-0 {
    bottom: 0rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-0 {
    left: 0rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-0 {
    right: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-0 {
    top: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-0 {
    bottom: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-0 {
    left: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-0 {
    right: 0rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-25 {
    top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-25 {
    bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-25 {
    left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-25 {
    right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-25 {
    top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-25 {
    bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-25 {
    left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-25 {
    right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-25 {
    top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-25 {
    bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-25 {
    left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-25 {
    right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-25 {
    top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-25 {
    bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-25 {
    left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-25 {
    right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-50 {
    top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-50 {
    bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-50 {
    left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-50 {
    right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-50 {
    top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-50 {
    bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-50 {
    left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-50 {
    right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-50 {
    top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-50 {
    bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-50 {
    left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-50 {
    right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-50 {
    top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-50 {
    bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-50 {
    left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-50 {
    right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-75 {
    top: 0.75rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-75 {
    bottom: 0.75rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-75 {
    left: 0.75rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-75 {
    right: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-75 {
    top: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-75 {
    bottom: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-75 {
    left: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-75 {
    right: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-75 {
    top: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-75 {
    bottom: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-75 {
    left: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-75 {
    right: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-75 {
    top: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-75 {
    bottom: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-75 {
    left: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-75 {
    right: 0.75rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-100 {
    top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-100 {
    bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-100 {
    left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-100 {
    right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-100 {
    top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-100 {
    bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-100 {
    left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-100 {
    right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-100 {
    top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-100 {
    bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-100 {
    left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-100 {
    right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-100 {
    top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-100 {
    bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-100 {
    left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-100 {
    right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-125 {
    top: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-125 {
    bottom: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-125 {
    left: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-125 {
    right: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-125 {
    top: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-125 {
    bottom: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-125 {
    left: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-125 {
    right: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-125 {
    top: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-125 {
    bottom: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-125 {
    left: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-125 {
    right: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-125 {
    top: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-125 {
    bottom: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-125 {
    left: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-125 {
    right: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-150 {
    top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-150 {
    bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-150 {
    left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-150 {
    right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-150 {
    top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-150 {
    bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-150 {
    left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-150 {
    right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-150 {
    top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-150 {
    bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-150 {
    left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-150 {
    right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-150 {
    top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-150 {
    bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-150 {
    left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-150 {
    right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-175 {
    top: 1.75rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-175 {
    bottom: 1.75rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-175 {
    left: 1.75rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-175 {
    right: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-175 {
    top: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-175 {
    bottom: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-175 {
    left: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-175 {
    right: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-175 {
    top: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-175 {
    bottom: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-175 {
    left: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-175 {
    right: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-175 {
    top: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-175 {
    bottom: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-175 {
    left: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-175 {
    right: 1.75rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-200 {
    top: 2rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-200 {
    bottom: 2rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-200 {
    left: 2rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-200 {
    right: 2rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-200 {
    top: 2rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-200 {
    bottom: 2rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-200 {
    left: 2rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-200 {
    right: 2rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-200 {
    top: 2rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-200 {
    bottom: 2rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-200 {
    left: 2rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-200 {
    right: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-200 {
    top: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-200 {
    bottom: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-200 {
    left: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-200 {
    right: 2rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-225 {
    top: 2.25rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-225 {
    bottom: 2.25rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-225 {
    left: 2.25rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-225 {
    right: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-225 {
    top: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-225 {
    bottom: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-225 {
    left: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-225 {
    right: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-225 {
    top: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-225 {
    bottom: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-225 {
    left: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-225 {
    right: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-225 {
    top: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-225 {
    bottom: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-225 {
    left: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-225 {
    right: 2.25rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-250 {
    top: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-250 {
    bottom: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-250 {
    left: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-250 {
    right: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-250 {
    top: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-250 {
    bottom: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-250 {
    left: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-250 {
    right: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-250 {
    top: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-250 {
    bottom: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-250 {
    left: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-250 {
    right: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-250 {
    top: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-250 {
    bottom: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-250 {
    left: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-250 {
    right: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-275 {
    top: 2.75rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-275 {
    bottom: 2.75rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-275 {
    left: 2.75rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-275 {
    right: 2.75rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-275 {
    top: 2.75rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-275 {
    bottom: 2.75rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-275 {
    left: 2.75rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-275 {
    right: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-275 {
    top: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-275 {
    bottom: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-275 {
    left: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-275 {
    right: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-275 {
    top: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-275 {
    bottom: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-275 {
    left: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-275 {
    right: 2.75rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-300 {
    top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-300 {
    bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-300 {
    left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-300 {
    right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-300 {
    top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-300 {
    bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-300 {
    left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-300 {
    right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-300 {
    top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-300 {
    bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-300 {
    left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-300 {
    right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-300 {
    top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-300 {
    bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-300 {
    left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-300 {
    right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-325 {
    top: 3.25rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-325 {
    bottom: 3.25rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-325 {
    left: 3.25rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-325 {
    right: 3.25rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-325 {
    top: 3.25rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-325 {
    bottom: 3.25rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-325 {
    left: 3.25rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-325 {
    right: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-325 {
    top: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-325 {
    bottom: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-325 {
    left: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-325 {
    right: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-325 {
    top: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-325 {
    bottom: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-325 {
    left: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-325 {
    right: 3.25rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-350 {
    top: 3.5rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-350 {
    bottom: 3.5rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-350 {
    left: 3.5rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-350 {
    right: 3.5rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-350 {
    top: 3.5rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-350 {
    bottom: 3.5rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-350 {
    left: 3.5rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-350 {
    right: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-350 {
    top: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-350 {
    bottom: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-350 {
    left: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-350 {
    right: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-350 {
    top: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-350 {
    bottom: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-350 {
    left: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-350 {
    right: 3.5rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-375 {
    top: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-375 {
    bottom: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-375 {
    left: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-375 {
    right: 3.75rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-375 {
    top: 3.75rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-375 {
    bottom: 3.75rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-375 {
    left: 3.75rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-375 {
    right: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-375 {
    top: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-375 {
    bottom: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-375 {
    left: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-375 {
    right: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-375 {
    top: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-375 {
    bottom: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-375 {
    left: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-375 {
    right: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-400 {
    top: 4rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-400 {
    bottom: 4rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-400 {
    left: 4rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-400 {
    right: 4rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-400 {
    top: 4rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-400 {
    bottom: 4rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-400 {
    left: 4rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-400 {
    right: 4rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-400 {
    top: 4rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-400 {
    bottom: 4rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-400 {
    left: 4rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-400 {
    right: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-400 {
    top: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-400 {
    bottom: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-400 {
    left: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-400 {
    right: 4rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-425 {
    top: 4.25rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-425 {
    bottom: 4.25rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-425 {
    left: 4.25rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-425 {
    right: 4.25rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-425 {
    top: 4.25rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-425 {
    bottom: 4.25rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-425 {
    left: 4.25rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-425 {
    right: 4.25rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-425 {
    top: 4.25rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-425 {
    bottom: 4.25rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-425 {
    left: 4.25rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-425 {
    right: 4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-425 {
    top: 4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-425 {
    bottom: 4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-425 {
    left: 4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-425 {
    right: 4.25rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-450 {
    top: 4.5rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-450 {
    bottom: 4.5rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-450 {
    left: 4.5rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-450 {
    right: 4.5rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-450 {
    top: 4.5rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-450 {
    bottom: 4.5rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-450 {
    left: 4.5rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-450 {
    right: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-450 {
    top: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-450 {
    bottom: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-450 {
    left: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-450 {
    right: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-450 {
    top: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-450 {
    bottom: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-450 {
    left: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-450 {
    right: 4.5rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-475 {
    top: 4.75rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-475 {
    bottom: 4.75rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-475 {
    left: 4.75rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-475 {
    right: 4.75rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-475 {
    top: 4.75rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-475 {
    bottom: 4.75rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-475 {
    left: 4.75rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-475 {
    right: 4.75rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-475 {
    top: 4.75rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-475 {
    bottom: 4.75rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-475 {
    left: 4.75rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-475 {
    right: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-475 {
    top: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-475 {
    bottom: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-475 {
    left: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-475 {
    right: 4.75rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-500 {
    top: 5rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-500 {
    bottom: 5rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-500 {
    left: 5rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-500 {
    right: 5rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-500 {
    top: 5rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-500 {
    bottom: 5rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-500 {
    left: 5rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-500 {
    right: 5rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-500 {
    top: 5rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-500 {
    bottom: 5rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-500 {
    left: 5rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-500 {
    right: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-500 {
    top: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-500 {
    bottom: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-500 {
    left: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-500 {
    right: 5rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-525 {
    top: 5.25rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-525 {
    bottom: 5.25rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-525 {
    left: 5.25rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-525 {
    right: 5.25rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-525 {
    top: 5.25rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-525 {
    bottom: 5.25rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-525 {
    left: 5.25rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-525 {
    right: 5.25rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-525 {
    top: 5.25rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-525 {
    bottom: 5.25rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-525 {
    left: 5.25rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-525 {
    right: 5.25rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-525 {
    top: 5.25rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-525 {
    bottom: 5.25rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-525 {
    left: 5.25rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-525 {
    right: 5.25rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-550 {
    top: 5.5rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-550 {
    bottom: 5.5rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-550 {
    left: 5.5rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-550 {
    right: 5.5rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-550 {
    top: 5.5rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-550 {
    bottom: 5.5rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-550 {
    left: 5.5rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-550 {
    right: 5.5rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-550 {
    top: 5.5rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-550 {
    bottom: 5.5rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-550 {
    left: 5.5rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-550 {
    right: 5.5rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-550 {
    top: 5.5rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-550 {
    bottom: 5.5rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-550 {
    left: 5.5rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-550 {
    right: 5.5rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-575 {
    top: 5.75rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-575 {
    bottom: 5.75rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-575 {
    left: 5.75rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-575 {
    right: 5.75rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-575 {
    top: 5.75rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-575 {
    bottom: 5.75rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-575 {
    left: 5.75rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-575 {
    right: 5.75rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-575 {
    top: 5.75rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-575 {
    bottom: 5.75rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-575 {
    left: 5.75rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-575 {
    right: 5.75rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-575 {
    top: 5.75rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-575 {
    bottom: 5.75rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-575 {
    left: 5.75rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-575 {
    right: 5.75rem !important;
  }
}

@media (min-width: 576px) {
  .top-sm-600 {
    top: 6rem !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-600 {
    bottom: 6rem !important;
  }
}

@media (min-width: 576px) {
  .start-sm-600 {
    left: 6rem !important;
  }
}

@media (min-width: 576px) {
  .end-sm-600 {
    right: 6rem !important;
  }
}

@media (min-width: 768px) {
  .top-md-600 {
    top: 6rem !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-600 {
    bottom: 6rem !important;
  }
}

@media (min-width: 768px) {
  .start-md-600 {
    left: 6rem !important;
  }
}

@media (min-width: 768px) {
  .end-md-600 {
    right: 6rem !important;
  }
}

@media (min-width: 992px) {
  .top-lg-600 {
    top: 6rem !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-600 {
    bottom: 6rem !important;
  }
}

@media (min-width: 992px) {
  .start-lg-600 {
    left: 6rem !important;
  }
}

@media (min-width: 992px) {
  .end-lg-600 {
    right: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-600 {
    top: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-600 {
    bottom: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-600 {
    left: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-600 {
    right: 6rem !important;
  }
}

/*WIDTH*/
.w-0 {
  width: 0%;
}

@media (min-width: 576px) {
  .w-sm-0 {
    width: 0% !important;
  }
}

@media (min-width: 768px) {
  .w-md-0 {
    width: 0% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-0 {
    width: 0% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-0 {
    width: 0% !important;
  }
}

.w-1 {
  width: 1%;
}

@media (min-width: 576px) {
  .w-sm-1 {
    width: 1% !important;
  }
}

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

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

@media (min-width: 1200px) {
  .w-xl-1 {
    width: 1% !important;
  }
}

.w-2 {
  width: 2%;
}

@media (min-width: 576px) {
  .w-sm-2 {
    width: 2% !important;
  }
}

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

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

@media (min-width: 1200px) {
  .w-xl-2 {
    width: 2% !important;
  }
}

.w-3 {
  width: 3%;
}

@media (min-width: 576px) {
  .w-sm-3 {
    width: 3% !important;
  }
}

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

@media (min-width: 992px) {
  .w-lg-3 {
    width: 3% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-3 {
    width: 3% !important;
  }
}

.w-4 {
  width: 4%;
}

@media (min-width: 576px) {
  .w-sm-4 {
    width: 4% !important;
  }
}

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

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

@media (min-width: 1200px) {
  .w-xl-4 {
    width: 4% !important;
  }
}

.w-5 {
  width: 5%;
}

@media (min-width: 576px) {
  .w-sm-5 {
    width: 5% !important;
  }
}

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

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

@media (min-width: 1200px) {
  .w-xl-5 {
    width: 5% !important;
  }
}

.w-6 {
  width: 6%;
}

@media (min-width: 576px) {
  .w-sm-6 {
    width: 6% !important;
  }
}

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

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

@media (min-width: 1200px) {
  .w-xl-6 {
    width: 6% !important;
  }
}

.w-7 {
  width: 7%;
}

@media (min-width: 576px) {
  .w-sm-7 {
    width: 7% !important;
  }
}

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

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

@media (min-width: 1200px) {
  .w-xl-7 {
    width: 7% !important;
  }
}

.w-8 {
  width: 8%;
}

@media (min-width: 576px) {
  .w-sm-8 {
    width: 8% !important;
  }
}

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

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

@media (min-width: 1200px) {
  .w-xl-8 {
    width: 8% !important;
  }
}

.w-9 {
  width: 9%;
}

@media (min-width: 576px) {
  .w-sm-9 {
    width: 9% !important;
  }
}

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

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

@media (min-width: 1200px) {
  .w-xl-9 {
    width: 9% !important;
  }
}

.w-10 {
  width: 10%;
}

@media (min-width: 576px) {
  .w-sm-10 {
    width: 10% !important;
  }
}

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

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

@media (min-width: 1200px) {
  .w-xl-10 {
    width: 10% !important;
  }
}

.w-11 {
  width: 11%;
}

@media (min-width: 576px) {
  .w-sm-11 {
    width: 11% !important;
  }
}

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

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

@media (min-width: 1200px) {
  .w-xl-11 {
    width: 11% !important;
  }
}

.w-12 {
  width: 12%;
}

@media (min-width: 576px) {
  .w-sm-12 {
    width: 12% !important;
  }
}

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

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

@media (min-width: 1200px) {
  .w-xl-12 {
    width: 12% !important;
  }
}

.w-13 {
  width: 13%;
}

@media (min-width: 576px) {
  .w-sm-13 {
    width: 13% !important;
  }
}

@media (min-width: 768px) {
  .w-md-13 {
    width: 13% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-13 {
    width: 13% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-13 {
    width: 13% !important;
  }
}

.w-14 {
  width: 14%;
}

@media (min-width: 576px) {
  .w-sm-14 {
    width: 14% !important;
  }
}

@media (min-width: 768px) {
  .w-md-14 {
    width: 14% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-14 {
    width: 14% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-14 {
    width: 14% !important;
  }
}

.w-15 {
  width: 15%;
}

@media (min-width: 576px) {
  .w-sm-15 {
    width: 15% !important;
  }
}

@media (min-width: 768px) {
  .w-md-15 {
    width: 15% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-15 {
    width: 15% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-15 {
    width: 15% !important;
  }
}

.w-16 {
  width: 16%;
}

@media (min-width: 576px) {
  .w-sm-16 {
    width: 16% !important;
  }
}

@media (min-width: 768px) {
  .w-md-16 {
    width: 16% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-16 {
    width: 16% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-16 {
    width: 16% !important;
  }
}

.w-17 {
  width: 17%;
}

@media (min-width: 576px) {
  .w-sm-17 {
    width: 17% !important;
  }
}

@media (min-width: 768px) {
  .w-md-17 {
    width: 17% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-17 {
    width: 17% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-17 {
    width: 17% !important;
  }
}

.w-18 {
  width: 18%;
}

@media (min-width: 576px) {
  .w-sm-18 {
    width: 18% !important;
  }
}

@media (min-width: 768px) {
  .w-md-18 {
    width: 18% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-18 {
    width: 18% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-18 {
    width: 18% !important;
  }
}

.w-19 {
  width: 19%;
}

@media (min-width: 576px) {
  .w-sm-19 {
    width: 19% !important;
  }
}

@media (min-width: 768px) {
  .w-md-19 {
    width: 19% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-19 {
    width: 19% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-19 {
    width: 19% !important;
  }
}

.w-20 {
  width: 20%;
}

@media (min-width: 576px) {
  .w-sm-20 {
    width: 20% !important;
  }
}

@media (min-width: 768px) {
  .w-md-20 {
    width: 20% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-20 {
    width: 20% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-20 {
    width: 20% !important;
  }
}

.w-21 {
  width: 21%;
}

@media (min-width: 576px) {
  .w-sm-21 {
    width: 21% !important;
  }
}

@media (min-width: 768px) {
  .w-md-21 {
    width: 21% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-21 {
    width: 21% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-21 {
    width: 21% !important;
  }
}

.w-22 {
  width: 22%;
}

@media (min-width: 576px) {
  .w-sm-22 {
    width: 22% !important;
  }
}

@media (min-width: 768px) {
  .w-md-22 {
    width: 22% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-22 {
    width: 22% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-22 {
    width: 22% !important;
  }
}

.w-23 {
  width: 23%;
}

@media (min-width: 576px) {
  .w-sm-23 {
    width: 23% !important;
  }
}

@media (min-width: 768px) {
  .w-md-23 {
    width: 23% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-23 {
    width: 23% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-23 {
    width: 23% !important;
  }
}

.w-24 {
  width: 24%;
}

@media (min-width: 576px) {
  .w-sm-24 {
    width: 24% !important;
  }
}

@media (min-width: 768px) {
  .w-md-24 {
    width: 24% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-24 {
    width: 24% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-24 {
    width: 24% !important;
  }
}

.w-25 {
  width: 25%;
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
}

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

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
}

.w-26 {
  width: 26%;
}

@media (min-width: 576px) {
  .w-sm-26 {
    width: 26% !important;
  }
}

@media (min-width: 768px) {
  .w-md-26 {
    width: 26% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-26 {
    width: 26% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-26 {
    width: 26% !important;
  }
}

.w-27 {
  width: 27%;
}

@media (min-width: 576px) {
  .w-sm-27 {
    width: 27% !important;
  }
}

@media (min-width: 768px) {
  .w-md-27 {
    width: 27% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-27 {
    width: 27% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-27 {
    width: 27% !important;
  }
}

.w-28 {
  width: 28%;
}

@media (min-width: 576px) {
  .w-sm-28 {
    width: 28% !important;
  }
}

@media (min-width: 768px) {
  .w-md-28 {
    width: 28% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-28 {
    width: 28% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-28 {
    width: 28% !important;
  }
}

.w-29 {
  width: 29%;
}

@media (min-width: 576px) {
  .w-sm-29 {
    width: 29% !important;
  }
}

@media (min-width: 768px) {
  .w-md-29 {
    width: 29% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-29 {
    width: 29% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-29 {
    width: 29% !important;
  }
}

.w-30 {
  width: 30%;
}

@media (min-width: 576px) {
  .w-sm-30 {
    width: 30% !important;
  }
}

@media (min-width: 768px) {
  .w-md-30 {
    width: 30% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-30 {
    width: 30% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-30 {
    width: 30% !important;
  }
}

.w-31 {
  width: 31%;
}

@media (min-width: 576px) {
  .w-sm-31 {
    width: 31% !important;
  }
}

@media (min-width: 768px) {
  .w-md-31 {
    width: 31% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-31 {
    width: 31% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-31 {
    width: 31% !important;
  }
}

.w-32 {
  width: 32%;
}

@media (min-width: 576px) {
  .w-sm-32 {
    width: 32% !important;
  }
}

@media (min-width: 768px) {
  .w-md-32 {
    width: 32% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-32 {
    width: 32% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-32 {
    width: 32% !important;
  }
}

.w-33 {
  width: 33%;
}

@media (min-width: 576px) {
  .w-sm-33 {
    width: 33% !important;
  }
}

@media (min-width: 768px) {
  .w-md-33 {
    width: 33% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-33 {
    width: 33% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-33 {
    width: 33% !important;
  }
}

.w-34 {
  width: 34%;
}

@media (min-width: 576px) {
  .w-sm-34 {
    width: 34% !important;
  }
}

@media (min-width: 768px) {
  .w-md-34 {
    width: 34% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-34 {
    width: 34% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-34 {
    width: 34% !important;
  }
}

.w-35 {
  width: 35%;
}

@media (min-width: 576px) {
  .w-sm-35 {
    width: 35% !important;
  }
}

@media (min-width: 768px) {
  .w-md-35 {
    width: 35% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-35 {
    width: 35% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-35 {
    width: 35% !important;
  }
}

.w-36 {
  width: 36%;
}

@media (min-width: 576px) {
  .w-sm-36 {
    width: 36% !important;
  }
}

@media (min-width: 768px) {
  .w-md-36 {
    width: 36% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-36 {
    width: 36% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-36 {
    width: 36% !important;
  }
}

.w-37 {
  width: 37%;
}

@media (min-width: 576px) {
  .w-sm-37 {
    width: 37% !important;
  }
}

@media (min-width: 768px) {
  .w-md-37 {
    width: 37% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-37 {
    width: 37% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-37 {
    width: 37% !important;
  }
}

.w-38 {
  width: 38%;
}

@media (min-width: 576px) {
  .w-sm-38 {
    width: 38% !important;
  }
}

@media (min-width: 768px) {
  .w-md-38 {
    width: 38% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-38 {
    width: 38% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-38 {
    width: 38% !important;
  }
}

.w-39 {
  width: 39%;
}

@media (min-width: 576px) {
  .w-sm-39 {
    width: 39% !important;
  }
}

@media (min-width: 768px) {
  .w-md-39 {
    width: 39% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-39 {
    width: 39% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-39 {
    width: 39% !important;
  }
}

.w-40 {
  width: 40%;
}

@media (min-width: 576px) {
  .w-sm-40 {
    width: 40% !important;
  }
}

@media (min-width: 768px) {
  .w-md-40 {
    width: 40% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-40 {
    width: 40% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-40 {
    width: 40% !important;
  }
}

.w-41 {
  width: 41%;
}

@media (min-width: 576px) {
  .w-sm-41 {
    width: 41% !important;
  }
}

@media (min-width: 768px) {
  .w-md-41 {
    width: 41% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-41 {
    width: 41% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-41 {
    width: 41% !important;
  }
}

.w-42 {
  width: 42%;
}

@media (min-width: 576px) {
  .w-sm-42 {
    width: 42% !important;
  }
}

@media (min-width: 768px) {
  .w-md-42 {
    width: 42% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-42 {
    width: 42% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-42 {
    width: 42% !important;
  }
}

.w-43 {
  width: 43%;
}

@media (min-width: 576px) {
  .w-sm-43 {
    width: 43% !important;
  }
}

@media (min-width: 768px) {
  .w-md-43 {
    width: 43% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-43 {
    width: 43% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-43 {
    width: 43% !important;
  }
}

.w-44 {
  width: 44%;
}

@media (min-width: 576px) {
  .w-sm-44 {
    width: 44% !important;
  }
}

@media (min-width: 768px) {
  .w-md-44 {
    width: 44% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-44 {
    width: 44% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-44 {
    width: 44% !important;
  }
}

.w-45 {
  width: 45%;
}

@media (min-width: 576px) {
  .w-sm-45 {
    width: 45% !important;
  }
}

@media (min-width: 768px) {
  .w-md-45 {
    width: 45% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-45 {
    width: 45% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-45 {
    width: 45% !important;
  }
}

.w-46 {
  width: 46%;
}

@media (min-width: 576px) {
  .w-sm-46 {
    width: 46% !important;
  }
}

@media (min-width: 768px) {
  .w-md-46 {
    width: 46% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-46 {
    width: 46% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-46 {
    width: 46% !important;
  }
}

.w-47 {
  width: 47%;
}

@media (min-width: 576px) {
  .w-sm-47 {
    width: 47% !important;
  }
}

@media (min-width: 768px) {
  .w-md-47 {
    width: 47% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-47 {
    width: 47% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-47 {
    width: 47% !important;
  }
}

.w-48 {
  width: 48%;
}

@media (min-width: 576px) {
  .w-sm-48 {
    width: 48% !important;
  }
}

@media (min-width: 768px) {
  .w-md-48 {
    width: 48% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-48 {
    width: 48% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-48 {
    width: 48% !important;
  }
}

.w-49 {
  width: 49%;
}

@media (min-width: 576px) {
  .w-sm-49 {
    width: 49% !important;
  }
}

@media (min-width: 768px) {
  .w-md-49 {
    width: 49% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-49 {
    width: 49% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-49 {
    width: 49% !important;
  }
}

.w-50 {
  width: 50%;
}

@media (min-width: 576px) {
  .w-sm-50 {
    width: 50% !important;
  }
}

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

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

@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50% !important;
  }
}

.w-51 {
  width: 51%;
}

@media (min-width: 576px) {
  .w-sm-51 {
    width: 51% !important;
  }
}

@media (min-width: 768px) {
  .w-md-51 {
    width: 51% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-51 {
    width: 51% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-51 {
    width: 51% !important;
  }
}

.w-52 {
  width: 52%;
}

@media (min-width: 576px) {
  .w-sm-52 {
    width: 52% !important;
  }
}

@media (min-width: 768px) {
  .w-md-52 {
    width: 52% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-52 {
    width: 52% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-52 {
    width: 52% !important;
  }
}

.w-53 {
  width: 53%;
}

@media (min-width: 576px) {
  .w-sm-53 {
    width: 53% !important;
  }
}

@media (min-width: 768px) {
  .w-md-53 {
    width: 53% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-53 {
    width: 53% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-53 {
    width: 53% !important;
  }
}

.w-54 {
  width: 54%;
}

@media (min-width: 576px) {
  .w-sm-54 {
    width: 54% !important;
  }
}

@media (min-width: 768px) {
  .w-md-54 {
    width: 54% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-54 {
    width: 54% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-54 {
    width: 54% !important;
  }
}

.w-55 {
  width: 55%;
}

@media (min-width: 576px) {
  .w-sm-55 {
    width: 55% !important;
  }
}

@media (min-width: 768px) {
  .w-md-55 {
    width: 55% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-55 {
    width: 55% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-55 {
    width: 55% !important;
  }
}

.w-56 {
  width: 56%;
}

@media (min-width: 576px) {
  .w-sm-56 {
    width: 56% !important;
  }
}

@media (min-width: 768px) {
  .w-md-56 {
    width: 56% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-56 {
    width: 56% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-56 {
    width: 56% !important;
  }
}

.w-57 {
  width: 57%;
}

@media (min-width: 576px) {
  .w-sm-57 {
    width: 57% !important;
  }
}

@media (min-width: 768px) {
  .w-md-57 {
    width: 57% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-57 {
    width: 57% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-57 {
    width: 57% !important;
  }
}

.w-58 {
  width: 58%;
}

@media (min-width: 576px) {
  .w-sm-58 {
    width: 58% !important;
  }
}

@media (min-width: 768px) {
  .w-md-58 {
    width: 58% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-58 {
    width: 58% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-58 {
    width: 58% !important;
  }
}

.w-59 {
  width: 59%;
}

@media (min-width: 576px) {
  .w-sm-59 {
    width: 59% !important;
  }
}

@media (min-width: 768px) {
  .w-md-59 {
    width: 59% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-59 {
    width: 59% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-59 {
    width: 59% !important;
  }
}

.w-60 {
  width: 60%;
}

@media (min-width: 576px) {
  .w-sm-60 {
    width: 60% !important;
  }
}

@media (min-width: 768px) {
  .w-md-60 {
    width: 60% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-60 {
    width: 60% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-60 {
    width: 60% !important;
  }
}

.w-61 {
  width: 61%;
}

@media (min-width: 576px) {
  .w-sm-61 {
    width: 61% !important;
  }
}

@media (min-width: 768px) {
  .w-md-61 {
    width: 61% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-61 {
    width: 61% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-61 {
    width: 61% !important;
  }
}

.w-62 {
  width: 62%;
}

@media (min-width: 576px) {
  .w-sm-62 {
    width: 62% !important;
  }
}

@media (min-width: 768px) {
  .w-md-62 {
    width: 62% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-62 {
    width: 62% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-62 {
    width: 62% !important;
  }
}

.w-63 {
  width: 63%;
}

@media (min-width: 576px) {
  .w-sm-63 {
    width: 63% !important;
  }
}

@media (min-width: 768px) {
  .w-md-63 {
    width: 63% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-63 {
    width: 63% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-63 {
    width: 63% !important;
  }
}

.w-64 {
  width: 64%;
}

@media (min-width: 576px) {
  .w-sm-64 {
    width: 64% !important;
  }
}

@media (min-width: 768px) {
  .w-md-64 {
    width: 64% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-64 {
    width: 64% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-64 {
    width: 64% !important;
  }
}

.w-65 {
  width: 65%;
}

@media (min-width: 576px) {
  .w-sm-65 {
    width: 65% !important;
  }
}

@media (min-width: 768px) {
  .w-md-65 {
    width: 65% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-65 {
    width: 65% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-65 {
    width: 65% !important;
  }
}

.w-66 {
  width: 66%;
}

@media (min-width: 576px) {
  .w-sm-66 {
    width: 66% !important;
  }
}

@media (min-width: 768px) {
  .w-md-66 {
    width: 66% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-66 {
    width: 66% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-66 {
    width: 66% !important;
  }
}

.w-67 {
  width: 67%;
}

@media (min-width: 576px) {
  .w-sm-67 {
    width: 67% !important;
  }
}

@media (min-width: 768px) {
  .w-md-67 {
    width: 67% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-67 {
    width: 67% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-67 {
    width: 67% !important;
  }
}

.w-68 {
  width: 68%;
}

@media (min-width: 576px) {
  .w-sm-68 {
    width: 68% !important;
  }
}

@media (min-width: 768px) {
  .w-md-68 {
    width: 68% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-68 {
    width: 68% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-68 {
    width: 68% !important;
  }
}

.w-69 {
  width: 69%;
}

@media (min-width: 576px) {
  .w-sm-69 {
    width: 69% !important;
  }
}

@media (min-width: 768px) {
  .w-md-69 {
    width: 69% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-69 {
    width: 69% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-69 {
    width: 69% !important;
  }
}

.w-70 {
  width: 70%;
}

@media (min-width: 576px) {
  .w-sm-70 {
    width: 70% !important;
  }
}

@media (min-width: 768px) {
  .w-md-70 {
    width: 70% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-70 {
    width: 70% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-70 {
    width: 70% !important;
  }
}

.w-71 {
  width: 71%;
}

@media (min-width: 576px) {
  .w-sm-71 {
    width: 71% !important;
  }
}

@media (min-width: 768px) {
  .w-md-71 {
    width: 71% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-71 {
    width: 71% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-71 {
    width: 71% !important;
  }
}

.w-72 {
  width: 72%;
}

@media (min-width: 576px) {
  .w-sm-72 {
    width: 72% !important;
  }
}

@media (min-width: 768px) {
  .w-md-72 {
    width: 72% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-72 {
    width: 72% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-72 {
    width: 72% !important;
  }
}

.w-73 {
  width: 73%;
}

@media (min-width: 576px) {
  .w-sm-73 {
    width: 73% !important;
  }
}

@media (min-width: 768px) {
  .w-md-73 {
    width: 73% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-73 {
    width: 73% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-73 {
    width: 73% !important;
  }
}

.w-74 {
  width: 74%;
}

@media (min-width: 576px) {
  .w-sm-74 {
    width: 74% !important;
  }
}

@media (min-width: 768px) {
  .w-md-74 {
    width: 74% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-74 {
    width: 74% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-74 {
    width: 74% !important;
  }
}

.w-75 {
  width: 75%;
}

@media (min-width: 576px) {
  .w-sm-75 {
    width: 75% !important;
  }
}

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

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

@media (min-width: 1200px) {
  .w-xl-75 {
    width: 75% !important;
  }
}

.w-76 {
  width: 76%;
}

@media (min-width: 576px) {
  .w-sm-76 {
    width: 76% !important;
  }
}

@media (min-width: 768px) {
  .w-md-76 {
    width: 76% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-76 {
    width: 76% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-76 {
    width: 76% !important;
  }
}

.w-77 {
  width: 77%;
}

@media (min-width: 576px) {
  .w-sm-77 {
    width: 77% !important;
  }
}

@media (min-width: 768px) {
  .w-md-77 {
    width: 77% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-77 {
    width: 77% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-77 {
    width: 77% !important;
  }
}

.w-78 {
  width: 78%;
}

@media (min-width: 576px) {
  .w-sm-78 {
    width: 78% !important;
  }
}

@media (min-width: 768px) {
  .w-md-78 {
    width: 78% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-78 {
    width: 78% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-78 {
    width: 78% !important;
  }
}

.w-79 {
  width: 79%;
}

@media (min-width: 576px) {
  .w-sm-79 {
    width: 79% !important;
  }
}

@media (min-width: 768px) {
  .w-md-79 {
    width: 79% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-79 {
    width: 79% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-79 {
    width: 79% !important;
  }
}

.w-80 {
  width: 80%;
}

@media (min-width: 576px) {
  .w-sm-80 {
    width: 80% !important;
  }
}

@media (min-width: 768px) {
  .w-md-80 {
    width: 80% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-80 {
    width: 80% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-80 {
    width: 80% !important;
  }
}

.w-81 {
  width: 81%;
}

@media (min-width: 576px) {
  .w-sm-81 {
    width: 81% !important;
  }
}

@media (min-width: 768px) {
  .w-md-81 {
    width: 81% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-81 {
    width: 81% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-81 {
    width: 81% !important;
  }
}

.w-82 {
  width: 82%;
}

@media (min-width: 576px) {
  .w-sm-82 {
    width: 82% !important;
  }
}

@media (min-width: 768px) {
  .w-md-82 {
    width: 82% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-82 {
    width: 82% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-82 {
    width: 82% !important;
  }
}

.w-83 {
  width: 83%;
}

@media (min-width: 576px) {
  .w-sm-83 {
    width: 83% !important;
  }
}

@media (min-width: 768px) {
  .w-md-83 {
    width: 83% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-83 {
    width: 83% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-83 {
    width: 83% !important;
  }
}

.w-84 {
  width: 84%;
}

@media (min-width: 576px) {
  .w-sm-84 {
    width: 84% !important;
  }
}

@media (min-width: 768px) {
  .w-md-84 {
    width: 84% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-84 {
    width: 84% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-84 {
    width: 84% !important;
  }
}

.w-85 {
  width: 85%;
}

@media (min-width: 576px) {
  .w-sm-85 {
    width: 85% !important;
  }
}

@media (min-width: 768px) {
  .w-md-85 {
    width: 85% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-85 {
    width: 85% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-85 {
    width: 85% !important;
  }
}

.w-86 {
  width: 86%;
}

@media (min-width: 576px) {
  .w-sm-86 {
    width: 86% !important;
  }
}

@media (min-width: 768px) {
  .w-md-86 {
    width: 86% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-86 {
    width: 86% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-86 {
    width: 86% !important;
  }
}

.w-87 {
  width: 87%;
}

@media (min-width: 576px) {
  .w-sm-87 {
    width: 87% !important;
  }
}

@media (min-width: 768px) {
  .w-md-87 {
    width: 87% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-87 {
    width: 87% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-87 {
    width: 87% !important;
  }
}

.w-88 {
  width: 88%;
}

@media (min-width: 576px) {
  .w-sm-88 {
    width: 88% !important;
  }
}

@media (min-width: 768px) {
  .w-md-88 {
    width: 88% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-88 {
    width: 88% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-88 {
    width: 88% !important;
  }
}

.w-89 {
  width: 89%;
}

@media (min-width: 576px) {
  .w-sm-89 {
    width: 89% !important;
  }
}

@media (min-width: 768px) {
  .w-md-89 {
    width: 89% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-89 {
    width: 89% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-89 {
    width: 89% !important;
  }
}

.w-90 {
  width: 90%;
}

@media (min-width: 576px) {
  .w-sm-90 {
    width: 90% !important;
  }
}

@media (min-width: 768px) {
  .w-md-90 {
    width: 90% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-90 {
    width: 90% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-90 {
    width: 90% !important;
  }
}

.w-91 {
  width: 91%;
}

@media (min-width: 576px) {
  .w-sm-91 {
    width: 91% !important;
  }
}

@media (min-width: 768px) {
  .w-md-91 {
    width: 91% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-91 {
    width: 91% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-91 {
    width: 91% !important;
  }
}

.w-92 {
  width: 92%;
}

@media (min-width: 576px) {
  .w-sm-92 {
    width: 92% !important;
  }
}

@media (min-width: 768px) {
  .w-md-92 {
    width: 92% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-92 {
    width: 92% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-92 {
    width: 92% !important;
  }
}

.w-93 {
  width: 93%;
}

@media (min-width: 576px) {
  .w-sm-93 {
    width: 93% !important;
  }
}

@media (min-width: 768px) {
  .w-md-93 {
    width: 93% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-93 {
    width: 93% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-93 {
    width: 93% !important;
  }
}

.w-94 {
  width: 94%;
}

@media (min-width: 576px) {
  .w-sm-94 {
    width: 94% !important;
  }
}

@media (min-width: 768px) {
  .w-md-94 {
    width: 94% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-94 {
    width: 94% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-94 {
    width: 94% !important;
  }
}

.w-95 {
  width: 95%;
}

@media (min-width: 576px) {
  .w-sm-95 {
    width: 95% !important;
  }
}

@media (min-width: 768px) {
  .w-md-95 {
    width: 95% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-95 {
    width: 95% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-95 {
    width: 95% !important;
  }
}

.w-96 {
  width: 96%;
}

@media (min-width: 576px) {
  .w-sm-96 {
    width: 96% !important;
  }
}

@media (min-width: 768px) {
  .w-md-96 {
    width: 96% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-96 {
    width: 96% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-96 {
    width: 96% !important;
  }
}

.w-97 {
  width: 97%;
}

@media (min-width: 576px) {
  .w-sm-97 {
    width: 97% !important;
  }
}

@media (min-width: 768px) {
  .w-md-97 {
    width: 97% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-97 {
    width: 97% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-97 {
    width: 97% !important;
  }
}

.w-98 {
  width: 98%;
}

@media (min-width: 576px) {
  .w-sm-98 {
    width: 98% !important;
  }
}

@media (min-width: 768px) {
  .w-md-98 {
    width: 98% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-98 {
    width: 98% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-98 {
    width: 98% !important;
  }
}

.w-99 {
  width: 99%;
}

@media (min-width: 576px) {
  .w-sm-99 {
    width: 99% !important;
  }
}

@media (min-width: 768px) {
  .w-md-99 {
    width: 99% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-99 {
    width: 99% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-99 {
    width: 99% !important;
  }
}

.w-100 {
  width: 100%;
}

@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

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

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

@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }
}

@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important;
  }
}

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}

@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important;
  }
}

/*POSITION*/
@media (min-width: 576px) {
  .position-sm-relative {
    position: relative !important;
  }
}

@media (min-width: 576px) {
  .position-sm-absolute {
    position: absolute !important;
  }
}

@media (min-width: 768px) {
  .position-md-relative {
    position: relative !important;
  }
}

@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important;
  }
}

@media (min-width: 992px) {
  .position-lg-relative {
    position: relative !important;
  }
}

@media (min-width: 992px) {
  .position-lg-absolute {
    position: absolute !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-relative {
    position: relative !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-absolute {
    position: absolute !important;
  }
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

/*Margin y padding*/
.m-0 {
  margin: 0rem !important;
}

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

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

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

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

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

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

.m-7 {
  margin: 1.75rem !important;
}

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

.m-9 {
  margin: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.m-11 {
  margin: 2.75rem !important;
}

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

.m-13 {
  margin: 3.25rem !important;
}

.m-14 {
  margin: 3.5rem !important;
}

.m-15 {
  margin: 3.75rem !important;
}

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

.m-17 {
  margin: 4.25rem !important;
}

.m-18 {
  margin: 4.5rem !important;
}

.m-19 {
  margin: 4.75rem !important;
}

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

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

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

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

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

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

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

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

.p-7 {
  padding: 1.75rem !important;
}

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

.p-9 {
  padding: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

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

.p-13 {
  padding: 3.25rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.p-15 {
  padding: 3.75rem !important;
}

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

.p-17 {
  padding: 4.25rem !important;
}

.p-18 {
  padding: 4.5rem !important;
}

.p-19 {
  padding: 4.75rem !important;
}

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

/*Margin y padding*/
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-1 {
    margin: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-2 {
    margin: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-3 {
    margin: 0.75rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-4 {
    margin: 1rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-5 {
    margin: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-6 {
    margin: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-7 {
    margin: 1.75rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-8 {
    margin: 2rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-9 {
    margin: 2.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-10 {
    margin: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-11 {
    margin: 2.75rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-12 {
    margin: 3rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-13 {
    margin: 3.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-14 {
    margin: 3.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-15 {
    margin: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-16 {
    margin: 4rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-17 {
    margin: 4.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-18 {
    margin: 4.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-19 {
    margin: 4.75rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-20 {
    margin: 5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-1 {
    margin: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-2 {
    margin: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-3 {
    margin: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-4 {
    margin: 1rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-5 {
    margin: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-6 {
    margin: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-7 {
    margin: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-8 {
    margin: 2rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-9 {
    margin: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-10 {
    margin: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-11 {
    margin: 2.75rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-12 {
    margin: 3rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-13 {
    margin: 3.25rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-14 {
    margin: 3.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-15 {
    margin: 3.75rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-16 {
    margin: 4rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-17 {
    margin: 4.25rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-18 {
    margin: 4.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-19 {
    margin: 4.75rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-20 {
    margin: 5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-1 {
    margin: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-2 {
    margin: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-3 {
    margin: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-4 {
    margin: 1rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-5 {
    margin: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-6 {
    margin: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-7 {
    margin: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-8 {
    margin: 2rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-9 {
    margin: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-10 {
    margin: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-11 {
    margin: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-12 {
    margin: 3rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-13 {
    margin: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-14 {
    margin: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-15 {
    margin: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-16 {
    margin: 4rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-17 {
    margin: 4.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-18 {
    margin: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-19 {
    margin: 4.75rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-20 {
    margin: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-1 {
    margin: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-2 {
    margin: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-3 {
    margin: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-4 {
    margin: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-5 {
    margin: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-6 {
    margin: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-7 {
    margin: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-8 {
    margin: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-9 {
    margin: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-10 {
    margin: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-11 {
    margin: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-12 {
    margin: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-13 {
    margin: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-14 {
    margin: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-15 {
    margin: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-16 {
    margin: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-17 {
    margin: 4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-18 {
    margin: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-19 {
    margin: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-20 {
    margin: 5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-1 {
    padding: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-2 {
    padding: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-3 {
    padding: 0.75rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-4 {
    padding: 1rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-5 {
    padding: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-6 {
    padding: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-7 {
    padding: 1.75rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-8 {
    padding: 2rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-9 {
    padding: 2.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-10 {
    padding: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-11 {
    padding: 2.75rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-12 {
    padding: 3rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-13 {
    padding: 3.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-14 {
    padding: 3.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-15 {
    padding: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-16 {
    padding: 4rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-17 {
    padding: 4.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-18 {
    padding: 4.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-19 {
    padding: 4.75rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-20 {
    padding: 5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-0 {
    padding: 0rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-1 {
    padding: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-2 {
    padding: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-3 {
    padding: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-4 {
    padding: 1rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-5 {
    padding: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-6 {
    padding: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-7 {
    padding: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-8 {
    padding: 2rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-9 {
    padding: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-10 {
    padding: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-11 {
    padding: 2.75rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-12 {
    padding: 3rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-13 {
    padding: 3.25rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-14 {
    padding: 3.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-15 {
    padding: 3.75rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-16 {
    padding: 4rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-17 {
    padding: 4.25rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-18 {
    padding: 4.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-19 {
    padding: 4.75rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-20 {
    padding: 5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-1 {
    padding: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-2 {
    padding: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-3 {
    padding: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-4 {
    padding: 1rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-5 {
    padding: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-6 {
    padding: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-7 {
    padding: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-8 {
    padding: 2rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-9 {
    padding: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-10 {
    padding: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-11 {
    padding: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-12 {
    padding: 3rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-13 {
    padding: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-14 {
    padding: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-15 {
    padding: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-16 {
    padding: 4rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-17 {
    padding: 4.25rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-18 {
    padding: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-19 {
    padding: 4.75rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-20 {
    padding: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-1 {
    padding: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-2 {
    padding: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-3 {
    padding: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-4 {
    padding: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-5 {
    padding: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-6 {
    padding: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-7 {
    padding: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-8 {
    padding: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-9 {
    padding: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-10 {
    padding: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-11 {
    padding: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-12 {
    padding: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-13 {
    padding: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-14 {
    padding: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-15 {
    padding: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-16 {
    padding: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-17 {
    padding: 4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-18 {
    padding: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-19 {
    padding: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-20 {
    padding: 5rem !important;
  }
}

.mt-0 {
  margin-top: 0rem !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.5rem !important;
}

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

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

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

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

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

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

.mt-13 {
  margin-top: 3.25rem !important;
}

.mt-14 {
  margin-top: 3.5rem !important;
}

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

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

.mt-17 {
  margin-top: 4.25rem !important;
}

.mt-18 {
  margin-top: 4.5rem !important;
}

.mt-19 {
  margin-top: 4.75rem !important;
}

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

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

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

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

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

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

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

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

.me-7 {
  margin-right: 1.75rem !important;
}

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

.me-9 {
  margin-right: 2.25rem !important;
}

.me-10 {
  margin-right: 2.5rem !important;
}

.me-11 {
  margin-right: 2.75rem !important;
}

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

.me-13 {
  margin-right: 3.25rem !important;
}

.me-14 {
  margin-right: 3.5rem !important;
}

.me-15 {
  margin-right: 3.75rem !important;
}

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

.me-17 {
  margin-right: 4.25rem !important;
}

.me-18 {
  margin-right: 4.5rem !important;
}

.me-19 {
  margin-right: 4.75rem !important;
}

.me-20 {
  margin-right: 5rem !important;
}

.mb-0 {
  margin-bottom: 0rem !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.5rem !important;
}

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

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

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

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

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

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

.mb-13 {
  margin-bottom: 3.25rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

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

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

.mb-17 {
  margin-bottom: 4.25rem !important;
}

.mb-18 {
  margin-bottom: 4.5rem !important;
}

.mb-19 {
  margin-bottom: 4.75rem !important;
}

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

.ms-0 {
  margin-left: 0rem !important;
}

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

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

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

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

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

.ms-6 {
  margin-left: 1.5rem !important;
}

.ms-7 {
  margin-left: 1.75rem !important;
}

.ms-8 {
  margin-left: 2rem !important;
}

.ms-9 {
  margin-left: 2.25rem !important;
}

.ms-10 {
  margin-left: 2.5rem !important;
}

.ms-11 {
  margin-left: 2.75rem !important;
}

.ms-12 {
  margin-left: 3rem !important;
}

.ms-13 {
  margin-left: 3.25rem !important;
}

.ms-14 {
  margin-left: 3.5rem !important;
}

.ms-15 {
  margin-left: 3.75rem !important;
}

.ms-16 {
  margin-left: 4rem !important;
}

.ms-17 {
  margin-left: 4.25rem !important;
}

.ms-18 {
  margin-left: 4.5rem !important;
}

.ms-19 {
  margin-left: 4.75rem !important;
}

.ms-20 {
  margin-left: 5rem !important;
}

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

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

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

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

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

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

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

.mx-13 {
  margin-left: 3.25rem !important;
  margin-right: 3.25rem !important;
}

.mx-14 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

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

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

.mx-17 {
  margin-left: 4.25rem !important;
  margin-right: 4.25rem !important;
}

.mx-18 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.mx-19 {
  margin-left: 4.75rem !important;
  margin-right: 4.75rem !important;
}

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

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

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

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

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

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

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

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

.my-13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

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

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

.my-17 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}

.my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

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

.pt-0 {
  padding-top: 0rem !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.5rem !important;
}

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

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

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

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

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

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

.pt-13 {
  padding-top: 3.25rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

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

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

.pt-17 {
  padding-top: 4.25rem !important;
}

.pt-18 {
  padding-top: 4.5rem !important;
}

.pt-19 {
  padding-top: 4.75rem !important;
}

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

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

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

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

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

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

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

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

.pe-7 {
  padding-right: 1.75rem !important;
}

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

.pe-9 {
  padding-right: 2.25rem !important;
}

.pe-10 {
  padding-right: 2.5rem !important;
}

.pe-11 {
  padding-right: 2.75rem !important;
}

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

.pe-13 {
  padding-right: 3.25rem !important;
}

.pe-14 {
  padding-right: 3.5rem !important;
}

.pe-15 {
  padding-right: 3.75rem !important;
}

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

.pe-17 {
  padding-right: 4.25rem !important;
}

.pe-18 {
  padding-right: 4.5rem !important;
}

.pe-19 {
  padding-right: 4.75rem !important;
}

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

.pb-0 {
  padding-bottom: 0rem !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.5rem !important;
}

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

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

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

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

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

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

.pb-13 {
  padding-bottom: 3.25rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

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

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

.pb-17 {
  padding-bottom: 4.25rem !important;
}

.pb-18 {
  padding-bottom: 4.5rem !important;
}

.pb-19 {
  padding-bottom: 4.75rem !important;
}

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

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

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

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

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

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

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

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

.ps-7 {
  padding-left: 1.75rem !important;
}

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

.ps-9 {
  padding-left: 2.25rem !important;
}

.ps-10 {
  padding-left: 2.5rem !important;
}

.ps-11 {
  padding-left: 2.75rem !important;
}

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

.ps-13 {
  padding-left: 3.25rem !important;
}

.ps-14 {
  padding-left: 3.5rem !important;
}

.ps-15 {
  padding-left: 3.75rem !important;
}

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

.ps-17 {
  padding-left: 4.25rem !important;
}

.ps-18 {
  padding-left: 4.5rem !important;
}

.ps-19 {
  padding-left: 4.75rem !important;
}

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

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

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

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

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

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

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

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

.px-13 {
  padding-left: 3.25rem !important;
  padding-right: 3.25rem !important;
}

.px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

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

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

.px-17 {
  padding-left: 4.25rem !important;
  padding-right: 4.25rem !important;
}

.px-18 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.px-19 {
  padding-left: 4.75rem !important;
  padding-right: 4.75rem !important;
}

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

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

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

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

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

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

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

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

.py-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

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

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

.py-17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

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

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-4 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-7 {
    margin-top: 1.75rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-8 {
    margin-top: 2rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-9 {
    margin-top: 2.25rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-10 {
    margin-top: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-11 {
    margin-top: 2.75rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-12 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-13 {
    margin-top: 3.25rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-14 {
    margin-top: 3.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-15 {
    margin-top: 3.75rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-3 {
    margin-top: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-4 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-5 {
    margin-top: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-6 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-7 {
    margin-top: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-8 {
    margin-top: 2rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-9 {
    margin-top: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-11 {
    margin-top: 2.75rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-12 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-13 {
    margin-top: 3.25rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-14 {
    margin-top: 3.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-15 {
    margin-top: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-4 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-7 {
    margin-top: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-8 {
    margin-top: 2rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-9 {
    margin-top: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-11 {
    margin-top: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-12 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-13 {
    margin-top: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-14 {
    margin-top: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-15 {
    margin-top: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-4 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-7 {
    margin-top: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-8 {
    margin-top: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-9 {
    margin-top: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-10 {
    margin-top: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-11 {
    margin-top: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-12 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-13 {
    margin-top: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-14 {
    margin-top: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-15 {
    margin-top: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-0 {
    margin-right: 0rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-3 {
    margin-right: 0.75rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-4 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-5 {
    margin-right: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-6 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-7 {
    margin-right: 1.75rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-8 {
    margin-right: 2rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-9 {
    margin-right: 2.25rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-10 {
    margin-right: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-11 {
    margin-right: 2.75rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-12 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-13 {
    margin-right: 3.25rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-14 {
    margin-right: 3.5rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-15 {
    margin-right: 3.75rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-0 {
    margin-right: 0rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-3 {
    margin-right: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-4 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-5 {
    margin-right: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-6 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-7 {
    margin-right: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-8 {
    margin-right: 2rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-9 {
    margin-right: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-10 {
    margin-right: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-11 {
    margin-right: 2.75rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-12 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-13 {
    margin-right: 3.25rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-14 {
    margin-right: 3.5rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-15 {
    margin-right: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-0 {
    margin-right: 0rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-3 {
    margin-right: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-4 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-5 {
    margin-right: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-6 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-7 {
    margin-right: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-8 {
    margin-right: 2rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-9 {
    margin-right: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-10 {
    margin-right: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-11 {
    margin-right: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-12 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-13 {
    margin-right: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-14 {
    margin-right: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-15 {
    margin-right: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-0 {
    margin-right: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-3 {
    margin-right: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-4 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-5 {
    margin-right: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-6 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-7 {
    margin-right: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-8 {
    margin-right: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-9 {
    margin-right: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-10 {
    margin-right: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-11 {
    margin-right: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-12 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-13 {
    margin-right: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-14 {
    margin-right: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-15 {
    margin-right: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-6 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-7 {
    margin-bottom: 1.75rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-8 {
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-9 {
    margin-bottom: 2.25rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-10 {
    margin-bottom: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-11 {
    margin-bottom: 2.75rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-12 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-13 {
    margin-bottom: 3.25rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-14 {
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-15 {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-6 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-7 {
    margin-bottom: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-8 {
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-9 {
    margin-bottom: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-10 {
    margin-bottom: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-11 {
    margin-bottom: 2.75rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-12 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-13 {
    margin-bottom: 3.25rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-14 {
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-15 {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-7 {
    margin-bottom: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-8 {
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-9 {
    margin-bottom: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-10 {
    margin-bottom: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-11 {
    margin-bottom: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-12 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-13 {
    margin-bottom: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-14 {
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-15 {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-7 {
    margin-bottom: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-8 {
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-9 {
    margin-bottom: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-10 {
    margin-bottom: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-11 {
    margin-bottom: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-12 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-13 {
    margin-bottom: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-14 {
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-15 {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-0 {
    margin-left: 0rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-3 {
    margin-left: 0.75rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-4 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-5 {
    margin-left: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-6 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-7 {
    margin-left: 1.75rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-8 {
    margin-left: 2rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-9 {
    margin-left: 2.25rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-10 {
    margin-left: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-11 {
    margin-left: 2.75rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-12 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-13 {
    margin-left: 3.25rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-14 {
    margin-left: 3.5rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-15 {
    margin-left: 3.75rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-0 {
    margin-left: 0rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-3 {
    margin-left: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-4 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-5 {
    margin-left: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-6 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-7 {
    margin-left: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-8 {
    margin-left: 2rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-9 {
    margin-left: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-10 {
    margin-left: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-11 {
    margin-left: 2.75rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-12 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-13 {
    margin-left: 3.25rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-14 {
    margin-left: 3.5rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-15 {
    margin-left: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-0 {
    margin-left: 0rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-3 {
    margin-left: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-4 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-5 {
    margin-left: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-6 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-7 {
    margin-left: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-8 {
    margin-left: 2rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-9 {
    margin-left: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-10 {
    margin-left: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-11 {
    margin-left: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-12 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-13 {
    margin-left: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-14 {
    margin-left: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-15 {
    margin-left: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-0 {
    margin-left: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-3 {
    margin-left: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-4 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-5 {
    margin-left: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-6 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-7 {
    margin-left: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-8 {
    margin-left: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-9 {
    margin-left: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-10 {
    margin-left: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-11 {
    margin-left: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-12 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-13 {
    margin-left: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-14 {
    margin-left: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-15 {
    margin-left: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-3 {
    padding-top: 0.75rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-4 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-5 {
    padding-top: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-6 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-7 {
    padding-top: 1.75rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-8 {
    padding-top: 2rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-9 {
    padding-top: 2.25rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-10 {
    padding-top: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-11 {
    padding-top: 2.75rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-12 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-13 {
    padding-top: 3.25rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-14 {
    padding-top: 3.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-15 {
    padding-top: 3.75rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-3 {
    padding-top: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-4 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-5 {
    padding-top: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-6 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-7 {
    padding-top: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-8 {
    padding-top: 2rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-9 {
    padding-top: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-10 {
    padding-top: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-11 {
    padding-top: 2.75rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-12 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-13 {
    padding-top: 3.25rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-14 {
    padding-top: 3.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-15 {
    padding-top: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-3 {
    padding-top: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-4 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-6 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-7 {
    padding-top: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-8 {
    padding-top: 2rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-9 {
    padding-top: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-10 {
    padding-top: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-11 {
    padding-top: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-12 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-13 {
    padding-top: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-14 {
    padding-top: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-15 {
    padding-top: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-4 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-6 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-7 {
    padding-top: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-8 {
    padding-top: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-9 {
    padding-top: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-10 {
    padding-top: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-11 {
    padding-top: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-12 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-13 {
    padding-top: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-14 {
    padding-top: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-15 {
    padding-top: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-0 {
    padding-right: 0rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-3 {
    padding-right: 0.75rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-4 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-5 {
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-6 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-7 {
    padding-right: 1.75rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-8 {
    padding-right: 2rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-9 {
    padding-right: 2.25rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-10 {
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-11 {
    padding-right: 2.75rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-12 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-13 {
    padding-right: 3.25rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-14 {
    padding-right: 3.5rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-15 {
    padding-right: 3.75rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-0 {
    padding-right: 0rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-3 {
    padding-right: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-4 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-5 {
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-6 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-7 {
    padding-right: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-8 {
    padding-right: 2rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-9 {
    padding-right: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-10 {
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-11 {
    padding-right: 2.75rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-12 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-13 {
    padding-right: 3.25rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-14 {
    padding-right: 3.5rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-15 {
    padding-right: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-0 {
    padding-right: 0rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-3 {
    padding-right: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-4 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-5 {
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-6 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-7 {
    padding-right: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-8 {
    padding-right: 2rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-9 {
    padding-right: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-10 {
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-11 {
    padding-right: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-12 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-13 {
    padding-right: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-14 {
    padding-right: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-15 {
    padding-right: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-0 {
    padding-right: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-3 {
    padding-right: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-4 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-5 {
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-6 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-7 {
    padding-right: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-8 {
    padding-right: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-9 {
    padding-right: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-10 {
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-11 {
    padding-right: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-12 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-13 {
    padding-right: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-14 {
    padding-right: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-15 {
    padding-right: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-3 {
    padding-bottom: 0.75rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-5 {
    padding-bottom: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-6 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-7 {
    padding-bottom: 1.75rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-8 {
    padding-bottom: 2rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-9 {
    padding-bottom: 2.25rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-10 {
    padding-bottom: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-11 {
    padding-bottom: 2.75rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-12 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-13 {
    padding-bottom: 3.25rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-14 {
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-15 {
    padding-bottom: 3.75rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-3 {
    padding-bottom: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-4 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-5 {
    padding-bottom: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-6 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-7 {
    padding-bottom: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-8 {
    padding-bottom: 2rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-9 {
    padding-bottom: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-10 {
    padding-bottom: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-11 {
    padding-bottom: 2.75rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-12 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-13 {
    padding-bottom: 3.25rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-14 {
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-15 {
    padding-bottom: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-3 {
    padding-bottom: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-6 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-7 {
    padding-bottom: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-8 {
    padding-bottom: 2rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-9 {
    padding-bottom: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-10 {
    padding-bottom: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-11 {
    padding-bottom: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-12 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-13 {
    padding-bottom: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-14 {
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-15 {
    padding-bottom: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-6 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-7 {
    padding-bottom: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-8 {
    padding-bottom: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-9 {
    padding-bottom: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-10 {
    padding-bottom: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-11 {
    padding-bottom: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-12 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-13 {
    padding-bottom: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-14 {
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-15 {
    padding-bottom: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-0 {
    padding-left: 0rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-3 {
    padding-left: 0.75rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-4 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-5 {
    padding-left: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-6 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-7 {
    padding-left: 1.75rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-8 {
    padding-left: 2rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-9 {
    padding-left: 2.25rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-10 {
    padding-left: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-11 {
    padding-left: 2.75rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-12 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-13 {
    padding-left: 3.25rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-14 {
    padding-left: 3.5rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-15 {
    padding-left: 3.75rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-0 {
    padding-left: 0rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-3 {
    padding-left: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-4 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-5 {
    padding-left: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-6 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-7 {
    padding-left: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-8 {
    padding-left: 2rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-9 {
    padding-left: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-10 {
    padding-left: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-11 {
    padding-left: 2.75rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-12 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-13 {
    padding-left: 3.25rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-14 {
    padding-left: 3.5rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-15 {
    padding-left: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-0 {
    padding-left: 0rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-3 {
    padding-left: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-4 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-5 {
    padding-left: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-6 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-7 {
    padding-left: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-8 {
    padding-left: 2rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-9 {
    padding-left: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-10 {
    padding-left: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-11 {
    padding-left: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-12 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-13 {
    padding-left: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-14 {
    padding-left: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-15 {
    padding-left: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-0 {
    padding-left: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-3 {
    padding-left: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-4 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-5 {
    padding-left: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-6 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-7 {
    padding-left: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-8 {
    padding-left: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-9 {
    padding-left: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-10 {
    padding-left: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-11 {
    padding-left: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-12 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-13 {
    padding-left: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-14 {
    padding-left: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-15 {
    padding-left: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
}

/*Gap*/
.gap-0 {
  gap: 0rem !important;
}

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

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

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

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

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

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

.gap-7 {
  gap: 1.75rem !important;
}

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

.gap-9 {
  gap: 2.25rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-11 {
  gap: 2.75rem !important;
}

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

.gap-13 {
  gap: 3.25rem !important;
}

.gap-14 {
  gap: 3.5rem !important;
}

.gap-15 {
  gap: 3.75rem !important;
}

@media (min-width: 576px) {
  .gap-sm-0 {
    gap: 0rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-3 {
    gap: 0.75rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-4 {
    gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-5 {
    gap: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-6 {
    gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-7 {
    gap: 1.75rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-8 {
    gap: 2rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-9 {
    gap: 2.25rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-10 {
    gap: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-11 {
    gap: 2.75rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-12 {
    gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-13 {
    gap: 3.25rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-14 {
    gap: 3.5rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-15 {
    gap: 3.75rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-0 {
    gap: 0rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-1 {
    gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-2 {
    gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-3 {
    gap: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-4 {
    gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-5 {
    gap: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-6 {
    gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-7 {
    gap: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-8 {
    gap: 2rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-9 {
    gap: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-10 {
    gap: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-11 {
    gap: 2.75rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-12 {
    gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-13 {
    gap: 3.25rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-14 {
    gap: 3.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-15 {
    gap: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-0 {
    gap: 0rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-3 {
    gap: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-4 {
    gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-5 {
    gap: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-6 {
    gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-7 {
    gap: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-8 {
    gap: 2rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-9 {
    gap: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-10 {
    gap: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-11 {
    gap: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-12 {
    gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-13 {
    gap: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-14 {
    gap: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-15 {
    gap: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-0 {
    gap: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-3 {
    gap: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-4 {
    gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-5 {
    gap: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-6 {
    gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-7 {
    gap: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-8 {
    gap: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-9 {
    gap: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-10 {
    gap: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-11 {
    gap: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-12 {
    gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-13 {
    gap: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-14 {
    gap: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-15 {
    gap: 3.75rem !important;
  }
}

/*SPINNER*/
.loader {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #052137;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border-left: 4px solid #4174d4;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}

.loader-small {
  width: 22px !important;
  height: 22px !important;
  border-top: 2px solid #052137;
  border-right: 2px solid transparent;
}

.loader-small::after {
  width: 22px !important;
  height: 22px !important;
  border-left: 2px solid #4174d4;
  border-bottom: 2px solid transparent;
}

.shadow-modal-content {
  background-color: #a9a9a9;
}

.shadow-modal-content input,
.shadow-modal-content label,
.shadow-modal-content li,
.shadow-modal-content p,
.shadow-modal-content .modal-title,
.shadow-modal-content .bootstrap-select .dropdown-toggle,
.shadow-modal-content button {
  opacity: .4;
  box-shadow: none;
}

.shadow-modal-content .bootstrap-select {
  box-shadow: none;
}

.modal .loader {
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 99;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#spinner_load_page {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96%;
  height: 55vh;
  opacity: 0;
  z-index: -99;
  transition: all .3s ease-out;
}

.show-spinner-load-page {
  opacity: 1 !important;
  z-index: 99 !important;
  transition: all .3s ease-out;
}

.container-spinner {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 3.25rem;
  width: 96%;
  opacity: 1;
  z-index: 99;
  transition: all .3s ease-out;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Highlight Color */
::-moz-selection {
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
}

::selection {
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
}

.bg-primary ::-moz-selection {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-primary ::selection {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

/*FORM*/
body {
  background-color: #f4f4f9;
  color: #1e2022;
  font-size: 0.95rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 992px) {
  body {
    font-size: 1rem;
  }
}

/*CLASSES*/
/*CAROUSEL*/
#container_carousel {
  border-bottom: 1px solid #cfd3dc;
}

#container_carousel .img-carousel {
  width: inherit;
}

@media (min-width: 576px) {
  #container_carousel .img-carousel {
    width: auto;
  }
}

/*ALERT*/
.alert-warning {
  background-color: #ffe3c8;
  border-color: #ffc995;
}

/*BADGES*/
.badge-custom {
  padding: 0.5rem;
  font-size: 0.85rem;
  margin: 0;
  border-radius: 15px;
  color: #fff;
}

.badge-custom>a {
  color: #fff;
  text-decoration: underline;
}

.badge-custom>a:hover {
  color: #e7eaf3;
}

.badge-custom-square {
  border-radius: 2px;
  font-size: 0.8rem;
}

/*MODALS*/
.modal-header,
.modal-body,
.modal-footer {
  padding: 1rem 2rem;
}

@media (min-width: 992px) {
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

@media (min-width: 992px) {
  .modal-custom-xl {
    max-width: 95vw;
  }
}

.modal-over {
  background: rgba(0, 0, 0, 0.5);
  z-index: 1072 !important;
}

.modal-over-2 {
  background: rgba(0, 0, 0, 0.5);
  z-index: 1073 !important;
}

/*TITLES*/
h1 {
  font-size: 1.5rem !important;
  border-bottom: 1px solid #000;
  background-color: #e6edf9;
  box-shadow: 0px 0px 7px 1px #d1d9e0;
  padding: 1rem;
  border-radius: 10px 10px 0 0;
}

h2 {
  font-size: 1.4rem !important;
}

h3 {
  font-size: 1.2rem !important;
}

h4 {
  font-size: 1rem !important;
}

h5 {
  font-size: 0.9rem !important;
}

h6 {
  font-size: 0.8rem !important;
}

.h2 {
  border-bottom: 1px solid #000;
  background-color: #e6edf9;
  box-shadow: 0px 0px 7px 1px #d1d9e0;
  padding: 0.8rem;
  border-radius: 10px 10px 0 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

.arrow-size {
  font-size: 50px !important;
}

.w-half {
  width: 100% !important;
}

@media (min-width: 768px) {
  .w-half {
    width: 49.2% !important;
  }
}

.no-shadow:hover {
  box-shadow: unset !important;
}

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

.btn-no-shadow.btn-primary {
  border: 1px solid #4174d4 !important;
}

.btn-no-shadow.btn-primary:hover {
  background-color: #4174d4 !important;
  box-shadow: 0 1px 4px #5a86da;
}

.btn-no-shadow.btn-light {
  border: 1px solid #e7eaf3 !important;
  color: #4174d4 !important;
}

.btn-no-shadow.btn-light:hover {
  background-color: #e7eaf3 !important;
  box-shadow: 0 1px 4px #d1d9e0 !important;
}

.no-link {
  color: inherit;
}

.no-link:hover {
  color: inherit;
}

/*
.border-bottom{
	border-bottom: 1px solid rgba(0,0,0,.125);
}
*/
.min-width-auto {
  min-width: auto !important;
}

.card-shadow {
  box-shadow: 0px 0px 10px 1px #d1d9e0;
}

/*CARDS*/
.custom-card {
  box-shadow: 0px 0px 10px 1px #d1d9e0;
  border-radius: 10px;
  padding: 0;
  background-color: #fdfeff;
}

.custom-card .custom-card-header {
  position: relative;
  background-color: #e6edf9;
  border-radius: 10px 10px 0 0;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #000;
}

.custom-card .custom-card-header h3 {
  margin: 0;
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  .custom-card .custom-card-header {
    padding: 1rem 2rem;
  }
}

.custom-card .custom-card-body {
  padding: 1rem 1.25rem;
}

@media (min-width: 992px) {
  .custom-card .custom-card-body {
    padding: 1.75rem 2rem;
  }
}

.custom-card .custom-card-body .custom-card-body-title {
  margin: 0 0 1.5rem;
  padding: 0 0 0.75rem;
  border-bottom: 1px solid #000;
}

.custom-card-no-radius {
  box-shadow: 0px 0px 10px 1px #d1d9e0;
  border-radius: 0;
  padding: 0.75rem;
  background-color: #fff;
}

@media (min-width: 992px) {
  .custom-card-no-radius {
    padding: 1rem;
  }
}

.message-card {
  box-shadow: 0px 0px 10px 1px #d1d9e0;
  border-radius: 10px;
}

.message-card .message-card-header {
  padding: 0.75rem 1rem 0.25rem;
  background-color: #e6edf9;
  border-radius: 10px 10px 0 0;
}

@media (min-width: 768px) {
  .message-card .message-card-header {
    padding: 1.25rem 1.5rem 0.5rem;
  }
}

.message-card .message-card-body {
  padding: 0.75rem 1rem;
  background-color: #fdfeff;
  border-radius: 0 0 10px 10px;
}

@media (min-width: 768px) {
  .message-card .message-card-body {
    padding: 1.25rem 1.5rem;
  }
}

.message-card-ns {
  padding: 0;
  border: 1px solid #eff1f9;
  border-radius: 10px;
}

.message-card-ns .message-card-header-ns {
  padding: 0.75rem 1rem;
  border-radius: 10px 10px 0 0;
  background-color: #e6edf9;
}

.message-card-ns .message-card-body-ns {
  padding: 0.75rem 1rem;
  border-radius: 0 0 10px 10px;
}

/*Flecha ir abajo*/
.flecha-ir {
  z-index: 1049 !important;
  padding: 5px 10px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 15px;
  border-radius: 2px;
  background-color: #4174d4;
}

.ir-arriba {
  display: none;
}

.ir-abajo {
  display: block;
}

/*SCROLL en algunos modales*/
.my-custom-scrollbar {
  position: relative;
  height: 300px;
  overflow: auto;
}

.table-wrapper-scroll-y {
  display: block;
}

.scroll-600 {
  height: 600px;
  overflow-y: auto;
}

/*PAGINATION*/
.page-item .page-link {
  color: #4174d4;
  border-color: #e7eaf3;
}

.page-item .page-link:hover {
  box-shadow: 0 1px 4px #d1d9e0;
  background-color: #e7eaf3;
}

.page-item.active .page-link {
  background-color: #4174d4;
  border-color: #4174d4;
}

.page-item.active .page-link:hover {
  box-shadow: 0 1px 4px #5a86da;
}

.page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/*A*/
a,
a:not([href]):not([class]) {
  color: #4174d4;
  text-decoration: none;
}

a:hover,
a:not([href]):not([class]):hover {
  color: #94b1e7;
  transition: .2s ease-out;
}

/*DROPDOWN*/
.dropdown-menu,
.btn {
  font-size: 1rem;
}

@media (min-width: 992px) {

  .dropdown-menu,
  .btn {
    font-size: 0.95rem;
  }
}

.dropdown:hover>.dropdown-hover {
  display: block;
  transform: translate(21px, 0px);
}

.dropup:hover>.dropdown-hover {
  display: block;
  transform: translate(21px, 0px);
}

.dropend:hover>.dropdown-hover {
  display: block;
  transform: translate(21px, 0px);
}

.dropstart:hover>.dropdown-hover {
  display: block;
  transform: translate(21px, 0px);
}

.dropdown-menu-lg {
  min-width: 20rem;
}

.dropdown-menu-xl {
  min-width: 30rem;
}

.dropdown-item i {
  font-size: 1rem;
}

/*BTN*/
.btn {
  border: 0px;
  border-radius: 2px;
  padding: 0.5rem 0.7rem;
}

@media (min-width: 768px) {
  .btn {
    padding: 0.4rem 0.6rem;
  }
}

.btn:focus {
  box-shadow: none;
}

.btn-link {
  color: #4174d4;
}

.btn-link:hover {
  color: #94b1e7;
  transition: .2s ease-out;
}

.btn-light {
  background-color: #fff;
}

.btn-light:hover,
.btn-light:active,
.btn-light.show {
  background-color: #fff !important;
}

.btn-file-icon {
  background: none;
  border: none;
  font-size: 1.75rem;
  cursor: pointer;
}

.btn-file-icon:focus,
.btn-file-icon:focus-visible {
  outline: none;
}

.btn-index-login {
  height: 45px;
  font-size: 1.15rem;
}

.container-index-shadow {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  box-shadow: 5px 5px 15px 5px #000;
  width: 21rem;
}

.lazy {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
}

/*FILTER*/
#container_filter {
  margin: 1rem 0;
  padding: 0.75rem;
  border: 1px solid #cfd3dc;
}

#container_filter #container_box_filter {
  /*contenedor rectangulos grises*/
  display: flex;
  flex-wrap: wrap;
}

#container_filter #container_box_filter .box-filter {
  /*grey rectangles*/
  background-color: #e4e7eb;
  text-align: center;
  padding: 0.15rem 0.5rem;
  font-size: 0.9rem;
  margin: 0 0.5rem 0.5rem 0;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: max-content;
}

#container_filter #container_box_filter .box-filter i {
  margin: 0 0 0 0.25rem;
  color: #a9a9a9;
  cursor: pointer;
}

#container_filter .form-filter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: -0.25rem 0 0;
}

@media (min-width: 768px) {
  #container_filter .form-filter {
    justify-content: flex-start;
    margin: 0;
  }
}

#container_filter .form-filter .form-select,
#container_filter .form-filter .input-filter,
#container_filter .form-filter .bootstrap-select {
  width: 48%;
}

@media (min-width: 768px) {

  #container_filter .form-filter .form-select,
  #container_filter .form-filter .input-filter,
  #container_filter .form-filter .bootstrap-select {
    width: 13rem;
  }
}

#container_filter .form-filter .form-check-input {
  margin-top: 0rem;
}

@media (min-width: 768px) {

  #container_filter .form-filter .input-filter,
  #container_filter .form-filter .bootstrap-select {
    margin: 0 0.5rem 0 0;
  }
}

#container_filter .form-filter .dropdown-toggle.btn-light:focus {
  background-color: #fff !important;
}

#container_filter .bootstrap-select>.input-filter {
  width: 0;
}

#container_filter #datepicker {
  background-color: #fff;
  width: 92%;
  margin: 0.25rem 0 0;
}

@media (min-width: 768px) {
  #container_filter #datepicker {
    width: 13rem;
    margin: 0 0.5rem 0 0;
  }
}

#container_filter #desde,
#container_filter #hasta {
  margin: 1% 1% 0 0;
}

@media (min-width: 768px) {

  #container_filter #desde,
  #container_filter #hasta {
    margin: 0 0.5rem 0 0;
  }
}

#container_filter #hasta {
  width: 43%;
}

@media (min-width: 768px) {
  #container_filter #hasta {
    width: 13rem;
  }
}

#container_filter #make_redirect {
  margin: 0.5rem 0 0;
}

@media (min-width: 828px) {
  #container_filter #make_redirect {
    margin: 0;
  }
}

#container_filter .daterangepicker .ranges li.active {
  background-color: #4174d4;
}

#container_filter #delete_all_filters,
#container_filter #ellipsis_filter {
  font-size: 1.1rem;
  cursor: pointer;
  color: #1e2022;
}

#container_filter #delete_all_filters {
  width: 5%;
  margin: 0.25rem 0 0 0;
}

@media (min-width: 768px) {
  #container_filter #delete_all_filters {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
}

#container_filter #filter_subir_archivo input[type='file'] {
  margin: 0 0 0.5rem;
  width: auto;
}

@media (min-width: 768px) {
  #container_filter #filter_subir_archivo input[type='file'] {
    margin: 0 0.5rem 0 0;
  }
}

#container_filter #filter_subir_archivo .bootstrap-select {
  width: 49%;
  margin: 0 0.5rem 0 0;
}

@media (min-width: 768px) {
  #container_filter #filter_subir_archivo .bootstrap-select {
    width: 13.5rem;
  }
}

/*
#container_filter{
	
	& .form-control, & .bootstrap-select{
		width:48.5%!important;
		margin-right:0.25rem!important;
		
		@include response(md){
			width:12rem!important;
		}
	}
	
	& .form-inline, & .form-row{
		display:flex;
		flex-wrap: wrap;
		align-items:center;
	}
	
	& .form-bottoms{
		margin-left:0.25rem;
		
		& i{
			font-size:1.25rem;
			color: $dark;
		}
		
	}
	
}

img#mas, img#menos{
	width: 40px;
	height: 40px;
}
*/
/*Forms*/
.form-select,
.form-control {
  box-shadow: 0 0 5px 0px #d1d9e0;
  font-size: 1rem;
  border: 0px;
  background-color: #fff;
  padding: 0.5rem 0.7rem;
  border-radius: 2px;
}

@media (min-width: 768px) {

  .form-select,
  .form-control {
    padding: 0.4rem 0.6rem;
    font-size: 0.95rem;
  }
}

.form-select:focus,
.form-control:focus {
  box-shadow: 0 0 10px 2px #cfd3dc;
  border: 0px;
  transition: .2s ease-out;
}

fieldset {
  padding: 0.75rem 1.25rem;
  border: 1px solid #eff1f9;
  border-radius: 10px;
}

.form-check-input[type="checkbox"] {
  border: 1px solid #71869d;
}

.form-check-input[type="checkbox"]:focus {
  border-color: unset;
  border: 0px;
  box-shadow: 0 0 10px 2px #cfd3dc;
}

.form-check-input[type="checkbox"]:checked {
  background-color: #4174d4;
  border-color: #4174d4;
}

textarea {
  resize: none;
}

.bootstrap-select .filter-option-inner-inner,
.form-control::placeholder,
.form-select::placeholder {
  color: #97a4af;
}

.bootstrap-select {
  box-shadow: 0 0 5px 0px #d1d9e0;
  border: 0px;
  border-radius: 2px;
}

.bootstrap-select .form-control,
.bootstrap-select .actions-btn {
  box-shadow: none;
  border: 1px solid #d1d9e0;
  border-radius: 2px;
}

.bootstrap-select .dropdown-toggle {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:hover {
  border-color: #fff !important;
  outline: 0 !important;
  outline-offset: 0 !important;
  border: 0px !important;
}

.bootstrap-select .dropdown-item {
  border-radius: 5px;
}

.bootstrap-select .dropdown-item:focus,
.bootstrap-select .dropdown-item:hover {
  background-color: #e7eaf3 !important;
  transition: .05s ease;
  color: inherit;
}

.bootstrap-select .dropdown-item:active,
.bootstrap-select .dropdown-item.active {
  background-color: #d1d9e0 !important;
  color: inherit !important;
  transition: .05s ease;
}

#bs-select-5 {
  overflow: auto !important;
}

#atencion .bootstrap-select .dropdown-menu,
.solucion-selectpicker {
  width: 100vw;
}

@media (min-width: 768px) {

  #atencion .bootstrap-select .dropdown-menu,
  .solucion-selectpicker {
    width: auto;
  }
}

#atencion .bootstrap-select .dropdown-menu li a.opt {
  padding-left: 1rem;
}

/*CONTAINER LISTADO*/
#p_un_elemento {
  text-align: center;
}

.container-result {
  position: relative;
}

#container_top_table,
#container_bottom_table {
  display: flex;
  justify-content: initial;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

#mensajes_pendientes_page #container_top_table,
#tickets_page #container_top_table {
  margin: 0;
}

#container_top_table {
  margin: 0 0 2.75rem;
}

@media (min-width: 768px) {
  #container_top_table {
    margin: 0 0 0.5rem !important;
  }
}

#container_top_table .container-num-elementos {
  display: none;
}

@media (min-width: 768px) {
  #container_top_table .container-num-elementos {
    display: flex;
  }
}

#container_top_table .container-num-pagina {
  display: none;
}

@media (min-width: 768px) {
  #container_top_table .container-num-pagina {
    display: flex;
  }
}

.container-num-elementos {
  display: flex;
  margin: 0 0.5rem 0.5rem 0;
}

@media (min-width: 768px) {
  .container-num-elementos {
    width: 33.33%;
    margin: 0;
  }
}

.container-num-elementos select {
  width: 5.5rem;
}

.container-num-pagina {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 0.5rem 0;
}

.container-num-pagina ul {
  margin: 0;
}

@media (min-width: 768px) {
  .container-num-pagina {
    width: 33.33%;
    margin: 0;
  }
}

#p_total_elementos {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0 2rem 0 0;
}

@media (min-width: 768px) {
  #p_total_elementos {
    width: 33.33%;
    text-align: right;
  }
}

/*Btn ocultar columnas*/
#container_dropdown_columnas {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

@media (min-width: 768px) {
  #container_dropdown_columnas {
    top: 0;
  }
}

/*ORDER_FIND*/
#order_find_page #tabla_pedidos .bootstrap-select {
  width: 10rem;
}

@media (min-width: 768px) {
  #order_find_page #tabla_pedidos .bootstrap-select {
    width: 12rem;
  }
}

@media (min-width: 992px) {
  #order_find_page #tabla_pedidos .bootstrap-select {
    width: 14rem;
  }
}

/*ORDER*/
#order_page #icono-datos-cliente {
  position: absolute;
  right: 1rem;
}

@media (min-width: 992px) {
  #order_page #icono-datos-cliente {
    right: 2rem;
  }
}

#order_page #tabla_listado th {
  width: 50%;
}

#order_page #tabla_listado td {
  width: 50%;
}

#order_page #historico .bootstrap-select {
  width: 70%;
}

#order_page #historico .container-btn {
  width: 28%;
  margin-left: auto;
}

#order_page .btn-imprimir-pedido-transporte {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}

@media (min-width: 992px) {
  #order_page .btn-imprimir-pedido-transporte {
    top: 1.25rem;
    right: 1.25rem;
  }
}

#order_page #datos_pedido .bootstrap-select {
  width: 12.5rem;
}

@media (min-width: 576px) {
  #order_page #datos_pedido .bootstrap-select {
    width: 15rem;
  }
}

@media (min-width: 992px) {
  #order_page #datos_pedido .bootstrap-select {
    width: auto;
  }
}

/*TICKETS*/
#tabla_tickets .bootstrap-select,
#tabla_mensajes_pendientes .bootstrap-select {
  width: 10rem;
}

#form_new_ticket .bootstrap-select {
  width: 100%;
}

#container_multiple_selection .bootstrap-select {
  width: 50%;
}

@media (min-width: 425px) {
  #container_multiple_selection .bootstrap-select {
    width: 10rem;
  }
}

/*ESTADO_PRODUCTO_SELLER*/
@media (min-width: 992px) {
  #estado_prod_seller_page .margin-special-toast {
    margin-top: -20.75rem;
  }
}

#estado_prod_seller_page .td-line {
  position: relative;
  padding-top: 2rem !important;
}

@media (min-width: 992px) {
  #estado_prod_seller_page .td-line {
    position: unset;
    padding-top: initial;
  }
}

#estado_prod_seller_page .td-line .container-check {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 992px) {
  #estado_prod_seller_page .td-line .container-check {
    position: relative;
  }
}

#estado_prod_seller_page #container_toast {
  width: 100%;
  margin-left: auto;
}

@media (min-width: 576px) {
  #estado_prod_seller_page #container_toast {
    width: 20rem;
  }
}

#estado_prod_seller_page #container_toast #multiple_function {
  width: 100%;
}

@media (min-width: 576px) {
  #estado_prod_seller_page #container_toast #multiple_function {
    width: 20rem;
  }
}

/*LISTADO_LIQUIDADO*/
#listado_liquidado_page #lista li:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {

  #listado_liquidado_page #lista,
  #listado_pendiente_liquidacion_page #lista {
    width: 35rem;
  }
}

@media (min-width: 992px) {

  #listado_liquidado_page #lista,
  #listado_pendiente_liquidacion_page #lista {
    width: 40rem;
  }
}

#seller_listado_page #seller_listado_transportistas_excel {
  position: absolute;
  top: -0.25rem;
  margin-left: 0;
}

@media (min-width: 768px) {
  #seller_listado_page #seller_listado_transportistas_excel {
    top: unset;
    margin-left: 5.75rem;
  }
}

/*AYUDA - SELLER*/
#ayuda-seller {
  height: 78vh;
  display: flex;
  align-items: center;
}

#ayuda-seller .container-tutorials {
  margin: auto;
  display: grid;
  grid-auto-rows: 7.5rem;
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
}

@media (min-width: 576px) {
  #ayuda-seller .container-tutorials {
    grid-auto-rows: 8rem;
  }
}

@media (min-width: 768px) {
  #ayuda-seller .container-tutorials {
    grid-auto-rows: 9rem;
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
  }
}

@media (min-width: 992px) {
  #ayuda-seller .container-tutorials {
    grid-auto-rows: 10rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}

#ayuda-seller .container-tutorials .container-tuto {
  width: 100%;
  height: 100%;
  background-color: #fbfbfb;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 1px #d1d9e0;
  text-align: center;
  cursor: pointer;
}

#ayuda-seller .container-tutorials .container-tuto>a {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #8c98a4;
}

@media (min-width: 768px) {
  #ayuda-seller .container-tutorials .container-tuto>a {
    padding: 1rem;
  }
}

#ayuda-seller .container-tutorials .container-tuto:hover {
  transform: scale(1);
  background-color: #fff;
  transition: .12s ease;
}

@media (min-width: 768px) {
  #ayuda-seller .container-tutorials .container-tuto:hover {
    transform: scale(1.15);
  }
}

#ayuda-seller .container-tutorials .container-tuto:hover>a {
  text-decoration: none;
  color: #1e2022;
}

#ayuda-seller .container-one {
  grid-template-columns: repeat(1, 7.5rem);
}

@media (min-width: 576px) {
  #ayuda-seller .container-one {
    grid-template-columns: repeat(1, 8rem);
  }
}

@media (min-width: 768px) {
  #ayuda-seller .container-one {
    grid-template-columns: repeat(1, 9rem);
  }
}

@media (min-width: 992px) {
  #ayuda-seller .container-one {
    grid-template-columns: repeat(1, 10rem);
  }
}

#ayuda-seller .container-two {
  grid-template-columns: repeat(2, 7.5rem);
}

@media (min-width: 576px) {
  #ayuda-seller .container-two {
    grid-template-columns: repeat(2, 8rem);
  }
}

@media (min-width: 768px) {
  #ayuda-seller .container-two {
    grid-template-columns: repeat(2, 9rem);
  }
}

@media (min-width: 992px) {
  #ayuda-seller .container-two {
    grid-template-columns: repeat(2, 10rem);
  }
}

#ayuda-seller .container-three {
  grid-template-columns: repeat(2, 7.5rem);
}

@media (min-width: 576px) {
  #ayuda-seller .container-three {
    grid-template-columns: repeat(3, 8rem);
  }
}

@media (min-width: 768px) {
  #ayuda-seller .container-three {
    grid-template-columns: repeat(3, 9rem);
  }
}

@media (min-width: 992px) {
  #ayuda-seller .container-three {
    grid-template-columns: repeat(3, 10rem);
  }
}

#ayuda-seller .container-four {
  grid-template-columns: repeat(2, 7.5rem);
}

@media (min-width: 576px) {
  #ayuda-seller .container-four {
    grid-template-columns: repeat(3, 8rem);
  }
}

@media (min-width: 768px) {
  #ayuda-seller .container-four {
    grid-template-columns: repeat(4, 9rem);
  }
}

@media (min-width: 992px) {
  #ayuda-seller .container-four {
    grid-template-columns: repeat(4, 10rem);
  }
}

/*INICIO SELLER*/
#main_inicio_seller .seller-inicio-grafica {
  width: 100%;
}

@media (min-width: 576px) {
  #main_inicio_seller .seller-inicio-grafica {
    width: 49%;
  }
}

@media (min-width: 992px) {
  #main_inicio_seller .seller-inicio-grafica {
    width: 32%;
  }
}

@media (min-width: 1200px) {
  #main_inicio_seller .seller-inicio-grafica {
    width: 24%;
  }
}

@media (min-width: 768px) {
  #main_inicio_seller #ul_fechas_inicio_seller {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  #main_inicio_seller #ul_fechas_inicio_seller {
    flex-direction: column;
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  #main_inicio_seller #ul_fechas_inicio_seller .list-group-item {
    border-bottom: 0;
    padding: 0.75rem;
  }
}

@media (min-width: 992px) {
  #main_inicio_seller #ul_fechas_inicio_seller .list-group-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.75rem 0;
  }
}

@media (min-width: 768px) {
  #main_inicio_seller #ul_fechas_inicio_seller .list-group-item .list-group-item-action {
    border-width: 0 0 4px 0;
    padding-left: 0;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 992px) {
  #main_inicio_seller #ul_fechas_inicio_seller .list-group-item .list-group-item-action {
    border-width: 0 0 0 4px;
    padding-left: 0.5rem;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  #main_inicio_seller #ul_fechas_inicio_seller .list-group-item .list-group-item-action {
    padding-left: 1rem;
  }
}

/*LISTADO LIQUIDACIONES*/
#listado_pendiente_liquidacion_page .nav-segment {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 576px) {
  #listado_pendiente_liquidacion_page .nav-segment {
    width: auto;
  }
}

#listado_pendiente_liquidacion_page .nav-segment .nav-item {
  width: 50%;
}

@media (min-width: 576px) {
  #listado_pendiente_liquidacion_page .nav-segment .nav-item {
    width: auto;
  }
}

#form_create_new_seller {
  background-image: url("https://hipercalzado.com//modules/mpsellerwiselogin/views/img/banner_img/1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*SELLER MIS DATOS*/
#seller_nuevo_page #myTabmasi {
  margin: 0 0 1rem;
}

@media (min-width: 768px) {
  #seller_nuevo_page #myTabmasi {
    margin: -0.5rem 0 1rem;
  }
}

#seller_nuevo_page #modal_mapping_cabeceras .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
#seller_nuevo_page #modal_mapping_valores .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

/*MARCAS NUEVA*/
#marcas_nueva_page #titulo_marca {
  height: 35.6px;
  line-height: 1.9;
}

/* CONTACTOS NUEVOS*/
#contactos_nuevos_page .modal li {
  list-style-type: disc;
  margin: 0 0 0.25rem;
}

/* ABRIR DEVOLUCION*/
#abrir_devoluciones_page #container_dev {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-gap: 1%;
}

@media (min-width: 768px) {
  #abrir_devoluciones_page #container_dev {
    grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
  }
}

#abrir_devoluciones_page #container_dev .custom-card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#abrir_devoluciones_page #container_dev .custom-card-body .dynamic-body {
  flex: 1 0 auto;
}

#abrir_devoluciones_page #container_dev .custom-card-body .fixed-footer {
  height: 95px;
}

@media (min-width: 576px) {
  #abrir_devoluciones_page #container_dev .custom-card-body .fixed-footer {
    height: 85px;
  }
}

/*MOVIMIENTOS_NUEVOS*/
#movimientos_nuevos_page .modal .loader,
#albaranes_nuevos_page .modal .loader,
#facturas_nuevas_page .modal .loader {
  position: relative;
  left: 0;
}

/*OTROS*/
.container-data-ventas {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #d1d9e0;
}

#header {
  min-height: 62.8px;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #e7eaf3;
  padding: 0.75rem;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.75rem 0.2rem;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.75rem 0.5rem;
  }
}

.navbar #container_menu_usuario {
  margin: 0 0 0.25rem;
}

@media (min-width: 768px) {
  .navbar #container_menu_usuario {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .navbar #container_menu_usuario {
    position: absolute;
    right: 0.75rem;
  }
}

.navbar .navbar-toggler {
  box-shadow: unset;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.navbar .dropdown-menu {
  position: relative;
  border-radius: 0 0 10px 10px;
  width: 80%;
}

@media (min-width: 425px) {
  .navbar .dropdown-menu {
    width: auto;
  }
}

@media (min-width: 768px) {
  .navbar .dropdown-menu {
    padding: 0.75rem 0.5rem 0.5rem;
    margin: 0;
  }
}

.navbar .dropdown-menu.show::before {
  content: "";
  height: 4px;
  width: 100%;
  background-color: #4174d4;
  position: absolute;
  left: 0px;
  top: 0px;
}

.navbar #menu_usuario {
  width: 100%;
}

.navbar #menu_usuario .nav-item {
  width: 100%;
}

@media (min-width: 992px) {
  .navbar #menu_usuario .nav-item {
    width: max-content;
  }
}

.navbar #menu_usuario .dropdown-menu {
  position: relative;
  right: 0;
  top: 0;
}

@media (min-width: 992px) {
  .navbar #menu_usuario .dropdown-menu {
    position: absolute;
    top: 2.85rem;
  }
}

.navbar #menu_bandera {
  margin: 5px 0;
}

@media (min-width: 992px) {
  .navbar #menu_bandera {
    margin: 0;
  }
}

.navbar #menu_bandera .nav-item {
  position: relative;
}

.navbar #menu_bandera .nav-item #dropdown_idioma {
  margin: 0 0 0 0.75rem;
  width: 2.75rem;
  padding: 0.25rem 0.37rem;
  background-color: #fff;
}

@media (min-width: 768px) {
  .navbar #menu_bandera .nav-item #dropdown_idioma {
    margin: 0 0.25rem 0 0;
    width: 2.65rem;
  }
}

@media (min-width: 992px) {
  .navbar #menu_bandera .nav-item #dropdown_idioma {
    margin: 0;
  }
}

.navbar #menu_bandera .nav-item .dropdown-menu {
  position: relative;
  margin: 5px 0 0 0.75rem;
  padding: 0;
  right: 0;
  top: 0;
  width: max-content;
}

@media (min-width: 768px) {
  .navbar #menu_bandera .nav-item .dropdown-menu {
    margin: 5px 0 0;
  }
}

@media (min-width: 992px) {
  .navbar #menu_bandera .nav-item .dropdown-menu {
    position: absolute;
    top: 2.1rem;
  }
}

/*------------------------------------
  Nav
------------------------------------*/
.nav-link.dropdown-toggle {
  align-items: center;
}

.nav-link.active,
.navbar-nav .nav-link.active {
  color: #4174d4;
}

.nav-link.active .nav-link-svg path,
.nav-item.show .nav-link-svg path {
  fill: #4174d4;
}

.nav-tabs .nav-link {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: 0.1875rem solid transparent;
  margin-bottom: -0.125rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link .nav-item.show .nav-link {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.nav-tabs .nav-link .badge {
  line-height: 1;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show>.nav-link {
  font-weight: 600;
}

.nav-tabs .nav-item.show .nav-link {
  color: #052137;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link:hover {
  color: #4174d4;
}

.nav-tabs .nav-item.show .nav-link.active {
  color: #4174d4;
}

.nav-tabs:not(.nav-vertical) .nav-link {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.nav-tabs .nav-scroller-dropdown .dropdown-menu {
  border-radius: 0.5rem;
}

.nav-tabs-light .nav-link.active,
.nav-tabs-light .nav-item.show .nav-link {
  color: #fff;
}

.nav-pills .nav-item {
  margin: 0;
}

@media (min-width: 768px) {
  .nav-pills .nav-item {
    margin: 0.25rem;
  }
}

.nav-pills .nav-link {
  padding: 0.75rem;
  color: #1e2022;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .nav-pills .nav-link {
    padding: 1rem;
  }
}

.nav-pills .nav-link:hover {
  background-color: #d1d9e0;
}

.nav-pills .nav-link.active {
  background-color: #e6edf9;
  color: #1e2022;
}

.nav-pills .nav-link.active:hover,
.nav-pills .show>.nav-link:hover {
  border-color: transparent;
}

.nav-segment {
  position: relative;
  background-color: #e6edf9;
  padding: 0.25rem 0.25rem;
  border-radius: 0.5rem;
}

.nav-segment:not(.nav-fill) {
  display: inline-flex;
}

.nav-segment .nav-link {
  cursor: pointer;
  color: #1e2022;
  font-size: 0.85rem;
  padding: 0.5rem 0.8125rem;
  border-radius: 0.5rem;
  word-break: break-word;
}

.nav-segment .nav-link:hover {
  background-color: #d1d9e0;
}

.nav-segment .nav-link.active {
  color: #1e2022;
  background-color: #fff;
  box-shadow: 0rem 0.1875rem 0.375rem 0rem rgba(140, 152, 164, 0.25);
}

.nav-segment .nav-link.disabled {
  color: #bdc5d1;
}

.nav-segment.nav-pills {
  border-radius: 50rem;
}

.nav-segment.nav-pills .nav-link {
  border-radius: 50rem;
}

.nav-sm .nav-link {
  font-size: 0.9rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.nav-sm.nav-pills .nav-link {
  padding: 0.75rem 0.75rem;
}

.nav-lg .nav-link {
  font-size: 0.95rem;
}

.nav-lg.nav-pills .nav-link {
  padding: 1.5rem 1.5rem;
}

#nav-image:focus {
  outline: none;
}

.table thead,
.table th,
.dataTable thead,
.dataTable th {
  background-color: #e6edf9;
}

.table tr,
.dataTable tr {
  border-bottom: 1px solid #cfd3dc;
}

.table th,
.dataTable th {
  padding: 0.75rem;
}

.table td,
.dataTable td {
  padding: 0.5rem 0.75rem;
}

@media (min-width: 768px) {

  .table td,
  .dataTable td {
    word-break: break-word;
  }
}

.table th,
.table td,
.dataTable th,
.dataTable td {
  color: #1e2022;
}

@media (min-width: 768px) {

  .table th,
  .table td,
  .dataTable th,
  .dataTable td {
    padding: 0.75rem;
  }
}

@media (min-width: 992px) {

  .table th,
  .table td,
  .dataTable th,
  .dataTable td {
    padding: 0.9rem 0.75rem;
  }
}

@media (min-width: 768px) {
  .table-no-break-word td {
    word-break: keep-all;
  }
}

.table-cards tr {
  border-bottom: 0;
}

.table-cards tr td {
  padding: 0;
  word-break: normal;
}

.table-in-modal tr {
  border-bottom: 1px solid #cfd3dc !important;
}

.table-in-modal tr td,
.table-in-modal tr th {
  padding: 0.5rem !important;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: rgba(0, 0, 0, 0.03);
}

.th-order {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.th-order .span-arrow {
  position: absolute;
  margin-left: 1px;
  font-size: 0.9rem;
}

.table.dataTable {
  border-collapse: collapse;
}

.table.dataTable .dataTables_filter {
  float: right !important;
  text-align: right !important;
}

.table.dataTable tbody tr {
  background-color: unset;
}

.table> :not(caption)>*>* {
  border-bottom-width: 0px;
}

table.dataTable.no-footer {
  border-bottom: 0px;
}

.table-group-divider {
  border-top: 2px solid #000;
}

/*EDITORJS*/
.container-editorjs {
  box-shadow: 0 0 5px 0px #d1d9e0;
  border-radius: 2px;
  background-color: #fff;
  border: 0px;
}

.editorjs-custom-block {
  padding: 20px 0;
}

.editorjs-custom-block input {
  width: 100%;
  padding: 10px;
  border-radius: 2px;
  outline: none;
}

.codex-editor__redactor {
  padding-bottom: 120px !important;
}

@media (min-width: 651px) {
  .codex-editor--narrow .codex-editor__redactor {
    margin-right: unset !important;
    margin-left: 60px !important;
  }

  .codex-editor--narrow .ce-toolbar__actions {
    right: unset !important;
    left: 0px !important;
  }
}

#tabla_mensajes_pendientes .container-editorjs {
  padding: 0 0.75rem;
}

#gestiones_cliente .ce-toolbar__content {
  max-width: 900px;
}

#gestiones_cliente .ce-block__content {
  max-width: 900px;
}

.editorjs-xl .ce-toolbar__content {
  max-width: 310px;
}

@media (min-width: 992px) {
  .editorjs-xl .ce-toolbar__content {
    max-width: 750px;
  }
}

.editorjs-xl .ce-block__content {
  max-width: 320px;
}

@media (min-width: 992px) {
  .editorjs-xl .ce-block__content {
    max-width: 750px;
  }
}

/*Datatables, ir añadiendo los distintos listados que lo usen hasta que esten todos rediseñados*/
#listado_beneficio_page table.dataTable {
  border-collapse: collapse !important;
}

#listado_beneficio_page div.dataTables_wrapper div.dataTables_length select {
  width: 4rem;
}

#listado_beneficio_page div.dataTables_wrapper div.dataTables_info {
  text-align: right;
}

@media screen and (max-width: 767px) {
  #listado_beneficio_page div.dataTables_wrapper div.dataTables_length {
    text-align: left;
  }

  #listado_beneficio_page div.dataTables_wrapper div.dataTables_info {
    text-align: left;
  }
}

/*CROPPER-JS*/
.cropper-modal {
  background-color: #4e4e4e;
  opacity: .5;
}

/*------------------------------------
  List
------------------------------------*/
/*LIST-GROUP*/
.list-group-item {
  padding: 0.75rem 0;
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.list-group-item.active .list-group-icon {
  color: #fff;
}

.list-group-icon {
  display: inline-block;
  color: #677788;
  width: 2rem;
  text-align: center;
  margin-right: 0.5rem;
}

.list-group-striped>li:nth-of-type(odd) {
  background-color: rgba(65, 116, 212, 0.1);
}

.list-group-sm .list-group-item {
  font-size: 0.8rem;
  padding: 0.5rem;
}

.list-group-lg .list-group-item {
  padding: 1.5rem;
}

.list-group-lg .list-group-icon {
  font-size: 1.425rem;
  width: 2.5rem;
}

.list-group-no-gutters .list-group-item {
  padding-right: 0;
  padding-left: 0;
}

.list-group-start-bordered .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

.list-group-start-bordered .list-group-item-action {
  display: block;
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: transparent;
  padding-left: 1rem;
}

.list-group-start-bordered .list-group-item-action:hover,
.list-group-start-bordered .list-group-item-action:focus {
  background-color: transparent;
}

.list-group .form-select {
  box-shadow: none;
}

.list-group .form-select:focus {
  box-shadow: none;
}

.list-group .bootstrap-select {
  box-shadow: none;
  width: 100% !important;
}

.list-group .dropdown-toggle.btn-light:hover {
  box-shadow: none;
}

/*LIST-CHECKED*/
.list-checked {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.list-checked-item {
  position: relative;
  color: #1e2022;
  padding-left: 2rem !important;
  padding: 0.75rem 0;
}

.list-checked-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%2371869d'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.25rem 1.25rem;
  content: '';
  margin-top: 0.8rem;
}

.list-checked-item[hover]:hover {
  color: #4174d4;
}

[class*="list-checked-bg-"] .list-checked-item::before,
[class*="list-checked-soft-bg-"] .list-checked-item::before {
  margin-top: 0.8rem;
}

.list-checked-primary .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%234174d4'/%3e%3c/svg%3e");
}

.list-checked-bg-primary .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%234174d4'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");
}

.list-checked-soft-bg-primary .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%234174d4' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%234174d4'/%3e%3c/svg%3e");
}

.list-checked-secondary .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%238ca2b5'/%3e%3c/svg%3e");
}

.list-checked-bg-secondary .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%238ca2b5'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");
}

.list-checked-soft-bg-secondary .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%238ca2b5' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%238ca2b5'/%3e%3c/svg%3e");
}

.list-checked-success .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%2300c9a7'/%3e%3c/svg%3e");
}

.list-checked-bg-success .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%2300c9a7'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");
}

.list-checked-soft-bg-success .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%2300c9a7' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%2300c9a7'/%3e%3c/svg%3e");
}

.list-checked-info .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%2300a4c2'/%3e%3c/svg%3e");
}

.list-checked-bg-info .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%2300a4c2'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");
}

.list-checked-soft-bg-info .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%2300a4c2' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%2300a4c2'/%3e%3c/svg%3e");
}

.list-checked-warning .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23ffba75'/%3e%3c/svg%3e");
}

.list-checked-bg-warning .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23ffba75'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");
}

.list-checked-soft-bg-warning .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23ffba75' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23ffba75'/%3e%3c/svg%3e");
}

.list-checked-danger .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23ed4c78'/%3e%3c/svg%3e");
}

.list-checked-bg-danger .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23ed4c78'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");
}

.list-checked-soft-bg-danger .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23ed4c78' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23ed4c78'/%3e%3c/svg%3e");
}

.list-checked-light .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23fff'/%3e%3c/svg%3e");
}

.list-checked-bg-light .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23fff'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");
}

.list-checked-soft-bg-light .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23fff' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23fff'/%3e%3c/svg%3e");
}

.list-checked-dark .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23052137'/%3e%3c/svg%3e");
}

.list-checked-bg-dark .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23052137'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");
}

.list-checked-soft-bg-dark .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23052137' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23052137'/%3e%3c/svg%3e");
}

.list-checked-green .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%2347b157'/%3e%3c/svg%3e");
}

.list-checked-bg-green .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%2347b157'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");
}

.list-checked-soft-bg-green .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%2347b157' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%2347b157'/%3e%3c/svg%3e");
}

.list-checked-sm .list-checked-item {
  padding-left: 1.5rem;
}

.list-checked-sm .list-checked-item::before {
  width: 1rem;
  height: 1rem;
  background-size: 1rem 1rem;
  margin-top: 0.3125rem;
}

.list-checked-sm[class*="list-checked-bg-"] .list-checked-item::before,
.list-checked-sm[class*="list-checked-soft-bg-"] .list-checked-item::before {
  margin-top: 0.25rem;
}

.list-checked-lg .list-checked-item {
  padding-left: 2.75rem;
}

.list-checked-lg .list-checked-item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.list-checked-lg .list-checked-item::before {
  width: 1.75rem;
  height: 1.75rem;
  background-size: 1.75rem 1.75rem;
  margin-top: 0;
}

.list-checked-lg[class*="list-checked-bg-"] .list-checked-item::before,
.list-checked-lg[class*="list-checked-soft-bg-"] .list-checked-item::before {
  margin-top: -0.0625rem;
}

/*LIST-POINTER*/
.list-pointer {
  padding-left: 0;
  list-style: none;
}

.list-pointer-item {
  position: relative;
  color: #1e2022;
  padding-left: 1.75rem;
}

.list-pointer-item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.list-pointer-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%2371869d' d='M15.78,11.28a.75.75,0,0,1,.22.53v.38a.77.77,0,0,1-.22.53l-5.14,5.13a.5.5,0,0,1-.71,0l-.71-.71a.49.49,0,0,1,0-.7L13.67,12,9.22,7.56a.5.5,0,0,1,0-.71l.71-.7a.5.5,0,0,1,.71,0Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.25rem 1.25rem;
  content: '';
  margin-top: 0.1875rem;
}

.list-pointer-item[hover]:hover {
  color: #4174d4;
}

[class*="list-pointer-bg-"] .list-pointer-item::before,
[class*="list-pointer-soft-bg-"] .list-pointer-item::before {
  margin-top: 0.25rem;
}

.list-pointer-primary .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%234174d4' d='M15.78,11.28a.75.75,0,0,1,.22.53v.38a.77.77,0,0,1-.22.53l-5.14,5.13a.5.5,0,0,1-.71,0l-.71-.71a.49.49,0,0,1,0-.7L13.67,12,9.22,7.56a.5.5,0,0,1,0-.71l.71-.7a.5.5,0,0,1,.71,0Z'/%3e%3c/svg%3e");
}

.list-pointer-bg-primary .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%234174d4'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23fff'/%3e%3c/svg%3e");
}

.list-pointer-soft-bg-primary .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%234174d4' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%234174d4' fill-opacity='0.1'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%234174d4'/%3e%3c/svg%3e");
}

.list-pointer-secondary .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%238ca2b5' d='M15.78,11.28a.75.75,0,0,1,.22.53v.38a.77.77,0,0,1-.22.53l-5.14,5.13a.5.5,0,0,1-.71,0l-.71-.71a.49.49,0,0,1,0-.7L13.67,12,9.22,7.56a.5.5,0,0,1,0-.71l.71-.7a.5.5,0,0,1,.71,0Z'/%3e%3c/svg%3e");
}

.list-pointer-bg-secondary .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%238ca2b5'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23fff'/%3e%3c/svg%3e");
}

.list-pointer-soft-bg-secondary .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%238ca2b5' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%238ca2b5' fill-opacity='0.1'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%238ca2b5'/%3e%3c/svg%3e");
}

.list-pointer-success .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%2300c9a7' d='M15.78,11.28a.75.75,0,0,1,.22.53v.38a.77.77,0,0,1-.22.53l-5.14,5.13a.5.5,0,0,1-.71,0l-.71-.71a.49.49,0,0,1,0-.7L13.67,12,9.22,7.56a.5.5,0,0,1,0-.71l.71-.7a.5.5,0,0,1,.71,0Z'/%3e%3c/svg%3e");
}

.list-pointer-bg-success .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%2300c9a7'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23fff'/%3e%3c/svg%3e");
}

.list-pointer-soft-bg-success .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2300c9a7' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%2300c9a7' fill-opacity='0.1'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%2300c9a7'/%3e%3c/svg%3e");
}

.list-pointer-info .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%2300a4c2' d='M15.78,11.28a.75.75,0,0,1,.22.53v.38a.77.77,0,0,1-.22.53l-5.14,5.13a.5.5,0,0,1-.71,0l-.71-.71a.49.49,0,0,1,0-.7L13.67,12,9.22,7.56a.5.5,0,0,1,0-.71l.71-.7a.5.5,0,0,1,.71,0Z'/%3e%3c/svg%3e");
}

.list-pointer-bg-info .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%2300a4c2'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23fff'/%3e%3c/svg%3e");
}

.list-pointer-soft-bg-info .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2300a4c2' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%2300a4c2' fill-opacity='0.1'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%2300a4c2'/%3e%3c/svg%3e");
}

.list-pointer-warning .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23ffba75' d='M15.78,11.28a.75.75,0,0,1,.22.53v.38a.77.77,0,0,1-.22.53l-5.14,5.13a.5.5,0,0,1-.71,0l-.71-.71a.49.49,0,0,1,0-.7L13.67,12,9.22,7.56a.5.5,0,0,1,0-.71l.71-.7a.5.5,0,0,1,.71,0Z'/%3e%3c/svg%3e");
}

.list-pointer-bg-warning .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%23ffba75'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23fff'/%3e%3c/svg%3e");
}

.list-pointer-soft-bg-warning .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23ffba75' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%23ffba75' fill-opacity='0.1'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23ffba75'/%3e%3c/svg%3e");
}

.list-pointer-danger .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23ed4c78' d='M15.78,11.28a.75.75,0,0,1,.22.53v.38a.77.77,0,0,1-.22.53l-5.14,5.13a.5.5,0,0,1-.71,0l-.71-.71a.49.49,0,0,1,0-.7L13.67,12,9.22,7.56a.5.5,0,0,1,0-.71l.71-.7a.5.5,0,0,1,.71,0Z'/%3e%3c/svg%3e");
}

.list-pointer-bg-danger .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%23ed4c78'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23fff'/%3e%3c/svg%3e");
}

.list-pointer-soft-bg-danger .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23ed4c78' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%23ed4c78' fill-opacity='0.1'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23ed4c78'/%3e%3c/svg%3e");
}

.list-pointer-light .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23fff' d='M15.78,11.28a.75.75,0,0,1,.22.53v.38a.77.77,0,0,1-.22.53l-5.14,5.13a.5.5,0,0,1-.71,0l-.71-.71a.49.49,0,0,1,0-.7L13.67,12,9.22,7.56a.5.5,0,0,1,0-.71l.71-.7a.5.5,0,0,1,.71,0Z'/%3e%3c/svg%3e");
}

.list-pointer-bg-light .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%23fff'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23fff'/%3e%3c/svg%3e");
}

.list-pointer-soft-bg-light .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%23fff' fill-opacity='0.1'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23fff'/%3e%3c/svg%3e");
}

.list-pointer-dark .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23052137' d='M15.78,11.28a.75.75,0,0,1,.22.53v.38a.77.77,0,0,1-.22.53l-5.14,5.13a.5.5,0,0,1-.71,0l-.71-.71a.49.49,0,0,1,0-.7L13.67,12,9.22,7.56a.5.5,0,0,1,0-.71l.71-.7a.5.5,0,0,1,.71,0Z'/%3e%3c/svg%3e");
}

.list-pointer-bg-dark .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%23052137'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23fff'/%3e%3c/svg%3e");
}

.list-pointer-soft-bg-dark .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23052137' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%23052137' fill-opacity='0.1'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23052137'/%3e%3c/svg%3e");
}

.list-pointer-green .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%2347b157' d='M15.78,11.28a.75.75,0,0,1,.22.53v.38a.77.77,0,0,1-.22.53l-5.14,5.13a.5.5,0,0,1-.71,0l-.71-.71a.49.49,0,0,1,0-.7L13.67,12,9.22,7.56a.5.5,0,0,1,0-.71l.71-.7a.5.5,0,0,1,.71,0Z'/%3e%3c/svg%3e");
}

.list-pointer-bg-green .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%2347b157'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23fff'/%3e%3c/svg%3e");
}

.list-pointer-soft-bg-green .list-pointer-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2347b157' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%2347b157' fill-opacity='0.1'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%2347b157'/%3e%3c/svg%3e");
}

.list-pointer-sm .list-pointer-item {
  padding-left: 1.5rem;
}

.list-pointer-sm .list-pointer-item::before {
  width: 1rem;
  height: 1rem;
  background-size: 1rem 1rem;
  margin-top: 0.3125rem;
}

.list-pointer-sm[class*="list-pointer-bg-"] .list-pointer-item::before,
.list-pointer-sm[class*="list-pointer-soft-bg-"] .list-pointer-item::before {
  margin-top: 0.25rem;
}

.list-pointer-lg .list-pointer-item {
  padding-left: 2.75rem;
}

.list-pointer-lg .list-pointer-item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.list-pointer-lg .list-pointer-item::before {
  width: 1.75rem;
  height: 1.75rem;
  background-size: 1.75rem 1.75rem;
  margin-top: 0;
}

.list-pointer-lg[class*="list-pointer-bg-"] .list-pointer-item::before,
.list-pointer-lg[class*="list-pointer-soft-bg-"] .list-pointer-item::before {
  margin-top: -0.0625rem;
}

/*LIST-COMMENT*/
.list-comment {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.list-comment:first-child {
  margin-top: -2.5rem;
}

.list-comment-item {
  margin-top: 2.5rem;
}

.list-comment-item .list-comment .list-comment-item {
  padding-left: 1rem;
  border-left: 0.1875rem solid rgba(103, 119, 136, 0.7);
}

.list-comment-divider .list-comment-item:not(:last-child) {
  border-bottom: 0.0625rem solid rgba(103, 119, 136, 0.7);
  padding-bottom: 2.5rem;
}

/*LIST-SEPARATOR*/
.list-separator {
  margin-bottom: 0;
}

.list-separator .list-inline-item {
  position: relative;
  margin-left: 0;
  margin-right: -0.25rem;
}

.list-separator .list-inline-item:not(:last-child) {
  padding-right: 2rem;
}

.list-separator .list-inline-item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  /* Corrected SCSS variable error */
  transform: translateY(-50%);
  content: '/';
  opacity: .4;
}

.list-separator .list-separator-link {
  color: #1e2022;
}

.list-separator .list-separator-link:hover {
  color: #2d61c5;
}

.list-separator-light .list-inline-item::after {
  color: #fff;
}

.list-separator-light .list-separator-link,
.list-separator-light .list-separator-link:hover {
  color: #fff;
}

.list-separator-light .list-separator-link:hover {
  text-decoration: underline;
}

/*LIST-PADDING*/
.list-py-1>li:not(:first-child) {
  padding-top: 0.3125rem;
}

.list-py-1>li:not(:last-child) {
  padding-bottom: 0.3125rem;
}

.list-py-2>li:not(:first-child) {
  padding-top: 0.5rem;
}

.list-py-2>li:not(:last-child) {
  padding-bottom: 0.5rem;
}

.list-py-3>li:not(:first-child) {
  padding-top: 1rem;
}

.list-py-3>li:not(:last-child) {
  padding-bottom: 1rem;
}

.list-px-1>li:not(:first-child),
.list-px-1>li:not(:last-child) {
  padding-right: 0.25rem;
}

.list-px-2>li:not(:first-child),
.list-px-2>li:not(:last-child) {
  padding-right: 0.5rem;
}

.list-px-3>li:not(:first-child),
.list-px-3>li:not(:last-child) {
  padding-right: 1rem;
}

/*------------------------------------
  Dropdown
------------------------------------*/
.dropdown-menu {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0.6125rem 2.5rem 0.6125rem #8c98a42d;
  padding: 0.5rem 0;
  border: 0px;
  border-radius: 10px;
  min-width: auto;
  margin: 0 0.75rem;
}

@media (min-width: 768px) {
  .dropdown-menu {
    padding: 0.5rem;
    margin: 0;
  }
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-item {
  padding: 0.4rem 1rem;
}

.dropdown-menu .dropdown-item {
  cursor: pointer;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active {
  transition: .05s ease;
  border-radius: 5px;
  background-color: #e7eaf3;
  color: inherit;
}

.dropdown-menu .dropdown-item.active {
  background-color: #d1d9e0 !important;
  color: inherit !important;
  transition: .05s ease;
}

.dropdown-menu .card {
  border-color: transparent;
  box-shadow: none;
}

.dropdown-header {
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
}

.dropdown-item-icon {
  display: inline-block;
  opacity: 0.7;
  width: 1.5rem;
  color: #1e2022;
}

.dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='%231e2022' xmlns='http://www.w3.org/2000/svg'><path d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/></svg>");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.25rem 1.25rem;
  content: '';
  transition: 0.3s;
  border: 0;
}

.dropdown-toggle:not(.dropdown-toggle-empty)::after {
  padding-left: 1.25rem;
  margin-left: auto;
}

.dropdown-toggle .dropdown-item-icon {
  width: 1.75rem;
}

.dropdown-toggle.btn-primary::after,
.dropdown-toggle.btn-secondary::after,
.dropdown-toggle.btn-info::after,
.dropdown-toggle.btn-danger::after,
.dropdown-toggle.btn-success::after,
.dropdown-toggle.btn-dark::after {
  background-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='%23FFF' xmlns='http://www.w3.org/2000/svg'><path d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/></svg>");
}

.show>.nav-link.dropdown-toggle::after,
.nav-item>.nav-link[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}

.dropup .dropdown-toggle::after {
  transform: rotate(-180deg);
  border: 0;
}

.dropright .dropdown-toggle::after {
  transform: rotate(-90deg);
  margin-top: .25rem;
  border: 0;
}

.dropleft .dropdown-toggle::after {
  transform: rotate(90deg);
  margin-top: -.25rem;
  border: 0;
}

.dropdown-card {
  padding: 0;
}

.dropdown-card .card {
  box-shadow: none;
}

.dropdown-card-shopping-cart .card>.card-footer {
  border-top-width: 1px;
}

.dropdown-menu-form-search {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.dropdown-menu-form-search .card-body-height {
  padding: 0.5rem;
  /* Corrected SCSS variable error */
}

.dropdown-menu-form-search .card-body-height .dropdown-divider {
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
  /* Corrected SCSS variable error */
}

.dropupend .dropdown-menu[data-bs-popper] {
  top: auto;
  right: auto;
  left: 100%;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.625rem;
}

/*------------------------------------
  Accordion
------------------------------------*/
.accordion-button {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.accordion-button:not(.collapsed) {
  color: #4174d4;
  background-color: #fff;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234174d4'%3e%3cpath d='M5.5,13a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5h13a.5.5,0,0,1,.5.5v1a.5.5,0,0,1-.5.5Z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion-button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231e2022'%3e%3cpath d='M19,11.5v1a.5.5,0,0,1-.5.5H13v5.5a.5.5,0,0,1-.5.5h-1a.5.5,0,0,1-.5-.5V13H5.5a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5H11V5.5a.5.5,0,0,1,.5-.5h1a.5.5,0,0,1,.5.5V11h5.5A.5.5,0,0,1,19,11.5Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:hover {
  color: #4174d4;
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: rgba(140, 152, 164, 0.25);
  outline: 0;
  box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 0.0625rem solid rgba(231, 234, 243, 0.7);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0.4375rem;
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.accordion-body {
  padding: 0.75rem 1.25rem;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-button {
  color: #1e2022;
  font-weight: 600;
  padding: 0.5rem 0.83rem;
}

@media (min-width: 768px) {
  .accordion-button {
    padding: 0.75rem 1.25rem;
  }
}

.accordion-body {
  padding-top: 0;
}

.accordion-button,
.accordion-body {
  padding: 0.5rem 0.83rem;
}

@media (min-width: 768px) {

  .accordion-button,
  .accordion-body {
    padding: 0.75rem 1.25rem;
  }
}

/*MOVIMIENTOS NUEVOS - Header con sombra completa*/
#movimientos_nuevos_page .header-movimiento {
  background-color: #e6edf9;
  box-shadow: 0px 0px 7px 1px #d1d9e0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #000;
}

#movimientos_nuevos_page .header-movimiento h1 {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}

#movimientos_page .header-movimiento {
  background-color: #e6edf9;
  box-shadow: 0px 0px 7px 1px #d1d9e0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #000;
}

#movimientos_page .header-movimiento h1 {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}

#inventario_page .header-movimiento {
  background-color: #e6edf9;
  box-shadow: 0px 0px 7px 1px #d1d9e0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #000;
}

#inventario_page .header-movimiento h1 {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}

/*INVENTARIO - Anchos fijos para columnas de tabla*/
#inventario_page #tabla_inventario {
  table-layout: fixed;
  width: 100%;
}

#inventario_page #tabla_inventario th:nth-child(1),
#inventario_page #tabla_inventario td:nth-child(1) {
  width: 8%;
}

#inventario_page #tabla_inventario th:nth-child(2),
#inventario_page #tabla_inventario td:nth-child(2) {
  width: 15%;
}

#inventario_page #tabla_inventario th:nth-child(3),
#inventario_page #tabla_inventario td:nth-child(3) {
  width: 15%;
}

#inventario_page #tabla_inventario th:nth-child(4),
#inventario_page #tabla_inventario td:nth-child(4) {
  width: 12%;
}

#inventario_page #tabla_inventario th:nth-child(5),
#inventario_page #tabla_inventario td:nth-child(5) {
  width: 22%;
}

#inventario_page #tabla_inventario th:nth-child(6),
#inventario_page #tabla_inventario td:nth-child(6) {
  width: 10%;
}

#inventario_page #tabla_inventario th:nth-child(7),
#inventario_page #tabla_inventario td:nth-child(7) {
  width: 18%;
}

#inventario_nuevo_page .header-movimiento {
  background-color: #e6edf9;
  box-shadow: 0px 0px 7px 1px #d1d9e0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #000;
}

#inventario_nuevo_page .header-movimiento h1 {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}

#estudio_compras_page .header-movimiento {
  background-color: #e6edf9;
  box-shadow: 0px 0px 7px 1px #d1d9e0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #000;
}

#estudio_compras_page .header-movimiento h1 {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}

#abrir_devoluciones_page .header-movimiento {
  background-color: #e6edf9;
  box-shadow: 0px 0px 7px 1px #d1d9e0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #000;
}

#abrir_devoluciones_page .header-movimiento h1 {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}

#listado_beneficio_page .header-movimiento {
  background-color: #e6edf9;
  box-shadow: 0px 0px 7px 1px #d1d9e0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #000;
}

#listado_beneficio_page .header-movimiento h1 {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}

#beneficio_por_marcas_page .header-movimiento {
  background-color: #e6edf9;
  box-shadow: 0px 0px 7px 1px #d1d9e0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #000;
}

#beneficio_por_marcas_page .header-movimiento h1 {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}

#sync_etiquetas_page .header-movimiento {
  background-color: #e6edf9;
  box-shadow: 0px 0px 7px 1px #d1d9e0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #000;
}

#sync_etiquetas_page .header-movimiento h1 {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}

#historico_etiquetas_manifiestos_page .header-movimiento {
  background-color: #e6edf9;
  box-shadow: 0px 0px 7px 1px #d1d9e0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #000;
}

#historico_etiquetas_manifiestos_page .header-movimiento h1 {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}

#manifiestos_devoluciones_transportes_page .header-movimiento {
  background-color: #e6edf9;
  box-shadow: 0px 0px 7px 1px #d1d9e0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #000;
}

#manifiestos_devoluciones_transportes_page .header-movimiento h1 {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}

/* LISTADO COSTES TRANSPORTES */
#costes_transportes_page #tabla_costes_transportes {
  table-layout: fixed;
  width: 100%;
}

#costes_transportes_page #tabla_costes_transportes th:nth-child(1),
#costes_transportes_page #tabla_costes_transportes td:nth-child(1) {
  width: 15%;
}

#costes_transportes_page #tabla_costes_transportes th:nth-child(2),
#costes_transportes_page #tabla_costes_transportes td:nth-child(2) {
  width: 25%;
}

#costes_transportes_page #tabla_costes_transportes th:nth-child(3),
#costes_transportes_page #tabla_costes_transportes td:nth-child(3) {
  width: 20%;
}

#costes_transportes_page #tabla_costes_transportes th:nth-child(4),
#costes_transportes_page #tabla_costes_transportes td:nth-child(4) {
  width: 25%;
}

#costes_transportes_page #tabla_costes_transportes th:nth-child(5),
#costes_transportes_page #tabla_costes_transportes td:nth-child(5) {
  width: 15%;
}

/* LISTADO HISTORICO */
#historico_page #tabla_historico {
  table-layout: fixed;
  width: 100%;
}

#historico_page #tabla_historico th:nth-child(1),
#historico_page #tabla_historico td:nth-child(1) {
  width: 10%;
}

#historico_page #tabla_historico th:nth-child(2),
#historico_page #tabla_historico td:nth-child(2) {
  width: 15%;
}

#historico_page #tabla_historico th:nth-child(3),
#historico_page #tabla_historico td:nth-child(3) {
  width: 15%;
}

#historico_page #tabla_historico th:nth-child(4),
#historico_page #tabla_historico td:nth-child(4) {
  width: 45%;
}

#historico_page #tabla_historico th:nth-child(5),
#historico_page #tabla_historico td:nth-child(5) {
  width: 15%;
}

/* LISTADO INVENTARIO ANUAL */
#listado_inventario_anual_page #tabla_inventario_anual {
  table-layout: fixed;
  width: 100%;
}

#listado_inventario_anual_page #tabla_inventario_anual th:nth-child(1),
#listado_inventario_anual_page #tabla_inventario_anual td:nth-child(1) {
  width: 45%;
}

#listado_inventario_anual_page #tabla_inventario_anual th:nth-child(2),
#listado_inventario_anual_page #tabla_inventario_anual td:nth-child(2) {
  width: 10%;
}

#listado_inventario_anual_page #tabla_inventario_anual th:nth-child(3),
#listado_inventario_anual_page #tabla_inventario_anual td:nth-child(3) {
  width: 10%;
}

#listado_inventario_anual_page #tabla_inventario_anual th:nth-child(4),
#listado_inventario_anual_page #tabla_inventario_anual td:nth-child(4) {
  width: 15%;
}

#listado_inventario_anual_page #tabla_inventario_anual th:nth-child(5),
#listado_inventario_anual_page #tabla_inventario_anual td:nth-child(5) {
  width: 20%;
}

/* LISTADO INVENTARIO ANUAL */
#listado_inventario_anual_page #tabla_inventario_anual {
  table-layout: fixed;
  width: 100%;
}

#tabla_inventario_anual th:nth-child(1),
#tabla_inventario_anual td:nth-child(1) {
  width: 50%;
}

#tabla_inventario_anual th:nth-child(2),
#tabla_inventario_anual td:nth-child(2) {
  width: 10%;
}

#tabla_inventario_anual th:nth-child(3),
#tabla_inventario_anual td:nth-child(3) {
  width: 10%;
}

#tabla_inventario_anual th:nth-child(4),
#tabla_inventario_anual td:nth-child(4) {
  width: 15%;
}

#tabla_inventario_anual th:nth-child(5),
#tabla_inventario_anual td:nth-child(5) {
  width: 15%;
}

/* Header standard for pages with buttons */
.header-movimiento {
  background-color: #fff !important;
  border-bottom: 2px solid #e9ecef !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.header-movimiento h1 {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

#contactos_page .header-movimiento {
  background: #e6edf9 !important;
  background-color: #e6edf9 !important;
  box-shadow: 0px 0px 7px 1px #d1d9e0 !important;
  border-radius: 10px 10px 0 0 !important;
  border-bottom: 1px solid #000 !important;
}

#contactos_page .header-movimiento h1 {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  width: 100% !important;
  text-align: center !important;
}

#contactos_nuevos_page .header-movimiento {
  background-color: #e6edf9 !important;
  box-shadow: 0px 0px 7px 1px #d1d9e0 !important;
  border-radius: 10px 10px 0 0 !important;
  border-bottom: 1px solid #000 !important;
}

#contactos_nuevos_page .header-movimiento h1 {
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

#marketplace_page .header-movimiento {
  background-color: #e6edf9 !important;
  box-shadow: 0px 0px 7px 1px #d1d9e0 !important;
  border-radius: 10px 10px 0 0 !important;
  border-bottom: 1px solid #000 !important;
}

#marketplace_page .header-movimiento h1 {
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

#presupuestos_page .header-movimiento {
  background-color: #e6edf9 !important;
  box-shadow: 0px 0px 7px 1px #d1d9e0 !important;
  border-radius: 10px 10px 0 0 !important;
  border-bottom: 1px solid #000 !important;
}

#presupuestos_page .header-movimiento h1 {
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

#albaranes_page .header-movimiento {
  background-color: #e6edf9 !important;
  box-shadow: 0px 0px 7px 1px #d1d9e0 !important;
  border-radius: 10px 10px 0 0 !important;
  border-bottom: 1px solid #000 !important;
}

#albaranes_page .header-movimiento h1 {
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

#presupuesto_nuevo_page .header-movimiento {
  background-color: #e6edf9 !important;
  box-shadow: 0px 0px 7px 1px #d1d9e0 !important;
  border-radius: 10px 10px 0 0 !important;
  border-bottom: 1px solid #000 !important;
}

#albaranes_nuevos_page .header-movimiento {
  background-color: #e6edf9 !important;
  box-shadow: 0px 0px 7px 1px #d1d9e0 !important;
  border-radius: 10px 10px 0 0 !important;
  border-bottom: 1px solid #000 !important;
}

#albaranes_nuevos_page .header-movimiento h1 {
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

#facturas_page .header-movimiento {
  background-color: #e6edf9 !important;
  box-shadow: 0px 0px 7px 1px #d1d9e0 !important;
  border-radius: 10px 10px 0 0 !important;
  border-bottom: 1px solid #000 !important;
}

#facturas_page .header-movimiento h1 {
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

#facturas_nuevas_page .header-movimiento {
  background-color: #e6edf9 !important;
  box-shadow: 0px 0px 7px 1px #d1d9e0 !important;
  border-radius: 10px 10px 0 0 !important;
  border-bottom: 1px solid #000 !important;
}

#facturas_nuevas_page .header-movimiento h1 {
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

#seller_listado_page .header-movimiento {
  background-color: #e6edf9 !important;
  box-shadow: 0px 0px 7px 1px #d1d9e0 !important;
  border-radius: 10px 10px 0 0 !important;
  border-bottom: 1px solid #000 !important;
}

#seller_listado_page .header-movimiento h1 {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

#seller_nuevo_page .header-movimiento {
  background-color: #e6edf9 !important;
  box-shadow: 0px 0px 7px 1px #d1d9e0 !important;
  border-radius: 10px 10px 0 0 !important;
  border-bottom: 1px solid #000 !important;
}

#seller_nuevo_page .header-movimiento h1 {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

#tickets_page .header-movimiento {
  background-color: #e6edf9 !important;
  box-shadow: 0px 0px 7px 1px #d1d9e0 !important;
  border-radius: 10px 10px 0 0 !important;
  border-bottom: 1px solid #000 !important;
}

#tickets_page .header-movimiento h1 {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}